.mt-10 { margin-top: 10px;}
.mt-20 { margin-top: 20px;}
.mt-30 { margin-top: 30px;}
.mb-10 { margin-bottom: 10px;}
.mb-20 { margin-bottom: 20px;}
.mb-30 { margin-bottom: 30px;}

.pt-10 { padding-top: 10px;}
.pt-20 { padding-top: 20px;}
.pt-30 { padding-top: 30px;}
.pb-10 { padding-bottom: 10px;}
.pb-20 { padding-bottom: 20px;}
.pb-30 { padding-bottom: 30px;}

.fc-b { color: var(--main-color);}

.Container {
  margin-top: 0 !important;
  overflow: hidden;
}

.SiteHeader { background: unset;}
.SiteHeaderFixed { background: unset;}
.sp { display: block;}
.pc { display: none;}
.Wap { max-width: 1000px;}

.SiteHeader.is-scroll { background-color: #fff;}

#sec_00 {
  padding-top: 100px;
  position: relative;
  background: #f7f7f7;
}

#sec_00::before {
  content: '';
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  width: 78vw;
  min-width: 300px;
  height: 37vh;
  object-fit: contain;
  max-height: unset;
  background-image: url('https://freesquare.co.jp/wp-content/themes/FS_theme/img/fv-icon.png');
}

#sec_00 .Wrap {
  position: relative;
}

#sec_00 .mv-bg-wrap {
  width: 100%;
  height: 326px;
  max-height: 350px;
}

#sec_00 .mv-bg {
  width: 100%;
  max-width: 500px;
  height: 100%;
  /* height: 495px; */
  /* border-radius: 130px; */
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

#sec00 .p-home-top__cta {
  text-align: center;
}

#sec_00 .mv--fuuhyou {
  background-image: url('https://freesquare.co.jp/wp-content/themes/FS_theme/img/fuuhyou/FV2.png');
}

#sec_00 .mv--ig-tool {
  background-image: url('https://freesquare.co.jp/wp-content/themes/FS_theme/img/ig-tool/FV2.png');
}

#sec_00 .mv--seo {
  background-image: url('https://freesquare.co.jp/wp-content/themes/FS_theme/img/seo/FV2.png');
}

#sec_00 .mv--seo_inhouse {
  background-image: url('https://freesquare.co.jp/wp-content/themes/FS_theme/img/inhouse-seo/FV2.png');
}

#sec_00 .mv--seo_consulting {
  background-image: url('https://freesquare.co.jp/wp-content/themes/FS_theme/img/seo-consulting/FV2.png');
}

#sec_00 .mv--meo {
  background-image: url('https://freesquare.co.jp/wp-content/themes/FS_theme/img/meo/FV2.png');
}

#sec_00 .mv--meo-tool {
  background-image: url('https://freesquare.co.jp/wp-content/themes/FS_theme/img/meo-tool/FV2.png');
}

#sec_00 .mv--listing-advertisement {
  background-image: url('https://freesquare.co.jp/wp-content/themes/FS_theme/img/listing/FV2.png');
}

#sec_00 .mv--web-site {
  background-image: url('https://freesquare.co.jp/wp-content/themes/FS_theme/img/web/FV2.png');
}
#sec_00 .mv--square-meo {
  background-image: url('https://freesquare.co.jp/st/wp-content/themes/FS_theme/img/square-meo/FV.png');

}
#sec_00 .fl {
  text-align: center;
}

#sec0 .material-btn {
  background: #2C6BB4;
  color: #fff;
  max-width: 300px;
  padding: 0.5em 0.7em;
}

.ttl-wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin: auto;
}

.ttl-inner {
  width: 100%;
  z-index: 10;
}

.ttl-inner .HeadingSection {
  text-align: left;
  padding-bottom: 0.5em;
  font-size: 2.8rem;
  color: #000;
  font-family: 'noto serif jp';
}

.ttl-inner .sub-ttl {
  color: #000;
}

.service .Btn--cta {
  max-width: 300px;
  padding: 1em 0.7em;
  margin: 1em 0;
  border-radius: 30px !important;
}

