@charset "utf-8";

/*================================================
* Reset
================================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
}
body {
  min-height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
main, article, aside, figcaption, figure, footer, header, nav, section {
  display: block
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  vertical-align: top;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
select::-ms-expand {
  display: none;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
label[for] {
  cursor: pointer;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
em {
  font-style: normal;
  font-weight: 700;
}
img[src$=".svg"] {
  width: 100%;
}

/*================================================
* 基本
================================================*/
html {
  font-size: 62.5%;
}
body {
  color: #202124;
  line-height: 1.5;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: underline;
  transition: color 0.3s linear, opacity 0.3s linear;
}
a:link {
  color: #006EB4;
}
a:visited {
  color: #006EB4;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
img[src*="loading.gif"] {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  margin: auto;
}
button {
  font-family: inherit;
  font-size: inherit;
  box-sizing: inherit;
  border: 0
}
button {
  cursor: pointer;
}
li {
  list-style-type: none
}
figure {
  margin: 0
}
.disc-list li {
  position: relative;
  padding-left: 1.2em;
}
.disc-list li + li {
  margin-top: .3em;
}
.disc-list.size-s li + li {
  margin-top: 0;
}
.disc-list li:before {
  content: "";
  position: absolute;
  top: .6em;
  left: .3em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #999;
}
.disc-list.size-s li:before {
  top: .6em;
  width: 3px;
  height: 3px;
}
.pc-hide,
.hide {
	display: none;
}
.w100 {
  width: 100%;
}
/* display */
@media screen and (min-width:768px) {
  .show-sp {
    display: none;
  }
}
@media screen and (min-width:600px) {
  .show-sp.hide-tb {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .show-pc {
    display: none;
  }
}
@media screen and (max-width:600px) {
  .show-pc.hide-tb {
    display: none;
  }
}
.fs10 {
  font-size: 10px !important;
}
.fs12 {
  font-size: 10px !important;
}
.fs14 {
  font-size: 12px !important;
}
.fs16 {
  font-size: 14px !important;
}
.fs21 {
  font-size: 16px !important;
}
.fs32 {
  font-size: 24px !important;
}
.fs36 {
  font-size: 28px !important;
}
.fs40 {
  font-size: 30px !important;
}
.txt-left {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}

/*================================================
* レイアウト
================================================*/
.iw-contents {
  position: relative;
}
.iw-contents img {
  vertical-align: top;
}
.iw-wrap {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 35px;
  padding-left: 35px;
}
/* pagetop */
a.pagetop {
  display: block;
  position: fixed;
  bottom: 6rem;
  right: 2rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  text-decoration: none !important;
  background-color: #074271;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
}
a.pagetop::before {
  content: "";
  position: absolute;
  top: .7rem;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.7rem;
  height: 1.7rem;
  background: #fff;
  transform: rotate(45deg);
}
a.pagetop::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.7rem;
  height: 1.7rem;
  background: #074271;
  transform: rotate(45deg);
}

/*================================================
* フッター
================================================*/
/* Global Footer */
.g-footer {
  position: relative;
  /* min-width: 1000px; */
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: #f1f2f1;
}
.g-footer a {
  color: inherit;
  text-decoration: none;
}
.g-footer .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 35px;
}
.g-footer a:hover {
  text-decoration: underline;
  opacity: 1;
}
/* l-footer__bottom */
.g-footer__bottom {
  display: flex;
}
.g-footer__logo {
  width: 152px;
  margin-right: 40px;
}
.g-footer__bottom__body {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.g-footer__nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -6px;
  gap: 8px 24px;
  font-size: 1.4rem;
}
.g-footer__nav a:not(:last-child) {
  margin-right: 1.5rem;
  position: relative;
}
.g-footer__nav a:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 17px;
  background-color: rgb(173, 173, 173);
  position: absolute;
  right: -1.5rem;
  top: 5px;
}
.g-footer__copyright {
  margin-top: 1.4rem;
  width: 100%;
  font-size: 12px;
}

