@charset "utf-8";

/* common */
/* .txt- minvw(width560px) */
.txt-15 {
  font-size: min(2.679vw, 15px);
}

.txt-16 {
  font-size: min(2.857vw, 16px);
}

.txt-17 {
  font-size: min(3.036vw, 17px);
}

.txt-21 {
  font-size: min(3.75vw, 21px);
}

.txt-22 {
  font-size: min(3.929vw, 22px);
}

.txt-23 {
  font-size: min(4.107vw, 23px);
}

.txt-32 {
  font-size: min(5.714vw, 32px);
}

.txt-ls {
  letter-spacing: -2px;
}

.txt-mt {
  margin-top: 0.75em;
}

.page.zoom-shootingservice {
  color: #000;
  background: #fff;
  animation: fadeIn ease-in-out .75s;
  overflow-x: hidden;
}

.page.zoom-shootingservice .entry-title.single-title {
  display: none;
}

.page.zoom-shootingservice .main-wrap {
  width: 100%;
  min-width: 1300px;
  margin: 0 auto;
}

.page.zoom-shootingservice #dp_breadcrumb_div {
  border-top: 2px solid;
  border: 0;
  margin: 0 auto;
  padding: 20px 10px;
}

.page.zoom-shootingservice .animate {
  visibility: hidden;
}

.page.zoom-shootingservice .content {
  width: 100% !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  overflow-x: hidden;
}

@media screen and (max-width: 1366px) {
  .page.zoom-shootingservice .main-wrap {
    min-width: 100%;
    width: 100% !important;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 768px) {
  .page.zoom-shootingservice .header_container {
    border-color: #fff;
  }
}

/* -----------------------------------
   reset
--------------------------------------*/
.entry-zoom-shootingservice {
  padding: 0;
}

.entry-zoom-shootingservice h1,
.entry-zoom-shootingservice h2,
.entry-zoom-shootingservice h3,
.entry-zoom-shootingservice h4,
.entry-zoom-shootingservice h5,
.entry-zoom-shootingservice h6 {
  line-height: normal;
  margin: 0;
  padding: 0;
  border-left-style: none;
  border-left-width: 0;
}

.entry-zoom-shootingservice ul,
.entry-zoom-shootingservice ol {
  margin: 0;
  padding: 0;
}

.entry-zoom-shootingservice ul li,
.entry-zoom-shootingservice ol li {
  line-height: normal;
  padding: 0;
}

.entry-zoom-shootingservice ul {
  margin-left: 0;
}

.entry-zoom-shootingservice ul li {
  position: unset;
}

.entry-zoom-shootingservice ul li:before {
  display: none;
  box-shadow: none;
}

.entry-zoom-shootingservice img {
  margin: 0;
}

.entry-zoom-shootingservice p {
  padding: 0;
}

.entry-zoom-shootingservice a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

.entry-zoom-shootingservice table th {
  padding: 0 5px;
  background: #fff;
  border: 0;
}

.entry-zoom-shootingservice table td {
  padding: 0 5px;
  border: 0;
}


/* -----------------------------------
   .scroll-fade
--------------------------------------*/
.scroll-fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s;
  transition-delay: .25s;
}

.scroll-fade.active {
  opacity: 1;
  visibility: visible;
}

.scroll-fade:nth-of-type(2) {
  transition-delay: .5s;
}

.scroll-fade:nth-of-type(3) {
  transition-delay: .75s;
}

.scroll-fade-down {
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  transition-delay: .25s;
  transform: translateY(-100px);
}

.scroll-fade-down.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-fade-down:nth-of-type(1) {
  transition-delay: .5s;
}

.scroll-fade-down:nth-of-type(2) {
  transition-delay: .75s;
}

.scroll-fade-down:nth-of-type(3) {
  transition-delay: 1s;
}

/* -----------------------------------
   style
--------------------------------------*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

.entry-zoom-shootingservice section {
  width: 100%;
  margin: 0 auto;
}

.entry-zoom-shootingservice .inner {
  width: 100%;
  max-width: 1235px;
  margin: 0 auto;
}

.entry-zoom-shootingservice .orange {
  color: #ff9900;
}

.entry-zoom-shootingservice .blue {
  color: #2F7DD5;
}

.entry-zoom-shootingservice .skyblue {
  color: #1B9ADC;
}

.entry-zoom-shootingservice .red {
  color: #DC4F1B;
}

.entry-zoom-shootingservice .nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .entry-zoom-shootingservice .inner {
    max-width: 100%;
  }
}

/* -----------------------------------
  .video-wrap iframe
--------------------------------------*/
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -----------------------------------
  .zoom-shootingservice-fixed_box
--------------------------------------*/
.zoom-shootingservice-fixed_box {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  z-index: 999;
}

.zoom-shootingservice-fixed_box .fixed_inner {
  position: fixed;
  right: 13px;
  bottom: 13px;
  display: none;
}

.zoom-shootingservice-fixed_box.bottom .fixed_inner .btn_box {
  bottom: 13px;
}

.zoom-shootingservice-fixed_box .fixed_inner .btn_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  transition: .25s;
}

