/*==============================
共通
==============================*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  letter-spacing: 0.05em;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}

.inner {
  max-width: 1210px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.lp__lv2-heading {
  font-size: 30px;
  text-align: center;
  line-height: 1.6;
}

.lp__lv2-heading02 {
  color: #d10000;
  font-size: 1.25em;
  font-style: normal;
}

.lp__lv2-heading03 {
  color: #d10000;
  font-style: normal;
  font-size: inherit;
}

.lp__lv2-heading04 {
  font-size: 30px;
  text-align: center;
  color: #fff;
}

@media (max-width:1279px) {
  .lp__lv2-heading {
    font-size: 26px;
  }

  .lp__lv2-heading04 {
    font-size: 26px;
  }
}

@media (max-width:950px) {
  .lp__lv2-heading,
  .lp__lv2-heading03,
  .lp__lv2-heading04 {
    font-size: 22px;
  }
}

@media (max-width:750px) {
  .lp__lv2-heading,
  .lp__lv2-heading03,
  .lp__lv2-heading04 {
    font-size: 20px;
  }

  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*==============================
改行
==============================*/
.br-sp {
  display: none !important;
}

@media (max-width:750px) {
  .br-sp {
    display: block !important;
  }
}

/*==============================
header
==============================*/
.lp__header {
  padding: 0 100px;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  /*height: 100px;*/
  padding: 15px 0;
}

.lp__header-inner {
  width: 100%;
}

.lp__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6.8%;
}
.lp__header-logo {
  max-width: 330px;
  width: 100%;
}

.lp__header-logo a {
  display: inline-block;
}

.lp__header-logo img {
  width: 100%;
}

@media (max-width:1440px) {
  .lp__header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lp__header-top {
    padding: 0 7.5% 0 6.7%;
}
}

@media (max-width:1279px) {
  .lp__header-logo {
    max-width: 300px;
  }
.lp__header-top {
    padding: 0 7.1% 0 6.4%;
}
}
@media(max-width: 1024px ) {
.lp__header-top {
    padding: 0;
}
}
@media (max-width:950px) {
  .lp__header {
    padding: 0 15px;
    /*height: auto;*/
    /*height: 60px;*/
    margin: 0;
  }

  .lp__header-inner {
    position: fixed;
    z-index: 9999;
    background: #fff;
    left: 0;
    width: 100%;
    top: 0;
  }

  .lp__header-top {
    height: 60px;
    padding-left: 20px;
    justify-content: start;
  }

  .lp__header-logo {
    max-width: 250px;
    margin-right: auto;
  }
}

/*==============================
TOP戻るボタン
==============================*/
.top-btn {
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 100;
  opacity: 0;
  transition: .3s ease;
}

.top-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #333;
  font-size: 12px;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  border-radius: 90px;
  box-sizing: border-box;
}

.top-btn span {
  display: block;
  font-size: inherit;
  color: #fff;
  line-height: 1;
  margin-top: 3px;
}

.top-btn i {
  color: inherit;
}

.top-btn.active{
  opacity: 1;
  visibility: visible;
}

@media (max-width:599px) {
  .top-btn {
    right: 2.5%;
    bottom: 5%;
  }
}

/*==============================
Btn
==============================*/
.lp__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp__nav-btn-tel,
.lp__nav-btn-inc {
  width: 210px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
}

.lp__nav-btn-tel {
  /*background-image: -moz-linear-gradient( 135deg, rgba(236,80,32,0.99608) 0%, rgb(239,30,30) 100%);*/
  /*background-image: -webkit-linear-gradient( 135deg, rgba(236,80,32,0.99608) 0%, rgb(239,30,30) 100%);*/
  /*background-image: -ms-linear-gradient( 135deg, rgba(236,80,32,0.99608) 0%, rgb(239,30,30) 100%);*/
  font-size: 24px;
  font-weight: 600;
  color: #d10000;
  font-family: 'Roboto', sans-serif;
  margin-right: 15px;
}
.lp__nav-btn-inc {
  background-image: -moz-linear-gradient( 135deg, rgb(143,162,246) 0%, rgb(83,127,232) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(143,162,246) 0%, rgb(83,127,232) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(143,162,246) 0%, rgb(83,127,232) 100%);
  font-size: 15px;
  font-weight: 900;
}

.lp__tel-icon,
.lp__mail-icon {
  color: #fff;
  font-size: 20px;
  margin-right: 5px;
}

.lp__tel-icon {
    color: #d10000;
}

@media (max-width:1279px) {
  .lp__nav-btn-tel,
  .lp__nav-btn-inc {
    width: 260px;
  }
}

@media (max-width: 1024px) {
  .lp__nav-btn-tel,
  .lp__nav-btn-inc {
    width: 205px;
    height: 50px;
  }

  .lp__nav-btn-tel {
    font-size: 19px;
  }

  .lp__nav-btn-inc {
    font-size: 15px;
  }
}

@media (max-width:950px) {
  .lp__nav-btn-tel,
  .lp__nav-btn-inc {
    height: 40px;
    width: 200px;
  }

  .lp__nav-btn-tel {
    margin-right: 8px;
    font-size: 19px;
  }

  .lp__nav-btn-inc  {
    font-size: 13px;
  }
}

@media (max-width:750px) {
  .lp__nav-btn {
    display: none;
  }
}

/*==============================
ハンバーガメニュー
==============================*/
.hamburger {
  display: none;
}

.hamburger__btn {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  touch-action: manipulation;
  z-index: 9999;
  padding: 0;
}

.is-active .hamburger__bar:nth-child(1) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 28px;
}

.is-active .hamburger__bar:nth-child(2) {
  background: transparent;
}

.is-active .hamburger__bar:nth-child(3) {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 28px;
}

.hamburger__bar {
  display: block;
  background: #d10000;
  width: 21px;
  height: 2px;
  position: absolute;
  transition-duration: .2s;
  transition-property: transform;
}

.hamburger__bar:nth-child(1) {
  top: 24px;
  left: 20px;
}

.hamburger__bar:nth-child(2) {
  top: 30px;
  left: 20px;
}

.hamburger__bar:nth-child(3) {
  top: 36px;
  left: 20px;
}

@media (max-width:950px) {
  .hamburger {
    display: block;
  }
}

/*==============================
ナビゲーション
==============================*/
.lp__nav {
  position: relative;
}

@media (min-width:951px) {
  .lp__nav {
    height: auto !important;
  }
}

.lp__nav-list {
 display: flex;
 align-items: center;
 justify-content: space-around;
 margin: 20px 0 10px;
}

.lp__nav-item {
  text-align: center;
  position: relative;
  font-size: 14px;
  width: 25%;
  border-right: 1px solid #333;
}

