@charset "utf-8";

@media all and (min-width: 1300px) {
  /* //    |- PC  */
} /* PC: min-width: 1300px */

@media all and (min-width: 1500px) {
  /* //    |- PC(Wide)  */
} /* PC(Wide): min-width: 1500px */

@media all and (max-width: 1079px) {
  /* //    |- SPTB  */
} /* SPTB: max-width: 1079px */

@media all and (max-width: 559px) {
  /* //    |- SP  */
} /* SP: max-width: 559px */

body {
  font-size: 1.6rem;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
html.chrome:not(.tbsp) body,
html.firefox:not(.tbsp) body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#container {
  line-height: 1.75;
}

@media all and (max-width: 559px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
}
#container {
  padding-top: 90px;
}
@media all and (max-width: 559px) {
  #container {
    padding-top: 55px;
  }
}
p.text {
  font-weight: 400;
  font-size: 15px;
}

.f-en {
  font-family: "Poppins", sans-serif;
}
.fc-orn {
  color: #ff9900;
}
.fc-grn {
  color: #16a235;
}
.fc-red {
  color: #cc191d;
}
.fc-wht {
  color: #fff;
}
.bgclr-orn {
  background-color: #ff9900;
}
.bgclr-grn {
  background-color: #16a235;
}
.bgclr-red {
  background-color: #cc191d;
}
.bgclr-gry {
  background-color: #eeeeee;
}
.bgclr-orn2 {
  background-color: #fdfaf2;
}
.taCenter {
  text-align: center;
}
.fwBold {
  font-weight: bold;
}
.fw5 {
  font-weight: 500;
}
.fw6 {
  font-weight: 600;
}
.fw7 {
  font-weight: 700;
}
.note {
  font-size: 12px;
}
.br12 {
  border-radius: 12px;
}
.br8 {
  border-radius: 8px;
}

.box-style {
  border: 10px solid #e7f3ff;
  padding: 40px 40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.box-style .box-text {
  width: calc(100% - 340px);
  padding-right: 70px;
}
.box-style .box-text .box-title1 {
  margin-bottom: 15px;
  font-size: 2rem;
}
.box-style .box-text .box-title1 span {
  display: inline-block;
  background-color: #0080cc;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  padding: 2px 20px;
}
.box-style .box-text .box-title2 {
  line-height: 1.75;
  font-weight: bold;
  font-size: 2.1rem;
  margin-bottom: 25px;
}
.box-style .box-text .box-body {
  line-height: 2;
  font-size: 1.5rem;
}
.box-style .box-text .box-body p + p {
  margin-top: 10px;
}
.box-style .box-image {
  width: 340px;
}
h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px;
}
h2 span {
  font-size: 18px;
  font-weight: 600;
}
h3 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 20px;
}
.h3_line {
  width: 50px;
  height: 3px;
  background: #f90;
  display: block;
  margin: 0 auto 45px;
}

@media all and (max-width: 559px) {
  .box-style {
    border: 5px solid #e7f3ff;
    padding: 15px 15px;
    display: block;
  }
  .box-style .box-text {
    width: auto;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .box-style .box-text .box-title1 {
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .box-style .box-text .box-title1 span {
    border-radius: 50px;
    display: block;
    text-align: center;
    padding: 7px 20px;
  }
  .box-style .box-text .box-title2 {
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .box-style .box-text .box-body {
    line-height: 1.75;
    font-size: 1.4rem;
  }
  .box-style .box-text .box-body p + p {
    margin-top: 10px;
  }
  .box-style .box-image {
    width: auto;
  }
  h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  h2 span {
    font-size: 14px;
  }
  h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .h3_line {
    width: 50px;
    height: 3px;
    background: #f90;
    display: block;
    margin: 0 auto 30px;
  }
}
.btn {
  transition: 0.3s;
}

.btn:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
  border-radius: 8px;
}

.page_top {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(54, 64, 72, 0.1), 5px 5px 34px rgba(54, 64, 72, 0.07);
  z-index: 100000;
  width: 60px;
  height: 60px;
  border: 1px solid #f1f1f1;
  opacity: 0;
  pointer-events: none;
}
.page_top.is-show {
  opacity: 1;
  pointer-events: auto;
}
.page_top span {
  display: block;
  height: 100%;
  width: 100%;
  background: url(../../images/amazon_ad_img2/icon_arrow_red.webp) no-repeat center center;
  background-size: 20px auto;
  transform: scaleY(-1);
}
.page_top:hover {
  background-color: #cc191d;
}
.page_top:hover span {
  background-image: url(../../images/amazon_ad_img2/icon_arrow_wht.webp);
}
@media all and (max-width: 559px) {
  .page_top {
    right: 15px;
    bottom: 55px;
    border-radius: 50%;
    box-shadow: 2px 2px 3px rgba(54, 64, 72, 0.1), 3px 3px 17px rgba(54, 64, 72, 0.07);
    width: 46px;
    height: 46px;
  }
  .page_top span {
    background-size: 16px auto;
  }
  .footer {
    padding: 45px 0 90px;
  }
}

/* // mv
----------------------------------------------- */
#MV {
  background: url(../../images/amazon_ad_img2/mv_bg.webp) no-repeat top center;
  width: 100%;
  height: 560px;
  position: relative;
  z-index: 5;
  background-size: cover;
}
/*.haikei {
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-duration: 2.5s;
  animation-delay: 0s;
  opacity: 0;
  transform: translateY(-10px);
}*/
#MV .inner {
  position: absolute;
  width: 1200px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
#MV .inner .left {
  width: 580px;
}
#MV .inner .left {
  text-align: center !important;
}
#MV .inner .left h2 {
  background: #fff;
  padding: 6px 20px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 900;
  display: inline-block;
}
#MV .inner .left h2 span {
  color: #ff9900;
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding-right: 50px;
}
#MV .inner .left h2 span:after {
  content: " ";
  position: absolute;
  display: block;
  width: 61px;
  height: 58px;
  right: 8px;
  top: -7px;
  background: url(../../images/amazon_ad_img2/mv_title_icon.webp) no-repeat left top;
  background-size: contain;
}
#MV .inner .left h1 {
  margin-bottom: 30px;
  font-size: 68px;
  font-weight: 800;
  line-height: 1.3;
}
#MV .inner .left h1 span {
  font-size: 26px;
  color: #222;
  font-weight: bold;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
#MV .inner .left h1 span em {
  font-size: 38px;
}
#MV .inner .left .cv_area {
  width: 520px;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
}
#MV .inner .left .cv_area .item .head {
  margin-bottom: 12px;
}
#MV .inner .left .cv_area .btn {
  border-radius: 8px;
  margin: 0 10px;
}
#MV .inner .left .cv_area .btn a {
  width: 250px;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
#MV .inner .left .cv_area .cv_btn_document {
  background: #ff9900;
}
#MV .inner .left .cv_area .cv_btn_contact {
  background: #16a235;
}
#MV .inner .left .cv_area .cv_btn_contact a span {
  position: relative;
}
#MV .inner .left .cv_area .cv_btn_contact a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: -40px;
  top: 15px;
  transform: translateY(-50%);
  background: url(../../images/amazon_ad_img2/icon_contact.webp) no-repeat left top;
  background-size: contain;
}
#MV .inner .right {
  position: relative;
}
#MV .inner .right:before {
  content: " ";
  position: absolute;
  display: block;
  width: 634px;
  height: 503px;
  right: 0;
  top: 50%;
  transform: translateY(-65%);
  background: url(../../images/amazon_ad_img2/mv_pc3.webp?ver2) no-repeat left top;
  background-size: contain;
}
#MV .inner .right .balloon {
  position: absolute;
}
#MV .inner .right .balloon img {
  margin: 0 auto 8px;
}
#MV .inner .right .balloon p {
  color: #ff9900;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
#MV .inner .right .balloon1 {
  background: url(../../images/amazon_ad_img2/balloon1.webp) no-repeat center center;
  background-size: cover;
  padding: 30px 40px 52px 30px;
  right: 452px;
  top: -128px;
}
#MV .inner .right .balloon2 {
  background: url(../../images/amazon_ad_img2/balloon2.webp) no-repeat center center;
  background-size: cover;
  padding: 35px 40px 45px;
  right: 428px;
  top: -313px;
}
#MV .inner .right .balloon3 {
  background: url(../../images/amazon_ad_img2/balloon3.webp) no-repeat center center;
  background-size: cover;
  padding: 35px 40px 45px;
  right: 289px;
  top: -424px;
}
#MV .inner .right .balloon4 {
  background: url(../../images/amazon_ad_img2/balloon4.webp) no-repeat center center;
  background-size: cover;
  padding: 25px 40px 55px;
  right: 120px;
  top: -432px;
}
#MV .inner .right .balloon5 {
  background: url(../../images/amazon_ad_img2/balloon5.webp) no-repeat center center;
  background-size: cover;
  padding: 25px 50px 55px 40px;
  right: -64px;
  top: -402px;
}

#MV .inner .left .cv_area .cv_btn_document a span {
  position: relative;
}
#MV .inner .left .cv_area .cv_btn_document a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 85px;
  height: 75px;
  left: -90px;
  top: -22px;
  background: url(../../images/amazon_ad_img2/cv_btn_cover.webp) no-repeat left top;
  background-size: contain;
}

@media all and (max-width: 559px) {
  #MV {
    background: url(../../images/amazon_ad_img2/mv_bg.webp) no-repeat top center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    background-size: cover;
  }
  #MV .inner {
    position: inherit;
    width: 96%;
    margin: 0 auto;
    top: inherit;
    left: inherit;
    transform: inherit;
    -webkit-transform: inherit;
  }
  #MV .inner .left {
    width: 100%;
    padding-top: 20px;
  }
  #MV .inner .left {
    text-align: center;
  }
  #MV .inner .left h2 {
    background: #fff;
    padding: 5px 4px;
    margin-bottom: 15px;
    font-size: 2.8vw;
    font-weight: 900;
    display: inherit;
  }
  #MV .inner .left h2 span {
    color: #ff9900;
    font-size: 3.8vw;
    position: relative;
    display: inline-block;
    padding-right: 7vw;
  }
  #MV .inner .left h2 span:after {
    content: " ";
    position: absolute;
    display: block;
    width: 10vw;
    height: 58px;
    right: 1vw;
    top: -1vw;
    background: url(../../images/amazon_ad_img2/mv_title_icon.webp) no-repeat left top;
    background-size: contain;
  }
  #MV .inner .left h1 {
    font-size: 10.5vw;
    margin-bottom: 10px;
  }
  #MV .inner .left h1 span {
    font-size: 4.2vw;
    color: #222;
    font-weight: bold;
  }
  #MV .inner .left h1 span em {
    font-size: 5.2vw;
  }
  #MV .inner .left .no1 {
    width: 90%;
  }
  #MV .inner .left .cv_area {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #MV .inner .left .cv_area .item {
    width: 49%;
  }
  #MV .inner .left .cv_area .item .head {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.5;
  }
  #MV .inner .left .cv_area .item:not(:last-child) {
    margin-bottom: 15px;
  }
  #MV .inner .left .cv_area .btn {
    border-radius: 8px;
    margin: 0 0;
  }
  #MV .inner .left .cv_area .btn a {
    width: 100%;
    padding: 12px 0 12px 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
  }
  #MV .inner .left .cv_area .cv_btn_contact a span:before {
    width: 18px;
    height: 100%;
    left: -30px;
    top: 15px;
  }
  #MV .inner .left .cv_area .cv_btn_document a span:before {
    width: 49px;
    height: 40px;
    left: -48px;
    top: -11px;
  }
  #MV .inner .right {
    position: inherit;
    text-align: center;
    margin-top: 20px;
  }
  #MV .inner .right:before {
    position: inherit;
    display: block;
    width: 100%;
    height: auto;
    transform: inherit;
    background: inherit;
    background-size: inherit;
  }
  #MV .inner .right img {
    width: 90%;
    margin: 22vw auto 0;
  }
  #MV .inner .right .balloon img {
    margin: 0 auto 5px;
    width: 10vw;
  }
  #MV .inner .right .balloon p {
    font-size: 3.2vw;
    font-weight: 700;
    text-align: center;
  }
  #MV .inner .right .balloon1 {
    background: url(../../images/amazon_ad_img2/balloon1.webp) no-repeat center center;
    background-size: cover;
    padding: 4vw 9vw 5vw 7vw;
    right: 67vw;
    top: 28vw;
    z-index: 10;
  }
  #MV .inner .right .balloon2 {
    background: url(../../images/amazon_ad_img2/balloon2.webp) no-repeat center center;
    background-size: cover;
    padding: 5vw 7vw 6vw;
    right: 61vw;
    top: 3vw;
    z-index: 10;
  }
  #MV .inner .right .balloon3 {
    background: url(../../images/amazon_ad_img2/balloon3.webp) no-repeat center center;
    background-size: cover;
    padding: 5vw 6vw 7vw;
    right: 47vw;
    top: -18vw;
    z-index: 10;
  }
  #MV .inner .right .balloon1 p {
    font-size: 3vw;
    line-height: 1.2;
  }
  #MV .inner .right .balloon4 {
    background: url(../../images/amazon_ad_img2/balloon4.webp) no-repeat center center;
    background-size: cover;
    padding: 4vw 6vw 8vw;
    right: 22vw;
    top: -21vw;
    z-index: 10;
  }
  #MV .inner .right .balloon5 {
    background: url(../../images/amazon_ad_img2/balloon5.webp) no-repeat center center;
    background-size: cover;
    padding: 3vw 7.5vw 7vw 5vw;
    right: -4.5vw;
    top: -18vw;
    z-index: 10;
  }
}

