@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

img {
  width: 100%;
  height: auto;
}

img.down {
  max-width: 4.125vw;
}

.sp-on {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-on {
    display: block;
  }
}

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

.btn-bk {
  background-color: black;
  color: #FFE600;
  padding: 0.75vw 2vw;
  text-decoration: none;
  font-size: clamp(12px, 1.5vw, 16px);
}
.btn-bk span {
  position: relative;
  padding-left: 68px;
  text-align: center;
  display: inline-block;
}
.btn-bk span::before {
  content: url("../../img/lp2/ico-qa.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 3.375vw;
}

.sp-box{
	margin: 20px auto;
	width: 100%;
}

@media screen and (max-width: 768px) {
  .btn-bk {
    padding: 1.25vw 2.5vw !important;
    display: block;
    max-width: 92%;
    margin: 0 auto;
  }
  .solution-item p {
    margin-bottom: 2.5vw !important;
  }
}
.product-section .btn-bk,
.unihunter-section .btn-bk {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .product-section .btn-bk,
  .unihunter-section .btn-bk {
    width: 100% !important;
    height: 80px !important;
  }
  .product-section .btn-bk span,
  .unihunter-section .btn-bk span {
    padding-left: 48px;
  }
  .product-section .btn-bk span::before,
  .unihunter-section .btn-bk span::before {
    width: 40px !important;
  }
}
a {
  transition: all 300ms ease;
}
a:hover {
  opacity: 0.8;
  background-color: black;
}

.fv {
  position: relative;
  background: url("../../img/awc/kv.png") no-repeat center center/cover;
  height: 47.5vw;
  padding: 11.25vw 7.5vw 0;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}
.fv .fv-text h1 {
  font-size: clamp(40px, 5vw, 116px);
  font-weight: 600;
  line-height: 1.2;
  color: white;
  margin-bottom: 0.625vw;
}
.fv .fv-text p.fv_description {
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0.625vw;
  background-color: #FFE600;
  position: relative;
  transform: skewX(150deg);
  padding: 0 2.5vw;
}
.fv .fv-text p.fv_description span {
  font-size: clamp(15px, 3vw, 40px);
  font-weight: 600;
  display: block;
  transform: skewX(-150deg);
}
.fv .fv-image {
  display: flex;
}
.fv .fv-image img {
  max-width: 21.875vw;
  height: auto;
}
.fv .features {
  display: flex;
  gap: 1.25vw;
  margin-top: 1.25vw;
}
.fv .features .feature-item {
  border-radius: 0.3125vw;
  text-align: center;
}
.fv .features .feature-item img {
  max-width: 12.5vw;
}

@media screen and (max-width: 768px) {
  .fv-text h1 {
    margin-bottom: 1rem !important;
  }
  .fv {
    height: 123.75vw;
    padding: 5vw 4.375vw 0;
    background: url("../../img/awc/kv_sp.png") no-repeat center center/cover;
  }
  .fv .features {
    gap: 12px;
    margin-right: 12px;
    position: absolute;
    top: 50vw;
  }
  .fv .features img {
    max-width: 100% !important;
  }
}
.problem-section {
  text-align: center;
  margin: 6.25vw 3.125vw;
}
.problem-section h2 {
  font-size: clamp(16px, 4vw, 40px);
  margin-bottom: 1.5vw;
  background-image: url("../../img/lp2/h-deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding: 1.5vw 4vw;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.problem-section .problem-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 5vw 0;
}
.problem-section .problem-items .problem-item {
  width: 22vw;
  text-align: center;
}
.problem-section .problem-items .problem-item img {
  width: 100%;
  height: auto;
  margin-bottom: 1vw;
}
.problem-section .problem-items .problem-item p {
  font-size: clamp(12px, 1.5vw, 18px);
}

@media (max-width: 768px) {
  .problem-items {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
  .problem-item {
    width: 100% !important;
  }
}
.solution-section {
  text-align: center;
  margin: 6.25vw 3.125vw;
}
.solution-section h2 {
  font-size: clamp(12px, 2.8vw, 31px);
  margin-bottom: 4vw;
  display: block;
  padding: 0 2vw;
}
.solution-section .solution-header {
  display: flex;
  justify-content: center;
}
.solution-section .solution-header::before, .solution-section .solution-header::after {
  content: "";
  background-image: url("../../img/lp2/h-deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  display: block;
  width: 15.125vw;
  height: auto;
  margin: 0 1.25vw;
}
.solution-section .solution-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2vw;
  padding: 1.875vw 0;
}
.solution-section .solution-items .solution-item {
  width: 50%;
  text-align: center;
}
.solution-section .solution-items .solution-item img {
  width: auto;
  height: 37.3125vw;
  margin-bottom: 1.5vw;
}
.solution-section .solution-items .solution-item p {
  font-size: clamp(12px, 1.5vw, 18px);
  margin-bottom: 1.5vw;
}

.uni-bird {
  padding: 5vw 5vw;
}
.uni-bird .uni-bird-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6.25vw;
}
.uni-bird .uni-bird-item:nth-child(even) {
  flex-direction: row-reverse;
}
.uni-bird .uni-bird-item .content {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  align-items: center;
}
.uni-bird .uni-bird-item .content img {
  width: 30vw;
  height: auto;
  border-radius: 10px;
}
.uni-bird .uni-bird-item .content .text h3 {
  font-size: clamp(16px, 3vw, 32px);
  margin-bottom: 1.5vw;
}
.uni-bird .uni-bird-item .content .text p {
  max-width: 40.625vw;
  font-size: clamp(12px, 1.5vw, 18px);
}

@media screen and (max-width: 768px) {
  .uni-bird .uni-bird-item .content .text p {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.uni-bird-jirei {
  text-align: center;
  padding: 3.125vw 0 0;
}
.uni-bird-jirei h2 {
  font-size: clamp(16px, 4vw, 40px);
  margin-bottom: 1.5vw;
  background-image: url("../../img/lp2/h-deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding: 1.5vw 4vw;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.uni-bird-jirei .uni-jirei-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 5vw 0 0;
}
.uni-bird-jirei .uni-jirei-items .uni-jirei-item {
  width: 30%;
  text-align: center;
  margin-bottom: 5vw;
}
.uni-bird-jirei .uni-jirei-items .uni-jirei-item img {
  max-width: 22vw;
  width: 100%;
  height: auto;
  margin-bottom: 1vw;
}
.uni-bird-jirei .uni-jirei-items .uni-jirei-item h3 {
  font-size: clamp(16px, 3vw, 22px);
  margin-bottom: 1vw;
}
.uni-bird-jirei .uni-jirei-items .uni-jirei-item ul {
  max-width: 22vw;
  margin-left: 2.3vw;
}
.uni-bird-jirei .uni-jirei-items .uni-jirei-item ul li {
  text-align: left;
  font-size: clamp(12px, 1.4vw, 16px);
  background-image: url(../../img/lp2/check.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 12px;
  padding-left: 1.8vw;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .uni-jirei-items {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
  .uni-jirei-items .uni-jirei-item {
    width: 100% !important;
    margin-bottom: 3vw;
  }
  .uni-jirei-items .uni-jirei-item img {
    max-width: 100% !important;
  }
  .uni-jirei-items ul {
    max-width: 100% !important;
    margin-left: 0;
  }
  .uni-jirei-items ul li {
    font-size: 11px !important;
    background-position: top 6px left !important;
    padding-left: 6.8vw !important;
    background-size: auto 11px;
  }
}
.ub-video-section {
  text-align: center;
  margin: 0.625vw 12.5vw;
}

@media screen and (max-width: 768px) {
  .ub-video-section {
    margin: 0.625vw 3.125vw;
  }
}
.product-section {
  text-align: center;
  margin: 6.25vw 3.125vw;
}
.product-section h2 {
  font-size: clamp(16px, 4vw, 40px);
  margin-bottom: 1.5vw;
  background-image: url("../../img/lp2/h-deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding: 1.5vw 4vw;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.product-section .product-items {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: end;
  padding: 5vw 0;
}
.product-item {
	width: 50%;
}

.product-section .product-items .product-item {
  text-align: left;
}
.product-section .product-items .product-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1vw;
}
.product-section .product-items .product-item h3 {
  margin-bottom: 1vw;
}
.product-section .product-items .product-item p {
  font-size: clamp(12px, 1.5vw, 18px);
}
.price-section {
	text-align: left;
	max-width: 35%;
}

@media (max-width: 768px) {
	.product-section .product-items {
		display:block;
	}
  .product-item {
    margin-bottom: 8vw;
	  width: 100%;
  }
	.product-section .product-items .product-item img {
		max-width: 100%;
	}
	.price-section {
	max-width: 100%;
}
}
.price-section .price-title {
  font-size: 2rem;
  font-weight: bold;
}
.price-section .price-value {
  font-size: 1.2rem;
  font-weight: normal;
  white-space: nowrap;
}
.price-section .price-value .price-amount {
  font-size: clamp(18px, 4vw, 60px);
  font-weight: bold;
}
.price-section .price-value .tax {
  font-size: 1.2rem;
}
.price-section .txt-small {
  display: block;
  font-size: clamp(12px, 1.5vw, 14px);
}

.unihunter-section {
  padding: 6vw 5vw 8vw;
}
.unihunter-section .unihunter-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6.25vw;
}
.unihunter-section .unihunter-item:nth-child(even) {
  flex-direction: row-reverse;
}
.unihunter-section .unihunter-item .content {
  display: flex;
  flex-direction: row;
  gap: 2.5vw;
  align-items: center;
}
.unihunter-section .unihunter-item .content img {
  width: 30vw;
  height: auto;
  border-radius: 10px;
}
.unihunter-section .unihunter-item .content .text h3 {
  font-size: clamp(16px, 3vw, 32px);
  margin-bottom: 1vw;
}
.unihunter-section .unihunter-item .content .text p {
  max-width: 40.625vw;
  font-size: clamp(12px, 1.5vw, 18px);
}
.unihunter-section .unihunter-jirei {
  text-align: center;
  padding: 3.125vw 0 0;
}
.unihunter-section .unihunter-jirei h2 {
  font-size: clamp(16px, 4vw, 40px);
  margin-bottom: 5vw;
  background-image: url("../../img/lp2/h-deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding: 1.5vw 4vw;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.unihunter-section .unihunter-jirei > img {
  margin-bottom: 6.25vw;
}
.unihunter-section .unihunter-jirei .uh-product-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
  padding: 2.5vw 0 6.25vw;
}
.unihunter-section .unihunter-jirei .uh-product-wrap > img {
  max-width: 30.625vw;
}
.unihunter-section .unihunter-jirei .uh-product-wrap .uh-product-text {
  margin-top: 1.25vw;
  font-size: clamp(14px, 1.5vw, 24px);
  text-align: left;
  font-weight: 700;
}

.faq-section {
  padding: 8vw 5vw;
  background-color: #f4f4f4;
}
.faq-section .faq-header {
  text-align: center;
  margin-bottom: 2vw;
}
.faq-section .faq-header h2 {
  font-size: clamp(16px, 4vw, 40px);
  margin-bottom: 5vw;
  background-image: url("../../img/lp2/h-deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding: 1.5vw 4vw;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.faq-section .faq-header .logos {
  display: flex;
  justify-content: center;
  gap: 5vw;
}
.faq-section .faq-header .logos .logo-item {
  position: relative;
  cursor: pointer;
  padding-bottom: 0.5vw;
  margin-bottom: 2vw;
}
.faq-section .faq-header .logos .logo-item img {
  width: 14vw;
  height: auto;
}
.faq-section .faq-header .logos .logo-item.active {
  border-bottom: 4px solid black;
}
.faq-section .faq-header .logos .logo-item.active::after {
  content: "";
  position: absolute;
  bottom: -1vw;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.8vw solid transparent;
  border-right: 0.8vw solid transparent;
  border-top: 0.8vw solid black;
}
.faq-section .faq-list {
  display: none;
  flex-direction: column;
  gap: 1vw;
}
.faq-section .faq-list.active {
  display: flex;
}
.faq-section .faq-list .faq-item {
  display: flex;
  align-items: flex-start;
  background-color: white;
  padding: 1vw;
  border-radius: 5px;
}
.faq-section .faq-list .faq-item .faq-label {
  background-color: #000;
  color: #FFE600;
  padding: 0.5vw 2vw;
  margin-right: 2.5vw;
  font-weight: bold;
  font-size: clamp(10px, 1.5vw, 18px);
  min-width: 151px;
}
.faq-section .faq-list .faq-item p {
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 600;
}

#uni-hunter-faq .faq-label {
  min-width: 187px;
}

@media screen and (max-width: 767px) {
  .faq-label {
    min-width: unset !important;
  }
}
/*==============================================================
/ faqアコーディオン
/==============================================================*/
.faq-item {
  margin-bottom: 10px;
  /* 各FAQアイテムにスペースを追加 */
}

.faq-content {
  display: flex;
  flex-direction: column;
  /* タイトルと回答を縦並びに */
}

.faq-title {
  cursor: pointer;
  /* クリック可能なカーソル */
  font-weight: bold;
  padding: 10px 0;
}
.faq-title::after {
  content: "+";
  /* デーザンアイコン */
  margin-left: 5px;
  transition: transform 0.3s ease;
  color: #FFE600;
  font-size: 1.5em;
}

.faq-answer {
  display: none;
  /* 最初は非表示 */
  padding: 10px;
  border-top: 1px solid #ccc;
  /* 上部にボーダー */
  transition: max-height 0.3s ease;
  /* スムーズなアニメーション */
  max-height: 0;
  overflow: hidden;
  max-width: 95%;
}

.faq-item.active .faq-answer {
  display: block;
  /* アクティブなときに表示 */
  max-height: 500px;
  /* 展開時の最大高さ */
}

@media screen and (max-width: 768px) {
  .logos {
    padding-top: 16px;
  }
  .faq-section .faq-header .logos .logo-item {
    margin-bottom: 30px;
  }
  .faq-section .faq-header .logos .logo-item img {
    width: 50% !important;
  }
  .faq-section .faq-header .logos .logo-item.active::after {
    content: "";
    position: absolute;
    bottom: -5vw;
    left: 50%;
    transform: translateX(-50%);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid black;
  }
  .faq-label {
    margin-bottom: 16px;
  }
  .faq-section .faq-list .faq-item {
    padding: 16px;
    flex-direction: column;
    align-items: start;
  }
}
/*==============================================================
/ タブレット調整
/==============================================================*/
@media screen and (max-width: 1024px) {
  .uni-bird-jirei .uni-jirei-items .uni-jirei-item ul li {
    padding-left: 2.8vw;
    background-position: top 10px left;
  }
}
@media screen and (max-width: 820px) {
  .uni-bird-jirei .uni-jirei-items .uni-jirei-item ul li {
    padding-left: 3.8vw;
    background-position: top 8px left;
  }
}
/*==============================================================
/ アニメーション
/==============================================================*/
/* fvセクションの初期状態 */
.fv {
  position: relative;
  overflow: hidden;
  background-size: 110%;
  opacity: 0;
  transition: background-size 1.5s ease, background-position 1.5s ease, opacity 1.5s ease;
}

/* 背景がパンしつつ縮小するアニメーション */
.fv.is-active {
  background-size: 105%;
  opacity: 1;
}

/* .fv-text と .fv-image のフェードアップアニメーション */
.fv-text,
.fv-image {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

/* アクティブ状態でフェードアップ */
.fv-text.is-active,
.fv-image.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadeup,
.zoomin {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  /* 初期状態の遷移を追加 */
}

.zoomin.is-active {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

.mrt40 {
	margin-top: 40px;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeup.is-active {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=styles.css.map */

/*sismil-LP*/
/*common*/
#sismil-LP .sp {
    display: none;
}

#sismil-LP .blue {
    color: #305592;
}

#sismil-LP .mark {
  background-image: linear-gradient(0deg, #ffe60080 0.5em, transparent 0.5em);
}

#sismil-LP .flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

#sismil-LP .flex2 {
    align-items: center;
}

#sismil-LP .flex2 .box {
    width: calc(50% - 10px);
    padding: 0 30px;
    border-radius: 0;
}

#sismil-LP .flex3 .box {
    width: calc(100% / 3 - 13.33px);
}

#sismil-LP .flex4 .box {
    width: calc(100% / 4 - 15px);
    text-align: center;
}

#sismil-LP .simpleSection {
    padding: max(70px,6.25vw)  3.125vw;
}

#sismil-LP .bgSection {
    background-color: #FAFAFA;
}

#sismil-LP .box {
    padding: 20px;
    border-radius: 20px;
}

#sismil-LP .boxShadow {
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

#sismil-LP .box .icon {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 0 auto 15px;
    background-color: #ffe600;
    color: #111111;
}