.zoom-shootingservice-fixed_box .fixed_inner .btn_box a.btn-dl {
  width: 200px;
  height: 73px;
  margin-bottom: 8px;
  color: #fff;
  background: url(img/btn_bg_01.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  border-radius: 12px;
}

.zoom-shootingservice-fixed_box .fixed_inner .btn_box a.btn-inquiry {
  width: 192px;
  height: 65px;
  color: #2780CC;
  background: #fff;
  border: 4px solid #2485CE;
  border-radius: 12px;
}

.zoom-shootingservice-fixed_box .fixed_inner .btn_box a:hover {
  text-decoration: none;
  opacity: .7;
}

@media screen and (min-width: 1367px) {
  .zoom-shootingservice-fixed_box .fixed_inner {
    position: absolute;
    right: 213px;
  }

  .zoom-shootingservice-fixed_box .fixed_inner .btn_box {
    position: fixed;
    bottom: 13px;
    transition: .75s;
  }
}

@media screen and (max-width: 768px) {
  .zoom-shootingservice-fixed_box {
    max-width: 100%;
    bottom: 10px;
  }

  .zoom-shootingservice-fixed_box .fixed_inner {
    position: fixed;
    width: 94.9333%;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 10px;
  }

  .zoom-shootingservice-fixed_box .fixed_inner .btn_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .zoom-shootingservice-fixed_box .fixed_inner .btn_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: bold;
  }

  .zoom-shootingservice-fixed_box .fixed_inner .btn_box a.btn-dl {
    width: 48.3146%;
    height: 50px;
    margin-bottom: 10px;
    color: #fff;
    background: url(img/btn_bg_01.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    border-radius: 6px;
  }

  .zoom-shootingservice-fixed_box .fixed_inner .btn_box a.btn-inquiry {
    width: 47.1910%;
    height: 46px;
    color: #2780CC;
    background: #fff;
    border: 2px solid #2485CE;
    border-radius: 6px;
  }
}

/* -----------------------------------
  .entry-zoom-shootingservice .zoom-shootingservice-top
--------------------------------------*/
.zoom-shootingservice-top {
  position: relative;
  height: 698px;
  background: url(img/top.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.zoom-shootingservice-top .inner {
  max-width: 1144px;
}

/* .zoom-shootingservice-top .lead_box */
.zoom-shootingservice-top .lead_box {
  margin: 139px 0 0 15px;
}

.zoom-shootingservice-top .lead_box h1 {
  margin-bottom: 70px;
}

.zoom-shootingservice-top .lead_box h1 .txt {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: .25em .5em;
  color: #358CFC;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}

.zoom-shootingservice-top .lead_box .lead {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 46px;
  color: #fff;
  letter-spacing: .06em;
}

/* .zoom-shootingservice-top .point_box */
.zoom-shootingservice-top .point_box ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  gap: 0 24px;
  max-width: 533px;
}

.zoom-shootingservice-top .point_box li {
  position: relative;
  color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
}

.zoom-shootingservice-top .point_box li::before {
  display: block;
  content: '';
  padding-top: 100%;
  position: unset;
  margin: unset;
  width: auto;
  height: auto;
  border: 0;
}

.zoom-shootingservice-top .point_box li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  gap: 7px 0;
  line-height: .5;
  background: #358CFC;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .16);
  transition: .25s;
  white-space: nowrap;
  justify-content: center;
}

.zoom-shootingservice-top .point_box li a:hover {
  text-decoration: none;
  transform: translateY(-5px);
}

/* .zoom-shootingservice-top .video-wrap */
.zoom-shootingservice-top .video-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  height: 688px;
}

@media only screen and (min-width: 600px) and (max-width:768px) {
  .zoom-shootingservice-top {
    padding-top: 0;
  }

  .zoom-shootingservice-top {
    position: relative;
    height: auto;
    min-height: 615px;
    background: url(img/top.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
  }
}

@media only screen and (min-width: 391px) and (max-width:601px) {
  .zoom-shootingservice-top {
    position: relative;
    height: auto;
    min-height: auto;
    padding: 8vw 0 16vw;
    background: url(img/top.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
  }

  .zoom-shootingservice-top .lead_box {
    margin: 30px 0 0 15px;
  }

  .zoom-shootingservice-top .lead_box h1 {
    width: 90%;
    margin: 3vw auto 0;
  }

  .zoom-shootingservice-top .lead_box h1 .txt {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: .25em .5em;
    color: #358CFC;
    font-size: 31.5px;
    font-weight: bold;
    line-height: 1;
    background: #fff;
  }

  .zoom-shootingservice-top .point_box ul {
    gap: 0 3%;
    width: 90%;
    margin-top: 5vw;
    margin-left: 5%;
  }
}

@media screen and (max-width: 768px) {
  .zoom-shootingservice-top .inner {
    max-width: 100%;
  }

  .zoom-shootingservice-top .lead_box .lead {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 38px;
  }

  /* .zoom-shootingservice-top .video-wrap */
  .zoom-shootingservice-top .video-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 100%;
    height: 100%;
  }

  .zoom-shootingservice-top .point_box li a {
    line-height: .4;
  }
}

@media screen and (max-width: 480px) {
  .zoom-shootingservice-top {
    position: relative;
    height: auto;
    min-height: 615px;
    padding: 4vw 0 10vw;
    background: url(img/top_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
  }

  .zoom-shootingservice-top .lead_box {
    margin: 0 auto;
  }

  .zoom-shootingservice-top .lead_box h1 {
    margin: 10px auto 0;
  }

  .zoom-shootingservice-top .point_box li a {
    gap: 6px 0;
    line-height: .25;
  }

  .zoom-shootingservice-top .lead_box h1 .txt {
    margin-bottom: 10px;
    padding: .25em .5em;
    font-size: 28px;
  }

  .zoom-shootingservice-top .lead_box .lead {
    width: 90%;
    margin: 30px auto 0;
    font-size: 17px;
    font-weight: bold;
    line-height: 31px;
    color: #fff;
    letter-spacing: .01em;
  }
}

@media screen and (max-width: 390px) {
  .zoom-shootingservice-top {
    padding: 0 0 6vw;
  }

  .zoom-shootingservice-top .lead_box h1 {
    width: 90%;
    margin: 5vw auto 0;
  }

  .zoom-shootingservice-top .lead_box h1 .txt {
    display: inline-flex;
    align-items: center;
    margin-bottom: 14px;
    padding: .25em .5em;
    color: #358CFC;
    font-size: 8vw;
    font-weight: bold;
    line-height: 1;
    background: #fff;
  }

  .zoom-shootingservice-top .point_box ul {
    gap: 0 3%;
    width: 100%;
    max-width: 94%;
    margin: 0 auto;
  }
}

/* -----------------------------------
  .zoom-shootingservice-info
--------------------------------------*/
.zoom-shootingservice-info {
  padding: 76px 0 69px;
  background: url(img/bg_01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.zoom-shootingservice-info h2 {
  margin-bottom: 41px;
  font-size: 32px;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: .06em;
  color: #fff;
  text-align: center;
}

/* .zoom-shootingservice-info .info-video_box */
.zoom-shootingservice-info .info-video_box {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 100px;
}

.zoom-shootingservice-info .info-video_box .info-video {
  margin: 0 auto 18px;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .16);
}

.zoom-shootingservice-info .info-video_box .video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
}

.zoom-shootingservice-info .info-video_box .txt {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .06em;
  color: #fff;
  text-align: right;
}

/* .zoom-shootingservice-info .btn_box */
.zoom-shootingservice-info .btn_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-shootingservice-info .btn_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 66px;
  margin-right: 24px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .06em;
  border-radius: 80px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .16);
  transition: .25s;
}

.zoom-shootingservice-info .btn_box a.btn-inquiry {
  background: #fff;
  color: #287CC9;
}

.zoom-shootingservice-info .btn_box a.btn-dl {
  color: #fff;
  background: url(img/btn_bg_01.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.zoom-shootingservice-info .btn_box a:last-of-type {
  margin-right: 0;
}

.zoom-shootingservice-info .btn_box a:hover {
  text-decoration: none;
  opacity: .7;
}

@media screen and (max-width: 850px) {
  .zoom-shootingservice-info h2 {
    max-width: 90%;
    margin: 0 auto 41px;
    font-size: 30px;
    font-weight: 900;
    line-height: 54px;
  }

  .zoom-shootingservice-info .info-video_box {
    max-width: 90%;
    margin: 0 auto 58px;
  }

  .zoom-shootingservice-info .info-video_box .info-video {
    width: 100%;
    margin: 0 auto 18px;
    box-shadow: 0 30px 40px 0 rgba(0, 0, 0, .16);
  }

  .zoom-shootingservice-info .info-video_box .video-wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}

@media screen and (max-width: 768px) {
  .zoom-shootingservice-info {
    padding: 76px 0 40px;
    background: url(img/bg_01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .zoom-shootingservice-info h2 {
    width: 94.6666%;
    max-width: 480px;
    margin: 0 auto 40px;
    font-size: 20px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: .06em;
    color: #fff;
    text-align: center;
  }

  .zoom-shootingservice-info .info-video_box .txt {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .06em;
    color: #fff;
    text-align: right;
  }

  /* .zoom-shootingservice-info .btn_box */
  .zoom-shootingservice-info .btn_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 295px;
    width: 78.6666%;
    margin: 0 auto;
  }

  .zoom-shootingservice-info .btn_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    margin: 0 auto 20px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .06em;
    border-radius: 80px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .16);
    transition: .25s;
  }

  .zoom-shootingservice-info .btn_box a.btn-inquiry {
    background: #fff;
    color: #287CC9;
  }

  .zoom-shootingservice-info .btn_box a.btn-dl {
    color: #fff;
    background: url(img/btn_bg_01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .zoom-shootingservice-info .btn_box a:last-of-type {
    margin-right: auto;
  }

  .zoom-shootingservice-info .btn_box a:hover {
    text-decoration: none;
    opacity: .7;
  }
}

@media screen and (max-width: 320px) {
  .zoom-shootingservice-info h2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 36px;
  }

  .zoom-shootingservice-info .info-video_box .txt {
    font-size: 12px;
  }
}

/* -----------------------------------
  .entry-zoom-shootingservice .zoom-shootingservice-trouble
--------------------------------------*/
.entry-zoom-shootingservice .zoom-shootingservice-trouble {
  position: relative;
  padding: 64px 0 102px;
  background: #F7F5EF;
}

.entry-zoom-shootingservice .zoom-shootingservice-trouble::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -36px;
  display: block;
  width: 70px;
  height: 61px;
  background: url(img/sec_triangle.svg) no-repeat;
}

.entry-zoom-shootingservice .zoom-shootingservice-trouble .inner {
  width: 100%;
}

.entry-zoom-shootingservice .zoom-shootingservice-trouble h2 {
  margin-bottom: 64px;
  font-size: 32px;
  font-weight: 900;
  line-height: 56px;
  text-align: center;
  letter-spacing: .06em;
}

/* .thinking_box */
.entry-zoom-shootingservice .thinking_box ul {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}

.entry-zoom-shootingservice .thinking_box li {
  position: relative;
  display: flex;
  width: 280px;
  min-height: 153px;
  margin-right: 42px;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  background: #fff;
  border-radius: 25px 25px 25px 0;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .08);
}

.entry-zoom-shootingservice .thinking_box li::before {
  position: absolute;
  top: -29px;
  left: 50px;
  content: "";
  display: block;
  width: 45px;
  height: 32px;
  background: url(img/check_ico.svg) no-repeat;
  border-color: transparent;
  border: 0;
}

.entry-zoom-shootingservice .thinking_box li:last-of-type {
  margin-right: 0;
}

.entry-zoom-shootingservice .thinking_box li span {
  margin: auto;
}

.entry-zoom-shootingservice .thinking_box .big {
  font-size: 24px;
  font-weight: 900;
}

.entry-zoom-shootingservice .thinking_box .orange {
  color: #FC9827;
}

@media screen and (max-width: 768px) {
  .entry-zoom-shootingservice .zoom-shootingservice-trouble {
    position: relative;
    padding: 45px 0 72px;
    background: #F7F5EF;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-trouble::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -36px;
    display: block;
    width: 72px;
    height: 67px;
    background: url(img/sec_triangle.svg) no-repeat;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-trouble .inner {
    width: 100%;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-trouble h2 {
    width: 90%;
    margin: 0 auto 60px;
    font-size: 22px;
    font-weight: 900;
    line-height: 32px;
    text-align: center;
    letter-spacing: .06em;
  }

  /* .thinking_box */
  .entry-zoom-shootingservice .thinking_box ul {
    display: block;
    justify-content: center;
  }

  .entry-zoom-shootingservice .thinking_box li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    max-width: 592px;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    background: #fff;
    border-radius: 25px 25px 25px 0;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .08);
  }

  .entry-zoom-shootingservice .thinking_box li::before {
    position: absolute;
    top: -27px;
    left: 45px;
    content: "";
    display: block;
    width: 41px;
    height: 33px;
    background: url(img/check_ico.svg) no-repeat;
  }

  .entry-zoom-shootingservice .thinking_box li:last-of-type {
    margin: 0 auto;
  }

  .entry-zoom-shootingservice .thinking_box li span {
    margin: auto;
  }

  .entry-zoom-shootingservice .thinking_box .big {
    font-size: 22.5px;
    font-weight: 900;
  }
}

@media screen and (max-width: 320px) {
  .entry-zoom-shootingservice .zoom-shootingservice-trouble h2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 36px;
  }
}