/* // client
----------------------------------------------- */
.client {
  padding: 15px 0 50px;
  /*box-shadow: 0 0 6px rgba(54,64,72,.1), 0 5px 34px rgba(54,64,72,.05);*/
  position: relative;
  z-index: 0;
}
.client .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 40px;
  width: 1100px;
}
.client .inner .left {
  width: 49%;
}
.client .inner .right {
  width: 49%;
}
.client .inner .catch {
  font-size: 28px;
  white-space: nowrap;
}
.client .inner .catch span {
  font-size: 60px;
  display: inline-block;
  transform: translateY(7%);
}
.client .inner .text {
  margin-bottom: 25px;
}
.client .corporate-ttl {
  text-align: center;
  font-size: 3.2rem;
  padding-bottom: 10px;
}
.client .corporate-ttl span {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 40px;
}
/*スライダーoffの時
.client .logo-carousel #slider {
	display: flex;
	flex-wrap: wrap;
	width: 1100px;
	margin: 0 auto;
	justify-content: center;
}
.client .logo-carousel #slider .slide-item{
  margin-left: 20px;
  margin-right: 20px;
	position: relative;
	width: 10%;
}*/

/*スライダーonの時*/
.client .logo-carousel #logo_slider .slide-item {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.client .logo-carousel #logo_slider .slide-item img {
}
.client .inner .partner {
  width: 1000px;
  padding: 50px 60px;
  border-radius: 12px;
  border: 10px solid #eeeeee;
  margin-top: 100px;
  position: relative;
}
.client .inner .partner:before {
  content: " ";
  position: absolute;
  display: block;
  width: 165px;
  height: 135px;
  left: -50px;
  top: -20px;
  background: url(../../images/amazon_ad_img2/client_img_01.webp) no-repeat left top;
  background-size: contain;
}
.client .inner .partner .title {
  font-size: 24px;
  margin-bottom: 30px;
}
.client .inner .partner .note {
  text-align: center;
}
.client .inner .partner .wrap {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.client .inner .partner .wrap .item {
  width: 300px;
  text-align: center;
}
.client .inner .partner .wrap .item:nth-child(2) {
  margin-left: -50px;
  margin-top: -10px;
  width: 240px;
}
.client .inner .partner .wrap .item img {
  margin-bottom: 20px;
}
.client_head {
  margin-top: 70px;
  font-weight: 500;
  margin-bottom: 50px;
}
.client_head span {
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size: 30px;
  display: inline-block;
}
.client_head span:before,
.client_head span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #000;
  width: 1px;
  height: 1.4em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.client_head span:before {
  transform: rotate(-35deg);
  left: -60px;
  bottom: -5px;
}
.client_head span:after {
  transform: rotate(35deg);
  right: -60px;
  bottom: -5px;
}
/*ロゴスライダー OFF 230623追記  スライダーに戻す時はコメントアウト*/
.client .logo-carousel ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.client .logo-carousel ul li {
  margin: 12px;
  width: 10%;
}
/* /ここまで　ロゴスライダー OFF 230623追記*/
@media all and (max-width: 559px) {
  .client {
    padding: 15px 0 30px;
    box-shadow: 0 0 3px rgba(54, 64, 72, 0.14), 0 3px 17px rgba(54, 64, 72, 0.09);
  }
  .client .inner {
    display: inherit;
    margin-bottom: 40px;
    width: 100%;
  }
  .client .inner .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .client .inner .right {
    width: 100%;
  }
  .client .inner .catch {
    margin: 30px 0 20px;
    font-size: 24px;
    line-height: 1.2;
  }
  .client .inner .catch span {
    font-size: 50px;
    display: inline-block;
    transform: translateY(7%);
  }
  .client .inner .text {
    margin-bottom: 20px;
  }
  .client .award {
    padding-bottom: 15px;
  }
  .client .award-wrap .item {
    width: 42vw;
    padding: 0 10px;
  }
  .client .corporate-ttl {
    font-size: 1.7rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .client .corporate-ttl span {
    text-align: center;
    padding: 0 40px;
  }
  /*スライダーoffの時
.client .logo-carousel #slider {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
}
.client .logo-carousel #slider .slide-item{
  margin-left: 20px;
  margin-right: 20px;
	position: relative;
	width: 14%;
}*/

  /*スライダーonの時*/
  .client .logo-carousel #logo_slider .slide-item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .client .logo-carousel #logo_slider .slide-item img {
    height: 65px;
    width: auto;
  }
  .client .inner .partner {
    width: 96%;
    padding: 30px 15px;
    border-radius: 12px;
    border: 5px solid #eeeeee;
    margin: 40px auto 0;
  }
  .client .inner .partner:before {
    content: " ";
    position: absolute;
    display: block;
    width: 85px;
    height: 135px;
    left: -15px;
    top: -45px;
    background-size: contain;
  }
  .client .inner .partner .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .client .inner .partner .wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .client .inner .partner .wrap .item {
    width: 48%;
    text-align: center;
  }
  .client .inner .partner .wrap .item img {
    margin-bottom: 0px;
  }
  .client .inner .partner .wrap .item:nth-child(1) {
    width: 75%;
    margin-bottom: -10px;
  }
  .client .inner .partner .wrap .item:nth-child(2) {
    margin-left: -15px;
    width: 44%;
  }
  .client .inner .partner .wrap .item:nth-child(3) {
    width: 55%;
  }
  .client_head {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .client_head span {
    position: relative;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
  }
  .client_head span:before,
  .client_head span:after {
    position: absolute;
    display: inline-block;
    content: "";
    background: #000;
    width: 1px;
    height: 1.4em;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
  }
  .client_head span:before {
    transform: rotate(-35deg);
    left: -30px;
    bottom: -5px;
  }
  .client_head span:after {
    transform: rotate(35deg);
    right: -30px;
    bottom: -5px;
  }
  /*ロゴスライダー OFF 230623追記  スライダーに戻す時はコメントアウト*/
  .client .logo-carousel ul {
    width: 100%;
  }
  .client .logo-carousel ul li {
    margin: 5px;
    width: 17.8%;
  }
  /* /ここまで　ロゴスライダー OFF 230623追記*/
}

/* // cv
----------------------------------------------- */
#cv {
  position: relative;
  min-width: 1160px;
  padding: 90px 0 100px;
  overflow: hidden;
  min-width: 1100px;
  width: 100%;
  overflow: hidden;
  background-image: url(../../images/amazon_ad_img2/cv_bg.webp);
  background-size: cover;
  z-index: 4;
}
#cv .inner {
  width: 1000px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 60px 100px;
  position: relative;
}
#cv .inner:before {
  content: " ";
  position: absolute;
  display: block;
  width: 58px;
  height: 134px;
  right: 15px;
  top: -75px;
  background: url(../../images/amazon_ad_img2/logo_itsumo.webp) no-repeat left top;
  background-size: contain;
}
#cv .inner .title_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#cv .inner .title_wrap .title {
  font-size: 20px;
  margin-bottom: 30px;
}
#cv .inner .title_wrap .img {
  width: 46%;
}
#cv .inner .btn_wrap {
  display: flex;
  justify-content: space-between;
}
#cv .inner .btn_wrap .item {
  width: 100%;
}
#cv .inner .btn_wrap .item .head {
  font-size: 18px;
  margin-bottom: 10px;
}
#cv .inner .btn_wrap .item .head span {
  font-size: 24px;
}
#cv .inner .btn_wrap .item .btn {
  border-radius: 8px;
  margin: 0 10px;
}
#cv .inner .btn_wrap .item .btn a {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
#cv .inner .btn_wrap .item .btn a span {
  position: relative;
}
#cv .inner .btn_wrap .item .btn.bgclr-orn a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 85px;
  height: 75px;
  left: -95px;
  top: -22px;
  background: url(../../images/amazon_ad_img2/cv_btn_cover.webp) no-repeat left top;
  background-size: contain;
}
#cv .inner .btn_wrap .item .btn.bgclr-grn a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: -40px;
  top: 15px;
  transform: translateY(-50%);
  background: url(../../images/amazon_ad_img2/icon_contact.webp) no-repeat left top;
  background-size: contain;
}
#cv .inner .tel {
  background-color: #fff;
  margin: 25px 10px 0 10px;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cv .inner .tel .head {
  font-size: 18px;
}
#cv .inner .tel .cv-business {
  padding-right: 20px;
  line-height: 1.2;
  position: relative;
  padding-left: 45px;
}
#cv .inner .tel .cv-business:before {
  content: " ";
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/amazon_ad_img2/icon_tel.webp) no-repeat left top;
  background-size: contain;
}
#cv .inner .tel .cv-business a {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}
#cv .inner .tel .cv-business span {
  font-size: 13px;
  font-weight: 700;
}
#cv .inner .tel .cv-business span.business {
  border: 1px solid #333;
  padding: 3px;
  margin-right: 5px;
  display: inline-block;
}
@media all and (max-width: 559px) {
  #cv {
    position: relative;
    padding: 50px 15px;
    overflow: hidden;
    min-width: inherit;
    width: inherit;
    background-image: url(../../images/amazon_ad_img2/cv_bg.webp);
    background-size: cover;
    z-index: 3;
    background-position-x: 46%;
  }
  #cv .inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
  }
  #cv .inner:before {
    content: " ";
    position: absolute;
    display: block;
    width: 35px;
    height: 134px;
    right: 15px;
    top: -44px;
    background: url(../../images/amazon_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
  }
  #cv .inner .title_wrap {
    display: inherit;
    margin-bottom: 30px;
  }
  #cv .inner .title_wrap .title {
    font-size: 18px;
    margin-bottom: 20px;
    width: inherit;
  }
  #cv .inner .title_wrap .img {
    width: 100%;
  }
  #cv .inner .btn_wrap {
    display: inherit;
    justify-content: space-between;
  }
  #cv .inner .btn_wrap .item {
    width: 100%;
  }
  #cv .inner .btn_wrap .item:not(:last-child) {
    margin-bottom: 15px;
  }
  #cv .inner .btn_wrap .item .head {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #cv .inner .btn_wrap .item .head span {
    font-size: 20px;
  }
  #cv .inner .btn_wrap .item .btn {
    border-radius: 8px;
    margin: 0 0;
  }
  #cv .inner .btn_wrap .item .btn a {
    width: 100%;
    padding: 16px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
  }
  #cv .inner .btn_wrap .item .btn.bgclr-orn a span:before {
    width: 65px;
    height: 75px;
    left: -72px;
    top: -15px;
  }
  #cv .inner .btn_wrap .item .btn.bgclr-grn a span:before {
    width: 24px;
    height: 16px;
    left: -55px;
    top: 11px;
  }
  #cv .inner .tel {
    margin: 25px 0 0 0;
    padding: 20px 15px;
    display: inherit;
    justify-content: space-between;
    align-items: center;
  }
  #cv .inner .tel .head {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  #cv .inner .tel .cv-business {
    padding-right: 0;
    line-height: 1.2;
    position: relative;
    padding-left: 45px;
  }
  #cv .inner .tel .cv-business:before {
    content: " ";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/amazon_ad_img2/icon_tel.webp) no-repeat left top;
    background-size: contain;
  }
  #cv .inner .tel .cv-business a {
    color: #333;
    font-weight: 700;
    font-size: 7vw;
  }
  #cv .inner .tel .cv-business span {
    font-size: 13px;
    font-weight: 700;
  }
  #cv .inner .tel .cv-business span.business {
    border: 1px solid #333;
    padding: 3px;
    margin-right: 5px;
    display: inline-block;
  }
}