#sismil-LP .box .img {
    margin: 0 auto 20px;
}

#sismil-LP .box .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    padding: 20px;
}

#sismil-LP .box .title {
    font-size: clamp(20px, 2vw, 24px);
    margin-bottom: 10px;
}

#sismil-LP .box .text {
    font-size: clamp(15px, 1vw, 17px);
}

#sismil-LP .box .cm {
    position: relative;
    font-size: clamp(15px, 1.5vw, 18px);
    font-weight: 700;
    color: #305592;
    margin-top: 1.5vw;
}

#sismil-LP .sectionHeader {
    text-align: center;
    margin-bottom: 50px;
}

#sismil-LP .sectionHeader .title {
    font-size: clamp(30px, 4vw, 40px);
    background-image: url(//security-d.stg-reboot.com/wp-content/themes/theme-230131/css/awc/../../img/lp2/h-deco.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    padding: 1.5vw 4vw;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}

#sismil-LP .sectionHeader2 .title {
    background-image: url(//security-d.stg-reboot.com/wp-content/themes/theme-230131/css/awc/../../img/lp2/h-deco.png), url(//security-d.stg-reboot.com/wp-content/themes/theme-230131/css/awc/../../img/lp2/h-deco.png);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-position: left, right;
}

#sismil-LP .sectionHeader .blue {
    font-size: clamp(25px, 3vw, 35px);
    font-weight: bold;
    color: #4E9AE4;
}