/* -----------------------------------
  .entry-zoom-shootingservice .zoom-shootingservice-solution
--------------------------------------*/
.entry-zoom-shootingservice .zoom-shootingservice-solution {
  padding: 72px 0 11px;
  background: url(img/bg_02.jpg) no-repeat;
  background-size: cover;
}

.entry-zoom-shootingservice .zoom-shootingservice-solution h2 {
  margin-bottom: 30px;
  font-size: 41px;
  font-weight: 800;
  line-height: 69px;
  color: #fff;
  letter-spacing: .06em;
  text-align: center;
}

.entry-zoom-shootingservice .solution_box ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.entry-zoom-shootingservice .solution_box li {
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 38px;
  color: #fff;
}

.entry-zoom-shootingservice .solution_box .medium {
  font-size: 30px;
}

.entry-zoom-shootingservice .solution_box .big {
  font-size: 40px;
}

.entry-zoom-shootingservice .solution_box li:nth-of-type(3) {
  margin: 0 auto 68px;
}

.entry-zoom-shootingservice .solution_box .img_box {
  display: block;
  width: 86%;
  height: 274px;
  margin-bottom: 0;
  padding: 5px 0;
}

.entry-zoom-shootingservice .solution_box .img_box img {
  display: block;
  height: 100%;
  margin: auto;
  text-align: center;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .entry-zoom-shootingservice .zoom-shootingservice-solution {
    padding: 86px 0 13px;
    background: url(img/bg_02.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-solution h2 {
    width: 93%;
    margin: 0 auto 57px;
    font-size: 30px;
    font-weight: 800;
    line-height: 50px;
    color: #fff;
    letter-spacing: .06em;
    text-align: center;
  }

  .entry-zoom-shootingservice .solution_box ul {
    display: block;
    justify-content: space-between;
    margin: 0 auto;
  }

  .entry-zoom-shootingservice .solution_box li {
    width: 90%;
    max-width: 90%;
    margin: 0 auto 68px;
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    line-height: 39px;
    color: #fff;
  }

  .entry-zoom-shootingservice .solution_box .medium {
    font-size: 28.5px;
  }

  .entry-zoom-shootingservice .solution_box .big {
    font-size: 39.5px;
  }

  .entry-zoom-shootingservice .solution_box :nth-of-type(3) {
    margin-right: 0;
  }

  .entry-zoom-shootingservice .solution_box .img_box {
    width: 100%;
    max-width: 264px;
    height: 270px;
    margin: 0 auto 17px;
    padding: 5px 0;
  }

  .entry-zoom-shootingservice .solution_box .img_box img {
    display: block;
    height: 98%;
    margin: auto;
    text-align: center;
  }
}

/* -----------------------------------
  .entry-zoom-shootingservice .zoom-shootingservice-editing
--------------------------------------*/
.entry-zoom-shootingservice .zoom-shootingservice-editing {
  max-width: 1068px;
  margin: 0 auto;
  padding: 113px 0 147px;
}

.entry-zoom-shootingservice .zoom-shootingservice-editing h2 {
  margin-bottom: 73px;
  font-size: 32px;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: .06em;
  text-align: center;
  color: #2F7DD5;
}

.entry-zoom-shootingservice .zoom-shootingservice-editing h3 {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 900;
  line-height: 34px;
  text-align: center;
  color: #2F7DD5;
}

.zoom-shootingservice-editing .editing_box ul {
  display: flex;
  justify-content: space-between;
}

.zoom-shootingservice-editing .editing_box li {
  flex-basis: 330px;
  margin-right: 39px;
}

.zoom-shootingservice-editing .editing_box li:nth-of-type(3n) {
  margin-right: 0;
}

.zoom-shootingservice-editing .editing_box li img {
  margin-bottom: 26px;
}

.zoom-shootingservice-editing .editing_box li .txt {
  width: 220px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .entry-zoom-shootingservice .zoom-shootingservice-editing {
    max-width: 90%;
    margin: 0 auto;
    padding: 80px 0;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-editing h2 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 900;
    line-height: 44px;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-editing h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 900;
    line-height: 34px;
    text-align: center;
    color: #2F7DD5;
  }

  .zoom-shootingservice-editing .editing_box ul {
    display: block;
  }

  .zoom-shootingservice-editing .editing_box li {
    margin: 0 auto 60px;
  }

  .zoom-shootingservice-editing .editing_box li:nth-of-type(3n) {
    margin: 0 auto;
  }

  .zoom-shootingservice-editing .editing_box li img {
    display: block;
    margin: 0 auto 15px;
  }

  .zoom-shootingservice-editing .editing_box li .txt {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
  }
}

/* -----------------------------------
  .entry-zoom-shootingservice .zoom-shootingservice-guide
--------------------------------------*/
.entry-zoom-shootingservice .zoom-shootingservice-guide {
  height: 400px;
  margin: 0 auto 80px;
  background: url(img/bg_zoom-shootingservice-guide.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.entry-zoom-shootingservice .zoom-shootingservice-guide.zoom-shootingservice-guide_02 {
  margin: 0 auto;
}

.entry-zoom-shootingservice .zoom-shootingservice-guide .inner {
  position: relative;
  display: flex;
  min-width: 1171px;
}

.entry-zoom-shootingservice .zoom-shootingservice-guide .inner .txt_box {
  margin-left: 77px;
  padding: 57px 0 40px;
  text-align: center;
}

.entry-zoom-shootingservice .zoom-shootingservice-guide .inner .txt_box h2 {
  margin-bottom: 39px;
  font-size: 28px;
  font-weight: 900;
  line-height: 50px;
  letter-spacing: .06em;
  color: #fff;
}

.entry-zoom-shootingservice .zoom-shootingservice-guide .inner .txt_box h2 .small {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .06em;
  color: #fff;
}

.entry-zoom-shootingservice .zoom-shootingservice-guide .btn_box a.btn-dl {
  display: flex;
  width: 436px;
  height: 89px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .06em;
  color: #287CC9;
  background: #fff;
  border-radius: 80px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .16);
  transition: .25s;
}

.entry-zoom-shootingservice .zoom-shootingservice-guide .btn_box a:hover {
  text-decoration: none;
  opacity: .7;
}

.entry-zoom-shootingservice .zoom-shootingservice-guide .inner .img_box {
  position: absolute;
  top: 50%;
  transform: translate(0, -56%);
  right: -57px;
  width: 60%;
  max-width: 740px;
}

@media screen and (max-width: 1000px) {
  .entry-zoom-shootingservice .zoom-shootingservice-guide .inner .txt_box {
    margin-left: 0;
    flex-basis: 50%;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-guide .inner .txt_box h2 .small {
    line-height: 36px;
  }
}

@media screen and (max-width: 768px) {
  .entry-zoom-shootingservice .zoom-shootingservice-guide {
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: url(img/bg_zoom-shootingservice-guide.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-guide.zoom-shootingservice-guide_02 {
    margin: 0 auto;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-guide .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-guide .inner .txt_box {
    min-width: 82.5333%;
    flex-basis: 82.5333%;
    margin-left: auto;
    margin: 0 auto;
    padding: 42px 0 40px;
    text-align: center;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-guide .inner .txt_box h2 {
    margin-bottom: 281px;
    font-size: 22px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: normal;
    color: #fff;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-guide .inner .txt_box h2 .small {
    display: block;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: .06em;
    color: #fff;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-guide .btn_box a.btn-dl {
    display: flex;
    width: 100%;
    max-width: 295px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .06em;
    color: #287CC9;
    background: #fff;
    border-radius: 80px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .16);
    transition: .25s;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-guide .btn_box a:hover {
    text-decoration: none;
    opacity: .7;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-guide .inner .img_box {
    position: absolute;
    top: unset;
    bottom: 139px;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 408px;
  }
}

@media screen and (max-width: 320px) {
  .entry-zoom-shootingservice .zoom-shootingservice-guide .inner .txt_box {
    width: 90%;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-guide .inner .txt_box h2 {
    margin-bottom: 241px;
    font-size: 20px;
    font-weight: 900;
    line-height: 38px;
  }
}

/* -----------------------------------
  .entry-zoom-shootingservice .zoom-shootingservice-feature
--------------------------------------*/
.entry-zoom-shootingservice .zoom-shootingservice-feature {
  padding: 60px 0 50px;
}

.entry-zoom-shootingservice .zoom-shootingservice-feature h2 {
  margin-bottom: 27px;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: .06em;
  color: #2F7DD5;
  text-align: center;
}

.entry-zoom-shootingservice .zoom-shootingservice-feature h3 {
  margin-bottom: 75px;
  font-size: 18px;
  font-weight: 900;
  line-height: 32px;
  text-align: center;
}

.entry-zoom-shootingservice .feature_box h4 {
  margin-bottom: 32px;
  font-size: 32px;
  font-weight: 800;
  color: #2F7DD5;
  letter-spacing: .06em;
}

.entry-zoom-shootingservice .feature_box .number {
  display: block;
  width: 122px;
  height: 68px;
  margin: -3px 0 42px;
  padding-top: 11px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
  background: #2F7DD5;
  border-radius: 10px 10px 0 10px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .08);
}

.entry-zoom-shootingservice .feature_box .count {
  display: block;
  font-size: 30px;
}

.entry-zoom-shootingservice .feature_box li {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1076px;
  margin: 0 auto 137px;
  gap: 0 2%;
}

.entry-zoom-shootingservice .feature_box .txt_box {}

.entry-zoom-shootingservice .feature_box li:nth-of-type(odd) .txt_box {
  order: 2;
}

.entry-zoom-shootingservice .feature_box .lead {
  max-width: 385px;
  font-size: 16px;
  line-height: 32px;
}

.entry-zoom-shootingservice .feature_box li .img_box {
  width: 52.5092%;
  max-width: 565px;
}

.entry-zoom-shootingservice .feature_box .feature_03 .img_box {
  width: 738px;
  max-width: 738px;
  margin: 34px 0 0 -74px;
}

.entry-zoom-shootingservice .feature_box .feature_03 .txt_box {
  position: relative;
  right: 38px;
  width: 390px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .entry-zoom-shootingservice .zoom-shootingservice-feature {
    padding: 79px 0 31px;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-feature h2 {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .06em;
    color: #2F7DD5;
    text-align: center;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-feature h3 {
    margin-bottom: 44px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 21px;
    text-align: center;
  }

  .entry-zoom-shootingservice .feature_box h4 {
    margin: 0 auto 11px;
    font-size: 20px;
    font-weight: 800;
    color: #2F7DD5;
    letter-spacing: .06em;
  }

  .entry-zoom-shootingservice .feature_box .number {
    display: block;
    width: 96px;
    height: 52px;
    margin: 0 0 25px;
    padding-top: 9px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    background: #2F7DD5;
    border-radius: 10px 10px 0 10px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .08);
  }

  .entry-zoom-shootingservice .feature_box .count {
    display: block;
    font-size: 24px;
  }

  .entry-zoom-shootingservice .feature_box li {
    display: block;
    max-width: 100%;
    margin: 0 auto 58px;
  }

  .entry-zoom-shootingservice .feature_box li:last-of-type {
    margin: 0 auto 49px;
  }

  .entry-zoom-shootingservice .feature_box .txt_box {
    width: 78.9333%;
    max-width: 78.9333%;
    margin: 0 auto;
  }

  .entry-zoom-shootingservice .feature_box .lead {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 27px;
    font-size: 14px;
    line-height: 28px;
  }

  .entry-zoom-shootingservice .feature_box li:nth-of-type(odd) .txt_box {
    order: 2;
    right: 0;
    width: 78.9333%;
    max-width: 78.9333%;
    margin: 0 auto;
  }

  .entry-zoom-shootingservice .feature_box li .txt_box {
    width: 78.9333%;
    max-width: 78.9333%;
    margin: 0 auto;
  }

  .entry-zoom-shootingservice .feature_box li .lead,
  .entry-zoom-shootingservice .feature_box li:nth-of-type(odd) .lead {
    max-width: 100%;
  }

  .entry-zoom-shootingservice .feature_box li {
    max-width: 100%;
  }

  .entry-zoom-shootingservice .feature_box li .img_box {
    width: 78.9333%;
    max-width: 78.9333%;
    min-width: 78.9333%;
    margin: 0 auto;
  }

  .entry-zoom-shootingservice .feature_box li .img_box img {
    margin: 0 auto;
  }

  .entry-zoom-shootingservice .feature_box li.feature_02 .img_box {
    width: 78.9333%;
    max-width: 78.9333%;
    margin: 0 auto;
  }

  .entry-zoom-shootingservice .feature_box li.feature_03 .img_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  .entry-zoom-shootingservice .zoom-shootingservice-feature h3 {
    width: 85%;
  }

  .entry-zoom-shootingservice .feature_box li .txt_box,
  .entry-zoom-shootingservice .feature_box li:nth-of-type(odd) .txt_box {
    width: 88%;
    max-width: 88%;
  }

  .entry-zoom-shootingservice .feature_box li {
    margin: 0 auto 80px;
  }

  .entry-zoom-shootingservice .feature_box li:nth-of-type(2) {
    margin: 0 auto 80px;
  }

  .entry-zoom-shootingservice .feature_box li:nth-of-type(3) {
    margin: 0 auto 80px;
  }

  .entry-zoom-shootingservice .feature_box li:last-of-type {
    margin: 0 auto 80px;
  }
}

/* -----------------------------------
  .entry-zoom-shootingservice .zoom-shootingservice-flow
--------------------------------------*/
.zoom-shootingservice-flow {
  padding: 70px 0 76px;
  background: url(img/bg_zoom-shootingservice-flow.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.zoom-shootingservice-flow h2 {
  margin-bottom: 63px;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: .06em;
  color: #fff;
}

.zoom-shootingservice-flow .flow_box ul {
  display: flex;
  justify-content: space-between;
  max-width: 1091px;
  margin: 0 auto;
}

.zoom-shootingservice-flow .flow_box ul li {
  position: relative;
  flex-basis: 260px;
  display: flex;
  flex-direction: column;
  min-height: 240px;
  margin-right: 16px;
  padding: 20px 0 6px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .16);
}

.zoom-shootingservice-flow .flow_box ul li:last-of-type {
  margin-right: 0;
}

.zoom-shootingservice-flow .flow_box .number {
  position: absolute;
  top: 12px;
  left: 18px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #fff;
  background: #2F7DD5;
  border-radius: 50%;
}

.zoom-shootingservice-flow .flow_box ul li.flow_01 .img_box {
  width: 136px;
  height: 137px;
  margin: 2px auto 24px;
}

.zoom-shootingservice-flow .flow_box ul li.flow_02 .img_box {
  width: 151px;
  height: 133px;
  margin: 0 0 13px 65px;
}

.zoom-shootingservice-flow .flow_box ul li.flow_03 .img_box {
  width: 182px;
  height: 124px;
  margin: 7px auto 15px;
}

.zoom-shootingservice-flow .flow_box ul li.flow_04 .img_box {
  width: 98px;
  height: 122px;
  margin: 19px auto 26px;
}

.zoom-shootingservice-flow .flow_box ul .txt {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 26px;
  letter-spacing: .02px;
  color: #2F7DD5;
}

.zoom-shootingservice-flow .flow_box ul li.flow_01 .txt {
  width: 162px;
}

.zoom-shootingservice-flow .flow_box ul li.flow_02 .txt {
  width: 212px;
}

.zoom-shootingservice-flow .flow_box ul li.flow_03 .txt {
  width: 242px;
}

.zoom-shootingservice-flow .flow_box ul li.flow_04 .txt {
  width: 146px;
}

@media screen and (max-width: 768px) {
  .zoom-shootingservice-flow {
    padding: 70px 0 70px;
    background: url(img/bg_zoom-shootingservice-flow.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }

  .zoom-shootingservice-flow h2 {
    margin-bottom: 63px;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: .06em;
    color: #fff;
  }

  .zoom-shootingservice-flow .flow_box ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
  }

  .zoom-shootingservice-flow .flow_box ul li {
    position: relative;
    flex-basis: 79%;
    display: flex;
    flex-direction: column;
    min-height: auto;
    margin: 0 auto 20px;
    padding: 20px 0 30px;
    text-align: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .16);
  }

  .zoom-shootingservice-flow .flow_box ul li:last-of-type {
    margin-right: auto;
  }

  .zoom-shootingservice-flow .flow_box ul li.flow_02 .img_box {
    margin: 0 auto 13px;
  }
}

/* -----------------------------------
  .entry-zoom-shootingservice .zoom-shootingservice-webinar
--------------------------------------*/
.entry-zoom-shootingservice .zoom-shootingservice-webinar {
  padding: 72px 0 52px;
  background: #EFF6F7;
}

.entry-zoom-shootingservice .zoom-shootingservice-webinar h2 {
  margin-bottom: 59px;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 66px;
  letter-spacing: .06em;
  color: #000;
}

.entry-zoom-shootingservice .zoom-shootingservice-webinar h2 .small {
  font-size: 32px;
}

.entry-zoom-shootingservice .zoom-shootingservice-webinar h2 .blue {
  font-size: 42px;
}

/* .zoom-shootingservice-webinar .webinar_box */
.zoom-shootingservice-webinar .webinar_box {
  margin-bottom: 10px;
}

.zoom-shootingservice-webinar .webinar_box h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: .06em;
  color: #2F7DD5;
}

.zoom-shootingservice-webinar .webinar_box ul {
  max-width: 1117px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.zoom-shootingservice-webinar .webinar_box li {
  flex-basis: 353px;
  margin-right: 29px;
}

.zoom-shootingservice-webinar .webinar_box li:last-of-type {
  margin-right: 0;
}

.zoom-shootingservice-webinar .webinar_box li .img_box {
  margin-bottom: 20px;
  height: 199px;
}

.zoom-shootingservice-webinar .webinar_box li .txt {
  font-size: 15px;
  line-height: 26px;
  width: 307px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .entry-zoom-shootingservice .zoom-shootingservice-webinar {
    padding: 72px 0 52px;
    background: #EFF6F7;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-webinar h2 {
    margin-bottom: 59px;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: .06em;
    color: #000;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-webinar h2 .small {
    font-size: 22px;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-webinar h2 .blue {
    font-size: 32px;
  }

  /* .zoom-shootingservice-webinar .webinar_box */
  .zoom-shootingservice-webinar .webinar_box {
    width: 90%;
    margin: 0 auto 10px;
  }

  .zoom-shootingservice-webinar .webinar_box h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: .06em;
    color: #2F7DD5;
  }

  .zoom-shootingservice-webinar .webinar_box ul {
    width: 100%;
    margin: 0 auto;
    display: block;
  }

  .zoom-shootingservice-webinar .webinar_box li {
    margin-right: 0;
    margin-bottom: 60px;
  }

  .zoom-shootingservice-webinar .webinar_box li .img_box {
    max-width: 480px;
    margin: 0 auto 20px;
    height: auto;
    text-align: center;
  }

  .zoom-shootingservice-webinar .webinar_box li .txt {
    font-size: 15px;
    line-height: 26px;
    width: 307px;
    margin: 0 auto;
  }
}

/* -----------------------------------
  .entry-zoom-shootingservice .zoom-shootingservice-plan
--------------------------------------*/
.entry-zoom-shootingservice .zoom-shootingservice-plan {
  padding: 0 0 31px;
  background: url(img/shootingservice-plan_bg.jpg) no-repeat;
}

.entry-zoom-shootingservice .zoom-shootingservice-plan h2 {
  margin-bottom: 57px;
  padding: 104px 0 62px;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  line-height: 64px;
  letter-spacing: .06em;
  color: #2F7DD5;
  background: #fff;
}

.entry-zoom-shootingservice .zoom-shootingservice-plan h2 .small {
  margin-bottom: 12px;
  font-size: 32px;
  color: #000;
}

.entry-zoom-shootingservice .zoom-shootingservice-plan h3 {
  margin-bottom: 22px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .06em;
  color: #fff;
}

.zoom-shootingservice-plan .inner .txt {
  display: block;
  width: 1089px;
  margin: 0 auto 10px;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

/* .zoom-shootingservice-plan .plan_box_01 */
.zoom-shootingservice-plan .plan_box_01 {
  padding: 0 0 17px;
}

.zoom-shootingservice-plan .plan_box_01 .note {
  width: 100%;
  max-width: 1015px;
  margin: 1.5em auto 0;
  font-size: 12px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .zoom-shootingservice-plan .plan_box_01 .note {
    width: 100%;
    max-width: 100%;
    margin: 1.5em auto 0;
    font-size: 11px;
    text-align: left;
  }
}

/* .zoom-shootingservice-plan .plan_box_02 */
.zoom-shootingservice-plan .plan_box_02 {
  padding: 20px 0 15px;
}

/* .zoom-shootingservice-plan .plan_style */
.zoom-shootingservice-plan .plan_style {
  width: 100%;
  max-width: 1089px;
  margin: 0 auto;
  padding: 34px 0 30px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .16);
}

.zoom-shootingservice-plan .plan_style table {
  width: 100%;
  max-width: 1015px;
  margin: 0 auto;
  border-bottom: 3px solid #000;
}

@media screen and (max-width: 1140px) {

  .zoom-shootingservice-plan .plan_style,
  .zoom-shootingservice-plan .plan_style table {
    width: 98%;
  }
}

.zoom-shootingservice-plan .plan_style thead th {
  height: 88px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #2F7DD5;
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
}

.zoom-shootingservice-plan .plan_style thead th:first-of-type {
  border-right: 3px solid #000;
}

.zoom-shootingservice-plan .plan_style thead .big {
  font-size: 48px;
  font-weight: bold;
}

.zoom-shootingservice-plan .plan_style tbody th {
  width: 148px;
  height: 85px;
  font-size: 16px;
  line-height: 20px;
  border-right: 3px solid #000;
  border-bottom: 1px solid #000;
}

.zoom-shootingservice-plan .plan_style tbody th .small {
  font-size: 12px;
}

.zoom-shootingservice-plan .plan_style tbody td {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #666666;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.zoom-shootingservice-plan .plan_style tbody td .small {
  font-size: 16px;
}

.zoom-shootingservice-plan .plan_style tbody tr:last-of-type>* {
  border-bottom: 0;
  color: #2F7DD5;
}

.zoom-shootingservice-plan .plan_style tbody tr:last-of-type td {
  font-size: 44px;
}

.zoom-shootingservice-plan .plan_style tbody tr:last-of-type td .small {
  font-size: 20px;
}

.zoom-shootingservice-plan .plan_style thead tr th:last-of-type,
.zoom-shootingservice-plan .plan_style tbody tr td:last-of-type {
  border-right: 0;
}

/* .plan_style.plan_02 */
.zoom-shootingservice-plan .plan_style.plan_02 thead th {
  height: 72px;
  border-bottom: 1px solid #000;
}

.zoom-shootingservice-plan .plan_style.plan_02 thead th:first-of-type {
  border-right: 1px solid #000;
}

.zoom-shootingservice-plan .plan_style.plan_02 tbody th {
  height: 72px;
  border-right: 1px solid #000;
}

.zoom-shootingservice-plan .plan_style.plan_02 tbody td {
  font-size: 34px;
}

.zoom-shootingservice-plan .plan_style.plan_02 tbody .small {
  font-size: 20px;
}

.zoom-shootingservice-plan .plan_style.plan_02 tbody tr:last-of-type>* {
  color: #000;
  border-bottom: 1px solid #000;
}

.zoom-shootingservice-plan .plan_style.plan_02 tbody tr:last-of-type td {
  font-size: 34px;
  color: #666666;
}

@media screen and (max-width: 768px) {
  .entry-zoom-shootingservice .zoom-shootingservice-plan {
    padding: 0 0 10px;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-plan h2 {
    margin-bottom: 42px;
    padding: 40px 0;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
    letter-spacing: .06em;
    color: #2F7DD5;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-plan h2 .small {
    margin-bottom: 12px;
    font-size: 22px;
    color: #000;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-plan h3 {
    margin-bottom: 23px;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    line-height: 38px;
    letter-spacing: .06em;
    color: #fff;
  }

  .zoom-shootingservice-plan .inner .txt {
    display: block;
    width: 98%;
    margin: 0 auto 20px;
    text-align: right;
    font-size: 13px;
  }

  .zoom-shootingservice-plan .plan_style {
    width: 85%;
    padding: 5% 5%;
    overflow-x: auto;
    white-space: nowrap;
    border-radius: 20px;
  }

  .zoom-shootingservice-plan .plan_style table th,
  .zoom-shootingservice-plan .plan_style table td {
    padding: 0 15px;
  }

  .zoom-shootingservice-plan .plan_style thead th {
    font-size: 18px;
    font-weight: 900;
  }

  .zoom-shootingservice-plan .plan_style thead .big {
    font-size: 38px;
  }

  .zoom-shootingservice-plan .plan_style tbody td {
    font-size: 28px;
  }

  .zoom-shootingservice-plan .plan_style tbody td .small {
    font-size: 14px;
  }

  .zoom-shootingservice-plan .plan_style tbody tr:last-of-type td {
    font-size: 28px;
  }

  .zoom-shootingservice-plan .plan_style tbody tr:last-of-type td .small {
    font-size: 14px;
  }

  /* .zoom-shootingservice-plan .plan_box_01 */
  .zoom-shootingservice-plan .plan_box_01 {
    padding: 30px 0;
  }

  /* .zoom-shootingservice-plan .plan_box_02 */
  .zoom-shootingservice-plan .plan_box_02 {
    padding: 20px 0;
  }
}


@media screen and (max-width: 320px) {
  .zoom-shootingservice-plan .inner .txt {
    width: 88%;
    margin: 16px 10px 0 auto;
  }
}

/* -----------------------------------
  .entry-zoom-shootingservice .zoom-shootingservice-faq
--------------------------------------*/
.entry-zoom-shootingservice .zoom-shootingservice-faq {
  margin-bottom: 75px;
  padding: 96px 0 84px;
  background: #fff;
}

.entry-zoom-shootingservice .zoom-shootingservice-faq h2 {
  margin-bottom: 67px;
  text-align: center;
  color: #2F7DD5;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: .06em;
}

/* .zoom-shootingservice-faq .faq_wrap */
.zoom-shootingservice-faq .faq_wrap {
  max-width: 904px;
  margin: 0 auto;
  border-top: 1px solid #000;
}

.zoom-shootingservice-faq .faq_wrap .faq_box {
  border-bottom: 1px solid #000;
}

.zoom-shootingservice-faq .faq_box .slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .25s;
  cursor: pointer;
}

.zoom-shootingservice-faq .faq_box .slide .img_box {
  line-height: 1;
  flex-shrink: 0;
  margin: auto 16px auto;
}

.zoom-shootingservice-faq .faq_box .slide:hover {
  transform: translateY(-4px);
}

.zoom-shootingservice-faq .faq_box .btn_slide {
  width: 29px;
  height: 28px;
  transition: .25s;
}

.zoom-shootingservice-faq .faq_box .btn_slide.tilt {
  transform: rotate(45deg);
}

.zoom-shootingservice-faq .faq_box .question {
  padding: 14px 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 63px;
  color: #F5B12A;
}

.zoom-shootingservice-faq .faq_box .answer {
  display: none;
  max-width: 827px;
  margin: -4px 0 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #1B9ADC;
}

.zoom-shootingservice-faq .faq_box:first-of-type .answer {
  display: block;
}

@media screen and (max-width: 768px) {
  .entry-zoom-shootingservice .zoom-shootingservice-faq {
    width: 90%;
    margin-bottom: 10px;
    padding: 76px 0;
    background: #fff;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-faq h2 {
    margin-bottom: 40px;
    text-align: center;
    color: #F5B12A;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: .06em;
  }

  /* .zoom-shootingservice-faq .faq_wrap */
  .zoom-shootingservice-faq .faq_wrap {
    max-width: 100%;
    margin: 0 auto;
    border-top: 1px solid #000;
  }

  .zoom-shootingservice-faq .faq_wrap .faq_box {
    border-bottom: 1px solid #000;
  }

  .zoom-shootingservice-faq .faq_box .slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .25s;
    cursor: pointer;
  }

  .zoom-shootingservice-faq .faq_box .slide .img_box {
    line-height: 1;
    flex-basis: 21px;
    flex-shrink: 0;
    margin: 16px 0;
  }

  .zoom-shootingservice-faq .faq_box .slide:hover {
    transform: translateY(-4px);
  }

  .zoom-shootingservice-faq .faq_box .btn_slide {
    width: 21px;
    height: 20px;
    transition: .25s;
  }

  .zoom-shootingservice-faq .faq_box .btn_slide.tilt {
    transform: rotate(45deg);
  }

  .zoom-shootingservice-faq .faq_box .question {
    padding: 14px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #F5B12A;
  }

  .zoom-shootingservice-faq .faq_box .answer {
    display: none;
    max-width: 827px;
    margin: -4px 0 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #1B9ADC;
  }

  .zoom-shootingservice-faq .faq_box:first-of-type .answer {
    display: block;
  }
}

/* -----------------------------------
  .entry-zoom-shootingservice .zoom-shootingservice-column
--------------------------------------*/
.zoom-shootingservice-column {
  margin-bottom: 75px;
  padding: 120px 0 73px;
}

.zoom-shootingservice-column h2 {
  margin-bottom: 18px;
  text-align: center;
  color: #2F7DD5;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: .06em;
}

.zoom-shootingservice-column .lead {
  margin-bottom: 57px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .06em;
}

.entry-zoom-shootingservice .zoom-shootingservice-column a {
  display: block;
  height: 100%;
  color: #000;
  transition: .25s;
}

.entry-zoom-shootingservice .zoom-shootingservice-column a:hover {
  color: #000;
  text-decoration: none;
  opacity: .7;
}

.zoom-shootingservice-column .column_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1066px;
  margin: 0 auto;
}

.zoom-shootingservice-column .column_wrap li {
  flex-basis: 330px;
  height: 390px;
  margin-right: 38px;
  margin-bottom: 45px;
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .06);
}

.zoom-shootingservice-column .column_wrap li:nth-child(3n) {
  margin-right: 0;
}

.zoom-shootingservice-column .column_wrap li a {
  display: flex;
  flex-direction: column;
}

.zoom-shootingservice-column .column_wrap li .txt_box {
  display: flex;
  flex-direction: column;
  padding: 19px 30px 0 30px;
}

.zoom-shootingservice-column .column_wrap li .img_box {
  height: 194px;
}

.zoom-shootingservice-column .column_wrap li .date {
  margin-bottom: 5px;
  font-size: 14px;
  color: #888;
}

.zoom-shootingservice-column .column_wrap li .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .06em;
}

.zoom-shootingservice-column .column_wrap li .txtlink {
  display: block;
  margin: auto 0 0 0;
  padding: 10px 25px 24px;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
}

.zoom-shootingservice-column .column_wrap li .txtlink::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-left: 7px;
  margin-bottom: -1px;
  background: url(img/ico_right_arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .zoom-shootingservice-column {
    width: 90%;
    margin-bottom: 10px;
    padding: 72px 0 52px;
  }

  .zoom-shootingservice-column h2 {
    font-size: 22px;
    font-weight: 800;
    line-height: 36px;
  }

  .zoom-shootingservice-column .lead {
    width: 96%;
    margin: 0 auto 40px;
    font-size: 15px;
    line-height: 26px;
  }

  .zoom-shootingservice-column .column_wrap ul {
    width: 94%;
    justify-content: space-between;
  }

  .zoom-shootingservice-column .column_wrap li {
    flex-basis: 48.5%;
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .zoom-shootingservice-column .column_wrap li .img_box {
    height: auto;
    max-height: 201px;
    min-height: 82px;
  }

  .zoom-shootingservice-column .column_wrap li .txt_box {
    padding: 10px 10px 0 10px;
  }

  .zoom-shootingservice-column .column_wrap li .title {
    font-size: 15px;
    line-height: 26px;
  }

  .zoom-shootingservice-column .column_wrap li .txtlink {
    padding: 10px;
  }
}

/* -----------------------------------
  .entry-zoom-shootingservice .zoom-shootingservice-contact_form
--------------------------------------*/
.entry-zoom-shootingservice .zoom-shootingservice-contact_form {
  padding: 128px 0 50px;
  background: #F5F5F5;
}

.entry-zoom-shootingservice .zoom-shootingservice-contact_form h2 {
  margin-bottom: 89px;
  color: #F5B12A;
  font-size: 43px;
  font-weight: 800;
  line-height: 46px;
  letter-spacing: .06em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .entry-zoom-shootingservice .zoom-shootingservice-contact_form {
    padding: 40px 0;
    background: #F5F5F5;
  }

  .entry-zoom-shootingservice .zoom-shootingservice-contact_form h2 {
    margin-bottom: 30px;
    color: #F5B12A;
    font-size: 22px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: .06em;
    text-align: center;
  }
}

/* .entry-zoom-shootingservice .contact_form */
.content-zoom-shootingservice ol li {
  margin: 0;
}

.content-zoom-shootingservice blockquote {
  position: relative;
  padding: 0;
  margin: 0;
}

.content-zoom-shootingservice blockquote:before,
.content-zoom-shootingservice blockquote:after {
  display: block;
  font-size: 25px
}

.content-zoom-shootingservice blockquote:before {
  margin: 0;
}

.content-zoom-shootingservice blockquote:after {
  margin: 0;
  text-align: left;
}

.content-zoom-shootingservice blockquote p {
  padding: 0;
}

.content-zoom-shootingservice pre {
  padding: 0;
  margin-bottom: 0;
  line-height: unset;
  font-size: inherit;
  overflow: auto;
}

.content-zoom-shootingservice address {
  padding: 0;
  margin-bottom: 0;
  border-left-style: unset;
  border-left-width: 0
}

.content-zoom-shootingservice table,
.content-zoom-shootingservice dl {
  margin-bottom: 0;
}

.content-zoom-shootingservice dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 796px;
  margin: 0 auto 57px;
  border-top: 0;
}

.content-zoom-shootingservice dl.ai-fs {
  align-items: flex-start;
}

.content-zoom-shootingservice dt,
.content-zoom-shootingservice dd {
  padding: 0;
  border: 0;
  border-top: 0;
  min-height: 64px;
  font-size: 16px;
  line-height: 28px;
  background: transparent;
}

.content-zoom-shootingservice dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 237px;
  text-align: right;
  font-weight: normal;
}

.content-zoom-shootingservice dd {
  flex-basis: 522px;
}

.content-zoom-shootingservice .required {
  width: 57px;
  height: 30px;
  margin-left: 36px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  background: #D60F15;
}

.content-zoom-shootingservice .any {
  width: 57px;
  height: 30px;
  margin-left: 36px;
  font-size: 16px;
  font-weight: 900;
  color: #555555;
  text-align: center;
  background: transparent;
  outline: 3px solid #555555;
  outline-offset: -3px;
}

.content-zoom-shootingservice .label {
  line-height: auto !important;
  font-size: inherit;
  padding: 0 12px;
  margin: 10px 6px 10px 0;
  font-weight: 900;
  border-radius: 0;
}

.content-zoom-shootingservice .label+span {
  position: relative;
  top: 2px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1
}

.content-zoom-shootingservice .wpcf7-form textarea,
.content-zoom-shootingservice .wpcf7-form input[type="text"],
.content-zoom-shootingservice .wpcf7-form input[type="password"],
.content-zoom-shootingservice .wpcf7-form input[type="datetime"],
.content-zoom-shootingservice .wpcf7-form input[type="datetime-local"],
.content-zoom-shootingservice .wpcf7-form input[type="date"],
.content-zoom-shootingservice .wpcf7-form input[type="month"],
.content-zoom-shootingservice .wpcf7-form input[type="time"],
.content-zoom-shootingservice .wpcf7-form input[type="week"],
.content-zoom-shootingservice .wpcf7-form input[type="number"],
.content-zoom-shootingservice .wpcf7-form input[type="email"],
.content-zoom-shootingservice .wpcf7-form input[type="url"],
.content-zoom-shootingservice .wpcf7-form input[type="search"],
.content-zoom-shootingservice .wpcf7-form input[type="tel"],
.content-zoom-shootingservice .wpcf7-form input[type="color"],
.content-zoom-shootingservice .wpcf7-form input[type="submit"],
.content-zoom-shootingservice .wpcf7-form .uneditable-input {
  padding: 20px 22.5px;
  margin: 0;
  border: 0;
  border-color: transparent;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: inherit;
  line-height: inherit;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
}

.content-zoom-shootingservice textarea {
  height: 200px;
}

.content-zoom-shootingservice input:focus,
.content-zoom-shootingservice select:focus,
.content-zoom-shootingservice textarea:focus {
  outline: 0
}

.content-zoom-shootingservice .wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  margin: 0;
}

.content-zoom-shootingservice .wpcf7-form .wpcf7-list-item {
  display: block;
  margin: 0;
  padding: 20px 22.5px;
  text-align: left;
}

.content-zoom-shootingservice .dl-checkbox .wpcf7-list-item {
  padding: 20px 0;
}

.content-zoom-shootingservice .wpcf7-form input::placeholder,
.content-zoom-shootingservice .wpcf7-form textarea::placeholder {
  color: #AAAAAA;
}

.content-zoom-shootingservice .wpcf7-form input.wpcf7-submit {
  width: 100%;
  height: 100%;
  padding: 10px 39px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  background: url(img/btn_bg_01.jpg) no-repeat;
  border-radius: 80px;
}

.content-zoom-shootingservice .submit_btn {
  position: relative;
  width: 436px;
  height: 89px;
  margin: 0 auto;
  padding: 20px 0;
}

.content-zoom-shootingservice .submit_btn::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 39px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 19px;
  z-index: 9;
  background: url(img/right_arrow.svg) no-repeat;
  background-size: contain;
}

.content-zoom-shootingservice input[type="checkbox"],
.content-zoom-shootingservice input[type="radio"] {
  position: relative;
  margin-right: 9px;
  border: 0;
  border-radius: 0;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background-color: unset;
  border: 3px solid #D60F15;
}

.content-zoom-shootingservice input[type="checkbox"]:checked:before,
.content-zoom-shootingservice input[type="checkbox"]:checked:after,
.content-zoom-shootingservice input[type="radio"]:checked:before,
.content-zoom-shootingservice input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  content: "";
  background-color: #D60F15;
}

.content-zoom-shootingservice input[type="checkbox"]:checked:before {
  left: 0;
  top: 10px;
  width: 7px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  color: #D60F15;
}

.content-zoom-shootingservice input[type="checkbox"]:checked:after {
  left: 6px;
  top: 11px;
  width: 12px;
  height: 3px;
  -webkit-transform: rotate(-53deg);
  -moz-transform: rotate(-53deg);
  -ms-transform: rotate(-53deg);
  -o-transform: rotate(-53deg);
  transform: rotate(-53deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  color: #D60F15;
}

.content-zoom-shootingservice input[type="radio"] {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}

.content-zoom-shootingservice input[type="radio"]:checked:before {
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}

.content-zoom-shootingservice input[type="radio"]:checked:after {
  display: none;
  width: 0;
  height: 0
}

.content-zoom-shootingservice select {
  width: 100%;
  padding: 20px 22.5px;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
}

.content-zoom-shootingservice select:hover {
  background-color: #fff;
}

.content-zoom-shootingservice select option {
  color: #000;
}

.content-zoom-shootingservice .dl-select dd::after {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 9;
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url(img/select_ico.svg) no-repeat;
  background-size: cover;
}

.content-zoom-shootingservice div.wpcf7-mail-sent-ok {
  max-width: 796px;
  margin: 40px auto 0;
  padding: 10px;
  text-align: center;
}

.content-zoom-shootingservice div.wpcf7-validation-errors,
.content-zoom-shootingservice div.wpcf7-acceptance-missing {
  max-width: 796px;
  margin: 40px auto 0;
  padding: 10px;
  text-align: center;
  border: 2px solid #dd3333;
}

@media screen and (max-width: 768px) {
  .content-zoom-shootingservice dl {
    display: block;
    width: 91%;
    max-width: 682px;
    margin: 0 auto 27px;
    border-top: 0;
  }

  .content-zoom-shootingservice dl.ai-fs {
    align-items: flex-start;
  }

  .content-zoom-shootingservice dt,
  .content-zoom-shootingservice dd {
    padding: 0;
    border: 0;
    border-top: 0;
    font-size: 12px;
    line-height: 18px;
    background: transparent;
  }

  .content-zoom-shootingservice dt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-basis: 100%;
    margin-bottom: 6px;
    text-align: left;
  }

  .content-zoom-shootingservice dd {
    position: relative;
    flex-basis: 100%;
  }

  .content-zoom-shootingservice .required {
    width: 42px;
    height: 22px;
    margin-left: 12px;
    font-size: 12px;
    font-weight: 900;
    line-height: 21px;
    color: #fff;
    text-align: center;
    background: #D60F15;
  }

  .content-zoom-shootingservice .any {
    width: 42px;
    height: 22px;
    margin-left: 12px;
    font-size: 12px;
    font-weight: 900;
    line-height: 21px;
    color: #555555;
    text-align: center;
    background: transparent;
    outline: 2px solid #555555;
    outline-offset: -2px;
  }

  .content-zoom-shootingservice .wpcf7-form textarea,
  .content-zoom-shootingservice .wpcf7-form input[type="text"],
  .content-zoom-shootingservice .wpcf7-form input[type="password"],
  .content-zoom-shootingservice .wpcf7-form input[type="datetime"],
  .content-zoom-shootingservice .wpcf7-form input[type="datetime-local"],
  .content-zoom-shootingservice .wpcf7-form input[type="date"],
  .content-zoom-shootingservice .wpcf7-form input[type="month"],
  .content-zoom-shootingservice .wpcf7-form input[type="time"],
  .content-zoom-shootingservice .wpcf7-form input[type="week"],
  .content-zoom-shootingservice .wpcf7-form input[type="number"],
  .content-zoom-shootingservice .wpcf7-form input[type="email"],
  .content-zoom-shootingservice .wpcf7-form input[type="url"],
  .content-zoom-shootingservice .wpcf7-form input[type="search"],
  .content-zoom-shootingservice .wpcf7-form input[type="tel"],
  .content-zoom-shootingservice .wpcf7-form input[type="color"],
  .content-zoom-shootingservice .wpcf7-form input[type="submit"],
  .content-zoom-shootingservice .wpcf7-form .uneditable-input {
    padding: 1.5em 1em;
  }

  .content-zoom-shootingservice .dl-checkbox {
    margin-bottom: 5px;
  }

  .content-zoom-shootingservice .dl-checkbox dt {
    margin-bottom: 0;
  }

  .content-zoom-shootingservice .dl-checkbox .wpcf7-list-item {
    padding: 0;
  }

  .content-zoom-shootingservice .submit_btn {
    position: relative;
    width: 90%;
    max-width: 500px;
    height: 70px;
    padding: 20px 0;
  }

  .content-zoom-shootingservice .wpcf7-form input.wpcf7-submit {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px 39px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    background: url(img/btn_bg_01.jpg) no-repeat;
    border-radius: 80px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
  }

  .content-zoom-shootingservice .submit_btn::after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 30px;
    content: "";
    display: inline-block;
    width: 23px;
    height: 15px;
    z-index: 9;
    background: url(img/right_arrow.svg) no-repeat;
    background-size: contain;
  }

  .content-zoom-shootingservice select {
    width: 100%;
    padding: 14px;
    margin: 0;
    line-height: inherit;
    font-size: inherit;
    font-weight: normal;
    cursor: pointer;
    background-color: #fff;
    border: 0;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  }

  .content-zoom-shootingservice select:hover {
    background-color: #fff;
  }

  .content-zoom-shootingservice .dl-select dd::after {
    position: absolute;
    right: 17px;
    z-index: 9;
    content: "";
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(img/select_ico.svg) no-repeat;
    background-size: cover;
  }

  .content-zoom-shootingservice div.wpcf7-mail-sent-ok {
    width: 90%;
    max-width: 682px;
    margin: 20px auto 0;
    padding: 10px;
    text-align: center;
  }

  .content-zoom-shootingservice div.wpcf7-validation-errors,
  .content-zoom-shootingservice div.wpcf7-acceptance-missing {
    width: 90%;
    max-width: 682px;
    margin: 20px auto 0;
    padding: 10px;
    text-align: center;
    border: 2px solid #dd3333;
  }
}

/* ========================================
   guide section height fix
======================================== */

.page-zoom-shootingservice .zoom-shootingservice-guide::before,
.page-zoom-shootingservice .zoom-shootingservice-guide::after {
  content: "";
  display: table;
}

.page-zoom-shootingservice .zoom-shootingservice-guide::after {
  clear: both;
}

.page-zoom-shootingservice .zoom-shootingservice-guide {
  display: flow-root;
}

/* ========================================
   FV point circle fix
======================================== */

.page-zoom-shootingservice .zoom-shootingservice-fv li.scroll-fade-down {
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 50%;
  flex-shrink: 0;
}
/* ========================================
   feature spacing fix
======================================== */

.page.zoom-shootingservice
.entry-zoom-shootingservice
.zoom-shootingservice-feature {
    padding: 60px 0 50px;
}

.page.zoom-shootingservice
.entry-zoom-shootingservice
.zoom-shootingservice-feature h2 {
    margin-bottom: 27px;
}

.page.zoom-shootingservice
.entry-zoom-shootingservice
.zoom-shootingservice-feature h3 {
    margin-bottom: 75px;
}

.page.zoom-shootingservice
.entry-zoom-shootingservice
.feature_box li {
    display: flex;
    justify-content: space-between;
    max-width: 1076px;
    margin: 0 auto 137px;
    gap: 0 2%;
}

.page.zoom-shootingservice
.entry-zoom-shootingservice
.feature_box .number {
    margin: -3px 0 42px;
}

.page.zoom-shootingservice
.entry-zoom-shootingservice
.feature_box h4 {
    margin-bottom: 32px;
}

/* FV circle */
.page.zoom-shootingservice
.zoom-shootingservice-top .point_box li {
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 50%;
}

/* ========================================
   webinar layout fix
======================================== */

.page.zoom-shootingservice
.zoom-shootingservice-webinar .webinar_box ul {
    max-width: 1117px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.page.zoom-shootingservice
.zoom-shootingservice-webinar .webinar_box li {
    flex: 0 0 353px;
    margin-right: 29px;
}

.page.zoom-shootingservice
.zoom-shootingservice-webinar .webinar_box li:last-of-type {
    margin-right: 0;
}


/* ========================================
   column spacing/layout fix
======================================== */

.page.zoom-shootingservice
.zoom-shootingservice-column {
    margin-bottom: 75px;
    padding: 120px 0 73px;
}

.page.zoom-shootingservice
.zoom-shootingservice-column h2 {
    margin-bottom: 18px;
}

.page.zoom-shootingservice
.zoom-shootingservice-column .lead {
    margin-bottom: 57px;
}

.page.zoom-shootingservice
.zoom-shootingservice-column .column_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 1066px;
    margin: 0 auto;
}

.page.zoom-shootingservice
.zoom-shootingservice-column .column_wrap li {
    flex: 0 0 330px;
    height: 390px;
    margin-right: 38px;
    margin-bottom: 45px;
}

.page.zoom-shootingservice
.zoom-shootingservice-column .column_wrap li:nth-child(3n) {
    margin-right: 0;
}

/* ========================================
   trouble section complete fix
======================================== */

.page.zoom-shootingservice
.entry-zoom-shootingservice
.zoom-shootingservice-trouble {
    position: relative;
    padding: 64px 0 102px !important;
    background: #F7F5EF;
}

.page.zoom-shootingservice
.entry-zoom-shootingservice
.zoom-shootingservice-trouble h2 {
    margin: 0 0 64px !important;
    padding: 0 !important;
    font-size: 32px;
    font-weight: 900;
    line-height: 56px;
    text-align: center;
    letter-spacing: .06em;
}


/* cards */
.page.zoom-shootingservice
.entry-zoom-shootingservice
.thinking_box ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin: 0 0 6px !important;
    padding: 0 !important;
}