/* // cv2
----------------------------------------------- */
#cv2 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 140px;
  border-radius: 12px;
  border: 10px solid #eeeeee;
  position: relative;
}
#cv2 .inner:before {
  content: " ";
  position: absolute;
  display: block;
  width: 58px;
  height: 134px;
  right: 15px;
  top: -75px;
  background: url(../../images/amazon_ad_img2/logo_itsumo.webp) no-repeat left top;
  background-size: contain;
}
#cv2 .inner .title_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#cv2 .inner .title_wrap .title {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: left;
}
#cv2 .inner .title_wrap .img {
  width: 46%;
}
#cv2 .inner .btn_wrap {
  display: flex;
  justify-content: space-between;
}
#cv2 .inner .btn_wrap .item {
  width: 100%;
}
#cv2 .inner .btn_wrap .item .head {
  font-size: 18px;
  margin-bottom: 10px;
}
#cv2 .inner .btn_wrap .item .head span {
  font-size: 24px;
}
#cv2 .inner .btn_wrap .item .btn {
  border-radius: 8px;
  margin: 0 10px;
}
#cv2 .inner .btn_wrap .item .btn a {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
#cv2 .inner .btn_wrap .item .btn a span {
  position: relative;
}
#cv2 .inner .btn_wrap .item .btn.bgclr-orn a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 85px;
  height: 75px;
  left: -95px;
  top: -22px;
  background: url(../../images/amazon_ad_img2/cv_btn_cover.webp) no-repeat left top;
  background-size: contain;
}
#cv2 .inner .btn_wrap .item .btn.bgclr-grn a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: -40px;
  top: 5px;
  background: url(../../images/amazon_ad_img2/icon_contact.webp) no-repeat left top;
  background-size: contain;
}
#cv2 .inner .tel {
  margin: 25px 10px 0 10px;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 3px solid #eeeeee;
}
#cv2 .inner .tel .head {
  font-size: 18px;
}
#cv2 .inner .tel .cv-business {
  padding-right: 20px;
  line-height: 1.2;
  position: relative;
  padding-left: 45px;
}
#cv2 .inner .tel .cv-business:before {
  content: " ";
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/amazon_ad_img2/icon_tel.webp) no-repeat left top;
  background-size: contain;
}
#cv2 .inner .tel .cv-business a {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}
#cv2 .inner .tel .cv-business span {
  font-size: 13px;
  font-weight: 700;
}
#cv2 .inner .tel .cv-business span.business {
  border: 1px solid #333;
  padding: 3px;
  margin-right: 5px;
  display: inline-block;
}
@media all and (max-width: 559px) {
  #cv2 .inner {
    width: 90%;
    margin: 0 auto;
    padding: 60px 14px;
    border: 6px solid #eeeeee;
    position: relative;
  }
  #cv2 .inner:before {
    content: " ";
    position: absolute;
    display: block;
    width: 35px;
    height: 134px;
    right: 15px;
    top: -25px;
    background: url(../../images/amazon_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
  }
  #cv2 .inner .title_wrap {
    display: inherit;
    margin-bottom: 30px;
  }
  #cv2 .inner .title_wrap .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #cv2 .inner .title_wrap .img {
    width: 100%;
  }
  #cv2 .inner .btn_wrap {
    display: inherit;
    justify-content: space-between;
  }
  #cv2 .inner .btn_wrap .item {
    width: 100%;
  }
  #cv2 .inner .btn_wrap .item:not(:last-child) {
    margin-bottom: 15px;
  }
  #cv2 .inner .btn_wrap .item .head {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #cv2 .inner .btn_wrap .item .head span {
    font-size: 20px;
  }
  #cv2 .inner .btn_wrap .item .btn {
    border-radius: 8px;
    margin: 0 0;
  }
  #cv2 .inner .btn_wrap .item .btn a {
    width: 100%;
    padding: 16px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
  }
  #cv2 .inner .btn_wrap .item .btn.bgclr-orn a span:before {
    width: 65px;
    height: 75px;
    left: -72px;
    top: -15px;
  }
  #cv2 .inner .btn_wrap .item .btn.bgclr-grn a span:before {
    width: 24px;
    height: 16px;
    left: -55px;
    top: 4px;
  }
  #cv2 .inner .tel {
    margin: 25px 0 0 0;
    padding: 20px 13px;
    display: inherit;
    justify-content: space-between;
    align-items: center;
  }
  #cv2 .inner .tel .head {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
  #cv2 .inner .tel .cv-business {
    padding-right: 0;
    line-height: 1.2;
    position: relative;
    padding-left: 45px;
  }
  #cv2 .inner .tel .cv-business:before {
    content: " ";
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../images/amazon_ad_img2/icon_tel.webp) no-repeat left top;
    background-size: contain;
  }
  #cv2 .inner .tel .cv-business a {
    color: #333;
    font-weight: 700;
    font-size: 7vw;
  }
  #cv2 .inner .tel .cv-business span {
    font-size: 13px;
    font-weight: 700;
  }
  #cv2 .inner .tel .cv-business span.business {
    border: 1px solid #333;
    padding: 3px;
    margin-right: 5px;
    display: inline-block;
  }
}

