@charset "UTF-8";
/* =======================================
AIエージェント LPページ　2026/01/29 12:00更新
======================================= */
/* 全般 ------------------------------------------------------------ */

.page {
  /* 2026/01/28 AIエージェントLPページのみスクロールできない問題が発生したため、追加 */
  overflow-x: unset !important;
}

.main {
	background: url('../images/lp_agent/agent_fv_bgL.svg'), url('../images/lp_agent/agent_fv_bgR.svg');
  background-repeat: no-repeat;
  background-position: -30vh 0, 150vh 0;
  background-size: auto 100vh;
  background-attachment: fixed;
  /* 2026/01/28 AIエージェントLPページのみスクロールできない問題が発生したため、追加 */
  overflow-x: hidden;
  overflow-y: clip;
}

.wrapper {
  /* width: unset !important;
  max-width: 100vw !important; */
}

.wp-block-image {
  width: fit-content !important;
}

.lptemp_heading__title {
  &::after {
	  display: none;
  }
}



h2 {
  font-size: 40px;
  @media screen and (max-width: 1280px) {
    font-size: 3.333vw;
  }
  @media screen and (max-width: 780px) {
    font-size: 8vw; /* 仮 */
  }
}

h2 mark {
  display: inline-block;
}

h3 {
  line-height: 1.5;
  word-break: keep-all;
}

p {
  @media screen and (max-width: 780px) {
    font-size: 14px !important;
  }
}

footer {
  margin-top: 0 !important;
}