.service .Btn--cta.btn-r {
  background: var(--main-color);
}

.Btn--cta.btn-r::before {
  background: var(--sub-color);
}

.service h2.HeadingSection {
  font-size: 2.5rem;

  color: #2c6bb4;
  flex: none;
  font-family: 'noto serif jp';
  /* font-size: 36px; */
  font-weight: 700;
  height: auto;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: inline-block;
  margin: 0px 0px 20px 0px;
  opacity: 1;
  text-align: center;
  transition-delay: 300ms;
  transition-duration: 800ms;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  position: relative;
  padding-bottom: 1%;
}

.service h2.HeadingSection::before {
  background-color: #e72555;
  border-radius: 5px;
  bottom: -10px;
  /* 線の位置 */
  content: "";
  height: 3px;
  /* 線の高さ */
  left: 50%;
  /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%);
  /* 線の中央寄せ */
  width: 50px;
  /* 線の長さ */
}

.service .content-wrap {
  max-width: 1000px;
  margin: auto;
  width: 100%;
  padding: 0 1em 30px;
}

.service .content-wrap.worry h2.HeadingSection::before,
.service #sec02 h2.HeadingSection::before {
  content: none;
}

.service h3 {
  font-size: 2rem;
}

.worry ul li {
  display: flex;
  /* justify-content: center; */
  align-content: flex-start;
  align-items: center;
  background: #f7f7f7;
  margin: 0px 0px 0px;
  padding: 24px 32px;
  margin-bottom: 1em;
  border-radius: 8px;
}

.fa-check-square-o:before {
  content: '\f046';
  font-weight: 400;
  font-size: 25px;
  font-family: 'FontAwesome';
  padding-right: 0.6em;
  color: #2C6BB4;
}

.uline {
  background: linear-gradient(transparent 70%, #FFFF00 0%)!important;
}

.emp {
  font-size: 1.5em;
  color: #2C6BB4;
}

.content-inner {
  padding-top: 50px;
}

#sec01 .inner {
  max-width: 750px;
  margin: 20px auto;
}

#sec02 .fl {
  display: block;
  padding-bottom: 1.5em;
}

#sec02 .fl img {
  border-radius: 10px;
  object-fit: cover;
}

#sec02 .fl div h3,
#sec04 .fl .content-li .text-wrap h3 {
  color: var(--main-color);
  padding-bottom: 0.5em;
}

#sec03 .content-inner .fl {
  background: #FFFFFF;
  border-radius: 24px;
  display: block;
  background: #fff;
  box-shadow: 0 0 15px rgba(34, 34, 34, .15);
  padding: 0px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px;
}

#sec03 .content-inner .fl .top img {
  border-radius: 10px 10px 0 0;
}

#sec03 .content-inner .fl .bottom {
  padding: 20px;
}

#sec03 .content-inner .fl .bottom .num {
  color: #2C6BB4;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0px 0px 24px 0px;
  text-align: left;
}

#sec03 .content-inner .fl .bottom h3 {
  color: #2C6BB4;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0px 0px 32px 0px;
  text-align: left;
}

#sec03 .content-inner .fl .bottom p {
  color: #070707;
  font-weight: 400;
  line-height: 1.8;
}

#sec04 .content-inner.fl {
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
}

#sec04 .content-inner.fl .content-li {
  width: 100%;
  margin: 0 auto 1.5em;
  display: flex;
  align-items: center;
}

#sec04 .content-inner.fl .content-li>div:nth-of-type(1) {
  width: 30%;
  text-align: center;
  margin: 0 1em 0 0;
}

#sec04 .content-inner.fl .content-li>div:nth-of-type(2) {
  width: 73%;
}

#sec04 .content-inner img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 10px;
}

#sec05 {}

.cta-area {}

#sec06 .content-inner .rowFlow {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;

  width: 100%;
  max-width: 500px;
  margin: auto;
}

.listing-advertisement #sec06 .content-inner .rowFlow {}