/* // case
----------------------------------------------- */
.case {
  padding: 0 0 40px;
}
.case .inner {
  width: 100% !important;
  max-width: 1600px;
}
.case .inner li .info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}
.case .inner li .info ul {
  font-size: 12px;
}
.case .inner li .info ul li {
  display: inline-block;
  padding: 4px 6px;
  margin-left: 5px;
}
.case .area {
  width: 1100px;
  margin: 100px auto 50px;
  background: #fef5e6;
  padding: 45px 80px 60px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.case .area .right {
  width: 600px;
}
.case .area .right .head {
  font-size: 24px;
}
.case .area .right .head span {
  font-size: 45px;
  display: inline-block;
  transform: translateY(5%);
}
.case .area .right .prefectures {
  /* white-space: pre; */
  font-size: 14px;
}
.case .area .left {
  position: relative;
}
.case .area .left:before {
  content: " ";
  position: absolute;
  display: block;
  width: 316px;
  height: 360px;
  left: -10px;
  top: 105%;
  transform: translateY(-80%);
  background: url(../../images/amazon_ad_img2/case_area_img.webp) no-repeat left top;
  background-size: contain;
}
/*スライダー無効の場合*/
.case .slider_none {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.case .slider_none li {
  width: 31%;
}
.case .slider_none li .info ul li {
  width: inherit;
}
@media all and (max-width: 559px) {
  .case {
    padding: 0 0 40px;
  }
  .case .inner {
    max-width: inherit;
  }
  .case .area {
    width: 90%;
    margin: 50px auto 0;
    background: #fef5e6;
    padding: 25px 15px 30px;
    display: inherit;
    justify-content: space-between;
  }
  .case .area .right {
    width: 100%;
  }
  .case .area .left {
    width: 100%;
  }
  .case .area .right .head {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .case .area .right .head span {
    font-size: 38px;
    display: inline-block;
    transform: translateY(5%);
  }
  .case .area .right .prefectures {
    white-space: inherit;
    font-size: 14px;
  }
  .case .area .left {
    position: relative;
    text-align: center;
    margin-top: 20px;
  }
  .case .area .left img {
    width: 80%;
  }
  .case .area .left:before {
    content: " ";
    position: inherit;
    display: none;
  }

  /*スライダー無効の場合*/
  .case .slider_none {
    width: 100%;
    display: inherit;
    margin: 0 auto;
  }
  .case .slider_none li {
    width: 100%;
  }
  .case .slider_none li:not(:last-child) {
    margin-bottom: 40px;
  }
}

/*==================================================
スライダーcss
===================================*/
.slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 90%;
  margin: 0 auto;
}
.slider li {
}
.slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin: 0 25px 0;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev {
  position: absolute; /*絶対配置にする*/
  top: 9vw;
  left: -0.5%;
  height: 60px;
  width: 60px;
  z-index: 10;
  background: url(../../images/amazon_ad_img2/arrow_left.webp) no-repeat left top;
}
.slick-next {
  position: absolute; /*絶対配置にする*/
  top: 9vw;
  right: -0.5%;
  height: 60px;
  width: 60px;
  z-index: 10;
  background: url(../../images/amazon_ad_img2/arrow_right.webp) no-repeat left top;
}
.case .slick-next:before,
.case .slick-prev:before {
  content: inherit;
}
.case ul li .title {
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0 15px;
}
.case ul li .text {
  margin: 0 0 25px;
}
@media all and (max-width: 559px) {
  .slider {
    /*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin: 0 auto;
  }
  .slider .slick-slide {
    margin: 0 10px;
  }
  .slick-prev {
    height: 40px;
    width: 40px;
    top: 30vw;
    left: -5%;
    background-size: contain;
  }
  .slick-next {
    /*次へ矢印の位置と形状*/
    height: 40px;
    width: 40px;
    top: 30vw;
    right: -5%;
    background-size: contain;
  }
  .case ul li .title {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 15px 0;
  }
  .case ul li .text {
    margin: 0 0 15px;
  }
  .case ul li .certification {
    font-size: 1.2rem;
    border-top: 1px solid #999;
    padding-top: 15px;
    margin: 0 15px 15px;
    font-weight: bold;
  }
}

/* // problem
----------------------------------------------- */
.problem {
  padding: 90px 0 90px;
}
.problem .inner {
  width: 1100px;
}
.problem .inner .item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.problem .inner .item_wrap .item {
  width: 29%;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 0 100px;
  margin: 0 2% 4%;
  position: relative;
}
.problem .inner .item_wrap .item .head {
  margin-bottom: 20px;
  line-height: 1.4;
}
.problem .inner .item_wrap .item .head span {
  font-size: 22px;
  line-height: 1.4;
}
.problem .inner .item_wrap .item .img {
  text-align: center;
  position: absolute;
  bottom: 0;
}
.problem .inner .solution {
  width: 1000px;
  border: 4px solid #ff9900;
  background: #fff;
  position: relative;
  padding: 40px 0;
  margin: 40px auto 0;
}
.problem .inner .solution:before {
  content: " ";
  position: absolute;
  display: block;
  width: 58px;
  height: 134px;
  left: 60px;
  top: 14px;
  background: url(../../images/amazon_ad_img2/logo_itsumo.webp) no-repeat left top;
  background-size: contain;
}
.problem .inner .solution .catch {
  font-size: 20px;
}
.problem .inner .solution .catch span {
  font-size: 26px;
}
.problem .inner .solution .catch span em {
  font-size: 30px;
}
.problem .inner .solution .img {
  transform: translateY(-20px);
  width: 54px;
  margin: 0 auto;
}
@media all and (max-width: 559px) {
  .problem {
    padding: 40px 0 40px;
  }
  .problem .inner {
    width: 100%;
  }
  .problem .inner .item_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .problem .inner .item_wrap .item {
    width: 46%;
    background-color: #fff;
    border-radius: 12px;
    padding: 20px 10px 50px;
    margin: 0 2% 4%;
  }
  .problem .inner .item_wrap .item .img {
    text-align: center;
    position: absolute;
    bottom: 0;
  }
  .problem .inner .item_wrap .item .head {
    margin-bottom: 20px;
  }
  .problem .inner .item_wrap .item .head span {
    font-size: 18px;
  }
  .problem .inner .solution {
    width: 100%;
    border: 4px solid #ff9900;
    background: #fff;
    position: relative;
    /* padding:0 15px 25px; */
    margin-top: 40px;
  }
  .problem .inner .solution:before {
    content: " ";
    position: absolute;
    display: block;
    width: 34px;
    height: 134px;
    left: 10px;
    top: -54px;
    background: url(../../images/amazon_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
  }
  .problem .inner .solution .catch {
    font-size: 16px;
  }
  .problem .inner .solution .catch span {
    font-size: 20px;
  }
  .problem .inner .solution .catch span em {
    font-size: 24px;
  }
  .problem .inner .solution .img {
    width: 100%;
    transform: translateY(-15px);
  }
  .problem .inner .solution .img img {
    width: 15%;
    margin: 0 auto;
  }
}

/* // reason
----------------------------------------------- */
.reason {
  padding: 90px 0 90px;
}
.reason .inner {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reason .inner .item {
  width: 520px;
}
.reason .inner .item:nth-child(n + 3) {
  margin-top: 80px;
}
.reason .inner .item .desc {
  padding: 40px 40px 0;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-40px);
  margin: 0 20px;
}
.reason .inner .item .desc .head {
  font-size: 20px;
  margin-bottom: 15px;
}
@media all and (max-width: 559px) {
  .reason {
    padding: 40px 0 40px;
  }
  .reason .inner {
    width: 100%;
  }
  .reason .inner .item {
    width: 100%;
  }
  .reason .inner .item:nth-child(n + 3) {
    margin-top: inherit;
  }
  .reason .inner .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .reason .inner .item .desc {
    padding: 20px 15px 0;
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-30px);
    margin: 0 10px;
  }
  .reason .inner .item .desc .head {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

/* // voice
----------------------------------------------- */
.voice {
  padding: 90px 0 90px;
}
.voice .inner {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice .inner .overview1 {
  position: relative;
  margin: 0 auto 110px;
  width: 1100px;
  height: 400px;
}
.voice .inner .overview1 img {
  position: absolute;
  left: 0;
  top: 20px;
  width: 600px;
  height: auto;
  object-fit: cover;
}
.voice .inner .overview1 .desc {
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 100;
  top: 60px;
  width: 560px;
  height: auto;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.voice .inner .overview2 {
  position: relative;
  margin: 80px auto 135px;
  width: 1100px;
  height: 400px;
}
.voice .inner .overview2 img {
  position: absolute;
  right: 0;
  top: 20px;
  width: 600px;
  height: auto;
  object-fit: cover;
}
.voice .inner .overview2 .desc {
  position: absolute;
  left: 0;
  background: #fff;
  z-index: 100;
  top: 60px;
  width: 560px;
  height: auto;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.voice .inner .overview .desc .head {
  font-size: 24px;
  margin-bottom: 35px;
}
.voice .inner .overview .desc dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  border-top: 1px solid #cccccc;
  padding: 15px 0;
}
.voice .inner .overview .desc dl:last-child {
  border-bottom: 1px solid #cccccc;
}
.voice .inner .overview .desc dl dt {
  width: 30%;
}
.voice .inner .overview .desc dl dd {
  width: 65%;
}
.voice .inner .detail {
  width: 900px;
  margin: 0 auto;
}
.voice .inner .detail .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.voice .inner .detail .text {
  margin-bottom: 20px;
  font-weight: 500;
}
.voice .inner .overview .desc .head span {
  position: relative;
  display: block;
}
.voice .inner .overview1 .desc .head span {
  padding-left: 80px;
}
.voice .inner .overview1 .desc .head span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 68px;
  height: 40px;
  left: 0px;
  top: 3px;
  background: url(../../images/amazon_ad_img2/case_01_logo.webp) no-repeat left top;
  background-size: contain;
}
.voice .inner .overview2 .desc .head span {
  padding-left: 60px;
}
.voice .inner .overview2 .desc .head span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 43px;
  height: 40px;
  left: 0px;
  top: 3px;
  background: url(../../images/amazon_ad_img2/case_02_logo.webp) no-repeat left top;
  background-size: contain;
}

@media all and (max-width: 559px) {
  .voice {
    padding: 40px 15px 40px;
  }
  .voice .inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .voice .inner .overview {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: inherit;
    margin: 0 auto 20px;
  }
  .voice .inner .overview2 {
    margin-top: 35px;
  }
  .voice .inner .overview img {
    position: static;
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: cover;
  }
  .voice .inner .overview .desc {
    position: static;
    background: #fff;
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .voice .inner .overview .desc .head {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .voice .inner .overview .desc dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #cccccc;
    padding: 12px 0;
  }
  .voice .inner .overview .desc dl:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .voice .inner .overview .desc dl dt {
    width: 30%;
  }
  .voice .inner .overview .desc dl dd {
    width: 65%;
  }
  .voice .inner .detail {
    width: 100%;
    margin: 0 auto;
  }
  .voice .inner .detail .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .voice .inner .detail .text {
    margin-bottom: 15px;
  }
  .voice .inner .overview1 .desc .head span {
    padding-left: 58px;
  }
  .voice .inner .overview1 .desc .head span:before {
    width: 48px;
    height: 40px;
    left: 0px;
    top: 3px;
  }
  .voice .inner .overview2 .desc .head span {
    padding-left: 47px;
  }
  .voice .inner .overview2 .desc .head span:before {
    width: 36px;
    height: 40px;
    left: 0px;
    top: 0px;
  }
}

/* // event_media
----------------------------------------------- */
.event_media {
  padding: 90px 0 90px;
}
.event_media .inner {
}

.youtube {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}

.youtube_img {
  flex: 0 0 55%;
}
.youtube_text {
  flex: 0 0 36%;
}
.youtube_text p:nth-child(2) {
  font-feature-settings: "palt";
  text-align: right;
}
.youtube_text p a {
  color: #729fcf;
}
@media all and (max-width: 559px) {
  .event_media {
    padding: 40px 15px 40px;
  }
  .event_media .inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .youtube {
    display: block;
    padding-top: 30px;
  }
  .youtube_img {
    margin-bottom: 20px;
  }
}

/* // youtube
----------------------------------------------- */

/* // staff
----------------------------------------------- */
.staff {
  padding: 90px 0 90px;
  background: #fef5e6;
}
.staff .inner {
  width: 1100px;
  margin: 0 auto;
}
.staff .staff-sec {
  margin-top: 40px;
}
.staff .staff-mainblock {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.staff .staff-mainblock .image {
  width: 420px;
}
.staff .staff-mainblock .text {
  width: calc(100% - 420px);
  padding: 35px 50px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.staff-name {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}
.staff-position {
  font-size: 13px;
}
.staff-body {
  font-size: 1.4rem;
  padding-top: 10px;
  line-height: 1.75;
}
.staff .staff-sec .industry {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 18px;
  font-size: 14px;
  align-items: center;
}
.staff .staff-sec .industry dt {
  background: #ff9900;
  padding: 5px 10px;
  color: #fff;
  margin-right: 10px;
}
/*sub*/
.staff .staff-subblock {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.staff .staff-subblock .block {
  width: 340px;
}
.staff .staff-subblock .block .image {
  width: 300px;
  margin: 0 auto;
  transform: translateY(40px);
}
.staff .staff-subblock .block .text {
  padding: 75px 30px 40px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  min-height: 422px;
}
.staff .catch_last {
  margin-top: 60px;
}
.staff .catch_last span {
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size: 30px;
  display: inline-block;
}
.staff .catch_last span:before,
.staff .catch_last span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #ff9900;
  width: 2px;
  height: 1.4em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.staff .catch_last span:before {
  transform: rotate(-35deg);
  left: -60px;
  bottom: -5px;
}
.staff .catch_last span:after {
  transform: rotate(35deg);
  right: -60px;
  bottom: -5px;
}

@media all and (max-width: 559px) {
  .staff {
    padding: 40px 15px 40px;
  }
  .staff .inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .staff .staff-sec {
    margin-top: 30px;
  }
  .staff .staff-mainblock {
    display: block;
    background-color: #e7f3ff;
  }
  .staff .staff-mainblock .image {
    width: auto;
  }
  .staff .staff-mainblock .text {
    width: auto;
    padding: 20px 15px;
  }
  .staff-name {
    font-size: 20px;
    line-height: 1.75;
  }
  .staff-position {
    font-size: 13px;
  }
  .staff-body {
    padding-top: 10px;
    line-height: 1.75;
  }
  /*sub*/
  .staff .staff-subblock {
    display: inherit;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: inherit;
    margin-top: 0;
  }
  .staff .staff-subblock .block {
    width: 100%;
  }
  .staff .staff-subblock .block .image {
    width: 90%;
    margin: 0 auto;
    transform: translateY(40px);
  }
  .staff .staff-subblock .block .text {
    padding: 60px 15px 20px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    min-height: inherit;
  }
  .staff .catch_last {
    margin-top: 30px;
  }
  .staff .catch_last span {
    position: relative;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
  }
  .staff .catch_last span:before,
  .staff .catch_last span:after {
    position: absolute;
    display: inline-block;
    content: "";
    background: #ff9900;
    width: 2px;
    height: 1.4em;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
  }
  .staff .catch_last span:before {
    transform: rotate(-35deg);
    left: -20px;
    bottom: -5px;
  }
  .staff .catch_last span:after {
    transform: rotate(35deg);
    right: -20px;
    bottom: -5px;
  }
}

/* // staff2
----------------------------------------------- */
.staff2 {
  padding: 90px 0 90px;
  background: #fef5e6;
}
.staff2 .inner {
  width: 100%;
  max-width: 1100px;
}
.staff2 .inner .slide {
  background: #fff;
  border-radius: 12px;
  padding: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.staff2 .inner .slide .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
}
.staff2 .inner .slide .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.staff2 .inner .slide .main .img {
  width: 20%;
}
.staff2 .inner .slide .main .detail {
  width: 78%;
}
.staff2 .inner .slide .main .detail .name {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.staff2 .inner .slide .main .detail .name span {
  font-size: 24px;
  font-weight: 500;
}
.staff2 .inner .slide .sub {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.staff2 .inner .slide .sub img {
  width: 18%;
  height: 100%;
  margin: 0;
}
.staff2 .inner .slide .sub img:nth-child(n + 6) {
  margin-top: 2.5%;
}
.staff2 .catch_last {
  margin-top: 60px;
  font-weight: 500;
}
.staff2 .catch_last span {
  position: relative;
  text-align: center;
  line-height: 1.3;
  font-size: 30px;
  display: inline-block;
}
.staff2 .catch_last span:before,
.staff2 .catch_last span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #ff9900;
  width: 2px;
  height: 1.4em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.staff2 .catch_last span:before {
  transform: rotate(-35deg);
  left: -60px;
  bottom: -5px;
}
.staff2 .catch_last span:after {
  transform: rotate(35deg);
  right: -60px;
  bottom: -5px;
}
@media all and (max-width: 559px) {
  .staff2 {
    padding: 40px 15px 40px;
  }
  .staff2 .inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .staff2 .inner .slide {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .staff2 .inner .slide .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .staff2 .inner .slide .main {
    display: inherit;
    margin-bottom: 30px;
  }
  .staff2 .inner .slide .main .img {
    width: 48%;
    margin: 0 auto 20px;
  }
  .staff2 .inner .slide .main .detail {
    width: 100%;
  }
  .staff2 .inner .slide .main .detail .name {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .staff2 .inner .slide .main .detail .name span {
    font-size: 22px;
    font-weight: 500;
  }
  .staff2 .inner .slide .sub {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .staff2 .inner .slide .sub img {
    width: 31.5%;
    height: 100%;
  }
  .staff2 .inner .slide .sub img:nth-child(n + 6) {
    margin-top: 0;
  }
  .staff2 .inner .slide .sub img:nth-child(n + 4) {
    margin-top: 2.5%;
  }
  .staff2 .catch_last {
    margin-top: 30px;
  }
  .staff2 .catch_last span {
    position: relative;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
  }
  .staff2 .catch_last span:before,
  .staff2 .catch_last span:after {
    position: absolute;
    display: inline-block;
    content: "";
    background: #ff9900;
    width: 2px;
    height: 1.4em;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
  }
  .staff2 .catch_last span:before {
    transform: rotate(-35deg);
    left: -20px;
    bottom: -5px;
  }
  .staff2 .catch_last span:after {
    transform: rotate(35deg);
    right: -20px;
    bottom: -5px;
  }
}

/* // partner
----------------------------------------------- */
.partner {
  padding: 90px 0 90px;
}
.partner .inner {
  width: 1100px;
  margin: 0 auto;
}
.partner .inner .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.partner .inner .block1:before {
  content: " ";
  position: absolute;
  display: block;
  width: 290px;
  height: 147px;
  left: 0px;
  top: 86px;
  background: url(../../images/amazon_ad_img2/partner_img_1.webp) no-repeat left top;
  background-size: contain;
}
.partner .inner .block2:before {
  content: " ";
  position: absolute;
  display: block;
  width: 249px;
  height: 205px;
  right: 0px;
  top: 80px;
  background: url(../../images/amazon_ad_img2/partner_img_2.webp) no-repeat left top;
  background-size: contain;
}
.partner .inner .block3:before {
  content: " ";
  position: absolute;
  display: block;
  width: 290px;
  height: 206px;
  left: 0px;
  top: 61px;
  background: url(../../images/amazon_ad_img2/partner_img_3.webp) no-repeat left top;
  background-size: contain;
}
.partner .inner .block:not(:last-child) {
  margin-bottom: 50px;
}
.partner .inner .block.reverse {
  flex-direction: row-reverse;
}
.partner .inner .block.reverse .detail {
  padding: 50px 140px 50px 60px;
}
.partner .inner .block .detail {
  width: 900px;
  padding: 50px 60px 50px 140px;
  background: #f9f9f9;
}
.partner .inner .block .detail .head {
  font-size: 20px;
  margin-bottom: 20px;
}
.partner .inner .block .detail .arrow {
  text-align: center;
  padding: 20px 0;
  width: 22px;
  margin: 0 auto;
}
.partner .inner .block .detail .arrow img {
  width: 22px;
}
@media all and (max-width: 559px) {
  .partner {
    padding: 40px 15px 40px;
  }
  .partner .inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .partner .inner .block {
    display: inherit;
  }
  .partner .inner .block1:before,
  .partner .inner .block2:before,
  .partner .inner .block3:before {
    display: none;
  }
  .partner .inner .block:not(:last-child) {
    margin-bottom: 20px;
  }
  .partner .inner .block.reverse {
    flex-direction: row-reverse;
  }
  .partner .inner .block.reverse .detail {
    padding: 50px 15px 20px;
  }
  .partner .inner .block .detail {
    width: 100%;
    padding: 50px 15px 20px;
    background: #f9f9f9;
  }
  .partner .inner .block .detail .head {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .partner .inner .block .detail .arrow {
    text-align: center;
    padding: 20px 0;
  }
  .partner .inner .block .detail .arrow img {
    width: 22px;
  }
  .partner .inner .block .img {
    text-align: center;
    transform: translateY(30px);
  }
  .partner .inner .block.block1 .img img,
  .partner .inner .block.block3 .img img {
    width: 65%;
    margin: 0 auto;
  }
  .partner .inner .block.block2 .img img {
    width: 50%;
    margin: 0 auto;
  }
}

/* // flow
----------------------------------------------- */
.flow {
  padding: 90px 0 90px;
}
.flow .inner {
  width: 1100px;
  margin: -40px auto 0;
}
.flow .flow-box ul li .num {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  font-style: italic;
  transform: translateY(36px);
}
.flow .flow-box ul li .wrap {
  background: #fff;
  padding: 30px 50px 30px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flow .flow-box ul li .wrap .img {
  width: 280px;
}
.flow .flow-box ul li .wrap .detail {
  width: 690px;
}
.flow .flow-box ul li .wrap .detail .head {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.flow .flow-box ul li {
  position: relative;
}
.flow .flow-box ul li:not(:last-child):after {
  content: " ";
  position: absolute;
  display: block;
  height: 87px;
  width: 20px;
  left: 50%;
  top: auto;
  background: #fed9a1;
}
.flow .btn_wrap {
  display: flex;
  justify-content: flex-start;
}
.flow .btn_wrap .item {
  width: 270px;
  margin-top: 15px;
}
.flow .btn_wrap .item .btn {
  border-radius: 8px;
  margin: 0 10px;
}
.flow .btn_wrap .item .btn a {
  width: 100%;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
.flow .btn_wrap .item .btn a span {
  position: relative;
}
.flow .btn_wrap .item .btn.bgclr-orn a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 85px;
  height: 75px;
  left: -95px;
  top: -22px;
  background: url(../../images/amazon_ad_img2/cv_btn_cover.webp) no-repeat left top;
  background-size: contain;
}
.flow .btn_wrap .item .btn.bgclr-grn a span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 16px;
  left: -40px;
  top: 5px;
  background: url(../../images/amazon_ad_img2/icon_contact.webp) no-repeat left top;
  background-size: contain;
}

.flow .flow-box ul li:last-child {
  position: relative;
}
.flow .flow-box ul li:last-child:after {
  content: " ";
  position: absolute;
  display: block;
  width: 58px;
  height: 134px;
  right: 40px;
  top: 50px;
  background: url(../../images/amazon_ad_img2/logo_itsumo.webp) no-repeat left top;
  background-size: contain;
}

@media all and (max-width: 559px) {
  .flow {
    padding: 40px 15px 40px;
  }
  .flow .inner {
    width: 100%;
    padding: 0;
    margin: -40px 0 0 0;
  }
  .flow .flow-box ul li .num {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    font-style: italic;
    transform: translateY(26px);
  }
  .flow .flow-box ul li .wrap {
    background: #fff;
    padding: 30px 15px 20px 15px;
    display: inherit;
  }
  .flow .flow-box ul li .wrap .img {
    text-align: center;
    width: 100%;
  }
  .flow .flow-box ul li .wrap .img img {
    width: 75%;
    margin-bottom: 18px;
    margin: 0 auto 18px;
  }
  .flow .flow-box ul li .wrap .detail {
    width: 100%;
  }
  .flow .flow-box ul li .wrap .detail .head {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .flow .flow-box ul li:not(:last-child):after {
    content: " ";
    position: absolute;
    display: block;
    height: 87px;
    width: 20px;
    left: 45%;
    top: auto;
    background: #fed9a1;
  }
  .flow .btn_wrap {
    display: inherit;
    justify-content: space-between;
  }
  .flow .btn_wrap .item {
    width: 100%;
  }
  .flow .btn_wrap .item:not(:last-child) {
    margin-bottom: 15px;
  }

  .flow .btn_wrap .item .btn {
    border-radius: 8px;
    margin: 0 0;
  }
  .flow .btn_wrap .item .btn a {
    width: 100%;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
  }
  .flow .btn_wrap .item .btn.bgclr-orn a span:before {
    width: 65px;
    height: 75px;
    left: -72px;
    top: -15px;
  }
  .flow .btn_wrap .item .btn.bgclr-grn a span:before {
    width: 24px;
    height: 16px;
    left: -55px;
    top: 4px;
  }
  .flow .flow-box ul li:last-child:after {
    content: " ";
    position: absolute;
    display: block;
    width: 35px;
    height: 134px;
    right: 10px;
    top: 5px;
    background: url(../../images/amazon_ad_img2/logo_itsumo.webp) no-repeat left top;
    background-size: contain;
  }
}

/* // companyinfo
----------------------------------------------- */

.companyinfo {
  padding: 90px 0 90px;
}
.companyinfo .inner {
  padding-left: 15px;
  padding-right: 15px;
}
.companyinfo .companyinfo-title {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.companyinfo .companyinfo-table-wrap {
}
.companyinfo .companyinfo-table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.companyinfo .companyinfo-table th,
.companyinfo .companyinfo-table td {
  padding: 10px 10px 15px;
  border-bottom: 1px solid #cccccc;
}
.companyinfo .companyinfo-table th {
  font-weight: bold;
  padding-right: 20px;
}
.companyinfo .companyinfo-table td {
  padding-left: 40px;
  font-size: 100%;
}
@media all and (max-width: 559px) {
  .companyinfo {
    padding: 0 0 50px;
  }
  .companyinfo .companyinfo-title {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
  .companyinfo .companyinfo-table th,
  .companyinfo .companyinfo-table td {
    padding: 7px 0 15px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .companyinfo .companyinfo-table th {
    padding-right: 20px;
    width: 25%;
  }
  .companyinfo .companyinfo-table td {
    padding-left: 20px;
  }
}

/* // faq
----------------------------------------------- */
.faq {
  padding: 90px 0 90px;
  background: #fef5e6;
}
.faq .inner {
  width: 1100px;
  margin: 0 auto;
}
.faq .inner ul li:not(:last-child) {
  margin-bottom: 50px;
}
.faq .inner ul li .que span {
  position: relative;
  padding-left: 80px;
}
.faq .inner ul li .que span:before {
  content: " ";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  left: 0;
  top: -16px;
  background: url(../../images/amazon_ad_img2/faq_icon.webp) no-repeat left top;
  background-size: contain;
}
.faq .inner ul li .ans {
  padding: 30px 40px;
  background: #fff;
  margin-top: 40px;
}
@media all and (max-width: 559px) {
  .faq {
    padding: 40px 15px 40px;
  }
  .faq .inner {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .faq .inner ul li:not(:last-child) {
    margin-bottom: 35px;
  }
  .faq .inner ul li .que span {
    position: relative;
    padding-left: 55px;
    display: block;
  }
  .faq .inner ul li .que span:before {
    content: " ";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    left: 0;
    top: -5px;
    background: url(../../images/amazon_ad_img2/faq_icon.webp) no-repeat left top;
    background-size: contain;
  }
  .faq .inner ul li .ans {
    padding: 20px 15px;
    background: #fff;
    margin-top: 10px;
  }
}

/* // BtmCv //
----------------------------------------------- */
#BtmCv {
  display: none;
}

@media all and (max-width: 559px) {
  #BtmCv {
    display: none;
  }
  #BtmCv {
    position: fixed;
    z-index: 400;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 6px 6px 3px 6px;
    line-height: 1;
    transform: translateY(100%);
  }
  #BtmCv.on {
    transform: translateY(0%);
  }
  #BtmCv .btns {
    display: flex;
    display: -ms-flexbox;
  }
  #BtmCv .btns li {
    width: 50%;
  }
  #BtmCv .btns li:nth-of-type(odd) {
    padding-right: 2px;
  }
  #BtmCv .btns li:nth-of-type(even) {
    padding-left: 2px;
  }
  #BtmCv .btns li a {
    width: 100%;
    padding-right: 15px;
    border-radius: 3px;
  }
  #BtmCv .btns li a i {
    right: 5px;
  }
  #BtmCv .btns li a .tx {
    padding-left: 4px;
    padding-right: 4px;
  }
}

/* // understanding
----------------------------------------------- */
.understanding {
  padding: 90px 0 90px;
  /*margin-top: 90px;*/
  background-color: #fef5e6;
}
.understanding .f-en {
  display: inline-block;
  margin-bottom: 15px;
}
.understanding .inner {
  width: 1100px;
}
.understanding .inner .item:not(:last-child) {
  margin-bottom: 50px;
}
.understanding .inner .item {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 50px;
  justify-content: space-between;
  align-items: center;
}
.understanding .inner .item.reverse {
  flex-direction: row-reverse;
}
.understanding .inner .item .img {
  width: 48%;
}
.understanding .inner .item .desc {
  width: 48%;
}
.understanding .inner .item .desc .head {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.understanding .inner .item .desc .head {
}
.understanding .inner .item1 .desc .head span {
  position: relative;
  padding-left: 100px;
}
.understanding .inner .item2 .desc .head span,
.understanding .inner .item3 .desc .head span,
.understanding .inner .item4 .desc .head span {
  position: relative;
  padding-left: 120px;
}
.understanding .inner .item .desc .head span:after {
  position: absolute;
  display: block;
  color: #f90;
  font-size: 80px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  z-index: 5;
  font-weight: 600;
  left: 0;
  top: -20px;
}
.understanding .inner .item1 .desc .head span:after {
  content: "01" !important;
}
.understanding .inner .item2 .desc .head span:after {
  content: "02" !important;
}
.understanding .inner .item3 .desc .head span:after {
  content: "03" !important;
}
.understanding .inner .item4 .desc .head span:after {
  content: "04" !important;
}

@media all and (max-width: 559px) {
  .understanding {
    padding: 40px 0 40px;
    /*margin-top: 40px;*/
  }
  .understanding .inner {
    width: 100%;
  }
  .understanding .inner .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .understanding .inner .item {
    display: inherit;
    padding: 25px 15px;
  }
  .understanding .inner .item.reverse {
    flex-direction: row-reverse;
  }
  .understanding .inner .item .img {
    width: 100%;
    margin-top: 20px;
  }
  .understanding .inner .item .desc {
    width: 100%;
  }
  .understanding .inner .item .desc .head {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .understanding .inner .item1 .desc .head span {
    position: relative;
    padding-left: 50px;
  }
  .understanding .inner .item2 .desc .head span,
  .understanding .inner .item3 .desc .head span,
  .understanding .inner .item4 .desc .head span {
    position: relative;
    padding-left: 60px;
  }
  .understanding .inner .item .desc .head span:after {
    position: absolute;
    display: block;
    color: #f90;
    font-size: 40px;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    z-index: 5;
    font-weight: 600;
    left: 0;
    top: -5px;
  }
  .understanding .inner .item1 .desc .head span:after {
    content: "01" !important;
  }
  .understanding .inner .item2 .desc .head span:after {
    content: "02" !important;
  }
  .understanding .inner .item3 .desc .head span:after {
    content: "03" !important;
  }
  .understanding .inner .item4 .desc .head span:after {
    content: "04" !important;
  }
}

/* // service
----------------------------------------------- */
.service {
  padding: 90px 0 90px;
}
.service .inner {
  width: 1100px;
}
.service .inner .head {
  font-size: 20px;
}
.service .inner .head span {
  font-size: 26px;
}
.scroll {
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 10px 0 40px 0;
}
.plan-list {
  border-radius: 12px;
  background: #fff;
}
table {
  empty-cells: hide;
  font-weight: 500;
}
table td {
  vertical-align: middle;
  font-size: 13px;
}
.plan-list {
  border-radius: 12px;
  background: #fff;
}
.plan-list table {
  width: 100%;
  table-layout: fixed;
}
.plan-list th,
.plan-list td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  text-align: center;
  line-height: 1.5;
}
.plan-list th:last-child,
.plan-list td:last-child {
  /*border-right: 0;*/
}
/*.plan-list tr:nth-child(odd) {
  background: #F9F9F9;
}*/
.plan-list tr:first-child {
  background: none;
}
.plan-list tr:last-child th,
.plan-list tr:last-child td {
  /*border-bottom: 0;*/
}
.plan-list th,
.plan-list .item-ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
.plan-list th {
  padding: 1.11em 1em;
}
.plan-list td {
  font-size: 1.3rem;
  padding: 0.1em 1em;
}
.plan-list td span {
  font-size: 1.3rem;
}
.plan-list .item-ttl {
  width: 13%;
  padding: 0.1em 1em;
  vertical-align: middle;
}
.item-ttl-head {
  background-color: #333333;
  color: #fff;
}
.plan-list .item-list {
  width: 34%;
  font-size: 13px;
  text-align: left;
  vertical-align: middle;
}
.plan-list .standard,
.plan-list .light {
  position: relative;
  font-weight: 700;
}
.plan-list .feature {
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1.3rem;
  line-height: 1.7;
  text-align: left;
  vertical-align: top;
}
.plan-list .balloon {
  top: -30px;
}
.premium {
  position: relative;
}
.premium:after {
  content: "";
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 10px 0 0;
  z-index: 0;
}
.plan-list .standard {
  width: 22%;
  border-left: 2px solid #ff9900;
  border-right: 2px solid #ff9900;
  background-clip: padding-box;
}
.plan-list .standard.label {
  position: relative;
}
.plan-list .standard.label:before {
  content: " ";
  position: absolute;
  display: block;
  width: 64px;
  height: 64px;
  right: 0;
  top: -36%;
  background: url(../../images/amazon_ad_img2/service_label_no1.webp) no-repeat left top;
  background-size: contain;
  z-index: 10;
}
.plan-list th.light {
  width: 19%;
  background: #ffebcc;
  border-radius: 12px 12px 0 0;
  border-left: none;
}
.plan-list th.premium {
  width: 19%;
  background: #ffd18c;
  border-radius: 12px 12px 0 0;
  border-right: none;
}
.plan-list .standard-head,
.plan-list .standard-bottom {
  position: absolute;
  left: -2px;
  width: calc(100% + 4px);
  border-left: 2px solid #ff9900;
  border-right: 2px solid #ff9900;
  background-clip: padding-box;
}
.plan-list .standard-head {
  padding: 1.4em 1em;
  bottom: 0;
  border-radius: 12px 12px 0 0;
  background: #ff9900;
  color: #fff;
  border-top: 2px solid #ff9900;
}
.plan-list .standard-bottom {
  padding: 1.1em 1em;
  top: 0;
  border-radius: 0 0 12px 12px;
  background: #fdfaf2;
  border-bottom: 2px solid #ff9900;
  background-clip: padding-box;
}
.scroll2 {
  margin-top: 110px;
}
.plan-list .item-ttl2 {
  width: 133px;
}
.plan-list .standard2 {
  width: 56% !important;
}
.service .inner .support {
  margin-top: 50px;
}
.service .inner .support .type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
  gap: 10px 0;
}
.service .inner .support .type .block {
  width: 32.5%;
  background-color: #f9f9f9;
  padding: 40px 1.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/*.service .inner .type .block:nth-child(n+3) {
	margin-top: 4%;
}*/
.service .inner .support .type .block .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.service .inner .type .block .inner .left {
  width: 16%;
}
.service .inner .type .block1 .inner .right {
  width: 80%;
  margin-left: 4%;
}
.service .inner .type .block2 .inner .right {
  width: 75%;
  margin-left: 4%;
  /* margin-right: 3%; */
}
.service .inner .type .block2 .inner .arrow {
  width: 10%;
}
.service .inner .type .block .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin: 15px auto 0;
}
.service .inner .type .block .title_sub {
  font-size: 14px;
}
@media all and (max-width: 559px) {
  .service {
    padding: 40px 15px 40px;
  }
  .service .inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .service .inner .head {
    font-size: 16px;
  }
  .service .inner .head span {
    font-size: 20px;
    line-height: 1.1;
  }
  .scroll {
    width: auto;
    overflow-x: scroll;
    height: auto;
    padding: 15% 0 10%;
    margin: 15px auto 0;
  }
  .plan-list {
    width: 250%;
  }
  .plan-list .item-ttl {
    width: 10%;
    padding: 0.8em 0;
    vertical-align: middle;
  }
  .plan-list .item-list {
    width: 20%;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
  }
  .plan-list .standard-head {
    padding: 2em 1em;
  }
  .plan-list th,
  .plan-list .item-ttl {
    font-size: 3.8vw !important;
  }
  .plan-list .standard.label:before {
    content: " ";
    position: absolute;
    display: block;
    width: 14vw;
    height: 14vw;
    right: -2vw;
    top: -5vh;
    background: url(../../images/amazon_ad_img2/service_label_no1.webp) no-repeat left top;
    background-size: contain;
    z-index: 10;
  }
  .scroll2 {
    padding: 25% 0 10%;
  }
  .plan-list2 {
    width: 160%;
  }
  .plan-list .item-ttl2 {
    width: 10%;
  }
  .plan-list .item-list2 {
    width: 30%;
  }
  .plan-list .standard2 {
    width: 40% !important;
  }
  .service .inner .support .type {
    display: inherit;
    margin-top: 30px;
  }
  .service .inner .support .type .block {
    width: 100%;
    background-color: #f9f9f9;
    padding: 20px 3%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  /*.service .inner .type .block:nth-child(n+2) {
	margin-top: 4%;
}*/
  .service .inner .type .block:not(:first-child) {
    margin-top: 4%;
  }
  .service .inner .type .block .left {
    width: 14%;
  }
  .service .inner .type .block1 .right {
    width: 80%;
    margin-left: 5%;
  }
  .service .inner .type .block1 .inner .right {
    width: 70%;
    margin-left: 5%;
  }
  .service .inner .type .block2 .right {
    width: 75%;
    margin-left: 4%;
  }
  .service .inner .type .block2 .inner .right {
    width: 75%;
  }
  .service .inner .type .block2 .arrow {
    width: 10%;
  }
  .service .inner .type .block .right .title_sub {
    font-size: 14px;
  }
  .service .inner .type .block .right .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
  .service .inner .type .block .title {
    text-align: center;
  }
}

/* // feature
----------------------------------------------- */
.feature2 {
  padding: 90px 0 90px;
  background-color: #fef5e6;
}
.feature2 .inner {
  width: 1100px;
}
.feature2 .feature-tablist {
  padding: 10px 0 100px;
}
.feature2 .feature-tablist-column {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -6px;
  margin-right: -6px;
}
.feature2 .feature-tablist-column .item {
  border-width: 0 6px;
  border-style: solid;
  border-color: transparent;
  width: calc(100% / 4);
  position: relative;
  padding-top: 30px;
}
.feature2 .feature-tablist-column .item a {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: block;
  padding: 30px 0 50px;
  background-color: #fff;
  transition: 0.3s;
}
.feature2 .feature-tablist-column .item a:after {
  content: " ";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  background: url(../../images/amazon_ad_img2/icon_arrow_red.webp) no-repeat left top;
  background-size: contain;
}
.feature2 .feature-tablist-column .item a:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
  border-radius: 10px;
}
.feature2 .feature-tablist-column .item .number {
  position: absolute;
  font-size: 50px;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 0.8;
  font-weight: 600;
}
.feature2 .feature-tablist-column .item p {
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}
.feature2 .feature-tablist-column .item p .strong {
  font-size: 120%;
  font-weight: bold;
}
.feature2 .block {
  background-color: #fff;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.feature2 .block:after {
  position: absolute;
  display: block;
  color: #ff9900;
  font-size: 100px;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  z-index: 5;
  font-weight: 600;
}
.feature2 .block.block01:after {
  content: "01" !important;
  left: 20px;
  top: -50px;
}
.feature2 .block.block02:after {
  content: "02" !important;
  right: 20px;
  top: -50px;
}
.feature2 .block.block03:after {
  content: "03" !important;
  left: 20px;
  top: -50px;
}
.feature2 .block.block04:after {
  content: "04" !important;
  right: 20px;
  top: -50px;
}
.feature2 .block:not(:last-child) {
  margin-bottom: 100px;
}
.feature2 .block.reverse {
  flex-direction: row-reverse;
}
.feature2 .block .desc {
  width: 48%;
}
.feature2 .block .desc .head {
  font-size: 24px;
}
.feature2 .block .desc .text {
  padding: 20px 0;
}
.feature2 .block .desc .feature_client .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.feature2 .block .desc .feature_client .inner .img {
  width: 20%;
}
.feature2 .block .desc .feature_client .inner .comment {
  width: 75%;
  background-color: #fbf3dd;
  padding: 15px 20px;
  position: relative;
  font-size: 14px;
}
.feature2 .block .desc .feature_client .inner .comment:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 10px solid transparent;
  border-right: 18px solid #fbf3dd;
  z-index: 2;
}
.feature2 .block .img {
  width: 48%;
}
.feature2 .block .img img {
  width: 100%;
}

.feature2 .inner .head {
  font-size: 20px;
}
.feature2 .inner .head span {
  font-size: 26px;
}
.feature2 .amazon_adv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.feature2 .amazon_adv .item {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 31%;
  padding: 50px 35px;
}
.feature2 .amazon_adv .item .img {
  margin: 0 auto 45px;
  width: 70%;
}
.feature2 .amazon_adv .item .desc .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media all and (max-width: 559px) {
  .feature2 {
    padding: 40px 0 40px;
  }
  .feature2 .inner {
    width: 100%;
  }
  .feature2 .feature-tablist {
    padding: 0 0 70px;
  }
  .feature2 .feature-tablist-column {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .feature2 .feature-tablist-column .item {
    border-width: 0;
    width: auto;
    padding-top: 0;
  }
  .feature2 .feature-tablist-column .item + .item {
    margin-top: 10px;
  }
  .feature2 .feature-tablist-column .item a {
    box-shadow: 1px 1px 3px rgba(54, 64, 72, 0.14), 3px 3px 17px rgba(54, 64, 72, 0.11);
    border-radius: 4px;
    padding: 10px 15px 10px 47px;
  }
  .feature2 .feature-tablist-column .item a:after {
    width: 15px;
    height: 15px;
    left: auto;
    right: 10px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .feature2 .feature-tablist-column .item .number {
    position: absolute;
    font-size: 2.6rem;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .feature2 .feature-tablist-column .item p {
    font-size: 1.6rem;
    text-align: left;
  }
  .feature2 .feature-tablist-column .item p .strong {
    font-size: 120%;
  }
  .feature2 .block {
    background-color: #fff;
    padding: 20px 15px;
    display: inherit;
    position: relative;
  }
  .feature2 .block:after {
    position: absolute;
    display: block;
    color: #ff9900;
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    z-index: 5;
    font-weight: 600;
  }
  .feature2 .block.block01:after {
    content: "01" !important;
    left: 15px;
    top: -30px;
  }
  .feature2 .block.block02:after {
    content: "02" !important;
    right: 15px;
    top: -30px;
  }
  .feature2 .block.block03:after {
    content: "03" !important;
    left: 15px;
    top: -30px;
  }
  .feature2 .block.block04:after {
    content: "04" !important;
    right: 15px;
    top: -30px;
  }
  .feature2 .block:not(:last-child) {
    margin-bottom: 60px;
  }
  .feature2 .block.reverse {
    flex-direction: row-reverse;
  }
  .feature2 .block .desc {
    width: 100%;
  }
  .feature2 .block .desc .head {
    font-size: 18px;
    text-align: left;
  }
  .feature2 .block .desc .text {
    padding: 20px 0;
  }
  .feature2 .block .desc .feature_client .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 12px 0 25px 0;
    padding: 0;
  }
  .feature2 .block .desc .feature_client .inner .img {
    width: 20%;
  }
  .feature2 .block .desc .feature_client .inner .comment {
    width: 75%;
    background-color: #fbf3dd;
    padding: 15px 15px;
    position: relative;
    font-size: 14px;
  }
  .feature2 .block .desc .feature_client .inner .comment:before {
    content: "";
    position: absolute;
    top: 18%;
    left: -20px;
    margin-top: -12px;
    border: 10px solid transparent;
    border-right: 18px solid #fbf3dd;
    z-index: 2;
  }
  .feature2 .block .img {
    width: 100%;
  }
  .feature2 .inner .head {
    font-size: 16px;
  }
  .feature2 .inner .head span {
    font-size: 20px;
    line-height: 1.1;
  }
  .feature2 .amazon_adv {
    display: inherit;
    margin-top: 30px;
  }
  .feature2 .amazon_adv .item {
    width: 100%;
    padding: 30px 15px;
  }
  .feature2 .amazon_adv .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .feature2 .amazon_adv .item .img {
    margin: 0 auto 20px;
    width: 50%;
  }
  .feature2 .amazon_adv .item .desc .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }
}

/* // contact
----------------------------------------------- */
#contact {
  margin-top: 50px;
}
@media all and (max-width: 559px) {
  #contact {
    margin-top: 30px;
  }
}
/* フッターレイアウト崩れ防止 20221014 */
#footer .inner {
  width: 100%;
}
#footer #f_bottom .f_bottom_left .f_bottom_left_title h2 {
  text-align: unset;
  line-height: unset;
  margin-bottom: unset;
}

/* // cv3
----------------------------------------------- */
#cv3 {
  padding: 70px 0 60px;
  background: #f2f2f2;
}
#cv3 .inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#cv3 .inner .wrap {
  width: 360px;
  margin: 0 15px;
}
#cv3 .inner .wrap .catch {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
#cv3 .inner .wrap .catch span {
  position: relative;
  display: inline-block;
}
#cv3 .inner .wrap .catch span:before {
  position: absolute;
  left: -12px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}
#cv3 .inner .wrap .catch span:after {
  position: absolute;
  content: "";
  right: -12px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}
