@charset "UTF-8";
/* =======================================
ファイル出力　LPページ　2026/05/20 14:00更新
======================================= */
:root {
  --main-orange: #f57343;
  --gradation-pink: linear-gradient(135deg, #ec4798, #ff8949);
  --gradation-orange: linear-gradient(135deg, #ff8f62, #ee5143);
  --shadow-large: 0 4px 24px rgba(0, 0, 0, 0.25);
  --shadow-small: 0 4px 4px rgba(0, 0, 0, 0.25);
  --shadow-card: 0 10px 28px rgba(0, 0, 0, 0.06);
}

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

.main {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;

  a {
    transition: all 0.25s ease-in-out;

    &:hover {
      transform: scale(1.1);
    }
  }
	@media screen and (max-width: 780px) {
		font-size: 0.875rem;
	}
}

p {
  margin: 0;
  font-weight: 300;
  line-height: 1.5;
}

h3 {
  margin: 0;
  line-height: 1.25;
}

li {
  line-height: 1.25;
}

figure {
  margin: 0;
}

.section,
section {
  width: 100%;
  max-width: 1440px;
  margin: 100px 0;

  @media screen and (max-width: 1480px) {
    padding: 0 40px;
  }
  @media screen and (max-width: 780px) {
	  width: 100vw;
    margin: 50px 0;
    padding: 0 15px;
  }
}

.section-bg-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

[class^="export_"][class$="_head"],
[class*=" export_"][class$="_head"],
[class^="export_"][class*="_head "],
[class*=" export_"][class*="_head "] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
	@media screen and (max-width: 780px) {
		margin-bottom: 40px;
	}

  .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  * {
    width: fit-content;
    margin: 0;
  }

  .export_head_en {
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.4rem;
  }

  h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 2.25rem;
    line-height: 1.25;
	  @media screen and (max-width: 780px) {
		  font-size: 24px;
	  }

    &::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 72px;
      height: 3px;
      background: var(--gradation-pink);
      border-radius: 10px;
      transform: translateX(-50%);
    }
  }

  p:nth-of-type(2) {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}

.cross-bg {
  background-image: url('../images/lp_export/lp_export_crosslineBg.svg');
  background-repeat: repeat;
  background-size: 60px 90px;
}