/* Slick
--------------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: inline-block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #EFF6FF;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  opacity: 0.6;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0;
  cursor: default;
}
.slick-prev:before, .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-left: 2px solid #006EB4;
  border-bottom: 2px solid #006EB4;
  transform: rotate(45deg);
}
.slick-prev {
  left: -40px;
}
[dir='rtl'] .slick-prev {
  right: -40px;
  left: auto;
}
.slick-prev:before {
  content: '';
  left: 14%;
}
[dir='rtl'] .slick-prev:before {
  content: '';
}
.slick-next {
  right: -40px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -40px;
}
.slick-next:before {
  right: 14%;
  transform: rotate(-135deg);
}
[dir='rtl'] .slick-next:before {
  content: '';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: absolute;
  bottom: 108px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  background-color: #b2b2b2;
  border-radius: 100%;
}
.slick-dots li.slick-active button:before {
  background-color: #fff;
}
.iw-slider {
  overflow: hidden;
}
.iw-slide {
  width: 100%;
}
.iw-slide .award {
  background-image: url(../images/top/award_bg2.jpg);
}
.iw-slider:not(.slick-initialized) .iw-slide:not(:first-child) {
  display: none;
}

/*================================================
* MV
================================================*/
.lp-mv {
  position: relative;
  overflow: hidden;
  background: #CED5DF url("../images/lp_renew/bg_mv.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.lp-mv .iw-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.lp-mv .logo-fujifilm {
  position: absolute;
  top: 32px;
  right: 35px;
  width: 128px;
}
.lp-mv .mv-left {
  display: flex;
  flex-direction: column;
  width: 45.13%;
  padding: 61px 0 61px 10px;
}
.lp-mv .mv-right {
  display: flex;
  align-items: flex-end;
  width: 51.59%;
  margin-right: -2%;
  padding: 90px 0 60px;
}
.lp-mv .mv-right img {
  display: block;
  width: 100%;
  aspect-ratio: 1166 / 697;
}
.lp-mv .mv-label {
  margin-bottom: 1.2em;
}
.lp-mv .mv-label > span {
  display: inline-block;
  padding: 0.3em 1.5em 0.35em;
  border-radius: 0.28em;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background-color: #0E6EB4;
}
.lp-mv .mv-copy {
  display: flex;
  align-items: center;
  position: relative;
}
.lp-mv .mv-copy-list {
  font-weight: bold;
  font-size: 22px;
}
.lp-mv .mv-copy-list > li {
  position: relative;
  padding-left: 30px;
  white-space: nowrap;
}
.lp-mv .mv-copy-list > li + li {
  margin-top: 0.5em;
}
.lp-mv .mv-copy-list > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 17px;
  height: 13px;
  background: url("../images/lp_renew/icon_mv_check.svg") no-repeat 50% 50%;
  background-size: contain;
}
.mv-copy-balloon {
  position: relative;
  top: -0.5em;
  width: 123px;
  margin-left: 1em;
}
.lp-mv .mv-logo {
  max-width: 428px;
  margin-top: 58px;
  aspect-ratio: 428 / 77.7;
}
.lp-mv .mv-text {
  position: relative;
  width: 100%;
  margin-top: 2.5em;
  font-weight: bold;
  font-size: 20px;
}
.lp-mv .mv-text .badge-boxil {
  position: absolute;
  top: -50%;
  right: 1%;
  width: 27.2%;
}
/* contact-btn */
.contact-btn {
  display: block;
  position: relative;
  max-width: 390px;
  padding: 0.75em 1.6em 0.85em;
  border-radius: 0.4em;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-decoration: none !important;
  background: #d4600e;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.contact-btn.bg-white {
  color: #d4600e !important;
  background-color: #fff;
}
.contact-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.contact-btn.bg-white::before {
  border-top-color: #d4600e;
  border-right-color: #d4600e;
}
/* page-head-cta */
.page-head-cta {
  padding: 20px 0;
  background-color: #174577;
}
.page-head-cta .iw-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.page-head-cta .contact-btn {
  flex: 1;
  padding: 0.5em 2em;
  font-size: 20px;
}
.page-head-cta .contact-btn::before {
  right: 20px;
  width: 15px;
  height: 15px;
}
.page-head-cta .contact-btn .sub-text {
  display: block;
  margin-bottom: 0.1em;
  font-size: 14px;
}
/* page-insert-cta */
.page-insert-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 64px auto 0;
}
.page-insert-cta .contact-btn {
  flex: 1;
  padding: 0.5em 2em;
  font-size: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.page-insert-cta .contact-btn::before {
  right: 20px;
  width: 15px;
  height: 15px;
}
.page-insert-cta .contact-btn .sub-text {
  display: block;
  margin-bottom: 0.1em;
  font-size: 14px;
}
/* wp-appeal-block */
.wp-appeal-block {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 0 30px;
}
.wp-appeal-block .left-side {
  width: 45%;
  margin-right: 50px;
  text-align: center;
}
.wp-appeal-block .heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.wp-appeal-block .right-side {
  max-width: 470px;
  width: 55%;
}
.wp-appeal-block img {
    width: 100%;
}
.wp-appeal-block .contact-btn.bg-white{
  margin-top: 20px;
}
/* fix-bottom-contents */
.fix-bottom-contents {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 7px 0;
  color: #fff;
  background-color: rgba(7, 66, 113, 1);
  transform: translate3d(0, 146px, 0);
  transition-duration: .3s;
}
.menu-fixed .fix-bottom-contents{
  transform: translate3d(0, 0, 0);
}
.fix-bottom-contents a.contact-btn{
  display: none;
  margin-bottom: 0;
}
.menu-fixed {
  padding-bottom: 56px;
}
.fix-bottom-contents .inquiry-box {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  justify-content: center;
}
.fix-bottom-contents .inquiry-box > li:not(:last-child) {
  margin-right: 15px;
}
.fix-bottom-contents .inquiry-box .inquiry-text {
  margin-bottom: .5em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.fix-bottom-contents .bottom-inquiry-btn {
  display: inline-block;
  position: relative;
  min-width: 310px;
  padding: .4em .8em .45em;
  border-radius: 6px;
  line-height: 1.3;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  text-decoration: none !important;
  background-color: #d4600e;
  box-sizing: border-box;
}
.fix-bottom-contents .bottom-inquiry-btn.bg-white {
  background-color: #fff;
  color: #d4600e!important;
}
.fix-bottom-contents .bottom-inquiry-btn::before {
  position: absolute;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.fix-bottom-contents .bottom-inquiry-btn.bg-white::before {
  border-top: 3px solid #d4600e;
  border-right: 3px solid #d4600e;
}
.fix-bottom-contents .bottom-inquiry-btn:hover {
  background: #ef873e;
}
.fix-bottom-contents .bottom-inquiry-btn.bg-white:hover {
  background: #fff;
  color: #ef873e!important;
}
.fix-bottom-contents .bottom-inquiry-btn.bg-white:hover::before {
  border-top: 3px solid #ef873e;
  border-right: 3px solid #ef873e;
}
.fix-bottom-contents .bottom-inquiry-btn .sub-text {
  display: block;
  margin-bottom: 0.2em;
  font-size: 0.8em;
}
/* introduction-record */
.introduction-record {
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 8px;
  overflow: hidden;
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}
.introduction-record .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  width: 17.7%;
  padding: 0.3em 0.5em;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background-color: #006EB4;
}
.introduction-record .heading em {
  font-size: 1.5em;
}
.introduction-record .heading .sub-text {
  margin-top: 0.6em;
  font-size: 10px;
  font-weight: normal;
}
.introduction-record .content-box {
  width: 82.3%;
  padding: 13px 57px 13px;
}
.introduction-record .company-logos {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  margin-top: 0;
}
.introduction-record .company-logos.slick-initialized {
  overflow: visible;
}
.introduction-record .company-logos li {
  width: calc(100% / 6);
  flex-shrink: 0;
  padding: 0 5px;
  box-sizing: border-box;
}
.introduction-record .company-logos li img {
  display: block;
  max-width: 100%;
  aspect-ratio: 240 / 100;
}
.introduction-record .company-logos li img[src*="loading.gif"] {
  max-height: 52px;
}
.introduction-record .company-logos li .company-name {
  display: none;
}
.introduction-record .company-logos li .introduction-text {
  display: none;
}
.introduction-record .logos-comment {
  display: none;
}

/* lp-nav
--------------------------------------------------------------- */
.lp-nav-wrap {
  margin-bottom: 16px;
}
.lp-nav {
  position: relative;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
}
body.nav-fixed .lp-nav {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}
.lp-nav .iw-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-nav-logo {
  display: none;
  width: 200px;
  margin-right: 3em;
}
body.nav-fixed .lp-nav-logo {
  display: block;
}
.lp-nav ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.lp-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.7em 2em;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  white-space: nowrap;
}
body.nav-fixed .lp-nav ul li a {
  padding: 1.7em 1em;
}
.lp-nav ul li a > span {
  display: inline-block;
  position: relative;
  padding-right: 26px;
}
.lp-nav ul li a > span::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.3em;
  bottom: 0;
  right: 4px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #006EB4;
  border-bottom: 2px solid #006EB4;
  transform: rotate(45deg);
}

