@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
  color: inherit;
  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

@media screen and (min-width: 681px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.space {
  margin: 0 0 0 -0.5em;
}

/* 基本
***************************************************************/
html {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #111;
}

main {
  margin-top: 80px;
  overflow: hidden;
}

a {
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  body {
    min-width: 1200px;
  }
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 4.1025641026vw;
  }
  main {
    margin-top: 16.4102564103vw;
  }
}
/* フォント
***************************************************************/
.oswald {
  font-family: "Oswald", sans-serif;
}

/* テキストカラー
***************************************************************/
.col_1 {
  color: #00809A;
  font-weight: bold;
  display: inline;
}

/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1180px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

section {
  padding: 100px 0;
}

@media screen and (max-width: 680px) {
  .inner {
    width: 100%;
    padding: 0 5.1282051282vw;
  }
  section {
    padding: 10.2564102564vw 0;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 装飾
***************************************************************/
.underline {
  font-weight: bold;
  display: inline;
}

.underline span {
  background: linear-gradient(transparent 60%, #F6F300 60%);
  display: inline;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  text-align: center;
}

.section_title span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #1075BB;
  line-height: 1.2;
  padding: 4px 15px;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 2.5641025641vw;
  }
  .section_title .ja {
    font-size: 6.1538461538vw;
  }
  .section_title .ja::before {
    bottom: -5.1282051282vw;
    width: 6.6666666667vw;
  }
}
.cta {
  background-image: url(../../images/digital/front/cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.cta_link {
  text-align: center;
  max-width: 680px;
  width: 100%;
  background: #FF9000;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  padding: 15px 0 20px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cta_link::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../../images/digital/icon/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 160px;
  transform: translate(0, -50%);
}

.cta_link::after {
  content: "";
  display: inline-block;
  width: 218px;
  height: 94px;
  background-image: url(../../images/digital/front/octlink-c500.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -79px;
  bottom: -40px;
}

.cta_link .t1 {
  font-size: 40px;
}

.cta_link .t2 {
  font-size: 24px;
}

@media screen and (max-width: 680px) {
  .cta {
    background-image: url(../../images/digital/front/cta_bg_sp.svg);
    padding: 15.3846153846vw 0 20.5128205128vw;
  }
  .cta_link {
    max-width: 89.7435897436vw;
    font-size: 4.6153846154vw;
    padding: 1.2820512821vw 0 2.5641025641vw;
    line-height: 1.4;
    margin: 0 auto;
  }
  .cta_link::before {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    right: 2.0512820513vw;
  }
  .cta_link::after {
    display: none;
  }
  .cta_link .sp_text {
    font-size: 3.3333333333vw;
  }
}
/* 下層ページ FV
***************************************************************/
.page_fv_title {
  font-size: 40px;
  font-weight: 700;
  width: 300px;
  line-height: 100%;
}

.page_fv_title span {
  line-height: 100%;
  display: block;
  font-size: 20px;
  font-weight: 400;
  border-top: 1px solid #111;
  padding-top: 16px;
  margin-top: 20px;
}

.page_fv_text {
  background: rgba(16, 117, 187, 0.05);
  padding: 15px 30px;
  margin-top: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 680px) {
  .page_fv_title {
    font-size: 7.6923076923vw;
    width: 76.9230769231vw;
  }
  .page_fv_title span {
    font-size: 4.6153846154vw;
    padding-top: 2.0512820513vw;
    margin-top: 2.5641025641vw;
  }
  .page_fv_text {
    padding: 2.0512820513vw 3.8461538462vw;
    margin-top: 5.1282051282vw;
    font-size: 3.3333333333vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 17px 0;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(85, 85, 85, 0.1);
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 40px;
}

.header_logo {
  width: 221px;
}

.toggle-menu {
  display: none;
}

.header_nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.75px;
}

.tel::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/digital/icon/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}

.tel span {
  font-size: 20px;
}

.header_contact {
  display: none;
}

.page-id-637 .header_contact,
.page-id-758 .header_contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

.page-id-637 .header_contact a,
.page-id-758 .header_contact a {
  font-size: 15px;
  line-height: 1.6;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #111;
  border-radius: 60px;
  transition: 0.3s;
  width: 160px;
  font-weight: bold;
}

.header_contact a.col {
  color: #fff;
  background: #FF9000;
  border: 1px solid #FF9000;
}

@media screen and (max-width: 680px) {
  header {
    padding: 0;
  }
  .header_inner {
    display: block;
    margin: 0 2.5641025641vw 0 5.1282051282vw;
  }
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1000;
  }
  .header_logo {
    width: 41.0256410256vw;
  }
  .header_sp_menu {
    display: flex;
    align-items: center;
    gap: 2.0512820513vw;
  }
  .header_sp_menu_tel {
    width: 7.6923076923vw;
  }
  .toggle-menu {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 16.4102564103vw;
    height: 16.4102564103vw;
  }
  .toggle-menu .toggle-line {
    position: absolute;
    inset: 0;
    display: block;
    width: 9.7435897436vw;
    height: 1.0256410256vw;
    margin: auto;
    text-indent: -2563.8461538462vw;
    background-color: #1075BB;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    position: absolute;
    left: 0;
    width: 9.7435897436vw;
    height: 1.0256410256vw;
    content: "";
    background-color: #1075BB;
    transition: 0.3s;
  }
  .toggle-menu .toggle-line::before {
    top: -3.0769230769vw;
    animation: menu-barTop 0.6s forwards;
  }
  .toggle-menu .toggle-line::after {
    top: 3.0769230769vw;
    animation: menu-barBottom 0.6s forwards;
  }
  .open .toggle-menu {
    transition: all 0.5s linear 1s;
  }
  .open .toggle-menu .toggle-line {
    height: 0;
    background-color: #000;
  }
  .open .toggle-menu .toggle-line::before {
    top: 0;
    transform: rotate(-45deg);
    animation: active-menu-barTop 0.6s forwards;
  }
  .open .toggle-menu .toggle-line::after {
    top: 0;
    transform: rotate(45deg);
    animation: active-menu-barBottom 0.6s forwards;
  }
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding: 28.2051282051vw 11.5384615385vw 25.641025641vw;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s ease-out;
    gap: 0;
  }
  .open .header_nav {
    overflow: auto;
    transform: translateX(0);
  }
  .tel {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.0512820513vw;
    font-size: 3.8461538462vw;
    line-height: 1.6;
  }
  .tel::before {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
  .tel span {
    font-size: 6.1538461538vw;
  }
  .page-id-637 .header_contact,
  .page-id-758 .header_contact {
    flex-flow: column;
    align-items: center;
    gap: 4.1025641026vw;
    border-top: 1px solid #E3E3E3;
    margin-top: 9.2307692308vw;
    padding-top: 9.2307692308vw;
    width: 100%;
  }
  .page-id-637 .header_contact a,
  .page-id-758 .header_contact a {
    font-size: 4.6153846154vw;
    padding: 3.5897435897vw 0;
    width: 76.9230769231vw;
    position: relative;
  }
  .header_contact a::before {
    content: "";
    display: inline-block;
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    background-image: url(../../images/digital/icon/icon_arrow_menu_black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 4.8717948718vw;
    transform: translate(0, -50%);
  }
  .header_contact a:nth-of-type(2)::before,
  .page-id-758 .header_contact a::before {
    background-image: url(../../images/digital/icon/icon_arrow_menu_white.svg);
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  padding: 80px 0 20px;
}

footer .inner {
  display: none;
}

.page-id-637 footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_logo {
  width: 220px;
}

.footer_nav {
  text-align: right;
}

.footer_navList {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer_navItem a {
  font-size: 15px;
  font-weight: 500;
}

.footer_contact {
  border: 1px solid #111;
  line-height: 1.2;
  border-radius: 60px;
  padding: 8px 35px;
}

.footer_nav .tel {
  margin-top: 20px;
  justify-content: flex-end;
}

.footer_nav_link {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  margin-top: 28px;
  line-height: 1.2;
  padding-top: 12px;
}

.footer_nav_link::before {
  content: "";
  display: inline;
  width: 200px;
  border-top: 1px solid #111;
  position: absolute;
  right: 0;
  top: 0;
}

.copyright {
  font-size: 13px;
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 681px) {
  footer a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
@media screen and (max-width: 680px) {
  footer {
    padding: 10.2564102564vw 0 3.0769230769vw;
  }
  .page-id-637 footer .inner {
    flex-flow: column;
    gap: 10.2564102564vw;
  }
  .footer_logo {
    width: 41.0256410256vw;
  }
  .footer_navList {
    flex-flow: column;
    align-items: flex-end;
    gap: 4.1025641026vw;
  }
  .footer_navItem a {
    font-size: 3.8461538462vw;
  }
  .footer_contact {
    border-radius: 15.3846153846vw;
    padding: 2.0512820513vw 8.9743589744vw;
  }
  .footer_nav .tel {
    margin-top: 10.2564102564vw;
  }
  .footer_nav_link {
    font-size: 3.8461538462vw;
    margin-top: 4.1025641026vw;
    padding-top: 3.0769230769vw;
  }
  .footer_nav_link::before {
    width: 70.5128205128vw;
  }
  .copyright {
    font-size: 2.8205128205vw;
    margin-top: 15.3846153846vw;
  }
}
/* ===================================================
トップページ
=================================================== */
.digital {
  /* FV
  ***************************************************************/
  /* About
  ***************************************************************/
  /* section2
  ***************************************************************/
  /* section3
  ***************************************************************/
  /* section4
  ***************************************************************/
  /* section5
  ***************************************************************/
  /* section6
  ***************************************************************/
  /* section7
  ***************************************************************/
  /*アイコンの＋と×*/
}
.digital .fv {
  padding: 108px 0 94px;
  background-image: url(../../images/digital/front/fv_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.digital .fv .inner {
  position: relative;
}
.digital .fv_mainContent_fukidashi {
  font-weight: bold;
  background: #fff;
  display: inline-block;
  position: relative;
  padding: 0 16px;
}
.digital .fv_mainContent_fukidashi::before {
  content: "";
  display: inline-block;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
.digital .fv_mainContent_text {
  margin-top: 18px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  width: 590px;
}
.digital .fv_mainContent_text span {
  color: #F6F300;
}
.digital .fv_mainContent_title {
  color: #FFF;
  font-size: 56px;
  font-weight: 700;
  line-height: 140%;
  margin-top: 18px;
}
.digital .fv_mainContent_img {
  width: 624px;
  margin-top: 40px;
}
.digital .fv_subContent {
  position: absolute;
  right: 0;
  top: 0;
  width: 550px;
  text-align: center;
}
.digital .fv_subContentBox_link {
  background: #FF9000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  margin-top: 30px;
  width: 400px;
  padding: 15px 0 20px;
}
.digital .fv_subContentBox_link::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../../images/digital/icon/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.digital .fv_subContentBox_link .t1 {
  font-size: 40px;
}
.digital .fv_subContentBox_link .t2 {
  font-size: 24px;
}
@media screen and (max-width: 680px) {
  .digital .fv {
    padding: 2.5641025641vw 0 8.9743589744vw;
    background-image: url(../../images/digital/front/fv_bg_sp.webp);
  }
  .digital .fv_mainContent {
    padding: 0 3.8461538462vw;
  }
  .digital .fv_mainContent_fukidashi {
    font-size: 3.8461538462vw;
    line-height: 1.8;
    padding: 2.0512820513vw 4.1025641026vw;
    display: block;
    white-space: nowrap;
  }
  .digital .fv_mainContent_fukidashi::before {
    bottom: -2.3076923077vw;
  }
  .digital .fv_mainContent_text {
    margin-top: 3.3333333333vw;
    font-size: 5.1282051282vw;
    padding-bottom: 2.3076923077vw;
    width: 100%;
    text-align: right;
    line-height: 1.6;
  }
  .digital .fv_mainContent_text span {
    display: block;
    text-align: left;
  }
  .digital .fv_mainContent_title {
    font-size: 8.2051282051vw;
    margin-top: 1.2820512821vw;
  }
  .digital .fv_subContentBox_img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 5.1282051282vw;
    margin-top: 8.9743589744vw;
  }
  .digital .fv_mainContent_img {
    margin: 0 calc(50% - 50vw) 10.2564102564vw;
    width: 100vw;
    padding: 0 5.1282051282vw;
    margin-top: 5.1282051282vw;
  }
  .digital .fv_cta_tel {
    display: block;
    background: #fff;
    font-size: 2.8205128205vw;
    line-height: 1.4;
    text-align: center;
    font-weight: 500;
    padding: 2.5641025641vw 0 2.5641025641vw;
    margin-top: 2.5641025641vw;
  }
  .digital .fv_cta_tel span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.0256410256vw;
    font-size: 20px;
  }
  .digital .fv_cta_tel span::before {
    content: "";
    display: inline-block;
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    background-image: url(../../images/digital/icon/icon_tel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
  }
}
.digital .sec1 {
  background: #F7F7F7;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.digital .sec1::before {
  content: "";
  display: inline-block;
  width: 1100px;
  height: 1100px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.digital .sec1 .inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  max-width: 900px;
}
.digital .sec1_img {
  width: 205px;
}
.digital .sec1_content {
  flex: 1;
}
.digital .sec1_content_title {
  font-size: 26px;
  line-height: 1.6;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid #111;
}
.digital .sec1_content_text {
  font-size: 18px;
  margin-top: 20px;
}
.digital .sec1_content_text:nth-of-type(2) {
  margin-top: 50px;
  position: relative;
}
.digital .sec1_content_text:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 66px;
  height: 26px;
  background-image: url(../../images/digital/icon/icon_arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 680px) {
  .digital .sec1 {
    padding: 0 5.1282051282vw;
  }
  .digital .sec1::before {
    display: none;
  }
  .digital .sec1 .inner {
    display: block;
    position: relative;
    padding: 10.2564102564vw 2.5641025641vw;
    background: #fff;
  }
  .digital .sec1_img {
    width: 23.8461538462vw;
    position: absolute;
    left: 5.1282051282vw;
    top: 9.2307692308vw;
  }
  .digital .sec1_content_title {
    font-size: 4.6153846154vw;
    width: calc(100% - 30.7692307692vw);
    padding-bottom: 4.1025641026vw;
    margin-left: auto;
    display: block;
  }
  .digital .sec1_content_text {
    font-size: 3.8461538462vw;
    margin-top: 7.1794871795vw;
  }
  .digital .sec1_content_text:nth-of-type(2) {
    margin-top: 14.358974359vw;
  }
  .digital .sec1_content_text:nth-of-type(2)::before {
    width: 16.9230769231vw;
    height: 6.6666666667vw;
    top: -10.2564102564vw;
  }
}
.digital .sec2 .inner {
  display: flex;
  align-items: flex-start;
  gap: 74px;
}
.digital .sec2_content {
  flex: 1;
}
.digital .sec2_content_title {
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid #111;
  padding-bottom: 22px;
  line-height: 1.6;
}
.digital .sec2_content_text {
  margin-top: 36px;
}
.digital .sec2_img {
  width: 553px;
}
@media screen and (max-width: 680px) {
  .digital .sec2 .inner {
    flex-flow: column;
    gap: 4.1025641026vw;
  }
  .digital .sec2_content {
    flex: 1;
  }
  .digital .sec2_content_title {
    font-size: 6.6666666667vw;
    padding-bottom: 4.1025641026vw;
  }
  .digital .sec2_content_text {
    margin-top: 4.1025641026vw;
    font-size: 3.8461538462vw;
  }
  .digital .sec2_img {
    width: 100%;
  }
}
.digital .sec3 {
  background: #F7F7F7;
}
.digital .sec3_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-top: 40px;
}
.digital .sec3_title .t1 {
  font-size: 56px;
}
.digital .sec3_list {
  display: flex;
  flex-flow: column;
  gap: 98px;
  margin-top: 48px;
}
.digital .sec3_item {
  display: flex;
  align-items: flex-start;
  gap: 74px;
}
.digital .sec3_item:nth-of-type(2n) {
  flex-flow: row-reverse;
}
.digital .sec3_itemBox {
  flex: 1;
}
.digital .sec3_itemBox_head {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.digital .sec3_itemBox_head_number {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.digital .sec3_itemBox_head_number span {
  display: block;
  font-size: 74px;
}
.digital .sec3_itemBox_head_title {
  font-size: 36px;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 1px solid #111;
  padding-bottom: 16px;
}
.digital .sec3_itemBox_text {
  font-size: 18px;
  margin-top: 32px;
  text-align: justify;
}
.digital .sec3_item_img {
  width: 560px;
}
@media screen and (max-width: 680px) {
  .digital .sec3_title {
    font-size: 7.1794871795vw;
    margin-top: 4.358974359vw;
  }
  .digital .sec3_title .col_1 {
    font-size: 9.2307692308vw;
  }
  .digital .sec3_title .t1 {
    font-size: 12.8205128205vw;
  }
  .digital .sec3_list {
    gap: 10.2564102564vw;
    margin-top: 10.2564102564vw;
  }
  .digital .sec3_item {
    flex-flow: column;
    gap: 4.1025641026vw;
  }
  .digital .sec3_item:nth-of-type(2n) {
    flex-flow: column;
  }
  .digital .sec3_itemBox_head {
    gap: 6.4102564103vw;
  }
  .digital .sec3_itemBox_head_number {
    font-size: 4.6153846154vw;
  }
  .digital .sec3_itemBox_head_number span {
    font-size: 16.4102564103vw;
  }
  .digital .sec3_itemBox_head_title {
    font-size: 6.1538461538vw;
    padding-bottom: 2.3076923077vw;
    flex: 1;
    white-space: nowrap;
  }
  .digital .sec3_itemBox_text {
    font-size: 3.8461538462vw;
    margin-top: 4.1025641026vw;
  }
  .digital .sec3_item_img {
    width: 100%;
  }
}
.digital .sec4_scroll {
  display: contents;
}
.digital .sec4_content {
  padding: 76px 40px 57px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  margin-top: 40px;
}
.digital .sec4_content.main {
  margin-top: 0;
}
.digital .sec4_table {
  width: 100%;
}
.digital .sec4_th {
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-align: center;
  vertical-align: middle;
  padding: 21px 0;
  background: #D9D9D9;
}
.digital .sec4_th:nth-of-type(1) {
  opacity: 0;
}
.digital .sec4_th:nth-of-type(2) {
  color: #FFF;
  font-size: 40px;
  background: #E32828;
  border-right: 3px solid #E32828;
  border-left: 3px solid #E32828;
  position: relative;
  vertical-align: unset;
  padding: 10px 0 0;
}
.digital .sec4_th:nth-of-type(2)::before {
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: 30px;
  background: #E32828;
  border-radius: 30px 30px 0px 0px;
  background: #E32828;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.digital .sec4_th:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  width: 136px;
  height: 59px;
  background-image: url(../../images/digital/front/octlink-c500.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: -17px;
}
.digital .sec4_th:nth-of-type(3) {
  border-right: 4px solid #fff;
}
.digital .sec4_td {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  padding: 17px 0;
  border-bottom: 1px solid #111;
  position: relative;
  height: 115px;
}
.digital .sec4_td .t1 {
  font-size: 40px;
}
.digital .sec4_td .t2 {
  display: block;
  font-size: 20px;
}
.digital .sec4_td .t3 {
  display: block;
  font-size: 19px;
  color: #111;
}
.digital .sec4_td:nth-of-type(2) {
  border-right: 3px solid #E32828;
  border-left: 3px solid #E32828;
  color: #E32828;
  font-size: 32px;
}
.digital tr:nth-last-of-type(1) .sec4_td {
  border-bottom: unset;
}
.digital tr:nth-last-of-type(1) .sec4_td:nth-of-type(2) {
  border-right: unset;
  border-left: unset;
}
.digital tr:nth-last-of-type(1) .sec4_td:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 101.5%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-right: 3px solid #E32828;
  border-left: 3px solid #E32828;
  border-bottom: 3px solid #E32828;
  border-radius: 0 0 30px 30px;
}
.digital .sec4_desc {
  text-align: right;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 680px) {
  .digital .sec4 .inner {
    padding: 0 2.5641025641vw;
  }
  .digital .sec4_scroll {
    overflow-x: scroll;
    padding: 2.5641025641vw;
    display: block;
  }
  .digital .sec4_content {
    padding: 11.2820512821vw 4.1025641026vw 8.7179487179vw;
    margin-top: 7.6923076923vw;
    width: 169.2307692308vw;
  }
  .digital .sec4_th {
    font-size: 4.6153846154vw;
    padding: 3.5897435897vw 0;
  }
  .digital .sec4_th:nth-of-type(2) {
    font-size: 5.641025641vw;
    border-right: 0.5128205128vw solid #E32828;
    border-left: 0.5128205128vw solid #E32828;
    padding: 2.5641025641vw 0 0;
  }
  .digital .sec4_th:nth-of-type(2)::before {
    width: calc(100% + 0.2564102564vw);
    height: 5.1282051282vw;
    border-radius: 7.6923076923vw 7.6923076923vw 0vw 0vw;
    top: -5.1282051282vw;
  }
  .digital .sec4_th:nth-of-type(2)::after {
    width: 20vw;
    height: 8.4615384615vw;
    bottom: -2.5641025641vw;
  }
  .digital .sec4_th:nth-of-type(3) {
    border-right: 0.5128205128vw solid #fff;
  }
  .digital .sec4_td {
    font-size: 3.5897435897vw;
    padding: 5.1282051282vw 0;
    height: 16.9230769231vw;
  }
  .digital .sec4_td .t1 {
    font-size: 5.641025641vw;
  }
  .digital .sec4_td .t2 {
    font-size: 2.5641025641vw;
  }
  .digital .sec4_td .t3 {
    font-size: 2.5641025641vw;
  }
  .digital .sec4_td:nth-of-type(2) {
    border-right: 0.5128205128vw solid #E32828;
    border-left: 0.5128205128vw solid #E32828;
    font-size: 4.6153846154vw;
  }
  .digital tr:nth-last-of-type(1) .sec4_td:nth-of-type(2)::before {
    width: 100%;
    border-right: 0.5128205128vw solid #E32828;
    border-left: 0.5128205128vw solid #E32828;
    border-bottom: 0.5128205128vw solid #E32828;
    border-radius: 0 0 5.1282051282vw 5.1282051282vw;
  }
  .digital .sec4_desc {
    font-size: 2.5641025641vw;
  }
}
.digital .sec5 {
  background: #E8F3F6;
  padding: 60px 0;
}
.digital .sec5_content {
  display: flex;
  background: #fff;
  border: 2px solid #111;
  margin-top: 40px;
}
.digital .sec5_contentHead {
  width: 400px;
  padding: 40px 25px;
  border-right: 2px solid #111;
}
.digital .sec5_contentHead_img {
  width: 130px;
  display: block;
  margin: 0 auto;
}
.digital .sec5_contentHead_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-top: 32px;
}
.digital .sec5_contentHead_text {
  font-weight: 700;
  line-height: 160%;
  margin-top: 40px;
}
.digital .sec5_contentHead_desc {
  margin-top: 40px;
  background: #00809A;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  padding: 15px 0 2px;
}
.digital .sec5_contentHead_desc .oswald {
  font-size: 36px;
}
.digital .sec5_contentBox {
  flex: 1;
  padding: 40px;
}
.digital .sec5_contentBox_list {
  display: flex;
  flex-flow: column;
  gap: 32px;
}
.digital .sec5_contentBox_title {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  background: #00809A;
  padding: 12px 16px;
}
.digital .sec5_contentBox_text {
  margin-top: 18px;
}
@media screen and (max-width: 680px) {
  .digital .sec5 {
    padding: 10.2564102564vw 0;
  }
  .digital .sec5_content {
    display: block;
    margin-top: 10.2564102564vw;
  }
  .digital .sec5_contentHead {
    width: 100%;
    padding: 7.6923076923vw 5.641025641vw;
    border-right: unset;
    border-bottom: 2px solid #111;
  }
  .digital .sec5_contentHead_img {
    width: 33.3333333333vw;
  }
  .digital .sec5_contentHead_title {
    font-size: 4.6153846154vw;
    margin-top: 5.1282051282vw;
    white-space: nowrap;
  }
  .digital .sec5_contentHead_text {
    margin-top: 4.1025641026vw;
  }
  .digital .sec5_contentHead_desc {
    margin-top: 4.358974359vw;
    font-size: 5.1282051282vw;
    padding: 3.8461538462vw 0 0.5128205128vw;
  }
  .digital .sec5_contentHead_desc .oswald {
    font-size: 9.2307692308vw;
  }
  .digital .sec5_contentBox {
    padding: 10.2564102564vw 2.5641025641vw;
  }
  .digital .sec5_contentBox_list {
    gap: 8.2051282051vw;
  }
  .digital .sec5_contentBox_title {
    font-size: 4.6153846154vw;
    padding: 3.0769230769vw 2.5641025641vw;
  }
  .digital .sec5_contentBox_text {
    margin-top: 2.0512820513vw;
    font-size: 3.8461538462vw;
  }
}
.digital .sec6_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 47px;
  margin-top: 40px;
}
.digital .sec6_item {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 20px 16px 40px;
  position: relative;
}
.digital .sec6_item::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 50px;
  background-image: url(../../images/digital/icon/icon_arrow_sec6.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translate(0, -50%);
}
.digital .sec6_item:nth-last-of-type(1):before {
  display: none;
}
.digital .sec6_item_img {
  width: 100px;
}
.digital .sec6_item_title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  line-height: 1;
  display: block;
}
.digital .sec6_item_title span {
  display: block;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}
.digital .sec6_item_text {
  margin-top: 16px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 680px) {
  .digital .sec6_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 13.3333333333vw;
    margin-top: 10.2564102564vw;
    padding: 0 11.2820512821vw;
  }
  .digital .sec6_item {
    padding: 5.1282051282vw 6.6666666667vw 10.2564102564vw;
    position: relative;
  }
  .digital .sec6_item::before {
    width: 14.1025641026vw;
    height: 12.8205128205vw;
    right: unset;
    top: unset;
    bottom: -12.8205128205vw;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .digital .sec6_item:nth-last-of-type(1):before {
    display: none;
  }
  .digital .sec6_item_img {
    width: 25.641025641vw;
  }
  .digital .sec6_item_title {
    font-size: 5.1282051282vw;
    margin-top: 3.8461538462vw;
  }
  .digital .sec6_item_title span {
    font-size: 10.2564102564vw;
    margin-bottom: 2.5641025641vw;
  }
  .digital .sec6_item_text {
    margin-top: 4.1025641026vw;
  }
}
.digital .sec7 {
  background: #F7F7F7;
}
.digital .sec7_accordion-area {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 40px;
}
.digital .sec7_accordion-area li {
  background: #fff;
  padding: 30px 40px 18px;
  position: relative;
}
.digital .sec7_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  border-bottom: 1px solid #111;
  padding-bottom: 24px;
  padding-left: 34px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}
.digital .sec7_title span {
  position: relative;
}
.digital .sec7_title span::before {
  content: "Q.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #00809A;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}
.digital .sec7_title::before,
.digital .sec7_title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #00809A;
}
.digital .sec7_title::before {
  top: 42%;
  right: 15px;
  transform: rotate(0deg);
}
.digital .sec7_title::after {
  top: 42%;
  right: 15px;
  transform: rotate(90deg);
  transition: 0.3s;
}
.digital .sec7_title.close::after {
  transform: rotate(0);
}
.digital .sec7_box {
  display: none;
  padding: 22px 0 0 33px;
  position: relative;
}
.digital .sec7_box p {
  position: relative;
  line-height: 1.6;
}
.digital .sec7_box p::before {
  content: "A.";
  display: block;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: #00809A;
  position: absolute;
  top: 50%;
  left: -33px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 680px) {
  .digital .sec7_accordion-area {
    gap: 6.1538461538vw;
    margin-top: 10.2564102564vw;
  }
  .digital .sec7_accordion-area li {
    padding: 3.8461538462vw 2.5641025641vw;
  }
  .digital .sec7_title {
    padding-bottom: 4.1025641026vw;
    padding-left: 9.2307692308vw;
    padding-right: 6.6666666667vw;
  }
  .digital .sec7_title span {
    position: relative;
  }
  .digital .sec7_title span::before {
    font-size: 7.6923076923vw;
    left: -8.4615384615vw;
  }
  .digital .sec7_title::before,
  .digital .sec7_title::after {
    width: 5.1282051282vw;
    height: 0.5128205128vw;
    background-color: #00809A;
  }
  .digital .sec7_title::before {
    right: 1.7948717949vw;
  }
  .digital .sec7_title::after {
    top: 42%;
    right: 1.7948717949vw;
  }
  .digital .sec7_box {
    display: none;
    padding: 4.1025641026vw 6.9230769231vw 0 8.4615384615vw;
  }
  .digital .sec7_box p::before {
    font-size: 7.6923076923vw;
    left: -8.4615384615vw;
  }
}

.lp {
  /* Common
  *****************************************/
  /* FV
  *****************************************/
  /* section1
  *****************************************/
  /* section2
  *****************************************/
  /* section3
  *****************************************/
  /* section4
  *****************************************/
  /* section5
  *****************************************/
  /* section6
  *****************************************/
  /* section7
  *****************************************/
}
.lp .lp_cta {
  padding: 70px 0;
}
.lp .lp_cta_text {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 16px;
}
.lp .lp_cta_content {
  max-width: 1000px;
  border-radius: 21px;
  background: #FFF;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
  padding: 18px 0;
}
.lp .lp_ctaBox {
  text-align: center;
}
.lp .lp_ctaBox_text01 {
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
}
.lp .lp_ctaBox_tel {
  line-height: 1;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 2.5px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 4px 0 10px;
}
.lp .lp_ctaBox_tel::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  background-image: url(../../images/lp/icon/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.lp .lp_ctaBox_text02 {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}
.lp .lp_cta_btn {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5.164px;
  background: #FF9000;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  width: 400px;
  display: block;
  padding: 23px 0;
  position: relative;
  text-align: center;
  line-height: 1.4;
}
.lp .lp_cta_btn::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../../images/lp/icon/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 680px) {
  .lp .lp_cta {
    padding: 10.2564102564vw 0;
  }
  .lp .lp_cta_text {
    font-size: 3.0769230769vw;
    margin-bottom: 2.0512820513vw;
  }
  .lp .lp_cta_content {
    flex-flow: column;
    gap: 3.8461538462vw;
    padding: 5.8974358974vw 4.6153846154vw;
  }
  .lp .lp_ctaBox_text01 {
    font-size: 3.3333333333vw;
  }
  .lp .lp_ctaBox_tel {
    font-size: 9.4871794872vw;
    gap: 1.0256410256vw;
    margin: 1.0256410256vw 0 2.0512820513vw;
  }
  .lp .lp_ctaBox_tel::before {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
  }
  .lp .lp_ctaBox_text02 {
    font-size: 2.5641025641vw;
  }
  .lp .lp_cta_btn {
    font-size: 3.8461538462vw;
    width: 100%;
    padding: 4.358974359vw 0;
  }
  .lp .lp_cta_btn::after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    right: 4.1025641026vw;
  }
}
.lp .fv {
  position: relative;
  padding: 50px 0 134px;
}
.lp .fv .inner {
  max-width: 1280px;
  position: relative;
  z-index: 6;
}
.lp .fv::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 930px;
  background-image: url(../../images/lp/front/fv_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.lp .fv::after {
  content: "";
  display: inline-block;
  width: 489px;
  height: 277px;
  background-image: url(../../images/lp/front/fv_Illustrator.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 5;
}
.lp .fv_title {
  text-align: center;
}
.lp .fv_title .text01 {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 1px solid #fff;
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
}
.lp .fv_title .text01::before {
  content: "";
  display: inline-block;
  width: 121px;
  height: 92.923px;
  background-image: url(../../images/lp/icon/icon_track.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.lp .fv_title .text02 {
  font-size: 60px;
  font-weight: 700;
  line-height: 160%;
  background: #fff;
  padding: 0 33px;
  margin-top: 17px;
}
.lp .fv_subTitle {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-top: 16px;
}
.lp .fv_subTitle span {
  color: #F6F300;
  font-size: 48px;
}
.lp .fv_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
}
.lp .fv_flexBox {
  position: relative;
  z-index: 1;
}
.lp .fv_flexBox_title {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
  background: #fff;
  padding: 5px 16px;
  text-align: right;
  max-width: 430px;
  width: 100%;
  display: inline-block;
  position: relative;
  margin-left: 84px;
}
.lp .fv_flexBox_title_fukidashi {
  width: 130px;
  position: absolute;
  top: 50%;
  left: -84px;
  transform: translate(0, -50%);
}
.lp .fv_flexBox_text {
  color: #FFF;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 76px;
}
.lp .fv_flexBox_img {
  width: 430px;
  position: absolute;
  left: 114px;
  top: 50px;
  z-index: -1;
}
.lp .fv_flexBox_desc {
  color: #FFF;
  margin-top: 99px;
  white-space: nowrap;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.lp .type2.fv_flexBox {
  margin-left: 60px;
}
.lp .type2 .fv_flexBox_title {
  margin-left: 110px;
}
.lp .type2 .fv_flexBox_title_fukidashi {
  left: -110px;
}
.lp .type2 .fv_flexBox_img {
  left: 140px;
}
.lp .fv_flexBox_btn {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 5px;
  background: #FF9000;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  width: 400px;
  display: block;
  margin: 40px auto 0;
  padding: 23px 0;
  position: relative;
  text-align: center;
}
.lp .fv_flexBox_btn::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-image: url(../../images/lp/icon/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1330px) {
  .lp .type2.fv_flexBox {
    margin-left: 20px;
  }
}
@media screen and (max-width: 680px) {
  .lp .fv {
    padding: 5.641025641vw 0 30.7692307692vw;
  }
  .lp .fv .inner {
    padding: 0 8.9743589744vw;
  }
  .lp .fv::before {
    height: 220.5128205128vw;
    background-image: url(../../images/lp/front/fv_bg_sp.svg);
  }
  .lp .fv::after {
    width: 50vw;
    height: 29.7435897436vw;
    bottom: -0.5128205128vw;
  }
  .lp .fv_title .text01 {
    font-size: 3.8461538462vw;
    gap: 1.0256410256vw;
  }
  .lp .fv_title .text01::before {
    width: 12.3076923077vw;
    height: 9.2307692308vw;
  }
  .lp .fv_title .text02 {
    font-size: 6.1538461538vw;
    padding: 0 3.0769230769vw;
    margin-top: 2.0512820513vw;
  }
  .lp .fv_subTitle {
    font-size: 3.3333333333vw;
    margin-top: 1.5384615385vw;
  }
  .lp .fv_subTitle span {
    font-size: 5.1282051282vw;
  }
  .lp .fv_flex {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 7.6923076923vw;
    gap: 10.2564102564vw;
  }
  .lp .fv_flexBox_title {
    font-size: 5.1282051282vw;
    padding: 0.5128205128vw 2.0512820513vw;
    max-width: 66.1538461538vw;
    margin-left: 14.358974359vw;
  }
  .lp .fv_flexBox_title_fukidashi {
    width: 20vw;
    left: -14.358974359vw;
  }
  .lp .fv_flexBox_text {
    font-size: 3.8461538462vw;
    margin-top: 11.5384615385vw;
  }
  .lp .fv_flexBox_img {
    width: 66.6666666667vw;
    left: 17.9487179487vw;
    top: 5.1282051282vw;
  }
  .lp .fv_flexBox_desc {
    font-size: 2.5641025641vw;
    margin-top: 12.3076923077vw;
  }
  .lp .type2.fv_flexBox {
    margin-left: 0;
  }
  .lp .type2 .fv_flexBox_title {
    margin-left: 11.5384615385vw;
    max-width: 71.7948717949vw;
  }
  .lp .type2 .fv_flexBox_title_fukidashi {
    left: -11.5384615385vw;
  }
  .lp .type2 .fv_flexBox_img {
    left: 20.5128205128vw;
  }
  .lp .fv_flexBox_btn {
    font-size: 4.1025641026vw;
    width: 61.5384615385vw;
    margin: 3.8461538462vw auto 0;
    padding: 3.0769230769vw 0;
  }
  .lp .fv_flexBox_btn::before {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    right: 4.1025641026vw;
  }
}
.lp .sec1 {
  padding: 100px 0 40px;
  background-image: url(../../images/lp/front/sec1_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.lp .sec1_title {
  color: #FFF;
  font-size: 56px;
  font-weight: 700;
  position: relative;
  line-height: 1.6;
  margin-bottom: 122px;
}
.lp .sec1_title::before {
  content: "";
  display: block;
  width: 146px;
  height: 142px;
  background-image: url(../../images/lp/front/sec1_badge.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.lp .sec1_title .text01 {
  color: #111;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  padding: 0 20px 5px;
  z-index: 1;
}
.lp .sec1_title .text01::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 44px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.lp .sec1_title .oswald {
  color: #00809A;
  line-height: 1;
  font-size: 70px;
  font-weight: 600;
  letter-spacing: -2px;
  text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
@media screen and (max-width: 680px) {
  .lp .sec1 {
    padding: 11.5384615385vw 0 8.2051282051vw;
    background-image: url(../../images/lp/front/sec1_bg_sp.webp);
  }
  .lp .sec1_title {
    font-size: 7.6923076923vw;
    margin-bottom: 61.2820512821vw;
  }
  .lp .sec1_title::before {
    width: 22.0512820513vw;
    height: 20.5128205128vw;
  }
  .lp .sec1_title .text01 {
    font-size: 3.8461538462vw;
    padding: 0 2.5641025641vw 0.7692307692vw;
  }
  .lp .sec1_title .text01::before {
    height: 6.1538461538vw;
  }
  .lp .sec1_title .oswald {
    font-size: 9.7435897436vw;
  }
}
.lp .sec2 {
  padding: 0;
}
.lp .sec2_head {
  background: #F7F7F7;
  padding: 80px 0 95px;
  text-align: center;
}
.lp .sec2_head_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 1px solid #111;
  padding-bottom: 5px;
  display: inline-block;
}
.lp .sec2_head_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  margin-top: 60px;
}
.lp .sec2_head_content::before {
  content: "";
  display: inline-block;
  width: 140px;
  height: 146px;
  background-image: url(../../images/lp/front/sec2_img01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.lp .sec2_head_item {
  text-align: left;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}
.lp .sec2_head_item:nth-of-type(n + 2) {
  margin-top: 28px;
}
.lp .sec2_head_item::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../../images/lp/icon/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.lp .sec2_foot {
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.lp .sec2_foot::before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 70px;
  background-image: url(../../images/lp/icon/icon_arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translate(-50%, 0);
}
.lp .sec2_foot_title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.lp .sec2_foot_title::before {
  content: "";
  display: inline-block;
  width: calc(100% + 10px);
  height: 12px;
  background: #F6F300;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.lp .sec2_foot_title span {
  color: #0E6EB8;
}
.lp .sec2_foot_img {
  width: 473px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  .lp .sec2_head {
    padding: 20.5128205128vw 0 15.3846153846vw;
  }
  .lp .sec2_head_title {
    font-size: 4.6153846154vw;
    padding-bottom: 1.2820512821vw;
  }
  .lp .sec2_head_content {
    flex-flow: column-reverse;
    gap: 4.1025641026vw;
    margin-top: 6.1538461538vw;
  }
  .lp .sec2_head_content::before {
    width: 17.9487179487vw;
    height: 18.7179487179vw;
  }
  .lp .sec2_head_item {
    font-size: 3.8461538462vw;
    line-height: 1.6;
    text-align: center;
    display: block;
  }
  .lp .sec2_head_item:nth-of-type(n + 2) {
    margin-top: 6.1538461538vw;
  }
  .lp .sec2_head_item::before {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    position: relative;
    top: -0.5128205128vw;
    margin-right: 1.0256410256vw;
  }
  .lp .sec2_foot {
    padding: 15.3846153846vw 0;
    text-align: center;
    position: relative;
  }
  .lp .sec2_foot::before {
    width: 26.4102564103vw;
    height: 6.6666666667vw;
    top: -2.0512820513vw;
  }
  .lp .sec2_foot_title {
    font-size: 4.6153846154vw;
  }
  .lp .sec2_foot_title::before {
    width: calc(100% + 2.5641025641vw);
    height: 1.5384615385vw;
    bottom: -0.7692307692vw;
  }
  .lp .sec2_foot_img {
    width: 61.0256410256vw;
  }
}
.lp .sec3 {
  background: #F7F7F7;
  padding: 80px 0;
}
.lp .sec3_list {
  background: #fff;
  padding: 80px 120px;
  display: flex;
  flex-flow: column;
  gap: 80px;
  margin-top: 40px;
}
.lp .sec3_item_head {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  border-bottom: 1px solid #111;
  padding-bottom: 10px;
}
.lp .sec3_item_head_number {
  font-size: 20px;
  color: #0E6EB8;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.lp .sec3_item_head_number span {
  font-size: 74px;
  font-weight: 400;
  display: block;
}
.lp .sec3_item_head_title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
.lp .sec3_item01_head {
  padding: 0 20px;
}
.lp .sec3_item01_title {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  border-left: 8px solid #00809A;
  padding-left: 8px;
  margin-top: 40px;
}
.lp .sec3_item01_price {
  display: flex;
  gap: 65px;
  margin-top: 26px;
}
.lp .sec3_item01_priceBox {
  display: inline-flex;
  gap: 24px;
}
.lp .sec3_item01_priceBox_text01 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 21px 12px;
  background: #0E6EB8;
  line-height: 1.4;
  display: inline-block;
}
.lp .sec3_item01_priceBox_text02 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.lp .sec3_item01_priceBox_text02 span {
  font-size: 74px;
}
.lp .sec3_item01_text {
  font-size: 15px;
  margin-top: 25px;
  line-height: 1.6;
}
.lp .sec3_item01_table01 {
  margin-top: 25px;
}
.lp .sec3_item01_desc {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
}
.lp .sec3_item01_arrow {
  width: 340px;
  margin: 54px auto 0;
  position: relative;
}
.lp .sec3_item01_arrow_text {
  color: #FFF;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
}
.lp .sec3_item01_arrow_text span {
  font-size: 18px;
}
.lp .sec3_item01_foot {
  border: 5px solid #FF9000;
  margin-top: 24px;
}
.lp .sec3_item01_foot_title {
  padding: 22px 70px;
  background: #FF9000;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 700;
}
.lp .sec3_item01_foot_title span {
  font-size: 28px;
}
.lp .sec3_item01_foot_title::after {
  content: "";
  display: inline-block;
  width: 157px;
  height: 45px;
  background-image: url(../../images/lp/logo/convoy_logoRGB_C.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-left: 20px;
}
.lp .sec3_item01_footBox {
  padding: 24px 110px 40px;
}
.lp .sec3_item01_footBox_text {
  line-height: 1.6;
  padding: 0 20px;
}
.lp .sec3_item01_footBox_img {
  margin-top: 24px;
}
.lp .sec3_item02 {
  padding: 40px 20px;
  position: relative;
}
.lp .sec3_item02_flex {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  padding: 30px 60px;
  max-width: 450px;
  display: flex;
  justify-content: center;
  gap: 60px;
  background: #CFE2F1;
  text-align: center;
  margin: 20px 0 0 50px;
}
.lp .sec3_item02_flexBox_img {
  width: 120px;
}
.lp .sec3_item02_flexBox_text {
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.6;
  margin-top: 10px;
}
.lp .sec3_item02_map {
  width: 263px;
  position: absolute;
  right: 0;
  top: 10px;
}
.lp .sec3_item03 {
  padding: 40px 20px 0;
}
.lp .sec3_item04 {
  padding: 40px 20px;
}
.lp .sec3_item04_text02 {
  margin-top: 16px;
}
.lp .sec3_item04_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 24px;
}
.lp .sec3_item04_item {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 32px;
  text-align: center;
  position: relative;
}
.lp .sec3_item04_item::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 39px;
  background-image: url(../../images/lp/icon/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translate(0, -50%);
  z-index: 1;
}
.lp .sec3_item04_item:nth-last-of-type(1)::before {
  display: none;
}
.lp .sec3_item04_item_img {
  width: 100px;
}
.lp .sec3_item04_item_title {
  color: #00809A;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.lp .sec3_item04_item_title span {
  display: block;
  font-size: 40px;
  margin: 15px 0;
}
.lp .sec3_item04_item_text {
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 680px) {
  .lp .sec3 {
    padding: 20.5128205128vw 0 10.2564102564vw;
  }
  .lp .sec3_list {
    padding: 10.2564102564vw 2.5641025641vw;
    gap: 15.3846153846vw;
    margin-top: 7.6923076923vw;
  }
  .lp .sec3_item_head {
    align-items: center;
    flex-flow: column;
    gap: 4.1025641026vw;
    padding-bottom: 2.5641025641vw;
  }
  .lp .sec3_item_head_number {
    font-size: 3.0769230769vw;
  }
  .lp .sec3_item_head_number span {
    font-size: 11.5384615385vw;
  }
  .lp .sec3_item_head_title {
    font-size: 5.1282051282vw;
  }
  .lp .sec3_item01_head {
    padding: 0;
  }
  .lp .sec3_item01_title {
    font-size: 3.8461538462vw;
    border-left: 1.2820512821vw solid #00809A;
    padding-left: 1.2820512821vw;
    margin-top: 6.1538461538vw;
  }
  .lp .sec3_item01_price {
    flex-flow: column;
    gap: 2.0512820513vw;
    margin-top: 2.0512820513vw;
  }
  .lp .sec3_item01_priceBox {
    gap: 4.1025641026vw;
  }
  .lp .sec3_item01_priceBox_text01 {
    font-size: 3.0769230769vw;
    padding: 3.0769230769vw 1.7948717949vw;
  }
  .lp .sec3_item01_priceBox_text02 {
    font-size: 4.8717948718vw;
  }
  .lp .sec3_item01_priceBox_text02 span {
    font-size: 11.2820512821vw;
  }
  .lp .sec3_item01_text {
    font-size: 2.5641025641vw;
    margin-top: 2.5641025641vw;
  }
  .lp .sec3_item01_table01 {
    margin-top: 2.5641025641vw;
    width: 141.7948717949vw;
  }
  .lp .sec3_item01_desc {
    font-size: 2.5641025641vw;
    margin-top: 2.0512820513vw;
  }
  .lp .sec3_item01_arrow {
    width: 46.1538461538vw;
    margin: 12.8205128205vw auto 0;
  }
  .lp .sec3_item01_arrow_text {
    font-size: 2.3076923077vw;
    top: 0.2564102564vw;
  }
  .lp .sec3_item01_arrow_text span {
    font-size: 2.8205128205vw;
  }
  .lp .sec3_item01_foot {
    border: 2px solid #FF9000;
    margin: 8.2051282051vw calc(50% - 50vw) 0;
    width: calc(100vw - 10.2564102564vw);
    position: relative;
    left: 5.1282051282vw;
  }
  .lp .sec3_item01_foot_title {
    padding: 2.0512820513vw;
    display: block;
    font-size: 4.1025641026vw;
    text-align: center;
  }
  .lp .sec3_item01_foot_title span {
    font-size: 4.6153846154vw;
  }
  .lp .sec3_item01_foot_title::after {
    display: block;
    width: 24.358974359vw;
    height: 6.9230769231vw;
    margin: 0 auto;
  }
  .lp .sec3_item01_footBox {
    padding: 3.8461538462vw;
  }
  .lp .sec3_item01_footBox_text {
    font-size: 3.8461538462vw;
    padding: 0;
  }
  .lp .sec3_item01_footBox_img {
    margin-top: 6.1538461538vw;
    padding: 0 4.1025641026vw;
  }
  .lp .sec3_item02 {
    padding: 6.1538461538vw 1.2820512821vw 0;
  }
  .lp .sec3_item02_flex {
    padding: 8.9743589744vw 10.2564102564vw 7.6923076923vw;
    gap: 9.4871794872vw;
    margin: 6.1538461538vw 0 0;
  }
  .lp .sec3_item02_flexBox_img {
    width: 24.6153846154vw;
  }
  .lp .sec3_item02_flexBox_text {
    margin-top: 2.8205128205vw;
  }
  .lp .sec3_item02_flexBox_text span {
    min-height: 11.2820512821vw;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .lp .sec3_item02_map {
    width: 47.4358974359vw;
    display: block;
    position: unset;
    margin: 6.1538461538vw auto 0;
  }
  .lp .sec3_item03 {
    padding: 6.1538461538vw 1.2820512821vw 0;
  }
  .lp .sec3_item04 {
    padding: 10.2564102564vw 5.1282051282vw 0;
  }
  .lp .sec3_item04_text02 {
    margin-top: 4.1025641026vw;
  }
  .lp .sec3_item04_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 13.3333333333vw;
    margin-top: 4.1025641026vw;
  }
  .lp .sec3_item04_item {
    padding: 4.1025641026vw 10.2564102564vw;
  }
  .lp .sec3_item04_item::before {
    width: 3.8461538462vw;
    height: 10vw;
    top: unset;
    right: unset;
    left: 50%;
    bottom: -11.5384615385vw;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .lp .sec3_item04_item:nth-last-of-type(1)::before {
    display: none;
  }
  .lp .sec3_item04_item_img {
    width: 20.5128205128vw;
  }
  .lp .sec3_item04_item_title {
    font-size: 6.1538461538vw;
  }
  .lp .sec3_item04_item_title span {
    font-size: 9.2307692308vw;
    margin: 4.1025641026vw 0 2.0512820513vw;
  }
  .lp .sec3_item04_item_text {
    margin-top: 4.1025641026vw;
  }
}
.lp .sec4 {
  background-image: url(../../images/lp/front/sec4_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 133px 0 16px;
}
.lp .sec4_text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.lp .sec4_title {
  font-size: 56px;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
.lp .sec4_title span {
  position: relative;
}
.lp .sec4_title sup {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 16px;
}
.lp .sec4_img {
  width: 500px;
  margin: 16px 0 44px 86px;
}
.lp .sec4_desc {
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  margin-top: 40px;
  max-width: 650px;
}
@media screen and (max-width: 680px) {
  .lp .sec4 {
    background-image: url(../../images/lp/front/sec4_bg_sp.webp);
    padding: 11.7948717949vw 0 6.1538461538vw;
  }
  .lp .sec4_text {
    font-size: 4.1025641026vw;
    text-align: center;
    width: 76.9230769231vw;
    display: block;
    margin: 0 auto;
  }
  .lp .sec4_title {
    font-size: 7.1794871795vw;
    margin-top: 5.1282051282vw;
    text-align: center;
  }
  .lp .sec4_title sup {
    top: 1.0256410256vw;
    font-size: 3.0769230769vw;
  }
  .lp .sec4_img {
    width: 68.7179487179vw;
    margin: 2.0512820513vw auto 43.3333333333vw;
    display: block;
  }
  .lp .sec4_desc {
    font-size: 2.8205128205vw;
    margin-top: 4.1025641026vw;
  }
}
.lp .sec5 {
  padding: 0;
}
.lp .sec5_head {
  background: #F7F7F7;
  padding: 80px 0 95px;
  text-align: center;
}
.lp .sec5_head_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 1px solid #111;
  padding-bottom: 5px;
  display: inline-block;
}
.lp .sec5_head_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  margin-top: 60px;
}
.lp .sec5_head_content::before {
  content: "";
  display: inline-block;
  width: 140px;
  height: 146px;
  background-image: url(../../images/lp/front/sec2_img01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.lp .sec5_head_item {
  text-align: left;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}
.lp .sec5_head_item:nth-of-type(n + 2) {
  margin-top: 28px;
}
.lp .sec5_head_item::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../../images/lp/icon/icon_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.lp .sec5_foot {
  padding: 60px 0;
  text-align: center;
  position: relative;
}
.lp .sec5_foot::before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 70px;
  background-image: url(../../images/lp/icon/icon_arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translate(-50%, 0);
}
.lp .sec5_foot_title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.lp .sec5_foot_title::before {
  content: "";
  display: inline-block;
  width: calc(100% + 10px);
  height: 12px;
  background: #F6F300;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.lp .sec5_foot_title span {
  color: #0E6EB8;
}
.lp .sec5_foot_img {
  width: 473px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 680px) {
  .lp .sec5_head {
    padding: 20.5128205128vw 0 15.3846153846vw;
  }
  .lp .sec5_head_title {
    font-size: 4.6153846154vw;
    padding-bottom: 1.2820512821vw;
  }
  .lp .sec5_head_content {
    flex-flow: column-reverse;
    gap: 4.1025641026vw;
    margin-top: 6.1538461538vw;
  }
  .lp .sec5_head_content::before {
    width: 17.9487179487vw;
    height: 18.7179487179vw;
  }
  .lp .sec5_head_item {
    font-size: 3.8461538462vw;
    line-height: 1.6;
    text-align: center;
    display: block;
  }
  .lp .sec5_head_item:nth-of-type(n + 2) {
    margin-top: 6.1538461538vw;
  }
  .lp .sec5_head_item::before {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    position: relative;
    top: -0.5128205128vw;
    margin-right: 1.0256410256vw;
  }
  .lp .sec5_foot {
    padding: 15.3846153846vw 0;
    text-align: center;
    position: relative;
  }
  .lp .sec5_foot::before {
    width: 26.4102564103vw;
    height: 6.6666666667vw;
    top: -2.0512820513vw;
  }
  .lp .sec5_foot_title {
    font-size: 4.6153846154vw;
  }
  .lp .sec5_foot_title::before {
    width: calc(100% + 2.5641025641vw);
    height: 1.5384615385vw;
    bottom: -0.7692307692vw;
  }
  .lp .sec5_foot_img {
    width: 61.0256410256vw;
  }
}
.lp .sec6 {
  background: #F7F7F7;
  padding: 80px 0;
}
.lp .sec6_list {
  background: #fff;
  padding: 80px 120px;
  display: flex;
  flex-flow: column;
  gap: 80px;
  margin-top: 40px;
}
.lp .sec6_item_head {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  border-bottom: 1px solid #111;
  padding-bottom: 10px;
}
.lp .sec6_item_head_number {
  font-size: 20px;
  color: #00809A;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.lp .sec6_item_head_number span {
  font-size: 74px;
  font-weight: 400;
  display: block;
}
.lp .sec6_item_head_title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
.lp .sec6_item01 {
  padding: 40px 20px;
}
.lp .sec6_item01_head {
  display: flex;
  align-items: center;
}
.lp .sec6_item01_head_logo01 {
  width: 240px;
  margin-right: 15px;
}
.lp .sec6_item01_head_logo02 {
  width: 40px;
  margin-right: 40px;
}
.lp .sec6_item01_head_text {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background: #80BFCC;
  border-radius: 10px;
  margin-right: 8px;
  padding: 12px 10px;
  line-height: 1.6;
  width: 200px;
  text-align: center;
}
.lp .sec6_item01_content {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
.lp .sec6_item01_content_flow {
  width: 80px;
}
.lp .sec6_item01_list {
  flex: 1;
}
.lp .sec6_item01_item {
  display: flex;
  align-items: flex-start;
  gap: 27px;
}
.lp .sec6_item01_item.type3 {
  margin-top: 40px;
}
.lp .sec6_item01_itemBox {
  flex: 1;
}
.lp .sec6_item01_itemBox_title {
  font-size: 20px;
  font-weight: 500;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}
.lp .sec6_item01_itemBox_title span {
  font-size: 15px;
}
.lp .type1 .sec6_item01_itemBox_title {
  background: #00809A;
}
.lp .type2 .sec6_item01_itemBox_title {
  background: #0E6EB8;
}
.lp .type3 .sec6_item01_itemBox_title {
  background: #FF9000;
}
.lp .sec6_item01_itemBox_text {
  margin-top: 16px;
  line-height: 1.6;
}
.lp .sec6_item01_item_img {
  width: 417px;
}
.lp .sec6_item02 {
  padding: 40px 20px;
}
.lp .sec6_item02_text {
  line-height: 1.6;
}
.lp .sec6_item02_desc {
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
}
.lp .sec6_item03 {
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
}
.lp .sec6_item03_text {
  line-height: 1.6;
}
.lp .sec6_item03_img {
  width: 320px;
}
.lp .sec6_item04 {
  padding: 40px 20px 0;
}
.lp .sec6_item04_table01 {
  margin-top: 25px;
}
.lp .sec6_item04_text02 {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 15px;
}
.lp .sec6_item04_content {
  border: 1px solid #E51414;
  padding: 20px;
  margin-top: 32px;
}
.lp .sec6_item04_content_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  color: #E51414;
}
.lp .sec6_item04_contentList {
  display: flex;
  flex-flow: column;
  gap: 24px;
  margin-top: 16px;
}
.lp .sec6_item04_contentItem_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.lp .sec6_item04_contentItem_text {
  padding: 16px 0 0 20px;
  line-height: 1.6;
}
.lp .sec6_item04_arrow {
  width: 340px;
  margin: 54px auto 0;
  position: relative;
}
.lp .sec6_item04_arrow_text {
  color: #FFF;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
}
.lp .sec6_item04_arrow_text span {
  font-size: 18px;
}
.lp .sec6_item04_foot {
  border: 5px solid #FF9000;
  margin-top: 24px;
}
.lp .sec6_item04_foot_title {
  padding: 22px 70px;
  background: #FF9000;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 700;
}
.lp .sec6_item04_foot_title span {
  font-size: 28px;
}
.lp .sec6_item04_foot_title::after {
  content: "";
  display: inline-block;
  width: 157px;
  height: 45px;
  background-image: url(../../images/lp/logo/convoy_logoRGB_C.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-left: 20px;
}
.lp .sec6_item04_footBox {
  padding: 24px 90px 40px;
}
.lp .sec6_item04_footBox_text {
  line-height: 1.6;
  padding: 0 20px;
}
.lp .sec6_item04_footBox_img {
  margin-top: 24px;
}
@media screen and (max-width: 680px) {
  .lp .sec6 {
    padding: 20.5128205128vw 0 10.2564102564vw;
  }
  .lp .sec6_list {
    padding: 10.2564102564vw 2.5641025641vw;
    gap: 15.3846153846vw;
    margin-top: 7.6923076923vw;
  }
  .lp .sec6_item_head {
    align-items: center;
    flex-flow: column;
    gap: 4.1025641026vw;
    padding-bottom: 2.5641025641vw;
  }
  .lp .sec6_item_head_number {
    font-size: 3.0769230769vw;
  }
  .lp .sec6_item_head_number span {
    font-size: 11.5384615385vw;
  }
  .lp .sec6_item_head_title {
    font-size: 5.1282051282vw;
  }
  .lp .sec6_item01 {
    padding: 6.1538461538vw 0 0;
  }
  .lp .sec6_item01_head {
    display: block;
    text-align: center;
  }
  .lp .sec6_item01_head_logo01 {
    width: 43.0769230769vw;
    margin-right: 2.5641025641vw;
    padding-bottom: 2.0512820513vw;
  }
  .lp .sec6_item01_head_logo02 {
    width: 7.4358974359vw;
    margin: 0;
  }
  .lp .sec6_item01_head_text {
    font-size: 3.0769230769vw;
    margin-right: 2.0512820513vw;
    padding: 2.5641025641vw 0;
    width: 38.4615384615vw;
    display: inline-block;
    margin-top: 2.0512820513vw;
  }
  .lp .sec6_item01_content {
    gap: 2.5641025641vw;
    margin-top: 6.1538461538vw;
  }
  .lp .sec6_item01_content_flow {
    width: 14.1025641026vw;
  }
  .lp .sec6_item01_item {
    display: block;
  }
  .lp .sec6_item01_item.type2 {
    margin-top: 6.6666666667vw;
  }
  .lp .sec6_item01_item.type3 {
    margin-top: 3.0769230769vw;
  }
  .lp .sec6_item01_itemBox_title {
    font-size: 4.1025641026vw;
    padding: 0 4.1025641026vw;
    gap: 4.1025641026vw;
  }
  .lp .sec6_item01_itemBox_title span {
    font-size: 3.3333333333vw;
  }
  .lp .sec6_item01_itemBox_text {
    margin-top: 4.1025641026vw;
  }
  .lp .sec6_item01_item_img {
    width: 100%;
  }
  .lp .sec6_item02 {
    padding: 6.1538461538vw 1.2820512821vw 0;
  }
  .lp .sec6_item02_img {
    margin-top: 6.1538461538vw;
  }
  .lp .sec6_item02_desc {
    font-size: 3.8461538462vw;
    line-height: 1.6;
    margin-top: 6.1538461538vw;
  }
  .lp .sec6_item03 {
    padding: 6.1538461538vw 1.2820512821vw 0;
    flex-flow: column;
    align-items: center;
    gap: 6.1538461538vw;
  }
  .lp .sec6_item03_img {
    width: 65.641025641vw;
  }
  .lp .sec6_item04 {
    padding: 6.1538461538vw 1.2820512821vw 0;
  }
  .lp .sec6_item04_table01 {
    margin-top: 6.4102564103vw;
    width: 184.6153846154vw;
  }
  .lp .sec6_item04_text02 {
    font-size: 3.8461538462vw;
    line-height: 1.6;
    margin-top: 3.8461538462vw;
  }
  .lp .sec6_item04_content {
    padding: 8.2051282051vw 5.1282051282vw;
    margin-top: 8.2051282051vw;
  }
  .lp .sec6_item04_content_title {
    font-size: 4.6153846154vw;
  }
  .lp .sec6_item04_contentList {
    gap: 6.1538461538vw;
    margin-top: 4.1025641026vw;
  }
  .lp .sec6_item04_contentItem_title {
    font-size: 4.1025641026vw;
  }
  .lp .sec6_item04_contentItem_text {
    padding: 4.1025641026vw 0 0 2.5641025641vw;
  }
  .lp .sec6_item04_arrow {
    width: 46.1538461538vw;
    margin: 12.8205128205vw auto 0;
  }
  .lp .sec6_item04_arrow_text {
    font-size: 2.3076923077vw;
    top: 0.2564102564vw;
  }
  .lp .sec6_item04_arrow_text span {
    font-size: 2.8205128205vw;
  }
  .lp .sec6_item04_foot {
    border: 2px solid #FF9000;
    margin: 8.2051282051vw calc(50% - 50vw) 0;
    width: calc(100vw - 10.2564102564vw);
    position: relative;
    left: 5.1282051282vw;
  }
  .lp .sec6_item04_foot_title {
    padding: 2.0512820513vw;
    display: block;
    font-size: 4.1025641026vw;
    text-align: center;
  }
  .lp .sec6_item04_foot_title span {
    font-size: 4.6153846154vw;
  }
  .lp .sec6_item04_foot_title::after {
    display: block;
    width: 24.358974359vw;
    height: 6.9230769231vw;
    margin: 0 auto;
  }
  .lp .sec6_item04_footBox {
    padding: 3.8461538462vw;
  }
  .lp .sec6_item04_footBox_text {
    font-size: 3.8461538462vw;
    padding: 0;
  }
  .lp .sec6_item04_footBox_img {
    margin-top: 6.1538461538vw;
    padding: 0 4.1025641026vw;
  }
}
.lp .sec7 {
  background: #0E6EB8;
  padding: 80px 0;
}
.lp .sec7_title {
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  max-width: 790px;
  margin: 0 auto;
  line-height: 1.6;
  padding: 10px 0;
}
.lp .sec7_title .text01 {
  font-size: 16px;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FF9000;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translate(0, -50%);
}
.lp .sec7_title .text02 {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
.lp .sec7_convoy {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  margin-top: 4px;
}
.lp .sec7_convoy img {
  width: 240px;
}
.lp .sec7_list {
  display: flex;
  flex-flow: column;
  gap: 50px;
  padding: 60px 150px;
  background: #fff;
  margin-top: 40px;
}
.lp .sec7_item_title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  position: relative;
  z-index: 1;
}
.lp .sec7_item_title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #0E6EB8;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}
.lp li:nth-of-type(1) .sec7_item_title::before {
  width: calc(100% - 95px);
}
.lp .sec7_item01 {
  margin-top: -39px;
  position: relative;
  z-index: 5;
}
.lp .sec7_item_flex {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.lp .sec7_item_img {
  width: 180px;
}
.lp .sec7_item_numList {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 6px;
  margin-bottom: 18px;
}
.lp .sec7_item_numItem {
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.lp .sec7_item_numItem span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  font-family: "Oswald", sans-serif;
  width: 40px;
  height: 34px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-image: url(../../images/lp/icon/icon_before.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.lp .sec7_item_numItem p {
  flex: 1;
}
.lp .sec7_item01_arrow {
  width: 86px;
  display: block;
  margin: 0 auto;
}
.lp .sec7_item_subTitle {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 19px;
}
.lp .sec7_item_subTitle span {
  position: relative;
  z-index: 1;
}
.lp .sec7_item_subTitle span::before {
  content: "";
  display: inline-block;
  width: calc(100% + 10px);
  height: 12px;
  background: #F6F300;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.lp .sec7_item02_title {
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
.lp .sec7_item02 .sec7_item_numList {
  margin: 24px 0 0 70px;
}
.lp .sec7_item04 {
  padding: 24px 57px;
}
.lp .sec7_item04_text {
  line-height: 1.6;
}
.lp .sec7_item04_table {
  margin-top: 24px;
}
@media screen and (max-width: 680px) {
  .lp .sec7 {
    padding: 30.7692307692vw 0 10.2564102564vw;
  }
  .lp .sec7_title {
    font-size: 4.1025641026vw;
    padding: 6.1538461538vw 1.0256410256vw;
  }
  .lp .sec7_title .text01 {
    font-size: 4.1025641026vw;
    width: 25.641025641vw;
    height: 25.641025641vw;
    top: -19.7435897436vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .lp .sec7_title .text02 {
    font-size: 5.1282051282vw;
  }
  .lp .sec7_convoy {
    font-size: 7.1794871795vw;
    margin-top: 4.1025641026vw;
  }
  .lp .sec7_convoy img {
    width: 37.1794871795vw;
  }
  .lp .sec7_list {
    gap: 12.8205128205vw;
    padding: 35.8974358974vw 2.5641025641vw 10.2564102564vw;
    margin-top: 6.1538461538vw;
  }
  .lp .sec7_item_title {
    font-size: 4.6153846154vw;
    padding: 2.5641025641vw 0;
  }
  .lp li:nth-of-type(1) .sec7_item_title::before {
    width: 100%;
  }
  .lp .sec7_item01 {
    margin-top: 3.8461538462vw;
  }
  .lp .sec7_item_flex {
    display: block;
  }
  .lp .sec7_item_img {
    width: 32.0512820513vw;
    position: absolute;
    top: -41.5384615385vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .lp .sec7_item_numList {
    gap: 1.5384615385vw;
    margin-bottom: 4.6153846154vw;
  }
  .lp .sec7_item_numItem {
    font-size: 4.6153846154vw;
    gap: 1.5384615385vw;
    align-items: flex-start;
  }
  .lp .sec7_item_numItem span {
    font-size: 5.1282051282vw;
    width: 9.2307692308vw;
    height: 9.2307692308vw;
  }
  .lp .sec7_item01_arrow {
    width: 22.0512820513vw;
  }
  .lp .sec7_item_subTitle {
    font-size: 4.6153846154vw;
    margin-top: 6.1538461538vw;
  }
  .lp .sec7_item_subTitle span::before {
    width: calc(100% + 2.5641025641vw);
    height: 3.0769230769vw;
    bottom: 1.2820512821vw;
  }
  .lp .sec7_item02_title {
    text-align: left;
    margin-top: 4.1025641026vw;
  }
  .lp .sec7_item02 .sec7_item_numList {
    margin: 4.1025641026vw 0 0;
  }
  .lp .sec7_item04 {
    padding: 4.1025641026vw 0 0;
  }
  .lp .sec7_item04_table {
    margin-top: 6.1538461538vw;
    width: 157.1794871795vw;
  }
}

.lp_footer {
  padding: 0 0 20px;
}

.lp_footer .copyright {
  margin-top: 0;
}

/* お問い合わせ
***************************************************************/
.contact {
  padding: 0;
}

.contact .inner {
  max-width: 1080px;
}

.contact_list {
  margin-top: 24px;
}

.contact_form_text {
  color: #036EB7;
  font-weight: 500;
  line-height: 160%;
}

.contact_item {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-top: 1px solid #999;
}

.contact_item:nth-last-of-type(1) {
  border-bottom: 1px solid #999;
}

.contact_item_title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  width: 300px;
}

.req {
  color: #036EB7;
}

.contact_area {
  flex: 1;
}

.contact_area span {
  width: 100%;
}

.contact_list input {
  width: 100%;
  padding: 5px 10px;
  background: #F0F0F0;
}

.contact_list textarea {
  width: 100%;
  padding: 5px;
  background: #F0F0F0;
}

.wpcf7-list-item {
  margin: 0;
}

.contact_check p {
  display: flex;
  align-items: center;
  margin-top: 32px;
}

.contact_check input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.contact_check p a {
  color: #036EB7;
}

.contact_submit {
  position: relative;
  width: 200px;
  margin: 40px auto 0;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #036EB7;
  border: 2px solid #036EB7;
  border-radius: 40px;
  transition: 0.3s;
}

.contact_submit input {
  width: 100%;
  padding: 22px 0;
  border: unset;
}

.wpcf7-spinner {
  display: none;
}

.contact_checkBox {
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 681px) {
  .contact_check p a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}
@media screen and (max-width: 680px) {
  .contact {
    padding: 5.1282051282vw 0 0;
  }
  .contact_list {
    margin-top: 6.1538461538vw;
  }
  .contact_item {
    flex-flow: column;
    gap: 2.0512820513vw;
    padding: 6.4102564103vw 0;
  }
  .contact_item_title {
    font-size: 4.6153846154vw;
    width: 100%;
  }
  .contact_list input {
    padding: 1.2820512821vw 2.5641025641vw;
  }
  .contact_list textarea {
    padding: 1.2820512821vw;
  }
  .wpcf7-list-item {
    margin: 0;
  }
  .contact_check span,
  .contact_check br {
    display: contents;
  }
  .contact_check p {
    display: block;
    margin-top: 8.2051282051vw;
    position: relative;
    padding-left: 8.2051282051vw;
    line-height: 1.6;
  }
  .contact_check input {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    border-radius: 1.0256410256vw;
    position: absolute;
    left: 0.7692307692vw;
    top: 1.2820512821vw;
  }
  .contact_submit {
    width: 51.2820512821vw;
    margin: 10.2564102564vw auto 0;
    font-size: 5.1282051282vw;
    border: 0.5128205128vw solid #036EB7;
    border-radius: 10.2564102564vw;
  }
  .contact_submit input {
    width: 100%;
    padding: 5.641025641vw 0;
    border: unset;
  }
  .wpcf7-spinner {
    display: none;
  }
}