.lp__nav-item:last-of-type {
  border-right: none;
}

.lp__nav-item a {
  color: #333;
  display: block;
  padding: 0px;
  box-sizing: border-box;
}

@media (max-width:950px) {
  .lp__nav {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    height: 0;
    overflow: hidden;
  }

  .lp__nav-list {
    margin: 0;
    display: block;
    padding: 0 10px 20px;
  }

  .lp__nav-item {
    text-align: left;
    width: 100%;
    border-right: none;
  }

  .lp__nav-item a {
    display: block;
    font-size: 14px;
    padding: 12px 30px 12px 10px;
    border-bottom: 1px solid #d10000;
    position: relative;
  }

  .lp__nav-item a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #d10000;
    position: absolute;
    right: 15px;
  }
}

/*==============================
FV
==============================*/
.lp__fv {
  width: 100%;
  height: 800px;
  position: relative;
  margin-top: 100px;
}

@media (max-width:1440px) {
  .lp__fv {
    height: 670px;
  }
}
.lp__fv::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 52%;
  background: url(../img/fv_bg2.jpg)no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
}

.lp__fv-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

.sp__fv {
  display: none;
}

@media (min-width: 1920px) {
  .lp__fv-inner {
    padding: 0 10%;
  }
}

@media (max-width:1110px) {
  .lp__fv {
    overflow: hidden;
  }
}

@media (max-width:1024px) {
  .lp__fv {
    height: 660px;
    overflow: hidden;
  }
}

@media (max-width:950px) {
  .lp__fv {
    margin-top: 60px;
  }

}