/* problem
--------------------------------------------------------------- */
.problem {
  padding: 80px 0 90px;
}
.section-title {
  margin-bottom: 1.1em;
  line-height: 1.3;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
.section-title em {
  color: #006EB4;
}
.section-title em.color-red {
  color: #EB4343;
}
.section-label {
  text-align: center;
}
.section-label > span {
  display: inline-block;
  min-width: 120px;
  margin-bottom: 1.25em;
  padding: 0.1em 1em 0.15em;
  border-radius: 0.19em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #003665;
}
.section-text {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.7;
  font-size: 16px;
  text-align: center;
}
.section-text.size-m {
  font-size: 18px;
}
.problem {
  background-color: #D6E2ED;
}
.problem-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 58px auto 0;
}
.problem-list li {
  width: calc((100% - 60px) / 3);
  padding: 0 25px;
}
.problem-list img {
  margin-bottom: 27px;
}
.problem-list .problem-list-heading {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 18px;
}
.problem-list .problem-list-text {
  font-size: 14px;
}
.problem-list .problem-list-text em {
  color: #DC2626;
}
.comment {
  margin-top: 0.5em;
  /* color: #707479; */
  font-size: 12px;
}
.problem-list .comment {
  margin-top: 0.3em;
}

/* solution
--------------------------------------------------------------- */
.solution {
  padding: 80px 0 0;
}
.solution-detail {
  position: relative;
  margin-top: 60px;
  padding: 90px 0 64px;
  background-color: #EFF6FF;
}
.solution-detail::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 55px 55px 0 55px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.solution-detail-head {
  display: flex;
  align-items: center;
  margin-bottom: 62px;
  margin-left: 63px;
}
.solution-detail-head:not(:first-child) {
  margin-top: 80px;
}
.solution-detail-head .solution-detail-head-number {
  width: 76px;
  margin-right: 36px;
}
.solution-detail-head .solution-detail-head-title {
  flex: 1;
}
.solution-detail-head .solution-detail-head-heading {
  line-height: 1.3;
  color: #0E6EB4;
  font-weight: bold;
  font-size: 34px;
}
.solution-detail-head .solution-detail-head-text {
  margin-top: 1em;
}
/* solution-detail-box */
.solution-detail-box {
  position: relative;
  margin-top: 47px;
  padding: 72px 50px 50px 60px;
  border-radius: 12px;
  border-top: 8px solid #003665;
  /* overflow: hidden; */
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}
.solution-detail-head + .solution-detail-box {
  margin-top: 0;
}
.solution-detail-box-title {
  position: absolute;
  top: -15px;
  left: 63px;
  padding: 0.5em 1.6em;
  border-radius: 0.2em 0 0.2em 0.2em;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background-color: #003665;
}
.solution-detail-box-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -7px;
  width: 0;
  height: 0;
  border-width: 3.5px;
  border-style: solid;
  border-color: transparent transparent #000 #000;
}
/* solution-detail-body */
.solution-detail-body {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.solution-detail-body-left {
  width: 49.5%;
}
.solution-detail-body-right {
  width: 47%;
}
.solution-detail-body-right .solution-img-offset {
  margin-top: -45px;
}
.solution-detail-body-title {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 24px;
}
.solution-detail-body-title.text-long {
  margin-right: -2em;
}
.solution-detail-body-title em {
  color: #0E6EB4;
}
.solution-detail-body-text {
  font-size: 14px;
}
.marker-y {
  background: linear-gradient(transparent 60%, #FFF180 60%);
}
/* solution-detail-supplement */
.solution-detail-supplement {
  margin-top: 1.8em;
  padding: 1em 1.25em;
  border-radius: 0.5em;
  background-color: #FAFAFA;
}
.solution-detail-supplement + .solution-detail-supplement {
  margin-top: 10px;
}
.solution-detail-supplement .supplement-heading {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  line-height: 1.3;
  color: #0E6EB4;
  font-weight: bold;
}
.solution-detail-supplement .supplement-heading .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.25em;
}
.solution-detail-supplement p {
  font-size: 14px;
}
.solution-detail-supplement .disc-list {
  font-size: 14px;
}
.solution-detail-body .comment {
  margin-top: 0.8em;
}

/* reason
--------------------------------------------------------------- */
.reason {
  padding: 90px 0 90px;
}
/* comparison-table */
.comparison-table {
  width: 100%;
  border-spacing: 16px 0;
  word-wrap: break-word;
}
.comparison-table tbody td {
  vertical-align: top;
}
.comparison-table tbody td p {
  font-size: 14px;
}
.comparison-table tbody td .comparison-table-heading {
  margin-bottom: 0.7em;
  line-height: 1.4;
  font-weight: bold;
  font-size: 16px;
}
.comparison-table tbody td .comparison-table-heading .sub-text {
  font-size: 13px;
}
.comparison-table-topics {
  width: 15.2%;
  text-align: left;
}
.comparison-table-topics > span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.comparison-table-topics > span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -6%;
  width: 100%;
  height: 18px;
  border-right: 2px solid #707070;
  border-bottom: 2px solid #707070;
  transform: skew(45deg);
}
.table-general-head {
  width: 28.84%;
  padding: 1.46em 1.8em;
  border: 3px solid #ccc;
  border-bottom: none;
  border-radius: 0.75em 0.75em 0 0;
  font-weight: bold;
  text-align: center;
  background-color: #ddd;
}
.table-general-body {
  padding: 1.46em 1.8em;
  border-top: 1px solid #ccc;
  border-right: 3px solid #ccc;
  border-left: 3px solid #ccc;
  background-color: #F8F8F8;
}
.comparison-table tbody tr:last-child .table-general-body {
  border-bottom: 3px solid #ccc;
  border-radius: 0 0 0.75em 0.75em;
}
.table-iw-head {
  /* width: 55.75%; */
  padding: 1.46em 1.8em;
  border: 3px solid #0E6EB4;
  border-radius: 0.75em 0.75em 0 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #0E6EB4;
}
.table-iw-body {
  border-top: 1px solid #ccc;
  border-right: 3px solid #0E6EB4;
  border-left: 3px solid #0E6EB4;
  background: linear-gradient(90deg, #EFF6FF 0%, #EFF6FF 50%, #F2FCF6 50%, #F2FCF6 100%);
}
.comparison-table tbody tr:last-child .table-iw-body {
  border-bottom: 3px solid #0E6EB4;
  border-radius: 0 0 0.75em 0.75em;
  overflow: hidden;
}
.comparison-table thead .comparison-table-heading {
  font-weight: bold;
  font-size: 18px;
}
.comparison-table thead .table-iw-head .comparison-table-heading {
  line-height: 1.1;
  font-size: 24px;
}
.comparison-table thead .comparison-table-text {
  margin-top: 0.8em;
  font-weight: normal;
  font-size: 14px;
}
/* table-iw-effect */
.comparison-table .table-iw-effect {
  display: flex;
}
.comparison-table .table-iw-effect > div {
  width: 50%;
  padding: 1.46em 1.8em;
}
.comparison-table tbody td .table-iw-effect > div:nth-child(1) .comparison-table-heading {
  color: #006EB4;
}
.comparison-table tbody td .table-iw-effect > div:nth-child(2) .comparison-table-heading {
  color: #00904A;
}
/* reason-supplement */
.reason-supplement {
  margin-top: 90px;
  text-align: center;
}
.reason-supplement-heading {
  margin-bottom: 2em;
  color: #006EB4;
  line-height: 1.4;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.reason-supplement-heading > span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.8em;
  border-bottom: 3px solid #006EB4;
}
.reason-supplement-heading > span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 44px;
  height: 7px;
  background-color: #fff;
  transform: translate(-50%, 0);
}
.reason-supplement-heading > span::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 50%;
  width: 40px;
  height: 40px;
  border-top: 3px solid #006EB4;
  transform: translate(-42px, 0) rotate(45deg);
}