#sismil-LP .sectionHeader .text {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    margin: 30px 0;
}

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

    #sismil-LP .sp {
        display: block;
    }

    #sismil-LP .flex .box {
        width: 100%;
    }

    #sismil-LP .flex2 .box {
        padding: 0;
    }

    #sismil-LP .btn-wrap svg {
        vertical-align: top;
    }

    #sismil-LP .sectionHeader {
        margin-bottom: 30px;
    }

    #sismil-LP .sectionHeader .title {
        background-size: 100px;
    }

    #sismil-LP .sectionHeader2 .title {
        background: url(//security-d.stg-reboot.com/wp-content/themes/theme-230131/css/awc/../../img/lp2/h-deco.png) no-repeat, top left;
        background-size: 100px;
    }

}

/*fv*/
#sismil-LP .fv {
    background-image: url(../../img/lp-sismil/sismil-bg.webp);
    height: auto;
    padding: 10vw 3vw 5vw;
}

#sismil-LP .fv-text {
    position: relative;
    z-index: 2;
    justify-content: space-between;
    column-gap: 0;
}

#sismil-LP .fv-text .left {
    width: 51%;
}

#sismil-LP .fv-text .right {
    width: 48%;
}

#sismil-LP .fv-text .right img {
    width: 100%;
}