#cv3 .btn2 {
  text-align: center;
}
#cv3 .btn2 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  transition: 0.3s;
  padding: 25px 25px;
  border: 2px solid #666666;
  color: #222;
  border-radius: 8px;
  text-align: center;
  width: 360px;
  margin: 0 auto 0;
  background: #fff;
  transition: 0.3s;
}
#cv3 .btn2 a img {
  width: 24px;
  margin-left: 20px;
}
#cv3 .btn2 a em {
  color: #c81f23;
}
#cv3 .btn2 a:hover {
  color: #c81f23;
}
@media all and (max-width: 559px) {
  #cv3 {
    padding: 30px 0 30px;
    background: #f2f2f2;
  }
  #cv3 .inner {
    width: 96%;
    margin: 0 2%;
    display: inherit;
  }
  #cv3 .inner .wrap {
    width: 100%;
    margin: 0 0;
  }
  #cv3 .inner .wrap:nth-child(2n) {
    margin-top: 25px;
  }
  #cv3 .inner .wrap .catch {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #cv3 .btn2 {
    text-align: center;
  }
  #cv3 .btn2 a {
    font-size: 16px;
    padding: 20px 15px;
    width: 100%;
  }
  #cv3 .btn2 a img {
    width: 18px;
    margin-left: 15px;
  }
}