#sec06 .content-inner .boxFlow {
  background: #fff;
  padding: .44rem 10px;
  border-radius: 7px;
  box-shadow: 1px 1px 8px rgba(34, 34, 34, .2);
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
  width: 100%;
}

#sec06 .content-inner .boxFlow__num {
  font-size: 20px;
  line-height: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: #2C6BB4;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  top: -0.9em;
  left: -0.6em;
}

#sec06 .content-inner .boxFlow img {
  height: 80px;
  width: auto;
  margin: 0.5em auto;
  object-fit: contain;
}

#sec06 .content-inner .line {
  width: 2px;
  height: 20px;

  background: #2C6BB4;
  margin: 0 5px;
}

#sec07 .content-inner>div {
  background: #fff;
  border-radius: 10px 10px 0px 10px;
  padding: 25px 24px 32px 24px;
  margin: 0 auto 1em;
  max-width: 500px;
  width: 100%;
  box-shadow: 1px 1px 8px rgba(34, 34, 34, .2);
}

#sec07 .content-inner>div i {
  color: #2C6BB4;
}


#sec07 .content-inner .v-top>div {
  display: flex;
  align-items: center;
}

#sec07 .content-inner .v-top img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border: 1px solid #000;
  border-radius: 50px;
  margin-right: 1em;
}

#sec07 .content-inner .v-top .logo img {
  width: 100%;
  border: unset;
  border-radius: unset;
  margin-right: 0;
  object-fit: contain;
}


#sec07 .content-inner .v-ttl {
  font-size: 20px;

  border-bottom: 2px dotted #2C6BB4;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

#sec08 .p-home-top__cta {
  text-align: center;
}

/**-----  qa  ----- */
#sec09 {}

.area01 {
  background-color: #fff;
}

#sec09 .inner {
  max-width: 1000px;
  margin: 20px auto;
}

.qa_box {
  margin-bottom: 20px;
}