#sismil-LP .fv .left .logo {
    max-width: 409px;
    width: 30vw;
    min-width: 200px;
    margin-bottom: max(2rem, .625vw);
}

#sismil-LP .fv .fv-text h1 {
    font-size: clamp(30px, 3vw, 116px);
    text-shadow: 04px 3px 4px rgba(0, 0, 0, 0.25);
}

#sismil-LP .fv .fv-text-p {
    font-size: clamp(15px,1.34vw,31px);
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    margin: max(1.5rem, .625vw) 0;
    text-shadow: 04px 3px 4px rgba(0, 0, 0, 0.25);
}

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

    #sismil-LP .fv {
        background-position: top center;
        background-image: url(../../img/lp-sismil/sismil-bg-sp.webp);
    }

    #sismil-LP .fv-text .left,
    #sismil-LP .fv-text .right {
        width: 100%;
    }

}

/*seamlessSection*/
#sismil-LP .seamlessSection .flex2 .box:last-child {
    padding: 30px;
    background-color: #FAFAFA;
}

#sismil-LP .listNum li {
    position: relative;
    padding: 0 0 60px 60px;
    background: url(../../img/lp-sismil/down.svg) no-repeat top 70px left 6px;
    background-size: 26px;
}

#sismil-LP .listNum li:last-child {
    padding: 0 0 0 60px;
    background: none;
}