/* // feature
----------------------------------------------- */
.feature {
  padding: 90px 0 90px;
  background-color: #f9f9f9;
}
.feature .head_text {
  margin-bottom: 50px;
}
.feature .inner {
  width: 1100px;
}
.feature .example {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 90px;
}
.feature .example .img {
  width: 42%;
}
.feature .example .detail {
  width: 55%;
}
.feature .example .comment {
  background-color: #fff;
  padding: 20px 25px;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.feature .example .detail .comment:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 10px solid transparent;
  border-right: 18px solid #fff;
  z-index: 2;
}
.feature .example .detail .comment span {
  text-align: right;
  display: block;
  font-size: 15px;
}
.feature .example .detail .img {
  width: 40%;
}
.feature .example .detail .company {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.feature .example .detail .company .logo {
  margin-right: 15px;
}
.feature .example .detail .company .name {
  font-size: 20px;
  font-weight: 700;
}
.feature .example .detail dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.feature .example .detail dl dt {
  width: 20%;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
.feature .example .detail dl dd {
  width: 80%;
  margin-bottom: 20px;
}
.feature .interaction {
  margin-bottom: 50px;
}
.feature .interaction .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
}
.feature .interaction .item:not(:last-child) {
  margin-bottom: 50px;
}
.feature .interaction .item .img {
  width: 15%;
  margin-right: 5%;
}
.feature .interaction .item.reverse {
  flex-direction: row-reverse;
  justify-content: left;
}
.feature .interaction .item.reverse .img {
  width: 15%;
  margin-left: 5%;
}
.feature .interaction .item .comment {
  width: 75%;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.feature .interaction .item .comment:before {
  content: "";
  position: absolute;
  top: 35%;
  left: -54px;
  margin-top: -12px;
  border: 30px solid transparent;
  border-right: 48px solid #fff;
  z-index: 2;
}
.feature .interaction .item.reverse .comment:before {
  transform: rotateY(180deg);
  content: "";
  position: absolute;
  top: 35%;
  right: -54px;
  left: inherit;
  margin-top: -12px;
  border: 30px solid transparent;
  border-right: 48px solid #fff;
  z-index: 2;
}
.feature .interaction .item .comment .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.feature_acc {
  width: 1100px;
  margin: 0 auto;
  color: #444;
  cursor: pointer;
}
.feature_acc {
  margin-bottom: 90px;
}
.feature_acc_link {
  position: relative;
  background-color: #f90;
  padding: 10px 0;
}
.feature_acc_text {
  display: block;
  margin-right: 15px;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.feature_acc_text.close .icon-plus:after {
  display: none;
}
.feature_acc_text .icon-plus {
  display: inline-block;
  margin-left: 15px;
  width: 36px;
  height: 36px;
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
}
.feature_acc_text .icon-plus:before {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 17px;
  left: 8px;
  color: #c9191d;
  background-color: #f90;
  content: "";
}
.feature_acc_text .icon-plus:after {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 17px;
  left: 8px;
  color: #f90;
  background-color: #f90;
  content: "";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.feature_acc_body {
  padding: 50px 50px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.feature_acc_body .member {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.feature_acc_body .member .main {
  width: 55%;
}
.feature_acc_body .member .person {
  width: 45%;
}
.feature_acc_body .member .person .head {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.feature_acc_body .member .person .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feature_acc_body .member .person .wrap .item {
  width: 34%;
  margin: 2% 5% 2%;
}
.feature_acc_body .member .person .wrap .item .text {
  font-weight: bold;
}
.feature_acc_body .comment {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 8px solid #e5e5e5;
  width: 100%;
  margin-top: 40px;
  border-radius: 8px;
}
.feature_acc_body .comment p {
  font-size: 18px;
  font-weight: 700;
}
.feature_acc_body .comment:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 205px;
  top: -33px;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #e5e5e5;
  border-left: 20px solid transparent;
}
.feature_acc_body .comment:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 205px;
  top: -20px;
  border-right: 20px solid transparent;
  border-bottom: 25px solid #fff;
  border-left: 20px solid transparent;
}
.feature .result ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 8px solid #e5e5e5;
  padding: 25px 40px;
  border-radius: 8px;
  background: #fff;
}
.feature .result ul li:not(:last-child) {
  margin-bottom: 10px;
}
.feature .result ul li .num {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  margin-right: 30px;
}
.feature .result ul li .title {
  font-size: 20px;
  font-weight: bold;
}
.feature .result .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  margin-top: 50px;
}
.feature .result .item .img {
  width: 15%;
  margin-right: 5%;
}
.feature .result .item .comment {
  width: 75%;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.feature .result .item .comment:before {
  content: "";
  position: absolute;
  top: 35%;
  left: -54px;
  margin-top: -12px;
  border: 30px solid transparent;
  border-right: 48px solid #fff;
  z-index: 2;
}
@media all and (max-width: 559px) {
  .feature {
    padding: 40px 15px 40px;
  }
  .feature .inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .feature .example {
    display: inherit;
    margin-bottom: 60px;
    padding: 0;
  }
  .feature .example .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .feature .example .detail {
    width: 100%;
  }
  .feature .example .detail .comment {
    background-color: #fff;
    padding: 20px 20px;
    position: relative;
    font-size: 14px;
  }
  .feature .example .detail .comment:before {
    content: "";
    position: absolute;
    top: -8%;
    left: 45%;
    margin-top: -12px;
    border: 10px solid transparent;
    border-right: 18px solid #fff;
    z-index: 2;
    transform: rotate(90deg);
  }
  .feature .example .detail .comment span {
    font-size: 12px;
  }
  .feature .example .detail .company {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
  }
  .feature .example .detail .company .logo {
    margin-right: 2%;
    width: 15%;
  }
  .feature .example .detail .company .name {
    font-size: 16px;
    font-weight: 700;
    width: 83%;
  }
  .feature .example .detail dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }
  .feature .example .detail dl dt {
    width: 35%;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
  }
  .feature .example .detail dl dd {
    font-size: 14px;
    width: 65%;
    margin-bottom: 15px;
  }
  .feature .interaction {
    margin-bottom: 30px;
  }
  .feature .interaction .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
  }
  .feature .interaction .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .feature .interaction .item .img {
    width: 25%;
    margin-right: 5%;
  }
  .feature .interaction .item.reverse {
    flex-direction: row-reverse;
    justify-content: left;
  }
  .feature .interaction .item.reverse .img {
    width: 25%;
    margin-left: 5%;
  }
  .feature .interaction .item .comment {
    width: 65%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
  }
  .feature .interaction .item .comment:before {
    content: "";
    position: absolute;
    top: 45%;
    left: -44px;
    margin-top: -12px;
    border: 30px solid transparent;
    border-right: 48px solid #fff;
    z-index: 1;
  }
  .feature .interaction .item.reverse .comment:before {
    transform: rotateY(180deg);
    content: "";
    position: absolute;
    top: 45%;
    right: -44px;
    left: inherit;
    margin-top: -12px;
    border: 30px solid transparent;
    border-right: 48px solid #fff;
    z-index: 1;
  }
  .feature .interaction .item .comment p {
    z-index: 2;
    position: relative;
  }
  .feature .interaction .item .comment .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .feature_acc {
    width: 100%;
    margin: 0 auto;
    color: #444;
  }
  .feature_acc {
    margin-bottom: 60px;
  }
  .feature_acc_text {
    display: block;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
  }
  .feature_acc_text .icon-plus {
    display: inline-block;
    margin-left: 5px;
    width: 26px;
    height: 26px;
    position: absolute;
    background-color: #fff;
    border-radius: 50px;
  }
  .feature_acc_text .icon-plus:before {
    width: 16px;
    height: 2px;
    position: absolute;
    top: 12px;
    left: 5px;
    color: #c9191d;
    content: "";
  }
  .feature_acc_text .icon-plus:after {
    width: 16px;
    height: 2px;
    position: absolute;
    top: 12px;
    left: 5px;
    content: "";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .feature_acc_body {
    padding: 30px 15px;
    background-color: #fff;
    display: inherit;
  }
  .feature_acc_body .member {
    display: inherit;
  }
  .feature_acc_body .member .main {
    width: 100%;
    margin-bottom: 30px;
  }

  .feature_acc_body .member .person {
    width: 100%;
  }
  .feature_acc_body .member .person .head {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
  }
  .feature_acc_body .member .person .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .feature_acc_body .member .person .wrap .item {
    width: 36%;
    margin: 2% 5% 3%;
  }
  .feature_acc_body .comment {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 6px solid #e5e5e5;
    width: 100%;
    margin-top: 40px;
    border-radius: 8px;
  }
  .feature_acc_body .comment p {
    font-size: 16px;
    font-weight: 700;
  }
  .feature_acc_body .comment:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 45%;
    top: -27px;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #e5e5e5;
    border-left: 20px solid transparent;
  }
  .feature_acc_body .comment:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 45%;
    top: -16px;
    border-right: 20px solid transparent;
    border-bottom: 25px solid #fff;
    border-left: 20px solid transparent;
  }
  .feature .result ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 8px solid #e5e5e5;
    padding: 20px 15px;
  }
  .feature .result ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .feature .result ul li .num {
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    margin-right: 3%;
    width: 15%;
  }
  .feature .result ul li .title {
    font-size: 16px;
    font-weight: bold;
    width: 82%;
  }
  .feature .result .item {
    margin-top: 30px;
  }
  .feature .result .item:not(:last-child) {
    margin-bottom: 30px;
  }
  .feature .result .item .img {
    width: 25%;
    margin-right: 5%;
  }
  .feature .result .item.reverse .img {
    width: 25%;
    margin-left: 5%;
  }
  .feature .result .item .comment {
    width: 65%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
  }
  .feature .result .item .comment:before {
    content: "";
    position: absolute;
    top: 45%;
    left: -44px;
    margin-top: -12px;
    border: 30px solid transparent;
    border-right: 48px solid #fff;
    z-index: 1;
  }
  .feature .result .item .comment p {
    z-index: 2;
    position: relative;
  }
}