.qa_box .qa_q {
  background-image: linear-gradient(45deg, #2c6bb4 0%, #32beeb 100%);
  padding: 20px 25px;
  position: relative;
  cursor: pointer;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.qa_box .qa_q.close {
  border-radius: 10px;
}

.toggle_icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -15px;
}

.qa_q .toggle_icon:before {
  position: absolute;
  content: "ー";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.qa_q.close .toggle_icon:before {
  position: absolute;
  content: "▼";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.qa_box .qa_a {
  padding: 25px 30px;
  border: 1px solid #ccc1;
  border-radius: 0 0 10px 10px;
  border-left: 1px solid #2C6BB4;
  border-right: 1px solid #2C6BB4;
  border-bottom: 1px solid #2C6BB4;
  box-sizing: border-box;
  background: #fff;
}

.q-txt {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
  font-size: 18px;
}

.q-txt::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.a-txt {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.a-txt::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .inner {
    width: auto;
  }

  .toggle_icon {
    right: 0.8rem;
  }

  .toggle_icon:before {
    width: 15px;
  }

  .toggle_icon:after {
    height: 15px;
    right: 7px;
  }

}

@media screen and (max-width: 480px) {
  .toggle_icon {
    right: 0.4rem;
  }
}

.sec10 .content-inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding-top: unset;
}

.sec10 .content-inner iframe {
  width: 100%;
  height: 500px;
}

.sec10 .wpcf7-form-control-wrap {
  width: 100%;
}

/*service seo*/
.seo .Section {
  padding: 0 0 30px;
}

/*servise ig-tool */
.rowPrice {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px -16px;
  padding-top: 1.5em;
}

.boxPrice {
  width: 100%;
  padding: 16px 8px;
  display: flex;
  position: relative;
}

.boxPrice__inner {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 14px 14px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.boxPrice__inner.is-short {
  margin-top: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 14px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.boxPrice__ttl {
  background: -webkit-linear-gradient(right, #6BBBE5, #7A95E3);
  background: linear-gradient(-90deg, #6BBBE5, #7A95E3);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  border-radius: 4px;
  padding: .5em;
}

.boxPrice__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 0;
  text-align: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.boxPrice__topTxt {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 900;
  color: #494949;
  margin-bottom: .6em;
}

.boxPrice__price {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  color: #333;
}

.boxPrice__price .num {
  font-size: 32px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}

.boxPrice__stack {
  border-top: 1px solid #ccc;
  padding: 22px 0;
}

.boxPrice__dt {
  font-size: 14px;
  background: #cbe9f9;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #595959;
  padding: .3em;
  margin-bottom: .5em;
}

.boxPrice__dd {
  font-size: 14px;
  color: #222;
  text-align: center;
}

.u-bold {
  font-weight: 900;
}

.boxPrice__dd .bl {
  color: #429ed4;
}

.boxPrice__stack {
  border-top: 1px solid #ccc;
  padding: 22px 0;
}

.boxPrice__tag {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 15px -2px -2px;
}

.boxPrice__tag li {
  padding: 2px;
  font-size: 12px;
  line-height: 1.5;
}

.boxPrice__tag li span {
  border: 1px solid #858585;
  border-radius: 2px;
  text-align: center;
  padding: 3px 5px;
  display: inline-block;
}

.boxPrice__tag li.dammy {
  display: none;
  width: 7.2em;
  height: 2.5em;
}

.boxPrice.is-no1 {
  margin-top: 3em;
}

.boxPrice .badge {
  bottom: 100%;
}

.boxPrice .badge {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  color: #e95f70;
  text-align: center;
  position: absolute;
  bottom: calc(100% - .2em);
  left: 0;
  width: 100%;
}

.boxPrice .badge span {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
}

.boxPrice .badge span::before,
.boxPrice .badge span::after {
  content: "";
  position: absolute;
  bottom: 0;
}

.boxPrice .badge span::before {
  content: "＼";
  left: 0px;
}

.boxPrice .badge span::after {
  content: "／";
  right: 0px;
}

.boxPrice__inner.is-no1 {
  border: 5px solid #ea6270;
}

.boxPrice__ttl.is-no1 {
  background: -webkit-linear-gradient(right, #FC9A7C, #E95F70);
  background: linear-gradient(-90deg, #FC9A7C, #E95F70);
  padding: 1.2em .5em;
}

.boxPrice__dt.is-no1 {
  background: #fdd8dc;
}

.boxPrice__tag li.is-no1 span {
  color: #e96170;
  border-color: #e96170;
}

.boxPrice__inner.is-no2 {
  border: 3px solid #c9a217;
}

.boxPrice__ttl.is-no2 {
  background: -webkit-linear-gradient(right, #E3D062, #C9A217);
  background: linear-gradient(-90deg, #E3D062, #C9A217);
}

.boxPrice__dt.is-no2 {
  background: #f8efcd;
}

.boxPrice__tag li.is-no2 span {
  color: #bd9816;
  border-color: #bd9816;
}

.seo_inhouse .more-btn {
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
  background: #1CC9A0;
  line-height: 1.5;
  padding: 0.2em 1em;
  border-radius: 3px;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.5s;

}

.MainVisualInternal--seo,
.MainVisualInternal--seo_inhouse,
.MainVisualInternal--seo_consulting,
.MainVisualInternal--meo,
.MainVisualInternal--meo-tool,
.MainVisualInternal--ig-tool,
.MainVisualInternal--listing-advertisement,
.MainVisualInternal--web-site,
.MainVisualInternal--fuuhyou {
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  position: relative;
  /* border-radius: 0 0 100px 0; */
  width: 100%;
  height: 50vh;
  padding-bottom: unset;
}

.s-btn-wrap {
  margin-top: 1em;
}

.s-btn {
  border: 2px solid var(--main-color);
  border-radius: 26px;
  padding: 0.8em 2em;
  width: 100%;
  max-width: 300px;
  position: relative;
}

.s-btn::before {
  content: '\f054';
  font-family: 'FontAwesome';
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

button[type=submit]:hover {
  background: var(--main-color);
}

#sec_00 .fl .material-btn,
#sec08 .fl .material-btn {
  background: #2C6BB4;
  color: #fff;
}

.material-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1CC9A0;
  -webkit-transform: translate3d(-130%, 0, 0) skew(-20deg);
  transform: translate3d(-130%, 0, 0) skew(-20deg);
  -webkit-transition: -webkit-transform 0.3s !important;
  transition: -webkit-transform 0.3s !important;
  transition: transform 0.3s !important;
  transition: transform 0.5s, -webkit-transform 0.5s !important;
  z-index: -1;
}

.material-btn:hover::before {
  -webkit-transform: translate3d(-12%, 0, 0) skew(-20deg);
  transform: translate3d(-12%, 0, 0) skew(-20deg);
  width: 130%;
}

/* square-meo */
.square-meo .txt-sm {
  font-size: 0.85em;
}
.square-meo .important h3 {
  color: #2C6BB4;
  font-weight: bold;
}
.square-meo .important .content-inner {
  padding-top: 0;
}
.square-meo .important .content-inner .content-box {
  padding-bottom: 20px;
}
.square-meo .important .content-inner .content-box:nth-last-of-type() {
  padding-bottom: 0;
}
.square-meo .important .content-inner .fl {
  width: 100%;
  max-width: 500px;
}
.square-meo #sec04 .content-inner.fl .content-li > div:nth-of-type(1) {
  color: #fff;
  border-radius: 40px;
}
.square-meo #sec04 .content-inner.fl .content-li > div:nth-of-type(1) i {
  font-size: 3em;
  background: #2C6BB4;
  padding: 0.3em;
  width: 85px;
  height: 85px;
  border-radius: 45px;
}
.square-meo #sec04 .content-inner.fl .content-li > div:nth-of-type(1) i::before {
  line-height: 1.2;
  width: 100%;
  max-width: 54px;
  object-fit: cover;
}
.square-meo #sec04 .content-inner.fl .content-li > div:nth-of-type(1) span {
  background: #2C6BB4;
  padding: 0.3em;
  width: 85px;
  height: 85px;
  border-radius: 45px;
  position: relative;
}
.square-meo #sec04 .content-inner.fl .content-li > div:nth-of-type(1) span img {
  width: 60px;
  height: auto;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.square-meo .plan .content-inner {
  background: #ecf6ff;
  padding-bottom: 30px;
  border-radius: 20px;
  padding-right: 1em;
  padding-left: 1em;
}
.square-meo .plan .price {
  padding-bottom: 1.5em;
}
.square-meo .plan .ttl {
  border: 1px solid #2C6BB4;
  background: #fff;
  border-radius: 30px;
  width: 100%;
  max-width: 280px;
}
.square-meo .plan .txt-big {
  font-size: 3em;
}
.square-meo .plan .txt-mid {
  font-size: 1.5em;
  line-height: 3;
}
@media screen and (min-width: 560px) {
  #sec_00::before {
    width: 470px;
    height: 506px;
  }
}

@media screen and (min-width: 768px) {

  #sec_00 {
    width: 100%;
    /* height: 62vw; */
    height: 100%;
  }

  #sec_00::before {
    width: 480px;
    min-width: unset;
    height: 500px;
    object-fit: contain;
  }

  #sec_00 .Wrap {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; */
    position: relative;

  }

  #sec_00 .mv-bg {
    margin: auto;
  }

  #sec_00 .fl {
    display: flex;
  }

  .service #sec_00 .Btn--cta {
    width: 300px;
  }

  .p-home-top__cta {
    margin: auto;
    text-align: center;
  }

  #sec00 .p-home-top__cta {
    text-align: center;
  }

  #sec_00 .Wrap h1 {
    width: 100%!important;
    padding-bottom: unset;
    font-size: 36px;
    text-align: center;
  }

  .ttl-inner .sub-ttl {
    text-align: center;
  }

  .ttl-inner .HeadingSection {
    font-size: 3.3rem;
    text-align: center;
  }

  .service h2.HeadingSection {
    font-size: 3rem;
  }

  .ttl-wrap {
    max-width: 700px;
  }

  #sec02 .fl {
    display: flex;

  }

  #sec02 .fl p {}

  #sec02 .fl img {
    width: 35%;
    max-width: 300px;
    margin: 0 auto;
  }

  #sec02 .fl div {
    padding-left: 1.5em;
    width: 65%;
    margin: auto 0;
  }

  #sec03 .content-inner {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }

  #sec03 .content-inner .fl {
    align-content: stretch;
    align-items: stretch;
    background: #FFFFFF;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;

    padding: 0px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 3em;
  }

  #sec03 .content-inner .fl.rever {
    flex-direction: row-reverse;
  }

  #sec03 .content-inner .top {
    align-content: center;
    align-items: center;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    padding: 0px;
    width: 50%;
    max-width: 50%;
    max-height: 360px;
  }

  #sec03 .content-inner .fl .top img {
    border-radius: 10px 0 0 10px;
    height: 100%;
    object-fit: cover;
  }

  #sec03 .content-inner .fl.rever .top img {
    border-radius: 0 10px 10px 0;
  }

  #sec03 .content-inner .fl .bottom {
    padding: 40px;
  }

  #sec03 .content-inner .fl .bottom .num {
    font-size: 30px;
  }

  #sec03 .content-inner .fl .bottom h3 {
    font-size: 26px;
  }

  #sec04 {}

  #sec04 .content-inner.fl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  #sec04 .content-inner.fl.odd {
    justify-content: space-between;
  }

  #sec04 .content-inner.fl .content-li {
    width: 48%;
    margin: 0 auto 0.5em;
  }

  #sec04 .content-inner.fl .content-li>div:nth-of-type(1) {
    margin-bottom: 0;
  }

  #sec04 .content-inner.fl.odd .content-li {
    margin: 0 0 1em 0;
  }

  #sec05 {}

  .cta-area {}

  #sec06 .content-inner .rowFlow {
    flex-direction: unset;
    min-height: 72px;
    max-width: 1000px;
  }


  #sec06 .content-inner .boxFlow img {
    height: 100px;
  }

  .lh-2 {
    line-height: 2;
  }

  .lh-4 {
    line-height: 4;
  }

  #sec06 .content-inner .line {
    width: 20px;
    height: 2px;
  }

  #sec06 .content-inner .text-s {
    font-size: 0.9em;
  }

  #sec07 .content-inner {}

  #sec07 .content-inner>div {
    max-width: 1000px;
  }

  #sec07 .content-inner>div>div {
    display: flex;
    align-items: center;
  }

  #sec07 .content-inner .v-top {
    width: 22%;
  }

  #sec07 .content-inner .v-top>div {
    display: block;
    text-align: center;
  }

  #sec07 .content-inner .v-top img {
    margin-right: unset;
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 1px solid #000;
    border-radius: 60px;
  }

  #sec07 .content-inner .v-top .logo img {
    border: unset;
    border-radius: unset;
    width: 100%;
    object-fit: contain;
  }

  #sec07 .content-inner .v-bottom {
    width: 78%;
    padding-left: 1.5em;
  }

  #sec07 .content-inner .v-ttl {
    padding-top: 0;
  }

  #sec08 {}

  .seo #sec08 .fl {
    display: flex;
    width: 100%;
    max-width: 750px;
    margin: 1.5em auto;
  }

  .seo #sec08 .fl a {
    width: 48%;
    margin: auto;
  }

  .ig-tool #sec08 {
    padding: 0 0 30px;
  }

  .ig-tool .boxPrice {
    width: 33%;
  }

  .ig-tool .boxPrice.is-no1 {
    margin-top: 0;
  }

  .ig-tool .boxPrice__inner.is-short {
    margin-top: 22px;
  }

  .seo_inhouse .improvement,
  .seo_consulting .improvement {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
  }

  .seo_inhouse .improvement img,
  .seo_consulting .improvement>div {
    width: 48%;
    margin: auto;
  }

  .sec10 .content-inner iframe {
    /* width: 1280px; */
    height: 1050px;
  }

  .square-meo .important .content-inner .fl {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    
  }
  .square-meo .important .content-inner .content-box {
    width: 32%;
    margin: 0 auto;
  }
  .square-meo .important .content-inner .content-box img {
    height: 300px;
    object-fit: contain;
    width: 100%;
  }
  .square-meo #sec04.detail .content-inner.fl {
    align-items: start;
  }
  .square-meo #sec04.detail .content-inner.fl .content-li {
    display: block;
    width: 24%;
    margin: 0 auto 1em;
  }
  .square-meo #sec04 .content-inner.fl .content-li > div:nth-of-type(1) {
    margin: 0 auto;
    width: 100%;
  }
  .square-meo #sec04 .content-inner.fl .content-li > div:nth-of-type(1) i {
    font-size: 4em;
    width: 140px;
    height: 140px;
    border-radius: 70px;
  }
  .square-meo #sec04 .content-inner.fl .content-li > div:nth-of-type(1) i::before {
    line-height: 1.5;
  }
  .square-meo #sec04 .content-inner.fl .content-li > div:nth-of-type(1) span {
    width: 140px;
    height: 140px;
    border-radius: 70px;
  }
  .square-meo #sec04 .content-inner.fl .content-li > div:nth-of-type(1) span img {
    width: 72px;
  }
  .square-meo #sec04 .content-inner.fl .content-li > div:nth-of-type(2) {
    width: 100%;
  }
  .square-meo #sec04 .content-inner.fl .content-li > div:nth-of-type(2) .text {
    text-align: center;
    font-size: 16px;
    padding-top: 1em;
  }
  .square-meo #sec04 .content-inner.fl .content-li > div:nth-of-type(2) .txt-sm {
    text-align: center;
  }
  .square-meo .plan .content-inner .fl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
  .square-meo .plan .content-inner > div {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .square-meo .plan .content-inner .fl p:nth-of-type(1) {
    width: 30%;
  }
  .square-meo .plan .txt-big {
    font-size: 4em;
  }
  .square-meo .plan .price {
    padding-bottom: 0;
  }
  .square-meo .plan .start {
    padding-bottom: 1.5em;
  }
  .square-meo .plan .content-inner .fl p:nth-of-type(2) {
    width: 60%;
    text-align: left;
    padding-left: 2em;
  }
  .square-meo .plan .txt-sm {
    /* text-align: left; */
    font-size: 1em;
  }

.pc {
  display: none!important;
}
}