.page.zoom-shootingservice
.entry-zoom-shootingservice
.thinking_box li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: content-box !important;

    flex: 0 0 280px;
    width: 280px;
    min-height: 153px;

    margin: 0 42px 0 0 !important;
    padding: 15px !important;

    text-align: center;
    font-size: 16px;
    font-weight: 900;

    background: #fff;
    border-radius: 25px 25px 25px 0;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .08);
}

.page.zoom-shootingservice
.entry-zoom-shootingservice
.thinking_box li:last-of-type {
    margin-right: 0 !important;
}


/* card text */
.page.zoom-shootingservice
.entry-zoom-shootingservice
.thinking_box li span {
    margin: auto;
}

/* ========================================
   trouble check icon fix
======================================== */

.page.zoom-shootingservice
.entry-zoom-shootingservice
.thinking_box li::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    top: -18px;
    left: 40px;

    width: 45px;
    height: 32px;

    background-image: url("img/check_ico.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    border: 0 !important;
    box-shadow: none !important;
}

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

  .page.zoom-shootingservice
  .entry-zoom-shootingservice
  .thinking_box li::before {
      top: -27px;
      left: 45px;
      width: 41px;
      height: 33px;
  }

}

/* ========================================
   solution section spacing fix
======================================== */

.page.zoom-shootingservice
.entry-zoom-shootingservice
.zoom-shootingservice-solution {
    padding: 72px 0 11px !important;
}