/* 20231122 追記 */
.blog_list_title {
  margin-bottom: 60px;
}
.blog_list_title p {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}
.blog_list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 120px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.blog_list .list {
  flex: 0 0 31%;
}
.blog_list .list .common_img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: 0.3s all;
  margin-bottom: 30px;
}
.blog_list .list .common_img img {
  transition: 0.3s all;
}
.blog_list .list a:hover .common_img {
  transform: scale(0.9);
  transition: 0.3s all;
}
.blog_list .list a:hover .common_img img {
  transform: scale(1.15);
  transition: 0.3s all;
}
.common_content_top {
  margin-bottom: 10px;
}
.common_date {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.common_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media all and (max-width: 1150px) {
  .blog_list {
    width: 95%;
  }
}
@media all and (max-width: 767px) {
  .blog_list_title {
    margin-bottom: 30px;
  }
  .blog_list_title p {
    font-size: 24px;
  }
  .blog_list {
    display: block;
    width: 92%;
    margin: 0 auto 40px auto;
  }
  .blog_list .list:not(:last-child) {
    margin-bottom: 30px;
  }
  .blog_list .list .common_img {
    margin-bottom: 10px;
  }
}
/* Amazonにおけるインサイト活用戦略 */
.amazon_insite {
  padding: 60px 0 0 0;
  margin-bottom: -35px;
}
.amazon_insite_title {
  text-align: center;
  margin-bottom: 70px;
}
.amazon_insite_title p {
  font-size: 36px;
  font-weight: 600;
}
.amazon_insite_inner {
  background-color: #fff;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /* position: relative; */
  border-radius: 12px;
}
.amazon_insite_inner_text {
  text-align: center;
  margin-bottom: 20px;
}
.amazon_insite_inner_text p {
  font-size: 26px;
  font-weight: 600;
  line-height: calc(40 / 26);
  color: #333333;
}
.amazon_insite_inner_img {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.feature2 .amazon_adv .item-mb40 {
  margin-bottom: 40px;
}
.feature2 .amazon_adv .item-wide {
  width: 100%;
  margin-top: 50px;
}
.feature2 .amazon_adv .item-wide-inner-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
.feature2 .amazon_adv .item-wide-inner-top .img {
  width: 100%;
  max-width: 340px;
}
.feature2 .amazon_adv .item-wide-inner-top .img img {
  max-width: 190px;
  margin: 0 auto;
}
.feature2 .amazon_adv .item-wide-inner-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.feature2 .amazon_adv .item-wide-inner-bottom .desc {
  flex: 0 0 31%;
}
.feature2 .amazon_adv .item-wide-inner-bottom .text {
  text-align: justify;
}
.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .amazon_insite {
    padding: 0;
    margin-bottom: 0;
  }
  .amazon_insite_title {
    margin-bottom: 40px;
  }
  .amazon_insite_title p {
    font-size: 26px;
  }
  .amazon_insite_inner {
    padding: 20px 15px;
  }
  .amazon_insite_inner_text p {
    font-size: 15px;
  }
  .amazon_insite_inner_img {
    position: relative;
    cursor: pointer;
  }
  .sp_only {
    display: block;
  }
  .plus_icon {
    position: absolute;
    right: -5px;
    bottom: -5px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
  }
  .modal_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  .modal_bg {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
    overflow-x: scroll;
  }
  .modal_content_text {
    text-align: center;
    position: absolute;
    top: -350px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    height: 40px;
  }
  .modal_content_text p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }
  .modal_content_img {
    padding: 50px 30px;
  }
  .modal_content img {
    width: 760px;
    max-width: unset;
    background: #fff;
  }
  .close_btn {
    position: absolute;
    top: 50px;
    right: 10px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
  }
  .feature2 .amazon_adv .item-wide-inner-top {
    display: block;
  }
  .feature2 .amazon_adv .item-wide-inner-top .img img {
    max-width: 160px;
  }
  .feature2 .amazon_adv .item-wide-inner-bottom {
    display: block;
  }
  .feature2 .amazon_adv .item-wide-inner-bottom .desc:not(:last-child) {
    margin-bottom: 30px;
  }
}