.lptemp_heading__inner {
  margin-top: 80px !important;
  @media screen and (max-width: 1280px) {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  @media screen and (max-width: 780px) {
    margin-top: 40px;
    margin-bottom: 30px;
  }

}

.lptemp_card {
  @media screen and (max-width: 780px) {
    padding: 40px 40px !important;
  }
}

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

.sp_only {
	display: none;
	@media screen and (max-width: 780px) {
    	display: block;
	}
}


/* FV -------------------------------------------------------------- */

.fv_section {
	width: 100%;
}

.fv_section > div {
	display: flex;
    justify-content: center;
}

.fv_wrapper {
    width: 100%;
    max-width: 80%;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: clamp(4.8vw, 70px, 70px);
	margin-bottom: 100px;
	position: relative;
	display: flex;
    flex-direction: column;
  @media screen and (max-width: 1200px) {
    max-width: 100%;
	padding: 0 30px;
  }
}


.fv_main {
	display: flex;
	flex-direction: column;
    gap: clamp(20px, 2.8vw, 32px);
	text-shadow: 0 0 8px #fff;
	strong {
		text-shadow: none;
	}
	@media screen and (max-width: 1200px) {
    	max-width: 100%;
	}
}

.fv_main_text {
	margin-left: -0.6em;
	margin-bottom: 8px;
	line-height: 1.3;
	font-size: clamp(45px, 4vw, 4vw);
}

.fv_sub_text {
	font-size: clamp(24px, 1vw, 1.4vw);
}

.fv_button_wrap {
  margin-left: 5vw !important;
	@media screen and (max-width: 960px) {
    margin-left: 0 !important;
		display: flex;
		justify-content: center !important;
	}
}


.fv_image {
    position: absolute;
    top: -20px;
    bottom: 0;
    right: 0;
	height: 100%;
    width: 40% !important;
    min-width: 420px;
    z-index: -1;
	filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
	display: flex;
    justify-content: center;
	figure {
		height: inherit;
		display: flex;
		align-items: center;
	}
	@media screen and (max-width: 960px) {
    	position: relative;
	}
}

.fv_section {
  position: relative;
  @media screen and (max-width: 780px) {
    flex: 1;
    background-position: 0% 0%, 245% 120%;
    background-size: 100%, 80%;
  }
}

.fv_bg {
    position: absolute;
    z-index: -2;
    width: 120%;
    top: 2vw;
    left: -18%;
}

.fv_wrapper h1 {
	@media screen and (max-width: 780px) {
		text-align: center !important;
	}
}

h1 span {
  background: linear-gradient(90deg, #49CE6D, #179D73);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}

.fv_btn {
  transition: transform 0.2s ease;
  &:hover {
    transform: scale(1.1) !important;
  }
}

/* ポイント -------------------------------------------------------------- */
.agent_point {
	padding: 0 40px !important;
	@media screen and (max-width: 780px) {
		padding: 0 15px !important;
	}
	h2 {
		line-height: 1.5;
		span {
			color: #fff;
			font-weight: bold;
			background: linear-gradient(0deg, #49CE6D, #179D73);
            display: inline-flex;
            padding: 0 2px 3px 0;
            height: calc(1em + 0.1em);
            align-items: center;
            justify-content: center;
            width: fit-content;
		}
	}
}

.agent_point > div {
  width: 100%;
  max-width: 1200px;
}

.agent_point_wrapper {
	margin: clamp(70px, 70px, 10vw) 0;
  gap: 1em !important;
}

.agent_point_cardwrap {
	display: flex;
    gap: 20px;
    flex-direction: column;
}

.agent_point_card {
	position: relative;
    padding: 40px;
    border-radius: 10px;
	figure {
    position: absolute;
    top: -10px;
    right: 0;
	}
	img {
		width: min(10vw, 120px) !important;
		@media screen and (max-width: 780px) {
			width: 15vw !important;
		}
	}
}

/* ビフォーアフター -------------------------------------------------------------- */

.agent_ba {
    display: flex;
    justify-content: center;
	align-items: flex-end !important;
	margin-bottom: 80px;
	margin-top: clamp(90px, 90px, 90px);
}

.agent_ba h3 {
	position: relative;
	width: calc(100% - 20px);
	margin-bottom: 30px;
}

.agent_ba h3:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	width: clamp(13px, 13px, 13px);
	height: 100%;
	background: linear-gradient(0deg, #49CE6D, #179D73);
}

.agent_ba:nth-of-type(2n+1) {
	@media screen and (max-width: 780px) {
	flex-direction: column-reverse;
	}
}

.agent_ba_img {
	@media screen and (max-width: 780px) {
		display: flex !important;
        justify-content: center;
	}
}

.agent_ba_textwrap:nth-of-type(2n+1) h3 {
	margin-left: 20px;
}

.agent_ba_textwrap:nth-of-type(2n+1) h3:after {
	left: -20px;
}

.agent_ba_textwrap:nth-of-type(2n) h3 {
	text-align: end;
	margin-right: 20px;
}

.agent_ba_textwrap:nth-of-type(2n) h3:after {
	right: -20px;
}


.agent_ba_textwrap {
	max-width: 640px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.agent_ba_textwrap:nth-of-type(2n+1) {
		margin-left: 60px;
	@media screen and (max-width: 780px) {
		margin: 0 15px !important;
	}
}
.agent_ba_textwrap:nth-of-type(2n) {
		margin-right: 60px;
	@media screen and (max-width: 780px) {
		margin: 0 15px !important;
	}
}



.agent_ba_before {
	position: relative;
	padding: 30px 0;
	border-radius: 12px;
	width: 100%;
	margin-bottom: 8px;
}

.agent_ba_beforelabel {
	display: block;
    width: fit-content;
    padding: 0 12px;
    position: absolute;
    top: 0;
    left: 0;
}

.agent_ba_after {
	width: 100%;
	padding: 30px 20px 20px;
	border-radius: 12px;
	border: solid 1px #46BE94;
	margin-top: 8px;
	
}

.agent_ba_afterlabel {
	
}

.agent_ba figure {
	max-width: 400px;
	
}

/* cta03 -------------------------------------------------------------- */

.cta03_wrapper {
  color: white;
  text-decoration: none;
  padding: 50px 72px;
  margin: 60px auto;
  width: 100%;
  max-width: 1120px;
  position: relative;
  border: 1px solid #1F74E9 !important;
  border-radius: 40px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url('../images/lp_gijiroku/cta03_bg.svg'), linear-gradient(135deg, #0FA2E9 0%, #2762E9 100%);
  background-repeat: repeat, no-repeat;
  background-position: 0 0, 0 0;
  background-size: 40px 40px, 100% 100%;
  background-blend-mode: screen, normal;
  overflow: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;

  &:hover {
    transform: scale(1.02) !important;
    .cta03_btn {
      transform: scale(1.02) !important;
    }
  }

  @media screen and (max-width: 1280px) {
    margin: 60px 3% !important;
    width: 90%;
  }

  @media screen and (max-width: 780px) {
    flex-direction: column;
    padding: 40px 15px !important;
    margin: 40px 15px !important;
    border-radius: 20px !important;
  }
}



.cta03_inner_left {
  flex: 1;
  @media screen and (max-width: 780px) {
    margin-bottom: 20px;
    word-break: auto-phrase;
    text-align: center;
  }
}

.cta03_header {
  margin-bottom: 10px !important;
  word-break: break-word;
  line-height: 1.2;
}

.cta03_text {
}

.cta03_inner_right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta03_btn {
  display: flex;
  align-items: center;
  border: 1px solid #F2991F;
  text-shadow: 0px 0px 8px #d95b00;
  box-shadow: 1px 3px 9px #5455a7;
  background: linear-gradient(130deg, #fcbd10 0%, #f46904 100%);
  border-radius: 60px;
  /* padding: 24px 32px; */
  padding: 24px 72px;
  transition: transform 0.2s ease !important;
  @media screen and (max-width: 780px) {
    padding: 24px 32px;
  }
}

.cta03_btn p {
  @media screen and (max-width: 780px) {
    font-size: 5vw !important;
    word-break: auto-phrase;
    text-align: center;
  }
}


.cta03_arrow {
  width: 24px;
  height: 24px;
  margin-left: 30px;
  @media screen and (max-width: 780px) {
    margin-left: 10px;
  }
}

/* 料金・セキュリティ -------------------------------------------------------------- */

.tabcard_wrapper {
  @media screen and (max-width: 780px) {
    gap: 60px !important;
  }
}

.tabcard_inner {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0 6px 10px 0 rgba(12, 72, 116, 0.16);
  padding: 60px 40px 50px;
  @media screen and (max-width: 780px) {
    padding: 40px 20px 30px;
  }

  ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 22px;
    strong {
      display: block;
      margin-bottom: 5px;
      font-size: 18px;
      line-height: 1.6;
      word-break: auto-phrase;
      @media screen and (max-width: 1280px) {
        font-size: 1.5vw;
      }
      @media screen and (max-width: 780px) {
        font-size: 4.267vw; /* 仮 */
      }
    }
  }
  li {
    padding-left: 8px;
  }

  hr {
    margin: 30px 0;
    @media screen and (max-width: 780px) {
      margin: 20px 0;
    }
  }
}

.tabcard_label {
  font-size: 20px;
  position: absolute;
  width: fit-content;
  padding: 6px 65px 6px 21px;
  top: -42px;
  left: -1px;
  border-start-start-radius: 10px;
  /* mask-imageで長方形+tab_label_tail.svgの形に切り取る */
  -webkit-mask-image: 
  linear-gradient(to right, black 0%, black 100%, transparent 100%),
    url(../images/common/tab_label_tail.svg);
  -webkit-mask-size: calc(100% - 54px) 100%, 44px 100%;
  -webkit-mask-position: 0 0, calc(100% - 12px) 0;
  -webkit-mask-repeat: 
    no-repeat,
    no-repeat;
  mask-image: 
    linear-gradient(to right, black 0%, black 100%, transparent 100%),
    url(../images/common/tab_label_tail.svg);
  mask-size: calc(100% - 54px) 100%, 44px 100%;
  mask-position: 0 0, calc(100% - 12px) 0;
  mask-repeat: 
    no-repeat,
    no-repeat;
  @media screen and (max-width: 780px) {
    font-size: 16px !important;
    top: -36px;
    left: -1px;
    mask-size: calc(100% - 60px) 100%, 44px 100%;
    mask-position: 0 0, calc(100% - 22px) 0;
  }
}

.fee-card {
  border-color: #2AB4F2;
  @media screen and (max-width: 780px) {
    p {
      word-break: auto-phrase;
    }  
  }

  li {
    list-style-image: url('../images/common/check_blue_gradation.svg');
  }
}

.security-card {
  border-color: #39CA56;
  li {
    list-style-image: url('../images/common/lock_lime_gradation.svg');
  }
}

.fee_strong {
  border: 1px solid #2AB4F2;
  border-radius: 10px;
  padding: 18px;
}

/*# sourceMappingURL=page_lp_agent.css.map */