.page.zoom-shootingservice
.entry-zoom-shootingservice
.zoom-shootingservice-solution h2 {
    margin: 0 0 30px !important;
    padding: 0 !important;
}

.page.zoom-shootingservice
.entry-zoom-shootingservice
.solution_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto !important;
    padding: 0 !important;
}

.page.zoom-shootingservice
.entry-zoom-shootingservice
.solution_box li {
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center;
}

.page.zoom-shootingservice
.entry-zoom-shootingservice
.solution_box li:nth-of-type(3) {
    margin: 0 auto 68px !important;
}

.page.zoom-shootingservice
.entry-zoom-shootingservice
.solution_box .img_box {
    display: block;
    width: 86%;
    height: 274px;
    margin: 0 auto !important;
    padding: 5px 0;
}

.page.zoom-shootingservice
.entry-zoom-shootingservice
.solution_box .img_box img {
    display: block;
    width: auto !important;
    max-width: 100%;
    height: 100%;
    margin: 0 auto !important;
    object-fit: contain;
}
.zoom-shootingservice-top{
  background-position: 0 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
  width: 100%;
  background-color: #fff;
}
.content-zoom-shootingservice .submit_btn{
  padding: 0;
}
.content-zoom-shootingservice .dl-checkbox .wpcf7-list-item {
  padding: 20px 0;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}
.content-zoom-shootingservice .wpcf7-form .wpcf7-list-item {
  display: block;
  margin: 0;
  padding: 20px 22.5px;
  text-align: left;
}
.content-zoom-shootingservice input[type="checkbox"], .content-zoom-shootingservice input[type="radio"] {
  position: relative;
  margin-right: 9px;
  border: 0;
  border-radius: 0;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background-color: unset;
  border: 3px solid #D60F15;
  display: inline-block;
}