/* tips
--------------------------------------------------------------- */
.tips {
  padding: 90px 0 100px;
  background: url('../images/lp_renew/bg_dot.png');
}
.tips .section-text {
  max-width: 1020px;
}
.tips-block {
  display: flex;
  gap: 40px;
  width: 100%;
  margin-top: 54px;
}
.tips-block .tips-box {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 2);
  padding: 2em 2em 2.7em;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  border-top: 8px solid #0E6EB4;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}
.tips-block .tips-box-title {
  margin-bottom: 1.2em;
  line-height: 1.4;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}
.tips-block .tips-box-text {
  margin-bottom: 1.2em;
  line-height: 1.6;
}
.tips-block .tips-box-img {
  margin-top: auto;
}
.tips-block .tips-box-img figcaption {
  margin-top: 0.9em;
  font-weight: bold;
  text-align: center;
}

/* case
--------------------------------------------------------------- */
.case {
  padding: 90px 0 64px;
  overflow: hidden;
  background-color: #EFF6FF;
}
/* case-slide */
.case-slide {
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 44px;
}
.case-slide:not(.slick-initialized) {
  margin: 40px -20px -20px;
}
.case-slide .slick-list {
  margin: -20px -20px;
}
.case-slide .slick-track {
  display: flex;
}
.case-slide .slick-slide {
  display: flex;
  float: none;
  width: 50%;
  height: auto;
  margin: 20px 20px;
}
.case-slide:not(.slick-initialized) .slick-slide:nth-child(n+3) {
  display: none;
}
.case-slide .case-slide-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}
.case-slide .slick-prev,
.case-slide .slick-next {
  width: 48px;
  height: 48px;
  background: #fff;
}
.case-slide .slick-prev.slick-disabled,
.case-slide .slick-next.slick-disabled {
  display: none !important;
}
.case-slide .slick-prev:before,
.case-slide .slick-next:before {
  width: 13px;
  height: 13px;
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.case-slide .slick-prev {
  left: -62px;
}
.case-slide .slick-prev:before {
  left: 15%;
}
.case-slide .slick-next {
  right: -62px;
}
.case-slide .slick-next:before {
  right: 15%;
}
.case-slide .slick-dots {
  bottom: 0;
  width: 100%;
}
.case-slide .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
.case-slide .slick-dots li button {
  width: 12px;
  height: 12px;
}
.case-slide .slick-dots li button:before {
  width: 12px;
  height: 12px;
  background-color: #E0E0E0;
}
.case-slide .slick-dots li.slick-active button:before {
  background-color: #006EB4;
}
.case-slide-title {
  padding: 1em 1em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #174577;
}
.case-slide-body {
  padding: 1.75em 1.875em 2.8em;
}
.case-slide-heading {
  margin-right: -1em;
  margin-left: -1em;
  margin-bottom: 1.3em;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.case-slide-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.case-slide-box .case-slide-box-left {
  width: 45.55%;
}
.case-slide-box .case-slide-box-right {
  width: 50%;
}
.case-slide-box .disc-list {
  font-size: 14px;
}
.case-slide-box .disc-list li + li {
  margin-top: 0.7em;
}
.disc-list li:before {
  background-color: #ccc;
}

/* security
--------------------------------------------------------------- */
.security {
  padding: 90px 0 100px;
}
.security-detail-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px 32px 36px;
  margin-top: 60px;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}
.security-detail-block + .security-detail-block {
  margin-top: 40px;
}
.security-detail-title {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.security-detail-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.security-detail-box .security-detail-box-left {
  width: 50%;
  padding-right: 20px;
}
.security-detail-box .security-detail-box-right {
  width: 50%;
  padding-left: 30px;
  border-left: 1px solid #ccc;
}
.security-detail-list > li {
  position: relative;
  padding-top: 0.1em;
  padding-left: 42px;
}
.security-detail-list > li:not(:first-child) {
  margin-top: 1.3em;
}
.security-detail-list > li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../images/lp_renew/icon_security_check.svg") no-repeat 50% 50%;
  background-size: contain;
}
.security-detail-list-heading {
  margin-bottom: 0.3em;
  color: #006EB4;
  font-weight: bold;
  font-size: 18px;
}
.security-detail-sub-heading {
  margin-bottom: 0.4em;
  font-weight: bold;
}
.security-detail-sub-text {
  font-size: 14px;
}
.security-detail-sub-img {
  margin-top: 24px;
}
.security-detail-support-img {
  max-width: 268px;
  margin: 10px auto 20px;
}

/* points
--------------------------------------------------------------- */
.points {
  padding: 90px 0 100px;
  background-color: #EFF6FF;
}
/* qa-detail-block */
.qa-detail-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}
.qa-detail-block + .qa-detail-block {
  margin-top: 40px;
}
.qa-detail-block .qa-detail-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #006EB4;
  font-weight: bold;
  font-size: 26px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  background-color: #fff;
}
.qa-detail-block .qa-detail-head {
  position: relative;
  padding: 21px 32px 20px 87px;
  color: #fff;
  background-color: #006EB4;
}
.qa-detail-head-title-wrap {
  position: relative;
}
.qa-detail-block .qa-detail-head .qa-detail-icon {
  position: absolute;
  top: -0.25em;
  left: -55px;
}
.qa-detail-block .qa-detail-head .qa-detail-head-title {
  font-weight: bold;
  font-size: 20px;
}
.qa-detail-block .qa-detail-head p {
  margin-bottom: 0.4em;
  font-weight: bold;
  font-size: 12px;
}
.qa-detail-block .qa-detail-body {
  position: relative;
  padding: 34px 32px 36px 87px;
}
.qa-detail-block .qa-detail-body .qa-detail-icon {
  position: absolute;
  top: 0.85em;
  left: 32px;
  color: #DC2626;
  background-color: transparent;
}
/* qa-detail-list */
.qa-detail-list > div {
  display: flex;
  width: 100%;
}
.qa-detail-list > div:not(:first-child) {
  margin-top: 1.3em;
  padding-top: 1.3em;
  border-top: 1px solid #ccc;
}
.qa-detail-list > div > dt {
  width: 7em;
  margin-right: 1em;
  font-weight: bold;
}
.qa-detail-list > div > dd {
  flex: 1;
}