@media screen and (min-width: 1200px) {
  .sp {
    display: none;
  }

  .pc {
    display: block!important;
  }

  #sec_00 {
    height: 600px;
  }

  #sec_00::before {
    width: 600px;
    height: 645px;
  }


  #sec_00 .Wrap {
    width: 100%;
    height: 100%;
    max-width: 1380px;
  }

  #sec00 .p-home-top__cta {
    text-align: left;
    width: 48%;
    margin: auto;
  }

  .ttl-inner {
    padding: 80px 0 0;
    width: 85%;
  }

  #sec_00 .mv-bg-wrap {
    width: unset;
  }

  #sec_00 .Wrap .mb-bg-wrap {
    width: 710px;
    height: 100%;
  }

  #sec_00 .mv-bg {
    width: unset;
    padding-top: unset;
    position: absolute;
    top: -53px;
    right: -30px;
    max-height: unset;
    width: 700px;
    height: 550px;
    max-width: unset;
    overflow: hidden;
    background-size: cover;
  }

  #sec_00 .Wrap h1 {
    text-align: left;
    padding-top: 1em;
    font-size: 42px;
  }

  .ttl-wrap {
    width: 70%;
  }

  .ttl-inner .sub-ttl {
    text-align: left;
    font-size: 1.5em;
  }

  #sec_00 .fl {
    display: flex;
    max-width: 50%;
  }

  #sec_00 .p-home-top__cta {
    text-align: left;
    width: 48%;
  }

  .service #sec_00 .Btn--cta {
    width: 100%;
  }

}
