@charset "utf-8";
/*================================================
* 基本
================================================*/
.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;
}
.iw-contents.bg-g {
  background: #b4dfe6;
}
.iw-contents.bg-g .iw-main {
  padding: 50px 0 10px;
}
.bg-gray {
  background: #f0f0f0;
}
.lp-nav {
  background: #28a5b9;
}
.lp-nav.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  padding-top: 0;
}
/*
.lp-nav.fixed.fixed-main{
  position: static;
}
*/
.lp-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.lp-nav ul li {
  font-size: 26px;
  font-weight: bold;
  padding: 20px 60px;
  position: relative;
  min-width: 264px;
  box-sizing: border-box;
}
.lp-nav ul li::before {
  position: absolute;
  display: block;
  content: "";
  height: 50%;
  width: 1px;
  background: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lp-nav ul li:last-child::before {
  display: none;
}
.lp-nav ul li a {
  color: #fff;
}
.lp-nav ul li a:hover {
  opacity: .7;
  text-decoration: none;
}
.lp-nav ul li a:visited {
  color: #fff;
}
.lp-nav ul li a:link {
  color: #fff;
}
.lp-arrow a {
  position: relative;
  padding-right: 40px;
}
.lp-arrow a::before {
  content: "";
  position: absolute;
  display: block;
  background: #000;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  right: 0;
  top: 0;
}
.lp-arrow a:hover::before,.lp-arrow a:hover::after {
  opacity: .7;
}
.lp-arrow a::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  top: .3em;
  right: .4em;
  border-radius: 2px;
}
.lp-inner {
  background: #fff;
  margin-bottom: 30px;
}
.lp-box {
  padding: 100px 60px;
  position: relative;
}
.lp-box.last {
  padding-bottom: 80px;
}
.lp-box::before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 90%;
  background: #28a5b9;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.lp-box.no-border::before {
  display: none;
}
.heading-c {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.marker-y {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
.task-conts ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.task-conts ul li {
  width: 240px;
  text-align: center;
}
.task-conts ul li div {
  margin-bottom: 40px;
}
.task-conts ul li div img {
  height: 180px;
  width: auto;
}
.task-conts ul li p {
  font-size: 20px;
  font-weight: bold;
}
.about-inner {
  width: 570px;
  margin: 0 auto;
}
.about-conts {
  padding: 40px 20px;
  border-bottom: dashed 2px #28a5b9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.about-conts:first-child {
  border-top: dashed 2px #28a5b9;
}
.about-conts .left-side {
  width: 17%;
  text-align: center;
}
.about-conts .left-side img {
  width: 100%;
}
.about-conts:nth-of-type(3) .left-side img,.about-conts:nth-of-type(5) .left-side img {
  width: 80%;
}
.about-conts .right-side {
  font-size: 20px;
  font-weight: bold;
  margin-left: 30px;
}
.about-txt {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 80px;
}
.lp-img-box {
  text-align: center;
}
.lp-img-box img {
  width: 90%;
}
.specialty-conts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 80px 0 50px;
  width: 640px;
  margin: 0 auto 50px;
}
.specialty-conts:last-child {
  margin-bottom: auto;
}
.specialty-conts::before {
  position: absolute;
  content: "01";
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #28a5b9;
  border: dashed 1px #28a5b9;
  border-radius: 50%;
  padding: 20px 0;
  width: 60px;
  text-align: center;
  top: 0;
  left: 0;
}
.specialty-conts.n2::before {
  content: "02";
}
.specialty-conts.n3::before {
  content: "03";
}
.specialty-conts.n4::before {
  content: "04";
}
.specialty-conts.n5::before {
  content: "05";
}
.specialty-conts.n6::before {
  content: "06";
}
.specialty-conts::after {
  position: absolute;
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #28a5b9;
}
.specialty-conts img {
  width: 100%;
}
.specialty-conts .left-side {
  width: 360px;
}
.specialty-conts .right-side {
  width: 230px;
}
.specialty-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.specialty-txt {
  font-size: 15px;
  line-height: 2;
}
.company-txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.company-txt span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.company-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.company-list ul li {
  width: 17%;
  margin-left: 30px;
  margin-bottom: 30px;
}
.company-list ul li:first-child {
  margin-left: 0;
}
.company-list ul li img {
  width: 100%;
}
.fix-contents{
 display: none;
}
.performance-top {
  font-weight: bold;
  text-align: center;
}
p.performance-top {
  font-size: 20px;
  margin-bottom: 10px;
}
.performance-top li {
  font-size: 12px;
  line-height: 1.7;
}
.performance-border {
  padding: 60px 0;
  border: solid 2px #28a5b9;
  border-right: none;
  border-left: none;
  margin-bottom: 50px;
}
.performance-border p {
  text-align: center;
  font-size: 15px;
  line-height: 2;
}
.performance-conts {
  padding-bottom: 50px;
  border-bottom: solid 2px #28a5b9;
}
.performance-conts.dashed {
  border-bottom: dashed 2px #28a5b9;
  margin-bottom: 50px;
}
.performance-box {
  width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.performance-box .left-side {
  width: 315px;
}
.performance-box .left-side img {
  width: 100%;
}
.performance-box .right-side {
  width: 400px;
  padding-left: 30px;
}
.performance-box-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.performance-box-txt {
  font-size: 15px;
  line-height: 2;
}
.performance-btm p {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  margin-top: 60px;
}
.main-visual {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.main-visual::before {
  content: "";
  display: block;
  padding-top: 546px;
}
.main-visual img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 970px;
}
.lp div#globalFooter {
  margin-bottom: 0px;
}
.lp-link {
  text-align: center;
}
.lp-link p {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
}
.lp-link a {
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  background: #28a5b9;
  padding: 20px 60px 20px 20px;
  position: relative;
  display: inline-block;
  text-align: left;
  border-radius: 10px;
}
.lp-link a:visited,.lp-link a:link {
  color: #fff;
  text-decoration: none;
}
.lp-link a::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lp-link a:hover,.lp-link a:hover::before {
  opacity: .7;
}
.iw-header {
  display: none !important;
}
.g-header .fujifilm-logo {
  margin-left: 0;
}
body.fixed {
  padding-top: 0;
}
/* body.fixed .lp-nav{
  position: fixed;
  top:0;
  width: 100%;
  z-index: 100;
} */
/*.fix-bottom-contents {
  background-color: #28a5b9;
}*/
.bottom-fixed {
  position: relative;
  padding-bottom: 56px;
}
.bottom-fixed .fix-bottom-contents{
  transform: translate3d(0, 0, 0);
}
.menu-fixed {
  padding-bottom: 146px;
}
.kv-merit{
  display: flex;
  justify-content: center;
  background-color: #28A5B9;
  padding: 1rem 0;
  position: relative;
}
.kv-merit::before{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0 25px;
  border-color: #28A5B9 transparent transparent transparent;
}
.merit_inner{
  max-width: 960px;
  margin: 0 auto;
}
.kv-merit .merit_inner > div{
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}
.kv-merit .merit_inner > div + div {
  margin-top: 5px;
}
.kv-merit .merit_inner > div::before{
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/lp/icon_check.png");
  background-size: contain;
}
.kv-merit .merit_inner > div span{
  color: #FFEB00;
}
.iw-slide .top .slide-iw-logo {
  width: 300px;
}
.iw-slide > a, .iw-slide > div {
  padding-top: 68px;
}
.iw-slide .top .copy {
  margin-bottom: .7em;
  font-size: 287.5%;
}
.iw-slide .top .subcopy-top {
  display: inline-block;
  padding: .2em .7em;
  margin-bottom: .5rem;
  font-size: 125%;
  font-weight: bold;
  background: rgba(0,0,0,0.5);
}
.iw-slide .top .subcopy{
  margin-bottom: 20px;
}
.top-appeal {
  text-align: center;
  background: #fff;
  padding: 50px 0 40px;
}
.appeal-block{
  padding: 15px 0 30px;
  font-weight: bold;
  text-align: center;
}
.appeal-block a.application-link {
  font-size: 22px;
  font-weight: bold;
}

/* float-banner */
.float-banner {
  position: fixed;
  right: 20px;
  bottom: 143px;
  z-index: 1000;
  display: none;
  max-width: 340px;
}
.float-banner .banner-main {
  display: block;
  position: relative;
  box-shadow: 0 3px 6px rgba(0,0,0,.2);
}
.float-banner .banner-main:hover {
  opacity: .8;
}
.float-banner .banner-main img {
  max-width: 100%;
}
.float-banner .banner-close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  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: 20px;
  height: 3px;
  background-color: #454545;
}
.float-banner .banner-close::before {
  transform: rotate(45deg);
}
.float-banner .banner-close::after {
  transform: rotate(-45deg);
}
/*202506*/
.iw-main-bottom {
  padding-bottom: 35px;
}
.lp-index .iw-contents.bg-g .iw-main {
  padding: 50px 0 35px;
}
.lp-index .iw-contents.bg-g .iw-main.lp {
  padding-bottom: 0;
}
.lp-index .iw-contents.bg-g .iw-main.pb-l {
  padding-bottom: 50px;
}
.lp-index .iw-inner.bg-white {
    background-color: #fff;
}
.lp-index .iw-contents.bg-g {
  background: #dae9f6;
  padding-bottom: 0;
}
.lp-index .copyTitle.bottom {
  margin-bottom: 50px;
}
/*
.lp-index .iw-contents.bg-g .iw-inner {
  padding: 50px 0 50px;
  margin-top: 50px;
}
*/
.lp-index .lp-box {
  padding: 60px 60px;
  position: relative;
}
.lp-index .bottom-fixed {
  position: relative;
  padding-bottom: 56px;
}
.lp-index .heading-c {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.lp-index .bottom-fixed {
  position: relative;
  padding-bottom: 56px;
}
.lp-index .top .slide-iw-logo {
  width: 300px;
}
.lp-index .top .copy {
  margin-bottom: .7em;
  font-size: 287.5%;
}
.lp-index .contents-head.lp .top-appeal {
  margin: 0 auto;
  padding: 20px 30px 20px;
  background-color: #174577;
  box-sizing: border-box;
}
.lp-index .iw-main.lp .iw-wrap{
  width: 960px;
}
.lp-index .iw-contents a:hover {
  text-decoration: none;
}
.lp-index .g-header .wrap {
  padding: 20px 20px;
}
.lp-index .iw-wrap {
  width: 960px;
}
.lp-index .top-mv {
  display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  padding-top: 0;
}
.lp-index .top-mv .mv-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 400px;
}
.lp-index .top-mv .mv-right {
  display: flex;
  align-items: flex-end;
  width: 504px;
  margin-right: 9px;
}
.lp-index .top-mv .copyTop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.5em;
  color: #174577;
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}
.lp-index .top-mv .title {
  width: 336px;
  margin-top: 30px;
}
.lp-index .top-mv .title img {
  width: 100%;
  z-index: 2;
  position: relative;
}
.lp-index .top-mv .title a:hover img{
  transform: translate(5px,5px);
}
.lp-index .top-mv .title a::before {
  content: "";
  display: block;
  position: absolute;
  background: #074271;
  width: 330px;
  margin-top: 30px;
  z-index: 1;
  height: 75px;
  border-radius: .5em;
  transform: translate(10px,10px);
  box-shadow: 0 0 5px 5px rgba(7, 66, 113, 1);
  opacity: 0.3;
}
.lp-index .top-mv .title a:hover img{
  transform: translate(5px,5px);
}
.lp-index .heading-c.mb-fix {
  margin-bottom: 30px;
}
.lp-index .introduction-record {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.lp-index .introduction-record .heading span{
  display: block;
  margin-top: 0.3em;
}
.lp-index .introduction-record .content-box.js-introduction-record-slide {
  width: 775px;
  border-top: solid 1px #3C8BDE;
  border-radius: 0 8px 8px 0;
}
.lp-index .introduction-record .heading {
  padding: 0.6em 0.5em;
  font-size: 20px;
  align-items: center;
  background-color: #174577;
  width: 145px;
  display: block;
  border-radius: 8px 0 0 8px;
}
.lp-index .company-logos .slick-prev,.company-logos .slick-next {
  top: 63%;
}
.lp-index .contact-btn-inner{
  display: flex;
  max-width: 960px;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.lp-index .contact-btn-inner a.contact-btn{
  width: 40%;
}
.lp-index .contact-btn-inner a.contact-btn:nth-child(2){
  margin-left: 20px;
}
.lp-index .contents-head.lp .top-appeal a.contact-btn {
  margin: 0;
  margin-bottom: 0px;
  margin-right: 40px;
  box-shadow: none;
}
.lp-index .iw-contents a.contact-btn {
  font-size: 20px;
  padding: 12px 15px;
}
.lp-index .iw-contents a.contact-btn::before {
  right: 30px;
  height: 15px;
  width: 15px;
}
.lp-index .contents-head.lp .top-appeal a.application-link {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  color: #fff;
  font-size: 20px;
  height: 1.5em;
  margin-bottom: 0;
}
.lp-index .contents-head.lp .top-appeal a.application-link::before {
  position: absolute;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.lp-index .lp .top-appeal .appeal-txt,.lp-index .lp .top-appeal a.application-link {
  position: relative;
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
}
.lp-index .security-mark {
  margin-bottom: 30px;
}
.lp-index .topic-box-l{
  margin-top: 3em;
}
.lp-index .topic-box-l + .boxTitle-b {
  margin-top: 1.5em;
}
/* float-banner */
.lp-index .float-banner {
  position: fixed;
  right: 20px;
  bottom: 110px;
  z-index: 1000;
  display: none;
  max-width: 330px;
}
.lp-index .float-banner .banner-main {
  display: block;
  position: relative;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, .3);
  border-radius: 10px;
}
.lp-index .float-banner .banner-main img {
  max-width: 100%;
  vertical-align: bottom;
}
.lp-index .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);
}
.lp-index .float-banner .banner-close::before, .lp-index .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;
}
.lp-index .fix-bottom-contents a.contact-btn {
  display: none;
  margin-bottom: 0;
}
/*202506 end*/