/* price
--------------------------------------------------------------- */
.price {
  padding: 90px 0 100px;
  background: #2D629B url("../images/lp_renew/bg_price.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.price .section-title {
  margin-bottom: 0.6em;
  color: #fff;
}
.section-iw-tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}
.section-iw-tag > li {
  padding: 0.25em 0.7em;
  border-radius: 0.21em;
  color: #006EB4;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
}
/* price-plan */
.price-plan {
  max-width: 450px;
  margin: 48px auto 0;
  border-radius: 12px;
  /* border: 1px solid #E5E7EB; */
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.price-plan .price-plan-title {
  padding: 0.75em 1em;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background-color: #006EB4;
}
.price-plan .price-plan-body {
  padding: 42px 32px 48px;
  text-align: center;
}
.price-plan .price-plan-text {
  margin-bottom: 1.2em;
  font-weight: bold;
}
.price-plan .price-plan-sub-text {
  margin-top: 1.4em;
  font-weight: bold;
  font-size: 14px;
}
.price-plan .price-plan-price {
  font-weight: bold;
  font-size: 24px;
}
.price-plan .price-plan-price em {
  line-height: 1.1;
  font-size: 1.9em;
}
.price-plan .price-plan-price .marker-y {
  display: inline-block;
  padding-right: 0.4em;
  padding-left: 0.4em;
}
.price-plan .price-plan-cta {
  margin-top: 1.8em;
}

/* action
--------------------------------------------------------------- */
.action {
  padding: 90px 0 100px;
}
/* iw-end-inquiry-wrap */
.iw-end-inquiry-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: 60px auto 0;
  padding: 49px 60px 46px 80px;
  border-radius: 12px;
  background-color: #EFF6FF;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}
.iw-end-inquiry-wrap .left-side {
  width: 28.57%;
  margin-right: 7.14%;
}
.iw-end-inquiry-wrap .right-side {
  width: 58%;
}
.iw-end-inquiry-wrap .end-service-img {
  margin-top: 1.5rem;
}
.iw-end-inquiry-wrap .normal-heading {
  margin-bottom: 0.8em;
  font-size: 24px;
  font-weight: bold;
}
.iw-end-inquiry-wrap .disc-list {
  margin-bottom: 28px;
}
.iw-end-inquiry-wrap .btn-block > li:not(:first-child) {
  margin-top: 12px;
}
.iw-end-inquiry-wrap .contact-btn {
  max-width: 360px;
}

/* float-banner */
.float-banner {
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 1000;
  display: none;
  max-width: 330px;
}
.float-banner .banner-main {
  display: block;
  position: relative;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
  border-radius: 10px;
}
.float-banner .banner-main img {
  max-width: 100%;
  vertical-align: bottom;
}
.float-banner .banner-close {
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}
.float-banner .banner-close::before,
.float-banner .banner-close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.2rem;
  height: 2.1rem;
  background-color: #fff;
}
.float-banner .banner-close::before {
  transform: rotate(45deg);
}
.float-banner .banner-close::after {
  transform: rotate(-45deg);
}
/* bottom-fixed */
.bottom-fixed {
  position: relative;
  padding-bottom: 56px;
}
.bottom-fixed .fix-bottom-contents{
  transform: translate3d(0, 0, 0);
}