/* ---------------------------------------------------- */
/* FV                                                   */
/* ---------------------------------------------------- */
.export_fv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  overflow: hidden;
  background: 
    linear-gradient(110deg, transparent 0%, transparent 53%, #ff8f6a 53%, #e3522a 100%) center / 100% 100% no-repeat,
    url('../images/lp_export/lp_export_crosslineBg.svg') left top / 60px 90px repeat #fff;
  background-blend-mode: normal;
	@media screen and (max-width: 780px) {
		background: 
		linear-gradient(160deg, transparent 0%, transparent 53%, #ff8f6a 53%, #e3522a 100%) center / 100% 100% no-repeat,
		url('../images/lp_export/lp_export_crosslineBg.svg') left top / 60px 90px repeat #fff;
	}
	section {
		@media screen and (max-width: 780px) {
			margin-top: 30px;
		}
	}
}

.export-fv-inner > div {
  display: flex;
  align-items: center;
  width: 100%;
  margin: min(8vw, 100px) 0;
  gap: min(4vw, 50px);
	@media screen and (max-width: 780px) {
		flex-direction: column;
	}
}

.export-fv-inner > div > .wp-block-group {
  flex: 1;
}

.export_fv_left {
	@media screen and (max-width: 780px) {
		    width: 100%;
	}
}

.export_fv_left > div {
  display: flex;
  flex-direction: column;
  gap: min(2.8vw, 40px);
	@media screen and (max-width: 780px) {
		gap: 20px;
	}
}

.export-fv-inner .wp-block-group__inner-container > * {
  margin: 0 !important;

  h1 {
    margin-top: min(1.4vw, 20px) !important;
    font-size: min(3.8vw, 3.5rem);
	  @media screen and (max-width: 780px) {
		font-size: 8vw;
		  margin-top: 20px !important;
	}
  }
}

.export_fv_tag {
  width: fit-content;
  padding: 1px;
  background: var(--gradation-pink);
  border-radius: 20px;
  font-size: min(1.2vw, 1.25rem);
	@media screen and (max-width: 780px) {
		font-size: 1rem;
	}

  strong {
    display: block;
    width: fit-content;
    padding: min(0.4vw, 6px) min(1.2vw, 20px);
    background: #fff;
    border-radius: 20px;
	  @media screen and (max-width: 780px) {
		  padding: 4px 10px;
	  }
  }
}

.export_fv_cardwrap {
  gap: 15px;
	@media screen and (max-width: 780px) {
		gap: 10px;
	}
}

.export-fv-inner .wp-block-group__inner-container .hero_feature_card {
  height: 100%;

  figure {
    display: flex;
    align-content: center;
    justify-content: center;
    width: fit-content;
    margin-bottom: 20px !important;
    aspect-ratio: 1 / 1;
	  @media screen and (max-width: 780px) {
		  height: 32px;
	  }
  }

  h3 {
    margin-bottom: 10px !important;
    font-size: min(2.35vw, 1.125rem);
  }
	@media screen and (max-width: 780px) {
		padding: 20px 10px !important;
		h3 {
			font-size: 16px;
		}
		p {
			font-size: 12px;
		}
	}
}

.export_fv a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px !important;
  height: 70px;
  padding: 0 !important;
  box-shadow: var(--shadow-small);
  font-size: 1.25rem;
}

.export-fv-inner > div > figure {
  flex: 1;
  box-shadow: var(--shadow-large);
}

.export_fv_buttonwrap {
  gap: 20px;
	@media screen and (max-width: 780px) {
		gap: 10px;
	}
}

/* ---------------------------------------------------- */
/* Feature                                              */
/* ---------------------------------------------------- */
.export_feature_wrapper {
  margin-bottom: 0;
  gap: 24px;
}

.export_feature_card {
  position: relative;
  height: 100%;
  padding: 38px;
  border-radius: 20px;
  box-shadow: var(--shadow-card);

  .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  * {
    margin: 0;
  }

  h3 {
    font-size: 1.5rem;
  }

  p {
    font-weight: 300;
    line-height: 1.5;
  }

  ul {
    display: flex;
    flex-direction: column;
    padding-left: 22px;
    gap: 20px;
  }

  li {
    padding-left: 10px;
    list-style-image: url('../images/lp_export/liststyle_check01.svg');
  }
}

.export_feature_imagewrap {
  position: relative;
  width: 70%;
	@media screen and (max-width: 780px) {
		width: 100%;
	}
}

.export_feature_point {
  margin: 0 -20px -20px !important;
  padding: 10px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500 !important;
  text-align: center;
	@media screen and (max-width: 780px) {
		position: relative;
	}
}

.export_feature_image {
	position: absolute;
	right: -50px;
	bottom: 0;
	height: 120%;
	max-height: 40vw;
	aspect-ratio: 3 / 2;
	box-shadow: var(--shadow-large);
  transform: translateX(100%);
  border-radius: 10px;
	@media screen and (max-width: 780px) {
		display: none;
	}

  img {
    height: 100%;
  }
}

/* ---------------------------------------------------- */
/* Flow                                                 */
/* ---------------------------------------------------- */
.export_flow_wrapper {
  margin-bottom: 0;
  background-image: linear-gradient(0deg, transparent 0%, transparent 42%, var(--main-orange) 42%, var(--main-orange) 58%, transparent 58%, transparent 100%);
}

.export_flow_cardwrapper {
  position: relative;
}