@media (max-width:750px) {
  .lp__fv {
    height: auto;
  }

  .lp__fv-inner {
    box-sizing: border-box;
    padding-top: 27px;
  }

  .lp__fv::before {
    height: 400px;
    background: url(../img/sp-fv.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
}

@media (max-width:599px) {
  .lp__fv::before {
    height: 300px;
  }
}

/*==============================
FV / トップのキャッチフレーズ
==============================*/
.lp__fv-catch {
  position: absolute;
  z-index: 0;
  top: 30%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.lp__catch-txt01 {
  color: #d10000;
  font-size: 20px;
  border: #d10000 3px solid;
  border-radius: 90px;
  background: #fff;
  padding: 5px 10px;
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.lp__catch-txt02 {
  font-weight: 900;
  color: #d10000;
  font-size: 48px;
  margin-top: 5px;
}

.lp__catch-bottom {
  font-size: 48px;
}

.catch-small {
  font-size: .89em;
  font-style: normal;
}

@media (max-width:850px) {
  .lp__catch-txt02,
  .lp__catch-bottom {
    font-size: 42px;
  }
}

@media (max-width:750px) {
  .lp__catch-txt02,
  .lp__catch-bottom {
    margin-top: 20px;
  }

  .lp__catch-txt01 {
    box-sizing: border-box;
    font-size: 18px;
  }

  .lp__fv-catch {
    transform: none;
    position: absolute;
    z-index: 8;
    left: auto;
    top: 50px;
  }
}

@media (max-width:599px) {
  .lp__fv-catch {
    top: 20px;
  }
  .lp__catch-txt02,
  .lp__catch-bottom {
    font-size: 24px;
  }

  .lp__catch-txt01 {
    font-size: 13px;
  }
}

/*==============================
FV / トップのgoogle・実績画像
==============================*/
.lp__fv-pushing {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 24;
  max-width: 1240px;
  width: 100%;
  margin: 100px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
}

.lp__fv-pushing img {
  width: 100%;
  max-width: 594px;
}

.lp__fv-r-bg img {
  width: 100%;
}

@media (max-width:850px) {
  .lp__fv-pushing img {
    max-width: 450px;
  }
}

@media (max-width:750px) {
  .lp__fv-pushing {
    position: static;
    transform: none;
    margin-top: 0;
    text-align: center;
  }
}

/*==============================
FV / トップの女性画像
==============================*/
.lp__fv-r-bg {
  max-width: 950px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 5%;
}

@media (max-width:1110px) {
  .lp__fv-r-bg {
    max-width: 930px;
    right: -3%;
  }

}

@media (max-width:1024px) {
  .lp__fv-r-bg {
    max-width: 790px;
    right: -40px;
  }
}

@media (max-width:850px) {
  .lp__fv-r-bg {
    max-width: 670px;
  }
}

/*==============================
btn
==============================*/
.lp__fv-btn {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.lp__btn-top {
  display: block;
  line-height: 1;
  color: #fff;
}

.lp__btn-bottom {
  display: block;
}

.lp__btn-tel {
  background-image: -moz-linear-gradient( 135deg, rgba(236,80,32,0.99608) 0%, rgb(239,30,30) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgba(236,80,32,0.99608) 0%, rgb(239,30,30) 100%);
  background-image: -ms-linear-gradient( 135deg, rgba(236,80,32,0.99608) 0%, rgb(239,30,30) 100%);
  border-radius: 90px;
  border: #fff solid 2px;
}

.lp__btn-tel-top {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  letter-spacing: .025em;
}

.lp__btn-mail {
  background-image: -moz-linear-gradient( 135deg, rgb(143,162,246) 0%, rgb(83,127,232) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(143,162,246) 0%, rgb(83,127,232) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(143,162,246) 0%, rgb(83,127,232) 100%);
  border-radius: 90px;
  font-size: 28px;
  border: #fff solid 2px;
}

.lp__btn-mail-top {
  font-size: 25px;
}

.lp__btn-mail-bottom {
  margin-top: 5px;
}

.lp__btn-tel,
.lp__btn-mail {
  height: 80px;
  box-shadow: 0px 6px 19.92px 4.08px rgba(153, 153, 153, 0.25);
  max-width: 450px;
  width: 100%;
  padding: 15px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  vertical-align: bottom;
}

.lp__btn-tel {
  margin-right: 15px;
}

.lp__btn-sub {
  color: #fff;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
}

.lp__btn-sub02 {
  font-style: normal;
  color: #537fe8;
  background: #fff;
  padding: 1px 12px;
  margin-left: 8px;
  font-size: 14px;
  border-radius: 2px;
}

.lp__btn-icon {
  font-size: 30px;
  color: #fff;
  margin-right: 10px;
}

@media (max-width:1279px) {
  .lp__btn-tel,
  .lp__btn-mail {
    width: 450px;
    height: 90px;
  }

  .lp__btn-tel-top {
    font-size: 32px;
  }

  .lp__btn-mail-top {
    font-size: 24px;
  }
}

@media (max-width:950px) {
  .lp__btn-tel {
    margin-right: 8px;
  }

  .lp__btn-tel,
  .lp__btn-mail {
    width: 400px;
  }
}

@media (max-width:850px) {
  .lp__btn-tel,
  .lp__btn-mail {
    width: 350px;
    height: 80px;
  }

  .lp__btn-mail-top {
    font-size: 20px;
  }

  .lp__btn-tel-top {
    font-size: 28px;
  }

  .lp__btn-sub {
    font-size: 16px;
  }

  .lp__btn-tel {
    margin-bottom: 8px;
  }
}

@media (max-width:750px) {
  .lp__btn-tel-top {
    font-size: 24px;
  }

  .lp__btn-icon {
    font-size: 24px;
  }

  .lp__btn-mail-top {
    font-size: 18px;
  }

  .lp__btn-icon {
    font-size: 22px;
  }

  .lp__btn-tel,
  .lp__btn-mail {
    max-width: 100%;
    width: 100%;
    height: 70px;
  }

  .lp__fv-btn {
    position: static;
    display: block;
    margin-top: 18px;
    margin-bottom: 36px;
  }

  .lp__fv-r-bg {
    display: none;
  }

  .lp__btn-mail-bottom {
    margin-top: 0;
  }
}

/*===========================================
リスティング広告において こんな課題はありませんか？
============================================*/
.subject-inner {
  max-width: 100%;
  background: url(../img/subject/bg01.png)no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 140px;
  width: 100%;
}

.lp__subject-bottom-bg {
  background-image: -moz-linear-gradient( 135deg, rgba(236,80,32,0.99608) 0%, rgb(239,30,30) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgba(236,80,32,0.99608) 0%, rgb(239,30,30) 100%);
  background-image: -ms-linear-gradient( 135deg, rgba(236,80,32,0.99608) 0%, rgb(239,30,30) 100%);
  padding: 140px 0 50px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  position: relative;
  z-index: -8;
  margin-top: -100px;
}

.lp__subject-bottom-bg img {
  width: 100%;
}

.lp__subject-bottom-sub {
  color: #fff600;
  font-style: normal;
  font-size: 1.25em;
}

.lp__subject-bottom-bg br {
  display: none;
}

@media (max-width:1279px) {
  .lp__subject-bottom-bg {
    font-size: 36px;
  }
}

@media (max-width:850px) {
  .lp__subject-bottom-bg {
    padding: 130px 0 50px;
    font-size: 32px;
  }
}

@media (max-width:750px) {
  .lp__subject-bottom-bg {
    line-height: 1.2;
  }

  .lp__subject-bottom-bg br {
    display: block;
  }

  .subject-inner {
    padding-bottom: 110px;
  }

  .lp__subject-bottom-bg {
    font-size: 32px;
    padding: 120px 0 50px;
  }

  .lp__subject-bottom-sub {
    font-size: 35px;
  }
}

/*===========================================
リスティング広告 2column-list 部分
============================================*/
.lp__subject-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1085px;
  width: 100%;
  margin: 70px auto 0;
  gap: 22px;
}

@media (max-width:850px) {
  .lp__subject-2col {
    grid-template-columns: 1fr;
    margin: 24px auto 0;
  }
}

/*===========================================
リスティング広告 青ボタン部分
============================================*/
 .lp__subject-balloon {
  max-width: 504px;
  width: 100%;
  text-align: center;
  position: relative;
  margin-left: -20px;
  margin-bottom: -10px;
 }

.lp__subject-balloon-txt {
  color: #fff;
  background: #131843;
  border-radius: 90px;
  padding: 15px 0;
  font-size: 22px;
}

.lp__subject-balloon::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #131843;
  left: 15%;
  margin-top: -2px;
}

@media (max-width:1279px) {
  .lp__subject-balloon-txt {
    font-size: 18px;
  }
}

@media (max-width:950px) {
  .lp__subject-balloon-txt {
    font-size: 16px;
  }
}

@media (max-width:750px) {
  .lp__subject-balloon {
    margin-left: -10px;
  }

  .lp__subject-balloon-txt {
    padding: 8px 0;
  }

  .lp__subject-balloon-txt {
    font-size: 14px;
  }
}

/*===========================================
リスティング広告 lp__subject-list item 部分
============================================*/
.lp__subject-list {
  background: #fff;
  padding: 40px 22px;
}

.lp__subject-item {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 8px;
  border-bottom: #ececec 1px solid;
}

.lp__subject-item-txt {
  font-size: 22px;
  font-weight: 900;
  
}

.lp__subject-list .lp__subject-item:first-of-type {
  margin-top: 0;
}

.lp__subject-item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.subject-item__red {
  color: #d10000;
  font-size: inherit;
  font-weight: inherit;
}


@media (max-width:1279px) {
  .lp__subject-item-txt {
    font-size: 20px;
  }
}

@media (max-width:1110px) {
  .lp__subject-item-txt {
    font-size: 18px;
  }
}

@media (max-width:980px) {
  .lp__subject-item-txt {
    font-size: 16px;
  }
}

@media (max-width:912px) {
  .lp__subject-item-txt {
    font-size: 14px;
  }
}

@media (max-width:750px) {
  .lp__subject-item-txt {
    font-size: 13px;
  }
}

/*====================================================
lp__elected/ 実績800社以上！<br>デジタルトレンズが選ばれる
=====================================================*/
.lp__elected {
  background: url(../img/elected/pc-bg.jpg)no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.lp__elected-inner {
  padding-top: 100px;
  padding-bottom: 90px;
  max-width: 1000px;
}

.lp__elected-list {
  margin: 50px auto;
}

.lp__elected-em {
  color: #d10000;
  font-size: inherit;
}

.lp__elected-num {
  font-size: 1.3em;
  color: inherit;
}

@media (max-width:950px) {
  .lp__elected-list {
    margin-top: 80px;
  }
}

@media (max-width:850px) {
  .lp__elected-list {
    margin-top: 60px;
  }
}

@media (max-width:750px) {
  .lp__elected-list {
    margin-top: 30px;
  }

  .lp__elected-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}


/*====================================================
2column部分 実績800社以上！<br>デジタルトレンズが選ばれる
=====================================================*/
.lp__elected-item-2col:nth-child(2n) {
  grid-template-columns: 33% 62%;
}
.lp__elected-item-2col:nth-child(2n) .lp__elected-item-l {
  grid-row: 1;
  grid-column: 2;
}

.lp__elected-item-2col {
  display: grid;
  grid-template-columns: 62% 33%;
  gap: 5%;
  margin-top: 45px;
  align-items: center;
}

.lp__elected-item-r img {
  width: 100%;
}

.lp__elected-item-r {
  max-width: 330px;
  width: 100%;
}

@media (max-width:750px) {
  .lp__elected-item-2col {
    display: block;
  }

  .lp__elected-item-r {
    margin: 10px auto;
  }

  .lp__elected-item-2col:first-of-type {
    margin-top: 0;
  }
}

/*====================================================
lp__elected-item-l ボタン・テキスト部分 実績800社以上！<br>デジタルトレンズが選ばれる
=====================================================*/
.lp__elected-btn {
  color: #131843;
  border: #131843 solid 3px;
  font-size: 18px;
  max-width: 400px;
  width: 100%;
  border-radius: 90px;
  text-align: center;
  display: inline-block;
  font-weight: 900;
  padding: 5px 0;
  line-height: 1.5;
}

.lp__elected-ttl {
  color: #d10000;
  font-size: 25px;
  margin-top: 22px;
  line-height: 1.2;
}

.lp__elected-txt {
  color: #666666;
  margin-top: 22px;
  font-weight: 700;
  font-size: 16px;
}

.lp__elected-web-icon img {
  width: 100%;
}

.lp__elected-web-icon {
  max-width: 230px;
  width: 100%;
  margin-top: 20px;
}

.lp__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:950px) {
  .lp__elected-ttl {
    font-size: 24px;
  }

  .lp__elected-txt {
    font-size: 16px;
  }
}

@media (max-width:850px) {
  .lp__elected-btn {
    font-size: 22px;
  }

  .lp__elected-ttl {
    font-size: 21px;
  }

  .lp__elected-txt {
    font-size: 14px;
    margin-top: 15px;
  }

}

@media (max-width:750px) {
  .lp__elected-btn {
    font-size: 16px;
  }

  .lp__elected-ttl {
    font-size: 17px;
    margin-top: 15px;
  }

  .lp__elected-txt {
    font-size: 13px;
    margin-top: 10px;
  }

  .lp__btn {
    display: block;
    margin-top: 55px;
  }
}

/*====================================================
lp__heatmap ヒートマップ分析が無料に！
=====================================================*/
 .lp__heatmap {
  background: url(../img/heatmap/bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
 }

.lp__heatmap-inner {
  padding-top: 65px;
  padding-bottom: 75px;
}

@media (max-width:750px) {
  .lp__heatmap-inner {
    padding-bottom: 50px;
  }

}

/*====================================================
ttl部分 ヒートマップ分析が無料に！
=====================================================*/
.lp__heatmap-ttl {
  font-size: 50px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.lp__heatmap-ttl-in {
  display: inline-block;
  position: relative;
  padding: 0 250px;
  color: inherit;
  font-size: inherit;
  box-sizing: border-box;
  font-size: 36px;
}

.lp__heatmap-balloon {
  position: absolute;
  max-width: 200px;
  width: 100%;
  top: 15%;
  transform: translateY(-50%);
  left: 0;
}

.lp__heatmap-balloon img {
  width: 100%;
}

.lp__heatmap-ttl-in--flex {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-left: 0;
}

.lp__heatmap-ttl-in02 {
  color: #fff;
  font-size: 45px;
  line-height: 1.1;
}

.lp__heatmap-ttl-in03 {
  color: #fff;
  font-size: .7em;
}

.lp__heatmap-ttl-yellow {
  color: #fff600;
  font-size: 60px;
  font-style: normal;
  margin-left: 28px;
  line-height: 1.1;

}

.lp__heatmap-ttl-yellow.cst {
  margin: 0;
  font-size: 50px;
}

.lp__heatmap-ttl-yellow--big {
  color: #fff600;
  font-size: 2.5em;
  line-height: 1.1;
}

.lp__heatmap-caption {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  margin-top: 35px;
}

.lp__heatmap-caption img {
  width: 100%;
}

.lp__heatmap-txt {
  color: #fff;
  max-width: 900px;
  margin: 25px auto;
}

@media (max-width:1440px) {
  .lp__heatmap-ttl-in {
    padding: 0 0 0 200px;
  }

  .lp__heatmap-balloon {
    top: 38%;
    left: -20px;
  }
}

@media (max-width:950px) {
  .lp__heatmap-ttl-in {
    font-size: 28px;
  }

  .lp__heatmap-txt {
    font-size: 15px;
  }
/* 
  .lp__heatmap-ttl-in {
    padding-left: 160px;
  } */

  .lp__heatmap-caption {
    max-width: 580px;
    margin-top: 65px;
  }

  .lp__heatmap-balloon {
    max-width: 150px;
  }

  .lp__heatmap-ttl-in {
    padding: 0 0 0 138px;
  }

  .lp__heatmap-ttl-in02 {
    font-size: 42px;
  }

  .lp__heatmap-ttl-yellow {
    font-size: 50px;
  }
}

@media (max-width:850px) {
  .lp__heatmap-ttl-in {
    padding: 0 0 0 108px;
  }

  .lp__heatmap-ttl-in {
    font-size: 26px;
  }

  .lp__heatmap-balloon {
    max-width: 125px;
  }

  .lp__heatmap-ttl-yellow {
    font-size: 45px;
    margin-left: 18px;
  }

    .lp__heatmap-ttl-yellow.cst {
      font-size: 20px;
    }
    
}

@media (max-width:750px) {
  .lp__heatmap-ttl {
    font-size: 22px;
  }

  /* .lp__heatmap-ttl-in {
    padding-left: 0;
    padding-top: 20px;
  } */

  .lp__heatmap-balloon {
    max-width: 87px;
    left: -15px;
    top: -38px;
  }

  .lp__heatmap-caption {
    margin-top: 18px;
  }

  .lp__heatmap-txt {
    margin-top: 22px;
    font-size: 13px;
  }

  .lp__heatmap-ttl-in {
    padding: 0;
    font-size: 16px;
  }

  .lp__heatmap-ttl-in--flex {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
  
  .lp__heatmap-ttl-in02 {
    font-size: 36px;
  }

  .lp__heatmap-ttl-yellow {
    font-size: 32px;
    margin-left: 0;
  }
}

/*====================================================
lp__heatmap-list リスト部分 ヒートマップ分析が無料に！
=====================================================*/
.lp__heatmap-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
  margin-top: 38px;
  max-width: 900px;
  margin: 25px auto 0;
}

.lp__heatmap-item {
  background: #fff;
  padding: 5px;
}

.lp__heatmap-item-ttl {
  color: #d10000;
  font-size: 27px;
  text-align: center;
  margin-top: 10px;
}

.lp__heatmap-item-txt {
  margin-top: 10px;
  margin-bottom: 50px;
  color: #666666;
  padding: 0 22px;
  font-weight: 700;
}

.lp__heatmap-important {
  color: #fff;
  text-align: right;
  margin-top: 25px;
  font-weight: 700;
}

.lp__heatmap-bottom-btn {
  text-align: center;
  margin-top: 40px;
}

.lp__heatmap-btn {
  background-image: -moz-linear-gradient( 135deg, rgb(143,162,246) 0%, rgb(83,127,232) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(143,162,246) 0%, rgb(83,127,232) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(143,162,246) 0%, rgb(83,127,232) 100%);
  border-radius: 90px;
  font-size: 28px;
  border: #fff solid 2px;
  color: #fff;
  width: 100%;
  padding: 15px;
  max-width: 700px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.lp__heatmap-analysis {
  color: #fff;
  font-size: 25px;
  margin-right: 10px;
}

@media (max-width:950px) {
  .lp__heatmap-item-txt {
    font-size: 15px;
  }

  .lp__heatmap-item-txt {
    margin-bottom: 45px;
  }

  .lp__heatmap-item-ttl {
    font-size: 22px;
    height: 75px;
  }

  .lp__heatmap-item-ttl br {
    display: block;
  }
}

@media (max-width:850px) {
  .lp__heatmap-item-ttl {
    font-size: 18px;
    height: 58px;
  }

  .lp__heatmap-item-txt {
    font-size: 13px;
    margin-bottom: 25px;
  }

  .lp__heatmap-btn {
    font-size: 22px;
  }
}

@media (max-width:750px) {
  .lp__heatmap-list {
    display: block;
  }

  .lp__heatmap-item {
    margin-bottom: 15px;
  }

  .lp__heatmap-important {
    font-size: 12px;
  }

  .lp__heatmap-btn {
    font-size: 12px;
    max-width: 100%;
    padding: 12px 5px;
  }

  .lp__heatmap-item-ttl {
    height: auto;
  }
}

/*=====================================================
lp__actual/2column部分・横並び お取り組み実績・事例
======================================================*/
.lp__actual-em {
  font-size: inherit;
  color: #d10000;
}

.lp__actual-inner {
  padding-top: 88px;
  padding-bottom: 120px;
  max-width: 900px;
}

 .lp__actual-list {
  margin-top: 155px;
 }

/* .lp__actual-em {
  font-size: inherit;
  color: #d10000;
}

 .lp__actual-inner {
  padding-top: 88px;
 }

 .lp__actual-item {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
 }

 .lp__actual-item:nth-child(2n) {
  flex-direction: row-reverse;
 }

.lp__actual-item-box {
  background: #fff;
  padding: 30px 42px 30px 0;
  width: calc(47%);
}

.lp__actual-item:nth-child(2n) .lp__actual-item-box {
  background: #fff;
  padding: 30px 0px 30px 42px;
  width: calc(47%);
}



.lp__actual-item-gl {
  width: calc(53%);
  position: absolute;
  z-index: -1;
  top: -20%;
  right: 0;
}

.lp__actual-item:nth-child(2n) .lp__actual-item-gl {
  width: calc(53%);
  position: absolute;
  z-index: -1;
  top: -20%;
  left: 0;
} */

/* 改修部分追加css */
/* ========================================= */
.lp__actual-list-ttl {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.05em;
  margin-top: 50px;
}

.lp__actual-item-box img,
.lp__actual-item-gl img {
  width: 100%;
}

.lp__actual-list {
  margin-top: 25px;
}

.lp__actual-item-2col {
  display: grid;
  grid-template-columns: 47.5% 47.5%;
  gap: 5%;
}

.lp__actual-list-bottom--txt {
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 15px;
}

@media (max-width:950px) {
   .lp__actual-list-ttl {
    font-size: 28px;
    margin-top: 62px;
   }
}

@media (max-width:850px) {
  .lp__actual-list {
    margin-top: 50px;
   } 
  
   .lp__actual-list-ttl {
    font-size: 24px;
   }

   .lp__actual-item {
    margin-top: 47px;
   }

   .lp__actual-list-bottom--txt {
    font-size: 16px;
    margin-top: 30px;
   }

   .lp__actual-item-2col {
    grid-template-columns: 47% 47%;
    gap: 6%;
  }
}

@media (max-width:750px) {
  .lp__actual-inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  /* .lp__actual-item-box,
  .lp__actual-item:nth-child(2n) .lp__actual-item-box,
  .lp__actual-item-gl,
  .lp__actual-item:nth-child(2n) .lp__actual-item-gl  {
    width: 100%;
  } */

  .lp__actual-item {
    display: block;
    position: initial;
  }

  /* .lp__actual-item-box,
  .lp__actual-item:nth-child(2n) .lp__actual-item-box {
    padding: 0;
  } */

  /* .lp__actual-item-gl,
  .lp__actual-item:nth-child(2n) .lp__actual-item-gl  {
    z-index: 0;
    position: initial;
  } */

  .lp__actual-list {
    margin-top: 35px;
  }

  .lp__actual-item-txt {
    margin-bottom: 20px;
  }

  .lp__actual-list-bottom--txt {
    font-size: 13px;
  }
}
/*=====================================================
lp__actual-item-box内 お取り組み実績・事例
======================================================*/
.lp__actual-item-num {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0;
}

.lp__actual-item-ttl {
  color: #d10000;
  font-size: 36px;
  font-feature-settings: "palt";
  line-height: 1.5;
}

.lp__actual-item-business {
  margin-top: 15px;
  font-weight: 900;
  font-size: 26px;
}

.lp__actual-item-txt {
  font-weight: 700;
  color: #666666;
  margin-top: 15px;
  font-size: 17px;
}

.lp__actual-logo {
  margin-top: 15px;
}

.lp__actual-logo img {
  vertical-align: bottom;
}

.lp__actual-logo--ksknet {
  max-width: 350px;
}

.lp__actual-logo--porters {
  max-width: 200px;
}

.lp__actual-logo--1stscratch {
  max-width: 300px;
}

.lp__actual-logo--straight {
  max-width: 280px;
}

@media (max-width:1279px) {
  .lp__actual-item-ttl {
    font-size: 27px;
  }
}

@media (max-width:950px) {
  .lp__actual-item-ttl {
    font-size: 20px;
  }

  .lp__actual-item-business {
    font-size: 19px;
  }

  .lp__actual-item-txt {
    font-size: 16px;
  }

  .lp__actual-item-num {
    font-size: 27px;
  }
}

@media (max-width:850px) {
  .lp__actual-logo--straight {
    max-width: 200px;
  }

  .lp__actual-logo--1stscratch {
    max-width: 220px;
    margin-top: 0;
    margin-bottom: -20px;
  }

  .lp__actual-logo--porters {
    max-width: 150px;
  }

  .lp__actual-logo--ksknet {
    max-width: 270px;
  }
}

@media (max-width:750px) {
  .lp__actual-item-num {
    font-size: 20px;
  }

  .lp__actual-item-box {
    margin-bottom: 15px;
  }
}

/*=====================================================
sns 各種SNS運用代行、DSP運用代行も承っております。
======================================================*/
.sns {
  background: url(../img/sns/bg.jpg)no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.sns__inner {
  padding-top: 67px;
  padding-bottom: 50px;
    max-width: 800px;
}
.sns__icon img,
.sns__icon02 img {
  width: 100%;
}
.sns__icon02 {
margin-top: 20px;
}
.sns__icon {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  margin-top: 50px;
}
.sns__icon02-img {
  max-width: 530px;
  width: 100%;
  margin: 25px 0;
}
.sns__icon02-img2 {
    max-width: 180px;
    width: 100%;
    margin: 18px 0 25px 42px;
}
@media (max-width:750px) {
  .sns__inner {
    padding-top: 45px;
  }

}
/*=====================================================
sns お取引企業　業種一覧 各種SNS運用代行、DSP運用代行も承っております。
======================================================*/

.sns__industryーlist {
  background: #fff;
  padding: 50px 45px 30px;
  position: relative;
  margin-top: 70px;
}

.sns__industryーlist-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 28px;
  color: #c4987a;
  line-height: 1;
}

.sns__industryーlist-gl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media (max-width:850px) {
  .sns__industryーlist-ttl {
    font-size: 27px;
  }
}

@media (max-width:750px) {
  .sns__icon02 {
    margin-top: 10px;
}
  .sns__industryーlist-gl {
    display: block;
  }

  .sns__industryーlist {
    margin-top: 40px;
  }

  .sns__industryーlist-ttl {
    font-size: 19px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }

  .sns__industryーlist {
    padding: 30px 40px 30px;
  }
}

/*=====================================================
lp__effort お取り組みの流れ
======================================================*/
.lp__effort {
  background: url(../img/effort/bg.jpg)no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.lp__effort-inner {
  padding-top: 85px;
  padding-bottom: 100px;
    max-width: 1000px;
}

.lp__effort-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  margin-top: 80px;
  gap: 50px;
}

@media (max-width:1024px) {
  .lp__effort-list {
    gap: 55px;
  }
}

@media (max-width:750px) {
  .lp__effort-list {
    grid-template-columns: 1fr 1fr;
  }

  .lp__effort-inner {
    padding-top: 55px;
    padding-bottom: 80px;
  }

  .lp__effort-list {
    margin-top: 50px;
  }
}
 /*=====================================================
   lp__effort-item内 詳細 お取り組みの流れ
 ======================================================*/
 .lp__effort-gl {
  position: relative;
}

.lp__effort-gl img {
  width: 100%;
  vertical-align: bottom;
}

.lp__effort-item {
  position: relative;
  text-align: center;
}

.lp__effort-num {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  color: #fff600;
  left: 0;
  top: -20px;
  font-weight: 500;
  z-index: 1;
  line-height: 1;
}

.lp__effort-gl::after {
  content: '';
  position: absolute;
  border-left: 18px solid #e3e6fb;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
}

.lp__effort-item:last-of-type .lp__effort-gl::after {
  display: none;
}

.lp__effort-item-ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  margin-top: 28px;
  line-height: 1.4;
}

.lp__effort-item-txt {
  margin-top: 18px;
  text-align: left;
  color: #e3e6fb;
  font-size: 16px;
}

@media (max-width:1024px) {
  .lp__effort-item-ttl {
    font-size: 19px;
    min-height: 50px;
  }

  .lp__effort-num {
    font-size: 56px;
    left: -12px;
    top: -9px;
  }

  .lp__effort-item-txt {
    font-size: 14px;
  }
}

@media (max-width:950px) {
  .lp__effort-item-txt {
    font-size: 13px;
  }

  .lp__effort-item-ttl {
    font-size: 15px;
  }
}

@media (max-width:850px) {
  .lp__effort-list {
    gap: 40px;
  }

  .lp__effort-num {
    font-size: 40px;
  }
}

@media (max-width:750px) {
  .lp__effort-list {
    gap: 35px;
  }

  .lp__effort-gl {
    padding: 5px;
    box-sizing: border-box;
  }

  .lp__effort-gl::after {
    content: none;
    right: -9px;
  }

  .lp__effort-item-ttl {
    margin-top: 15px;
  }

  .lp__effort-item-txt {
    margin-top: 10px;
  }

  .lp__effort-num {
    top: 0;
    left: -8px;
  }
}

/*=====================================================
lp__price æ–™é‡‘ãƒ—ãƒ©ãƒ³
======================================================*/
.lp__price {
  background: url(../img/price/bg.jpg)no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.lp__price-inner {
  padding-top: 78px;
  padding-bottom: 42px;
}

.lp__price-balloon {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto -8%;
  position: relative;
}

.lp__price-balloon::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 22px solid #131843;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  z-index: 1;
}

.lp__price-balloon-txt {
  color: #fff;
  background: #131843;
  border-radius: 90px;
  padding: 15px 0;
  text-align: center;
  font-size: 30px;
}

@media (max-width:1279px) {
  .lp__price-balloon-txt {
    font-size: 36px;
  }
}

@media (max-width:950px) {
  .lp__price-balloon {
    max-width: 680px;
  }
  
}

@media (max-width:850px) {
  .lp__price-balloon-txt {
    font-size: 24px;
  }

  .lp__price-balloon {
    max-width: 580px;
  }
}

@media (max-width:750px) {
  .lp__price-balloon-txt {
    font-size: 20px;
    padding: 10px 0;
  }

  .lp__price-balloon {
    max-width: 100%;
    margin: 0 auto -18%;
  }
}

/*=====================================================
lp__price-main æ–™é‡‘ãƒ—ãƒ©ãƒ³ èª¬æ˜Žæ–‡éƒ¨åˆ†
======================================================*/
.lp__price-main-2col {
  background: #fff;
  padding: 95px 30px 50px;
  margin-top: -50px;
  display: grid;
  grid-template-columns: 43% 57%;
}

 .lp__price-catch-box {
  text-align: center;
  margin-top: 40px;
  background: #fff;
  padding: 80px 8px;
  box-sizing: border-box;
 }

 .lp__price-catch-box img {
  width: 27px;
  height: 27px;
 }

 .lp__price-main-catch {
  font-size: 50px;
  font-weight: 900;
  color: #d10000;
  letter-spacing: 0.05em;
 }

.lp__price-main-catch--big {
  line-height: 1;
  font-weight: 500;
  color: #d10000;
  font-size: 2.2em;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  letter-spacing: 0.05em;
}

.lp__price-main-catch--fw {
  font-weight: 400;
  font-size: 50px;
  color: #d10000;
  letter-spacing: .2em;
}

.lp__price-catch-ttl {
  font-size: 40px;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-top: 26px;
}

.lp__price-item-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}

@media (max-width:1279px) {
  .lp__price-main-catch {
    font-size: 45px;
  }
}

@media (max-width:1024px) {
  .lp__price-main-catch {
    font-size: 35px;
  }
}

@media (max-width:950px) {
  .lp__price-main-2col {
    gap: 20px;
  }

  .lp__price-catch-box {
    padding: 85px 8px;
  }

  .lp__price-catch-ttl {
    font-size: 32px;
  }
}

@media (max-width:850px) {
  .lp__price-main-catch {
    font-size: 28px;
  }

  .lp__price-catch-ttl {
    font-size: 26px;
  }
}

@media (max-width:750px) {
  .lp__price-main-2col {
    display: block;
    padding: 80px 22px 40px;
  }

  .lp__price-catch-box {
    display: block;
    margin-bottom: 60px;
    padding: 50px 8px;
  }

  .lp__price-main-catch {
    margin-right: 0;
    text-align: center;
  }

  .lp__price-catch-box img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
  }

  .lp__price-catch-ttl {
    font-size: 23px;
  }

  .lp__price-item-box {
    margin-top: 30px;
  }
}

/*=====================================================
lp__price-main-listå†…ã€€ãƒœã‚¿ãƒ³ãªã© æ–™é‡‘ãƒ—ãƒ©ãƒ³ èª¬æ˜Žæ–‡éƒ¨åˆ†
======================================================*/
.lp__price-item-ttl {
  border: #d10000 solid 3px;
  width: 138px;
  text-align: center;
  border-radius: 90px;
  color: #d10000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
}

.lp__price-main-item {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.lp__price-main-item:last-of-type {
  margin-bottom: 0;
}

/* 
.lp__price-item-txt {
  width: calc(100% - 138px);
  padding-left: 17px;
  line-height: 1.2;
  font-size: 26px;
} */

.lp__price-item-txt {
  line-height: 1.2;
  font-size: 26px;
  padding-left: 17px;
}


.lp__price-item-txt02 {
  font-size: .75em;
  font-style: normal;
}

.lp__price-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width:950px) {
  .lp__price-main-item {
    margin-bottom: 18px;
  }

  /* .lp__price-item-txt {
    font-size: 16px;
  } */

  .lp__price-item-txt02 {
    font-size: 13px;
    line-height: 1.1;
  }

  /* .lp__price-item-ttl {
    height: 30px;
    font-size: 14px;
  } */
}

@media (max-width:850px) {
  /* .lp__price-item-ttl {
    width: 100px;
  } */
/* 
  .lp__price-item-txt {
    width: calc(100% - 100px);
  } */
}

@media (max-width:750px) {
  .lp__price-btn {
    display: block;
  }

  .lp__price-item-txt {
    font-size: 18px;
    padding-left: 10px;
  }
}


/*=====================================================
よくある質問
======================================================*/
.faq__lv2-heading {
  color: #d10000;
  line-height: 1;
    margin-bottom: 42px;
}

.faq ul {
  margin-top: 70px;
}

/*=====================================================
verview__heading　会社概要
======================================================*/
.overview__inner {
  padding-top: 86px;
}

.overview__heading {
  font-size: 50px;
  text-align: center;
}

.overview__2col {
  display: grid;
  grid-template-columns: 38% 62%;
  margin-top: 72px;
  gap: 46px;
}

.overview__l img {
  width: 100%;
}

.overview__r-list {
  width: 100%;
}

@media (max-width:1279px) {
  .overview__heading {
    font-size: 36px;
  }
}

@media (max-width:750px) {
  .overview__inner {
    padding-top: 60px;
  }

  .overview__heading {
    font-size: 22px;
  }

  .overview__2col {
    display: block;
    margin-top: 35px;
  }
}

@media (max-width:599px) {
  .overview__l img {
    object-fit: cover;
    height: 250px;
  }
}



/*=====================================================
overview__headingã€€ä¼šç¤¾æ¦‚è¦
======================================================*/
.overview__inner {
  padding-top: 86px;
}

.overview__heading {
  font-size: 30px;
  text-align: center;
}

.overview__2col {
  display: grid;
  grid-template-columns: 38% 62%;
  margin-top: 30px;
  gap: 46px;
}

.overview__l img {
  width: 100%;
}

.overview__r-list {
  width: 100%;
}

@media (max-width:1279px) {
  .overview__heading {
    font-size: 36px;
  }
}

@media (max-width:750px) {
  .overview__inner {
    padding-top: 60px;
  }

  .overview__heading {
    font-size: 22px;
  }

  .overview__2col {
    display: block;
    margin-top: 35px;
  }
}

@media (max-width:599px) {
  .overview__l img {
    object-fit: cover;
    height: 250px;
  }
}



/*=====================================================
overview tableéƒ¨åˆ†ã€€ä¼šç¤¾æ¦‚è¦
======================================================*/
.overview__r-item th {
  text-align: start;
  font-weight: 900;
}

.overview__r-item td {
  color: #666666;
  font-size: 14px;
  padding-left: 35px;
  font-weight: 700;
}

.overview__r-item {
  border-bottom: #efefef 1px solid;
}

.overview__r-item th,
.overview__r-item td {
  padding: 15px;
  font-size: 16px;
}

.overview__bottom-bg img {
  width: 100%;
}

.overview__bottom-bg {
  margin-top: 50px;
  max-width: 1250px;
  width: 100%;
  margin: 60px auto 40px;
}

@media (max-width:950px) {
  .overview__r-item th,
  .overview__r-item td {
    padding: 10px;
    font-size: 12px;
  }
}

@media (max-width:750px) {
  .overview__r-item th,
  .overview__r-item td {
    display: block;
  }

  .overview__r-item th {
    padding: 10px 10px 0 10px;
  }

  .overview__bottom-bg {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 40px auto 0;
  }
}

/*=====================================================
salutation ä»£è¡¨æŒ¨æ‹¶
======================================================*/
.salutation__inner {
  padding-top: 85px;
  padding-bottom: 1px;
}

.salutation__heading {
  font-size: 30px;
  text-align: center;
}

.salutation__top-gl img {
  width: 100%;
}

.salutation__top-gl {
  max-width: 1000px;
  width: 100%;
  margin: 25px auto 0;
}

.salutation__ttl {
  color: #d10000;
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
}

.salutation__name {
  font-size: 26px;
  text-align: right;
  margin-top:  30px;
  font-weight: 900;
}

.salutation__main-txt {
  font-size: 16px;
  color: #666666;
  font-weight: 700;
  margin-top: 24px;
  line-height: 1.66;
}

@media (max-width:1279px) {
  .salutation__heading {
    font-size: 36px;
  }

  .salutation__ttl {
    font-size: 27px;
  }

  .salutation__name {
    font-size: 20px;
  }
}

@media (max-width:850px) {
  .salutation__ttl {
    font-size: 22px;
  }

  .salutation__name {
    font-size: 14px;
  }

  .salutation__main-txt {
    font-size: 15px;
  }
}

@media (max-width:750px) {
  .salutation__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .salutation__ttl {
    margin-top: 18px;
    font-size: 18px;
  }

  .salutation__name {
    font-size: 12px;
    margin-top: 10px;
  }

  .salutation__main-txt {
    margin-top: 22px;
    font-size: 13px;
  }

  .salutation__main-txt:first-of-type {
    margin-top: 40px;
  }

  .salutation__heading {
    font-size: 22px;
  }
}

/*=====================================================
salutation__history-box / çµŒæ­´éƒ¨åˆ†ã€€ä»£è¡¨æŒ¨æ‹¶
======================================================*/
 .salutation__history-box {
  background: #fff;
  padding: 30px 40px 35px;
  border: #efefef solid 3px;
  margin-top: 52px;
}

.salutation__history-list {
  margin-top: 15px;
}

.salutation__history-ttl {
font-size: 26px;
text-align: center;
}

.salutation__history-item th {
  width: 120px;
}

 .salutation__history-item td,
 .salutation__history-item th {
  color: #666666;
  font-weight: 700;
 }

.salutation__history-item td {
  padding: 15px 0 15px 0px
}

.salutation__history-item td br {
  display: block;
  margin: 10px auto;
}

@media (max-width:750px) {
  .salutation__history-item:first-child th {
    margin-top: 0;
  }

  .salutation__history-item th,
  .salutation__history-item td {
    display: block;
  }

  .salutation__history-item td {
    padding:  0;
    margin-top: 10px;
  }

  .salutation__history-item th {
    margin-top: 20px;
  }

  .salutation__history-ttl {
    font-size: 20px;
  }

  .salutation__history-item th,
  .salutation__history-item td {
    font-size: 13px;
    text-align: left;
  }
}



/*=====================================================
footer
======================================================*/
.footer {
  background: #333333;
}

.footer__inner {
  width: 100%;
  margin: 0 auto;
  padding: 22px 100px;
  box-sizing: border-box;
}

@media (max-width:750px) {
  .footer__inner {
    padding: 10px;
  }

}
/*=====================================================
footer 2column 左
======================================================*/
.footer__l {
  display: flex;
  align-items: flex-end;
}

.footer__logo {
  display: inline-block;
  max-width: 300px;
  width: 100%;
}

.footer__inc {
  color: #fff;
  font-size: 10px;
  margin-left: 37px;
  font-weight: 400;
}

@media (max-width:1440px) {
  .footer__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width:1024px) {
  .footer__logo {
    max-width: 200px;
  }
}

@media (max-width:950px) {
  .footer__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width:850px) {
  .footer__inc {
    margin-left: 15px;
  }
}

@media (max-width:750px) {
  .footer__l {
    display: block;
  }

  .footer__inc {
    margin-left: 0;
    font-size: 9px;
    line-height: 1;
  }
  .footer__logo-wrapper {
    margin-bottom: 8px;
  }
}
/*=====================================================
footer 2column 右
======================================================*/
.footer__2column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.f-nav {
  display: flex;
  flex-wrap: wrap;
}

.f-nav__item a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .075em;
  padding: 5px;
  display: inline-block;
}

.f-nav__item::before {
  content: "|";
  margin: 0 18px;
  color: #fff;
}

.f-nav__item:first-of-type::before {
  content: none;
}

@media (max-width:950px) {
  .f-nav__item a {
    font-size: 12px;
  }
}

@media (max-width:750px) {
  .footer__2column {
    display: block;
    margin-top: 20px;
  }

  .f-nav__item a {
    font-size: 9px;
  }

  .f-nav {
    margin-top: 15px;
  }

  .footer__r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .f-nav__item::before {
    margin: 0 5px;
    font-size: 10px;
  }
}

/*=====================================================
フォーム
======================================================*/
.c-form__lv2-heading {
  margin-bottom: 60px;
}

.c-form__inner {
  padding-top: 10px;
  padding-bottom: 120px;
}

@media (max-width:850px) {
  .c-form__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width:750px) {
  .c-form__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}


.lp__actual-item-box a {
  position: relative;
  display: block;
}

.lp__actual-item-box a::before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 50px;
  color: #fff;
  line-height: 1;
  padding: 10px 16px;
  background: rgba(0,0,0,.7);
  border-radius: 50%;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
}

.lp__actual-item-gl a {
  position: relative;
  display: block;
}

.lp__actual-item-gl a::before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 50px;
  color: #fff;
  line-height: 1;
  padding: 10px 16px;
  background: rgba(0,0,0,.7);
  border-radius: 50%;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
}