/*================================================
* レスポンシブ設定
================================================*/
@media screen and (max-width: 1279px) {
  .case-slide {
    width: calc(100% - 80px);
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .lp-mv .logo-fujifilm {
    top: 2.66vw;
    right: 2.91vw;
    width: 10.66vw;
  }
  .lp-mv .mv-left {
    padding: 6.25vw 0 6.25vw 0.83vw;
  }
  .lp-mv .mv-right {
    padding: 7.5vw 0 5vw;
  }
  .lp-mv .mv-label > span {
    font-size: 1.16vw;
  }
  .lp-mv .mv-copy {
    font-size: 3.33vw;
  }
  .lp-mv .mv-copy-list {
    font-size: 1.83vw;
  }
  .lp-mv .mv-copy-list > li {
    padding-left: 2.5vw;
  }
  .lp-mv .mv-copy-list > li::before {
    width: 1.41vw;
    height: 1.08vw;
  }
  .mv-copy-balloon {
    top: -0.1em;
    width: 10.25vw;
    margin-left: 0;
  }
  .lp-mv .mv-logo {
    max-width: 35.66vw;
    margin-top: 4vw;
  }
  .lp-mv .mv-text {
    font-size: 1.66vw;
  }
  .introduction-record {
    flex-direction: column;
  }
  .introduction-record .heading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding: 0.5em 0.5em;
  }
  .introduction-record .heading br {
    display: none;
  }
  .introduction-record .content-box {
    width: 100%;
  }
  .lp-nav .iw-wrap {
    padding-right: 16px;
    padding-left: 16px;
  }
  .lp-nav-logo {
    width: 130px;
    margin-right: 1em;
  }
  .lp-nav ul li a {
    padding: 1.7em 0.5em;
    font-size: 15px;
  }
  body.nav-fixed .lp-nav ul li a {
    padding: 1.7em 0.2em;
  }
  .lp-nav ul li a > span {
    padding-right: 22px;
  }
  .lp-nav ul li a > span::before {
    width: 11px;
    height: 11px;
  }
  .problem-list li {
    padding: 0;
  }
  .solution-detail-body-title.text-long {
    margin-right: 0;
  }
  .section-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  .iw-end-inquiry-wrap {
    padding-right: 10px;
    padding-left: 30px;
  }
}