.export_flow_card {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--shadow-card);

  .wp-block-image {
    height: 280px;
    overflow: hidden;
	  @media screen and (max-width: 780px) {
		  height: 200px;
	  }
  }

  figure {
    display: contents !important;
    height: 100%;
  }

  img {
    height: 100%;
    object-fit: cover;
  }
}

.export_flow_textwrap {
  .wp-block-group__inner-container {
    padding: 30px 30px 40px;
  }

  h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    gap: 20px;
  }

  span {
    color: var(--main-orange);
    font-family: 'Manrope', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    font-optical-sizing: auto;
    word-break: keep-all;
  }
}

.export_flow_point {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 8px;
  transform: translateY(-50%);

  .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
  }

  p {
    font-size: 0.875rem;
    line-height: 1.25;
  }
}

/* ---------------------------------------------------- */
/* Difference                                           */
/* ---------------------------------------------------- */
.export_difference_wrapper {
  gap: 0;
}

.export_difference_card {
  height: 100%;

  > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 70px;
	  @media screen and (max-width: 780px) {
		  padding: 20px;
	  }

    .wp-block-group > .wp-block-group__inner-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 40px;
    }
  }

  figure {
    width: 80%;
    max-width: 400px;

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

  ul {
    display: flex;
    flex-direction: column;
    width: fit-content;
    padding-left: 22px;
    gap: 20px;
	  @media screen and (max-width: 780px) {
		  margin-bottom: 20px;
	  }
  }

  li {
    width: fit-content;
    font-size: 1.25rem;
    font-weight: bold;
	  @media screen and (max-width: 780px) {
		  font-size: 16px !important;
	  }
  }
}

.export_difference_card_title {
  width: 282px;
  padding: 8px;
  font-size: 1.5rem;
	@media screen and (max-width: 780px) {
		font-size: 18px;
	}
}

.export_difference_card_before {
  li {
    padding-left: 10px;
    font-size: 1.25rem;
    font-weight: bold;
    list-style-image: url('../images/lp_export/liststyle_graydot01.svg');
  }
}

.export_difference_card_after {
  padding: 8px;
  background-image: var(--gradation-pink);

  > .wp-block-group__inner-container {
    height: 100%;
    background: #fff;
  }

  ul {
    padding-left: 0;
  }

  li {
    padding-left: 34px;
    background: url('../images/lp_export/liststyle_check02.svg') no-repeat;
    list-style: none;
  }
}

.export_difference_result {
  width: 100%;
  padding: 12px 0;
  border-radius: 8px;

  p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    gap: 10px;
  }

  strong {
    font-size: 2rem;
    font-weight: 800;
  }
}

.export_difference_result_before {
  border: 1px solid #84a0c7;
}

/* ---------------------------------------------------- */
/* Contact                                              */
/* ---------------------------------------------------- */
.contact {
  > .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
}

.export_contact {
  margin: 80px 0;
	@media screen and (max-width: 780px) {
		margin: 60px 0;
	}

  h2 {
    margin: 20px 0;
    font-size: min(3vw, 3rem);
	  @media screen and (max-width: 780px) {
		  font-size: 24px;
	  }
  }

  p {
    font-size: min(1.5vw, 1.5rem);
    font-weight: 400;
	  @media screen and (max-width: 780px) {
		  font-size: 14px;
	  }
  }

  a {
    box-shadow: var(--shadow-small);
    font-size: min(2vw, 2rem);
    font-weight: 700;
	  @media screen and (max-width: 780px) {
		  font-size: 20px;
	  }
  }
}

.export_contact_subtitle {
  font-family: 'Inter', sans-serif !important;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
	@media screen and (max-width: 780px) {
		font-size: 16px;
		font-weight: 700 !important; 
	}
}

.export_contact_wrapper {
  margin: 0;
}

/* ---------------------------------------------------- */
/* Use Case                                             */
/* ---------------------------------------------------- */
.export_usecase_wrapper {
  margin-bottom: 0;
}