/*==============================
メディアロゴ
==============================*/

.overview__middle {
  max-width: 1000px;
  margin: 50px auto;
}

.overview__middle ul {
  padding: 25px;
  border: 3px solid #ccc;
  border-radius: 10px;
  letter-spacing: -7px;
}

.overview__middle ul li {
  display: inline-block;
  letter-spacing: normal;
}

.overview__middle ul li:nth-child(2) {
  margin: 0 0 0 50px;
}

.overview__middle ul li img {
  max-height: 100px;
  width: auto;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.overview__middle ul li p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
}

@media (max-width:1000px) {

	.overview__middle {
	  width: 95%;
	  max-width: 530px;
	}
	
	.overview__middle ul li,
	.overview__middle ul li:nth-child(2) {
	  display: block;
	  margin: 10px auto;
	}
	
	.overview__middle ul li img {
	  max-height: 80px;
	}
	
	.overview__middle ul li:first-child img {
	  margin: 0 60px;
	}
	
	.overview__middle ul li p {
	  font-size: 14px;
	}

}

@media (max-width:570px) {
	
	.overview__middle {
	  max-width: 370px;
	}
	
	.overview__middle ul {
	  padding: 10px;
		border: 2px solid #ccc;
	}
	
	.overview__middle ul li img {
	  max-height: 60px;
	}
	
  .overview__middle ul li:first-child img {
    margin: 0 18px;
  }
	
	.overview__middle ul li:nth-child(2) img {
	  max-height: none;
	  height: auto;
	  max-width: 100px;
	}

	.overview__middle ul li p {
	  font-size: 12px;
	  margin: 0 0 0 5px;
	}	
}