#sismil-LP .listNum .num {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #FFE600;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    
    #sismil-LP .seamlessSection .flex2 .box:last-child {
        padding: 30px 20px;
    }

    #sismil-LP .listNum li {
        padding: 5px 0 20px 60px;
    }

    #sismil-LP .listNum li:last-child {
        padding: 4px 0 0 60px;
    }

}

/*seamlessSection*/
#sismil-LP .screenSection .flex2 .box .title {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 500;
    text-align: left;
}

#sismil-LP .screenSection .flex2 .box {
    padding-right: 0;
}

#sismil-LP .listCheck {
    column-gap: 20px;
    row-gap: 20px;
    padding: 50px 30px;
    margin-top: 30px;
    border: 1px solid #305592;
    background-color: #fff;
}

#sismil-LP .listCheck li {
    position: relative;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 500;
    padding-left: 35px;
    background: url(../../img/lp-sismil/check.svg) no-repeat top 5px left;
    background-size: 24px;
    width: calc(50% - 10px);
}

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

    #sismil-LP .screenSection .flex2 .box .title {
        font-size: clamp(16px, 2vw, 22px);
    }

    #sismil-LP .listCheck {
        row-gap: 10px;
        padding: 30px 20px;
        margin-top: 20px;
    }

    #sismil-LP .listCheck li {
        background-position: top 3px left;
        width: 100%;
    }

}

/*caseSection*/
#sismil-LP .caseSection {
    padding-bottom: 0;
}

#sismil-LP .caseSection .flex3 {
    justify-content: center;
}

#sismil-LP .caseSection .flex3 .box {
    padding: 0 0 15px 0;
    overflow: hidden;
}

#sismil-LP .caseSection .flex3 .box .title,
#sismil-LP .caseSection .flex3 .box .listCheckSimple {
    padding: 0 10px;
}

#sismil-LP .caseSection .flex3 .box .title {
    text-align: center;
}

#sismil-LP .caseSection .flex3 .box .img {
    margin-bottom: 15px;
}

#sismil-LP .listCheckSimple li {
    position: relative;
    font-weight: 500;
    padding-left: 25px;
    background: url(../../img/lp-sismil/check2.svg) no-repeat top 1px left;
    background-size: 25px;
}