.export_usecase_card {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--shadow-card);

  .wp-block-image {
    height: 280px;
    overflow: hidden;
	  @media screen and (max-width: 780px) {
		  height: 200px;
	  }
  }

  figure {
    display: contents !important;
    height: 100%;
  }

  img {
    height: 100%;
    object-fit: cover;
  }
}

.export_usecase_text {
  margin: 0;

  > .wp-block-group__inner-container {
    padding: 2.5rem;
  }

  h3 {
    margin-bottom: 1.5em;
    font-size: 1.5rem;
  }
}

.export_usecase_tagwrapper {
  margin-top: 1.25rem;
}

.export_usecase_tags {
  padding: 5px 15px;
  font-size: 0.875rem;
}

/* ---------------------------------------------------- */
/* File Output                                          */
/* ---------------------------------------------------- */
.export_fileoutput_cardwrapper {
  > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
	  @media screen and (max-width: 780px) {
		  flex-direction: column;
	  }
  }
}

.export_fileoutput_card {
  height: 350px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow-card);
	@media screen and (max-width: 780px) {
		height: fit-content;
	}

  > .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
	  @media screen and (max-width: 780px) {
		  flex-direction: column;
	  }
  }
}

.export_fileoutput_card_image {
  flex: 1;
}

.export_fileoutput_card_text {
  flex: 1;
	@media screen and (max-width: 780px) {
		width: 100%;
	}
  > .wp-block-group__inner-container {
    align-items: flex-start;
    padding: 0 60px;
	  @media screen and (max-width: 780px) {
		  padding: 40px 30px 20px;
	  }
  }
}

.export_fileoutput_titlewrap {
  margin-bottom: 30px;
	@media screen and (max-width: 780px) {
		margin-bottom: 20px;
	}

  > .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  h3 {
    font-size: 2rem;
    font-weight: 700;
  }
	@media screen and (max-width: 780px) {
		h3 {
			font-size: 22px;
		}
		img{
			height: 50px;
		}
	}
}

.export_fileoutput_title {
  > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.export_fileoutput_sub {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700;
  line-height: 0.7;
  letter-spacing: 0.2rem;
}

/* ---------------------------------------------------- */
/* Function                                             */
/* ---------------------------------------------------- */

/* 非表示 */
.export_function {
  display: none !important;
}

.export_function_cardwrapper {
  > .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
	  @media screen and (max-width: 780px) {
		  flex-direction: column;
	  }
  }
}

.export_function_card {
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--shadow-card);

  > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.75rem;
    gap: 20px;
  }

  h3 {
    font-size: 1.5rem;
  }
}

.export_function_image {
  height: 60px;
  padding: 10px 0;

  img {
    height: 100%;
  }
}

/* ---------------------------------------------------- */
/* Trust / Tab                                          */
/* ---------------------------------------------------- */
.tab_cardwrapper {
  margin-top: 90px;
}

.tabcard_inner {
  position: relative;
  padding: 60px 40px 50px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0 6px 10px 0 rgba(12, 72, 116, 0.16);

  @media screen and (max-width: 780px) {
    padding: 40px 20px 30px;
  }

  ul {
    display: flex;
    flex-direction: column;
    padding-left: 22px;
    gap: 20px;

    strong {
      display: block;
      margin-bottom: 5px;
      font-size: 1.125rem;
      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 {
  position: absolute;
  top: -42px;
  left: -1px;
  width: fit-content;
  padding: 6px 65px 6px 21px;
  border-start-start-radius: 10px;
  font-size: 1.25rem;
  
  -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) {
    top: -36px;
    left: -1px;
    font-size: 1rem !important;
    -webkit-mask-size: calc(100% - 60px) 100%, 44px 100%;
    -webkit-mask-position: 0 0, calc(100% - 22px) 0;
    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 {
  padding: 18px;
  border: 1px solid #2ab4f2;
  border-radius: 10px;
}

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