@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 -1rem;
}

/* 基本
***************************************************************/
html {
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.11;
  color: #000;
}

main,
footer {
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* フォント
***************************************************************/
/* コンテンツ・セクション幅
***************************************************************/
.inner {
  max-width: 1170px;
  margin: 0 auto;
  width: calc(100% - 80px);
}

section {
  padding: 80px 0;
}

@media screen and (max-width: 680px) {
  .inner {
    padding: 0 5.3333333333vw;
    width: 100%;
  }
  section {
    padding: 10.6666666667vw 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%, #f0d769 60%);
  display: inline;
}

/* 共通パーツ (全ページ)
***************************************************************/
.section_title .ja {
  display: block;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.05em;
  line-height: 50px;
}

.section_title .en {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  color: #20398d;
  background: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  margin-top: 10px;
}

.section_title .en:nth-of-type(3) {
  margin-top: 5px;
}

@media screen and (max-width: 680px) {
  .section_title .ja {
    font-size: 8vw;
    line-height: 12.2666666667vw;
  }
  .section_title .en {
    font-size: 3.7333333333vw;
    line-height: 8vw;
    padding: 0 2.6666666667vw;
    margin-top: 4vw;
  }
  .section_title .en:nth-of-type(3) {
    margin-top: 1.3333333333vw;
  }
}
.cta {
  padding: 35px 0;
  background-image: url(../img/launch-business/front/cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

.cta_title {
  font-weight: bold;
  font-size: 18px;
}

.cta_title .t1 {
  font-size: 26px;
  line-height: 1.8;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-right: 10px;
  padding: 0 10px;
}

.cta_title .t2 {
  font-weight: bold;
  font-size: 46px;
  line-height: 1;
  color: #f0d769;
  position: relative;
  z-index: 1;
  margin: 10px 10px 0 0;
}

.cta_title .t2::before {
  content: "";
  width: 100%;
  height: 23px;
  background: #20398d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.cta_btn {
  width: 495px;
  height: 46px;
  margin-left: 55px;
  border-radius: 23px;
  background: #002d74;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-top: 30px;
  transition: 0.3s;
}

.cta_btn .t1 {
  line-height: 1.4;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #fff;
  font-weight: bold;
  color: #002d74;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.cta_btn .t2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.3s;
}

.cta_btn::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/launch-business/icon/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .cta_btn:hover {
    background: #fff;
    color: #002d74;
  }
  .cta_btn:hover .t1 {
    background: #002d74;
    color: #fff;
  }
  .cta_btn:hover::before {
    background-image: url(../img/launch-business/icon/icon_arrow_right_active.svg);
  }
}
@media screen and (max-width: 680px) {
  .cta {
    padding: 9.3333333333vw 0 7.2vw;
    background-image: url(../img/launch-business/front/cta_bg_sp.webp);
  }
  .cta_title {
    font-size: 3.7333333333vw;
  }
  .cta_title .t1 {
    font-size: 4.8vw;
    line-height: 1.8;
    margin-right: 2.6666666667vw;
    padding: 0 2.6666666667vw;
  }
  .cta_title .t2 {
    font-size: 8.8vw;
    margin: 2.6666666667vw 0 0 0;
  }
  .cta_title .t2::before {
    height: 6.1333333333vw;
  }
  .cta_title .t3 {
    display: block;
    text-align: right;
    font-size: 4.8jvw;
  }
  .cta_btn {
    padding: 4vw 0;
    width: 82.4vw;
    height: auto;
    border-radius: 6.1333333333vw;
    margin: 78.9333333333vw auto 0;
    line-height: 6.4vw;
    display: block;
  }
  .cta_btn .t1 {
    width: 19.7333333333vw;
    height: 19.7333333333vw;
    top: 25%;
    left: -3.4666666667vw;
  }
  .cta_btn .t2 {
    position: unset;
    transform: unset;
  }
  .cta_btn::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    right: 5.0666666667vw;
  }
}
/* ===================================================
ヘッダー
=================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}

.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 26px;
}

.header_logo {
  width: 223px;
  transition: 0.3s;
}

.header_content_menu {
  display: flex;
}

.header_content_contact {
  font-weight: bold;
  color: #fff;
  background: #20398d;
  transition: 0.3s;
  width: 178px;
  height: 54px;
  position: relative;
}

.header_content_contact span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.3s;
  text-align: center;
}

.toggle-menu {
  position: relative;
  z-index: 100;
  display: block;
  width: 65px;
  height: 54px;
}

.toggle-menu .toggle-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 27px;
  height: 1px;
  color: rgba(0, 0, 0, 0);
}

.toggle-menu .toggle-line::before,
.toggle-menu .toggle-line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #20398D;
  transition: 0.3s;
}

.toggle-menu .toggle-line::before {
  top: -4px;
  animation: menu-barTop 0.6s forwards;
}

.toggle-menu .toggle-line::after {
  top: 4px;
  animation: menu-barBottom 0.6s forwards;
}

.open .toggle-menu {
  transition: all 0.5s linear 1s;
}

.open .toggle-menu .toggle-line {
  height: 0;
  background-color: #fff;
}

.open .toggle-menu .toggle-line::before {
  top: 0;
  transform: rotate(-15deg);
  animation: active-menu-barTop 0.6s forwards;
  background-color: #fff;
}

.open .toggle-menu .toggle-line::after {
  top: 0;
  transform: rotate(15deg);
  animation: active-menu-barBottom 0.6s forwards;
  background-color: #fff;
}

.header_nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  width: 375px;
  height: 100vh;
  padding: 84px 0 0 28px;
  background: #002d74;
  transform: translateX(100%);
  transition: 0.3s ease-out;
}

.open .header_nav {
  overflow: auto;
  transform: translateX(0);
}

.global_nav {
  width: 100%;
  padding-top: 30px;
  margin-top: 10px;
  border-top: 1px solid #fff;
}

.global_nav_list {
  display: block;
}

.global_nav_item {
  width: 100%;
}

.global_nav_item a {
  width: 100%;
  padding: 5px 0;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 39px;
  color: #fff;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .header_content_contact:hover:hover {
    background: rgb(230, 237, 237);
    color: #20398d;
  }
  .header_content_contact:hover:hover span {
    font-size: 18px;
  }
  .header_logo:hover,
  .global_nav_item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 680px) {
  .header_content {
    padding-left: 5.3333333333vw;
  }
  .header_logo {
    width: 43.4666666667vw;
  }
  .header_content_contact {
    padding: 2.9333333333vw 2.1333333333vw;
    font-size: 3.4666666667vw;
    width: auto;
    height: auto;
  }
  .header_content_contact span {
    position: unset;
    transform: unset;
  }
  .toggle-menu {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .toggle-menu .toggle-line {
    width: 6.6666666667vw;
  }
  .toggle-menu .toggle-line::before,
  .toggle-menu .toggle-line::after {
    width: 6.6666666667vw;
  }
  .toggle-menu .toggle-line::before {
    top: -1.0666666667vw;
  }
  .toggle-menu .toggle-line::after {
    top: 1.0666666667vw;
  }
  .header_nav {
    width: 100%;
    padding: 22.4vw 6.4vw 0;
  }
  .global_nav {
    padding-top: 8vw;
    margin-top: 2.6666666667vw;
  }
  .global_nav_item a {
    padding: 1.3333333333vw 0;
    font-size: 4.2666666667vw;
    line-height: 10.4vw;
  }
}
/* ===================================================
フッター
=================================================== */
footer {
  background-image: url(../img/launch-business/front/footer_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 35px 0 25px;
}

footer .inner {
  display: flex;
  justify-content: space-between;
}

.footer_logo {
  width: 222px;
  transition: 0.3s;
}

.footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 570px;
}

.footer_nav_item {
  font-weight: bold;
  color: #fff;
}

.footer_nav_item:nth-of-type(2n) {
  width: 55%;
}

.footer_nav_item:nth-of-type(2n - 1) {
  width: 40%;
}

.footer_nav_item a {
  transition: 0.3s;
}

.footer_copyright {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  color: #fff;
  margin-top: 110px;
}

@media screen and (min-width: 681px) {
  .footer_logo:hover,
  .footer_nav_item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 680px) {
  footer {
    background-image: url(../img/launch-business/front/footer_bg_sp.webp);
    padding: 13.3333333333vw 0 6.6666666667vw;
  }
  footer .inner {
    display: block;
  }
  .footer_logo {
    word-break: 59.2vw;
  }
  .footer_nav_list {
    margin-top: 10.6666666667vw;
    flex-flow: column;
    width: 100%;
    gap: 2.6666666667vw;
  }
  .footer_nav_item:nth-of-type(2n) {
    width: 100%;
  }
  .footer_nav_item:nth-of-type(2n - 1) {
    width: 100%;
  }
  .footer_copyright {
    font-size: 3.2vw;
    margin-top: 18.6666666667vw;
  }
}
/* ===================================================
トップページ
=================================================== */
/* FV
***************************************************************/
.fv {
  background-image: url(../img/launch-business/front/fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 54px;
  padding: 60px 0 30px;
}

.fv_text {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #5db1de;
  display: flex;
  align-items: center;
  gap: 10px;
}

.fv_text::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 21px;
  background: #5db1de;
}

.fv_title {
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fff;
  margin-top: 10px;
}

.fv_title .t1 {
  position: relative;
}

.fv_title .t1::before {
  content: "";
  display: inline-block;
  width: 345px;
  height: 8px;
  background-image: url(../img/launch-business/front/fv_border.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.fv_title .col_1 {
  font-size: 60px;
  color: #5db1de;
}

.fv_title .circle {
  position: relative;
}

.fv_title .circle::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5db1de;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.fv_title .t2 {
  font-size: 60px;
  color: #002d74;
  background: #f0d769;
  padding: 0 16px;
  margin: 35px 10px 35px 0;
}

.fv_img {
  margin-top: 65px;
  max-width: 734px;
}

.fv_text_description {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
  text-align: right;
}

.fv_text_description span {
  text-align: left;
}

@media screen and (max-width: 680px) {
  .fv {
    background-image: url(../img/launch-business/front/fv_sp.webp);
    margin-top: 13.3333333333vw;
    padding: 5.3333333333vw 0 8vw;
  }
  .fv_text {
    font-size: 3.4666666667vw;
    gap: 1.8666666667vw;
  }
  .fv_text::before {
    width: 1.0666666667vw;
    height: 3.7333333333vw;
  }
  .fv_title {
    font-size: 7.4666666667vw;
    margin-top: 1.3333333333vw;
  }
  .fv_title .t1::before {
    width: 54.6666666667vw;
    height: 1.3333333333vw;
    bottom: -2.6666666667vw;
  }
  .fv_title .col_1 {
    font-size: 9.8666666667vw;
  }
  .fv_title .circle::before {
    width: 1.6vw;
    height: 1.6vw;
    top: -3.7333333333vw;
  }
  .fv_title .t2 {
    font-size: 10.1333333333vw;
    padding: 0 1.0666666667vw;
    margin: 6.6666666667vw 2.6666666667vw 2.6666666667vw 0;
  }
  .fv_img {
    margin-top: 65.8666666667vw;
  }
  .fv_text_description {
    font-size: 3.2vw;
    text-align: left;
    margin-top: 5.3333333333vw;
  }
}
/* Section1
***************************************************************/
.sec1 {
  background-image: url(../img/launch-business/front/sec1_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec1_head {
  position: relative;
}

.sec1_head_title {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 53px;
  color: #fff;
}

.sec1_head_title span {
  color: #f0d769;
}

.sec1_head_text {
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
  margin-top: 35px;
  color: #fff;
}

.sec1_head_text span {
  color: #f0d769;
  text-decoration: underline;
}

.sec1_head_img {
  width: 761px;
  position: absolute;
  right: 0;
  top: -80px;
}

.sec1_content {
  margin-top: 70px;
  padding: 70px 55px;
  background-image: url(../img/launch-business/front/sec1_bg02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec1_contentList {
  margin-top: 80px;
  display: flex;
  flex-flow: column;
  gap: 70px;
}

.sec1_contentItem {
  display: flex;
  align-items: flex-start;
  gap: 42px;
}

.sec1_contentItem_box {
  flex: 1;
}

.sec1_contentItem_box_title {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 44px;
  color: #002D74;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.sec1_contentItem_box_title span {
  color: #fff;
  background: #5db1de;
  padding: 0 5px;
  line-height: 1.5;
}

.sec1_contentItem_box_text {
  margin-top: 25px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.05em;
}

.sec1_contentItem_box_text span {
  color: #20398D;
}

.sec1_contentItem_img {
  width: 634px;
}

@media screen and (max-width: 680px) {
  .sec1 {
    background-image: unset;
    padding: 0;
  }
  .sec1_head {
    background-image: url(../img/launch-business/front/sec1_bg_sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .sec1_head_title {
    font-size: 6.4vw;
    line-height: 10.6666666667vw;
  }
  .sec1_head_text {
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
    margin-top: 7.4666666667vw;
  }
  .sec1_head_img {
    margin: 6.4vw calc(50% - 50vw) 0;
    width: 100vw;
    position: unset;
  }
  .sec1_content {
    margin-top: 0;
    padding: 13.3333333333vw 5.3333333333vw 20vw;
    background-image: unset;
    margin: -2.6666666667vw calc(50% - 50vw) 0;
    width: 100vw;
    position: relative;
    z-index: 1;
  }
  .sec1_content::before {
    content: "";
    display: inline-block;
    width: 101%;
    height: 100%;
    background-image: url(../img/launch-business/front/sec1_bg02_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    z-index: -1;
  }
  .sec1 .section_title .en:nth-of-type(2) {
    margin-top: 1.3333333333vw;
  }
  .sec1_contentList {
    margin-top: 16vw;
    gap: 24vw;
  }
  .sec1_contentItem {
    flex-flow: column-reverse;
    gap: 6.6666666667vw;
  }
  .sec1_contentItem_box_title {
    font-size: 5.8666666667vw;
    line-height: 10.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
  .sec1_contentItem_box_title span {
    padding: 0 1.3333333333vw;
    line-height: 1.3;
  }
  .sec1_contentItem_box_text {
    margin-top: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .sec1_contentItem_img {
    width: 100%;
  }
}
/* Section2
***************************************************************/
.sec2 {
  background: #495faa;
  padding: 100px 0;
  overflow: hidden;
}

.sec2 .inner {
  position: relative;
}

.sec2_title {
  font-weight: bold;
  font-size: 40px;
  line-height: 53px;
  text-align: left;
  color: #fff;
}

.sec2_title span {
  color: #f0d769;
}

.sec2_text {
  margin-top: 45px;
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
}

.sec2_text span {
  color: #f0d769;
  text-decoration: underline;
}

.sec2_img {
  position: absolute;
  top: 50%;
  right: -55px;
  width: 720px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 680px) {
  .sec2 {
    margin-top: -2.6666666667vw;
    padding: 12vw 0 2.6666666667vw;
  }
  .sec2_title {
    font-size: 6.4vw;
    line-height: 10.6666666667vw;
  }
  .sec2_text {
    margin-top: 6.6666666667vw;
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
  }
  .sec2_img {
    position: unset;
    transform: unset;
    margin: 6.9333333333vw 0 0;
    width: 100%;
  }
}
/* section3
***************************************************************/
.sec3 {
  background-image: url(../img/launch-business/front/sec3_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec3 .section_title {
  color: #fff;
}

.sec3List {
  display: flex;
  flex-flow: column;
  gap: 75px;
  margin-top: 75px;
}

.sec3Item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0 55px;
}

.sec3Item_img {
  width: 634px;
}

.sec3Item_box {
  flex: 1;
  padding-top: 5px;
}

.sec3Item_box_title {
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 44px;
  color: #002D74;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  color: #fff;
}

.sec3Item_box_title span {
  color: #fff;
  background: #5db1de;
  padding: 0 5px;
  line-height: 1.5;
}

.sec3Item_box_text {
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.05em;
}

.sec3Item_box_text span {
  color: #f0d769;
  background: linear-gradient(transparent 60%, #20398d 60%);
}

@media screen and (max-width: 680px) {
  .sec3 {
    background-image: url(../img/launch-business/front/sec3_bg_sp.webp);
    background-position: top;
  }
  .sec3List {
    gap: 24vw;
    margin-top: 18.6666666667vw;
  }
  .sec3Item {
    flex-flow: column;
    gap: 8vw;
    padding: 0;
  }
  .sec3Item_img {
    width: 100%;
  }
  .sec3Item_box {
    padding-top: 0;
  }
  .sec3Item_box_title {
    font-size: 6.1333333333vw;
    line-height: 10.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  .sec3Item_box_title span {
    padding: 0 1.3333333333vw;
    line-height: 1.4;
  }
  .sec3Item_box_text {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
/* section4
***************************************************************/
.sec4 {
  background-image: url(../img/launch-business/front/sec4_bg01.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.sec4_flex {
  display: flex;
  align-items: flex-start;
  gap: 53px;
}

.sec4 .section_title {
  color: #fff;
}

.sec4_content {
  flex: 1;
}

.sec4_content_title {
  font-weight: bold;
  font-size: 40px;
  line-height: 53px;
  color: #f0d769;
}

.sec4_content_subTitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  margin-top: 15px;
}

.sec4_content_subTitle span {
  color: #F0D769;
}

.sec4_content_text {
  font-weight: bold;
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  opacity: 0.8;
  margin-top: 25px;
}

.sec4_content_simulation {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  margin-top: 30px;
}

.sec4_content_simulation_title {
  background: linear-gradient(#495faa 0%, #1536a8 100%);
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.sec4_content_simulationBox {
  padding: 55px 100px 0;
}

.sec4_content_simulationHead_list {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.sec4_content_simulationHead_item {
  display: flex;
  align-items: center;
  gap: 136px;
}

.sec4_content_simulationHead_item_text {
  font-weight: bold;
  font-size: 19px;
  width: 230px;
}

.sec4_content_simulationHead_itemBox {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 19px;
}

.sec4_content_simulationHead_itemBox input[type=tel] {
  width: 106px;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 5px 15px;
  font-size: 20px;
  margin-right: 10px;
}

.sec4_content_simulationHead_itemBox label {
  margin-right: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.sec4_content_simulationMain {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 30px 0;
  padding: 20px 0;
}

.sec4_content_simulationMain_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec4_content_simulationMain_text {
  font-weight: bold;
  font-size: 24px;
  width: 230px;
  display: flex;
  justify-content: space-between;
}

.sec4_content_simulationMain_price {
  flex: 1;
  font-weight: bold;
  font-size: 68px;
  line-height: 1.2;
  text-align: right;
  color: #5db1de;
  text-align: right;
  max-width: 350px;
}

.sec4_content_simulation_description {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  padding: 0 100px 40px;
}

.sec4_plan {
  margin-top: 85px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 1;
  padding: 75px 55px 55px;
}

.sec4_plan::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(#495faa 0%, #1536a8 100%);
  border-radius: 8px 8px 0 0;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec4_plan_content {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.sec4_plan_contentBox {
  flex: 1;
}

.sec4_plan_contentBox_title {
  font-weight: bold;
  font-size: 40px;
  line-height: 53px;
  color: #f0d769;
}

.sec4_plan_contentBox_text {
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
  text-align: left;
  color: #fff;
  margin-top: 25px;
}

.sec4_plan_contentBox_text span {
  color: #F0D769;
}

.sec4_plan_subContent {
  margin-top: 55px;
  background: #fff;
  display: flex;
  align-items: flex-end;
  gap: 50px;
  border-radius: 8px;
  overflow: hidden;
}

.sec4_plan_subContent_title {
  background: #20398d;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  padding: 40px 45px;
}

.sec4_plan_subContent_text {
  padding-bottom: 15px;
}

.sec4_plan_subContent_text .text1 {
  font-weight: bold;
  font-size: 100px;
  line-height: 32px;
  text-align: center;
  color: #5db1de;
}

.sec4_plan_subContent_text .text2 {
  font-weight: bold;
  font-size: 20px;
}

.sec4_plan_subContent_text .text3 {
  font-weight: 500;
  margin-left: 30px;
}

.sec4_plan_subContent02 {
  padding: 40px 0;
  position: relative;
  z-index: 1;
  margin-top: 55px;
}

.sec4_plan_subContent02::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec4_plan_subContent02_title {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec4_plan_subContent02_title span {
  font-size: 30px;
  color: #20398d;
}

.sec4_plan_subContent02_list {
  max-width: 900px;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px 15px;
}

.sec4_plan_subContent02_item_text {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
}

@media screen and (max-width: 680px) {
  .sec4 {
    background-image: url(../img/launch-business/front/sec4_bg01_sp.webp);
  }
  .sec4_flex {
    flex-flow: column;
    gap: 10.6666666667vw;
  }
  .sec4_content_title {
    font-size: 6.4vw;
    line-height: 10.6666666667vw;
  }
  .sec4_content_subTitle {
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
    margin-top: 4vw;
  }
  .sec4_content_text {
    font-size: 2.9333333333vw;
    line-height: 6.1333333333vw;
    margin-top: 6.6666666667vw;
  }
  .sec4_content_simulation {
    border-radius: 2.1333333333vw;
    margin-top: 8vw;
  }
  .sec4_content_simulation_title {
    font-size: 5.3333333333vw;
  }
  .sec4_content_simulationBox {
    padding: 8vw 6.6666666667vw 0;
  }
  .sec4_content_simulationHead_list {
    gap: 5.3333333333vw;
  }
  .sec4_content_simulationHead_item {
    display: block;
  }
  .sec4_content_simulationHead_item_text {
    font-size: 4.2666666667vw;
    width: 100%;
  }
  .sec4_content_simulationHead_itemBox {
    font-size: 4.2666666667vw;
    padding-left: 8.8vw;
  }
  .sec4_content_simulationHead_itemBox input[type=number] {
    width: 22.6666666667vw;
    padding: 1.3333333333vw 4vw;
    font-size: 4.2666666667vw;
    margin-right: 2.6666666667vw;
  }
  .sec4_content_simulationHead_itemBox label {
    margin-right: 8vw;
    gap: 1.3333333333vw;
  }
  .sec4_content_simulationMain {
    margin: 8vw 0 0;
    padding: 5.3333333333vw 0;
  }
  .sec4_content_simulationMain_box {
    display: block;
  }
  .sec4_content_simulationMain_text {
    font-size: 4.8vw;
    line-height: 1;
    width: 45.3333333333vw;
  }
  .sec4_content_simulationMain_price {
    font-size: 13.3333333333vw;
    line-height: 1;
    margin: 2.6666666667vw 0 5.3333333333vw;
  }
  .sec4_content_simulation_description {
    font-size: 3.2vw;
    line-height: 4.8vw;
    padding: 5.3333333333vw 7.7333333333vw 10.6666666667vw;
  }
  .sec4_plan {
    margin-top: 12vw;
    padding: 9.3333333333vw 5.3333333333vw 12vw;
  }
  .sec4_plan_content {
    flex-flow: column;
    gap: 6.6666666667vw;
  }
  .sec4_plan_contentBox_title {
    font-size: 6.4vw;
    line-height: 10.6666666667vw;
  }
  .sec4_plan_contentBox_text {
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
    margin-top: 5.3333333333vw;
  }
  .sec4_plan_subContent {
    margin-top: 9.3333333333vw;
    display: block;
    gap: 0;
  }
  .sec4_plan_subContent_title {
    font-size: 6.4vw;
    padding: 2.1333333333vw 0;
    text-align: center;
  }
  .sec4_plan_subContent_text {
    padding: 4vw 0 4vw 6.4vw;
  }
  .sec4_plan_subContent_text .text1 {
    font-size: 21.3333333333vw;
    line-height: 1;
  }
  .sec4_plan_subContent_text .text2 {
    font-size: 4.2666666667vw;
  }
  .sec4_plan_subContent_text .text3 {
    font-size: 3.4666666667vw;
    margin-left: 0;
    margin-top: -2.1333333333vw;
    display: block;
  }
  .sec4_plan_subContent02 {
    padding: 10.6666666667vw 5.3333333333vw;
    margin: 13.3333333333vw calc(50% - 50vw) 0;
    width: 100vw;
  }
  .sec4_plan_subContent02_title {
    font-size: 4vw;
    flex-flow: column;
  }
  .sec4_plan_subContent02_title span {
    font-size: 6.4vw;
  }
  .sec4_plan_subContent02_list {
    margin: 8vw auto 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.8vw;
  }
  .sec4_plan_subContent02_item_text {
    font-size: 2.9333333333vw;
    line-height: 4.2666666667vw;
  }
}
/* section5
***************************************************************/
.sec5 {
  background-image: url(../img/launch-business/front/sec5_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0 100px;
}

.sec5 .inner {
  display: flex;
  align-items: flex-start;
  gap: 58px;
}

.sec5_head {
  color: #fff;
}

.sec5_head_text {
  font-weight: 500;
  line-height: 32px;
  margin-top: 45px;
}

.sec5_list {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 106px;
}

.sec5_item {
  position: relative;
}

.sec5_item::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 25px;
  background-image: url(../img/launch-business/front/sec5_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: 12px;
  bottom: -54px;
}

.sec5_item:nth-last-of-type(1):before {
  display: none;
}

.sec5_item_title {
  font-weight: bold;
  font-size: 23px;
  line-height: 48px;
  color: #fff;
  border-radius: 26px;
  background: #20398d;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-left: 87px;
  position: relative;
}

.sec5_item_title img {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(0, -50%);
  width: 100px;
}

.sec5_item_text {
  font-weight: bold;
  font-size: 15px;
  line-height: 32px;
  color: #fff;
  margin-top: 10px;
  position: relative;
}

.sec5_item_text span {
  position: absolute;
  left: 87px;
  top: 80;
}

@media screen and (max-width: 680px) {
  .sec5 {
    background-image: url(../img/launch-business/front/sec5_bg_sp.webp);
    padding: 16vw 0 21.3333333333vw;
  }
  .sec5 .inner {
    flex-flow: column;
    gap: 14.6666666667vw;
  }
  .sec5_head_text {
    margin-top: 8.8vw;
  }
  .sec5_list {
    gap: 18.6666666667vw;
    width: 100%;
  }
  .sec5_item::before {
    width: 9.3333333333vw;
    height: 6.6666666667vw;
    left: 1.0666666667vw;
    bottom: -12vw;
  }
  .sec5_item:nth-last-of-type(1):before {
    display: none;
  }
  .sec5_item_title {
    font-size: 4.2666666667vw;
    line-height: 12vw;
    border-radius: 6.9333333333vw;
    padding-left: 14.6666666667vw;
  }
  .sec5_item_title img {
    left: -1.3333333333vw;
    width: 14.4vw;
  }
  .sec5_item_text {
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
    margin-top: 4vw;
    padding-left: 6.6666666667vw;
  }
  .sec5_item_text span {
    position: unset;
  }
}
/* section6
***************************************************************/
.sec6 {
  background-image: url(../img/launch-business/front/sec6_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.sec6_text {
  font-weight: 500;
  margin-top: 35px;
}

.sec6_slider {
  margin-top: 80px;
}

.sec6_slider .slick-list {
  overflow: unset;
}

.sec6_slider .slick-slide {
  width: 895px;
  margin: 0 25px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}

.sec6_sliderFlex {
  display: flex;
}

.sec6_slider_img {
  width: 369px;
  border-radius: 8px 0 0 8px;
}

.sec6_sliderBox {
  flex: 1;
  padding: 40px 40px 40px 30px;
}

.sec6_sliderBox_title {
  font-weight: bold;
  font-size: 25px;
  line-height: 36px;
}

.sec6_sliderBox_subTitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #20398d;
  padding-left: 8px;
  margin-top: 25px;
  border-left: 7px solid #20398d;
}

.sec6_sliderBox_text {
  font-weight: bold;
  margin-top: 15px;
  word-break: auto-phrase;
}

.sec6_slider .slick-prev,
.sec6_slider .slick-next {
  position: absolute;
  top: 230px;
  cursor: pointer;
  outline: none;
  background-image: url(../img/launch-business/icon/icon_arrow_right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 43px;
  width: 43px;
  z-index: 10;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
  transition: 0.3s;
}

.sec6_slider .slick-prev {
  left: 0;
  transform: scale(-1, 1);
}

.sec6_slider .slick-next {
  right: 0;
}

.sec6_slider .slick-dots {
  text-align: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec6_slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.sec6_slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}

.sec6_slider .slick-dots .slick-active button {
  background: #5DB1DE;
}

@media screen and (min-width: 681px) {
  .sec6_slider .slick-prev:hover,
  .sec6_slider .slick-next:hover {
    background-image: url(../img/launch-business/icon/icon_arrow_right_active.svg);
  }
}
@media screen and (max-width: 680px) {
  .sec6 {
    background-image: url(../img/launch-business/front/sec6_bg_sp.webp);
  }
  .sec6 .section_title .en:nth-of-type(2) {
    margin-top: 1.3333333333vw;
  }
  .sec6_text {
    margin-top: 6.6666666667vw;
  }
  .sec6_sp_text {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .sec6_slider {
    margin-top: 16vw;
  }
  .sec6_slider .slick-slide {
    width: 88vw;
    margin: 0 6.6666666667vw;
  }
  .sec6_sliderFlex {
    display: block;
  }
  .sec6_slider_img {
    width: 100%;
    height: 82.9333333333vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
  .sec6_sliderBox {
    flex: 1;
    padding: 6.1333333333vw 4.8vw 8vw;
  }
  .sec6_sliderBox_title {
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
  }
  .sec6_sliderBox_subTitle {
    font-size: 3.2vw;
    line-height: 4.8vw;
    padding-left: 2.1333333333vw;
    margin-top: 4vw;
  }
  .sec6_sliderBox_text {
    margin-top: 3.4666666667vw;
    line-height: 7.4666666667vw;
    margin-top: 10px;
    min-height: 104.5333333333vw;
  }
  .sec6_slider .slick-prev,
  .sec6_slider .slick-next {
    top: 40vw;
    height: 7.4666666667vw;
    width: 7.4666666667vw;
  }
  .sec6_slider .slick-prev {
    left: 0;
    transform: scale(-1, 1);
  }
  .sec6_slider .slick-next {
    right: 0;
  }
}
/* section7
***************************************************************/
.sec7 {
  background-image: url(../img/launch-business/front/sec7_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec7 .inner {
  display: flex;
  align-items: flex-start;
  gap: 92px;
}

.sec7 .section_title {
  color: #fff;
}

.sec7_list {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.sec7_item_title {
  font-weight: bold;
  font-size: 20px;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2px 10px 2px 63px;
  position: relative;
}

.sec7_item_title::before {
  content: "Q";
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique";
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #20398d;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 5px;
  top: 5px;
}

.sec7_item_text {
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-left: 63px;
  position: relative;
}

.sec7_item_text span img {
  width: 28px;
  position: relative;
  top: -5px;
  margin: 0 1px;
}

.sec7_item_text::before {
  content: "A.";
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: -26px;
  top: -2px;
}

@media screen and (max-width: 680px) {
  .sec7 {
    background-image: url(../img/launch-business/front/sec7_bg_sp.webp);
  }
  .sec7 .inner {
    flex-flow: column;
    gap: 11.7333333333vw;
  }
  .sec7_list {
    gap: 10.6666666667vw;
  }
  .sec7_item_title {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    padding: 2.6666666667vw 6.4vw 2.6666666667vw 12.2666666667vw;
  }
  .sec7_item_title::before {
    font-size: 5.3333333333vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    top: 50%;
    left: 1.3333333333vw;
    transform: translate(0, -50%);
  }
  .sec7_item_text {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
    line-height: 6.4vw;
    margin-left: 9.3333333333vw;
  }
  .sec7_item_text::before {
    font-size: 5.3333333333vw;
    left: -6.9333333333vw;
    top: -0.5333333333vw;
  }
}
/* section8
***************************************************************/
.contact {
  padding: 100px 0 80px;
  background-image: url(../img/launch-business/front/sec8_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact .inner {
  display: flex;
  align-items: flex-start;
}

.contact_head {
  flex: 1;
}

.contact_head_text {
  font-weight: 500;
  margin-top: 35px;
}

.contact_form {
  width: 775px;
}

.contact_list {
  display: flex;
  flex-flow: column;
  gap: 25px;
}

.contact_item {
  display: flex;
  flex-flow: column;
  gap: 6px;
}

.contact_item_title {
  display: flex;
  gap: 13px;
  align-items: center;
  font-weight: bold;
}

.contact_item_title .req {
  padding: 3px 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  border-radius: 4px;
  background: #20398d;
  border: 1px solid #20398d;
}

.contact_item_title .any {
  padding: 3px 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  color: #20398d;
  border-radius: 4px;
  background: #e2e9eb;
  border: 1px solid #20398d;
}

.contact_item_title .t1 {
  font-size: 12px;
  font-weight: 400;
  color: #404040;
}

.contact_area span {
  width: 100%;
}

.contact_area input,
.contact_area select {
  width: 100%;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.schedule {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 44px 48px;
  max-width: 666px;
}

.schedule_content {
  display: flex;
  justify-content: space-between;
}

.schedule_content:nth-of-type(n + 2) {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 10px;
}

.schedule_content_text {
  font-weight: bold;
  color: #20398d;
}

.schedule_contentBox {
  width: 220px;
}

.schedule_contentBox_text {
  font-weight: bold;
}

.schedule_contentBox_text span {
  font-weight: 400;
  font-size: 12px;
  color: #404040;
  width: auto;
  margin-left: 10px;
}

.schedule_contentBox_select {
  position: relative;
}

.schedule_contentBox_select::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url(../img/launch-business/icon/icon_arrow_select.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 25px;
  right: 15px;
  transform: translate(0, -50%);
  z-index: 1;
}

.contact_area textarea {
  width: 100%;
  height: 245px;
  padding: 5px 10px;
  resize: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.wpcf7-checkbox {
  display: flex;
  gap: 30px;
}

.wpcf7-checkbox .wpcf7-list-item {
  width: auto;
  margin: 0;
}

.contact_area label {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.contact_area label input {
  width: 15px;
  height: 15px;
  padding: 0;
  background: unset;
  border: unset;
}

.contact_area label span {
  width: auto;
}

.contact_submit {
  max-width: 500px;
  margin-top: 45px;
  position: relative;
}

.contact_submit::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/launch-business/icon/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.contact_submit input {
  border-radius: 24px;
  background: #002d74;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  padding: 8px 0;
  transition: 0.3s;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (min-width: 681px) {
  .contact_submit:hover::before {
    background-image: url(../img/launch-business/icon/icon_arrow_right_active.svg);
  }
  .contact_submit:hover input {
    background: rgb(230, 237, 237);
    color: #20398d;
  }
}
@media screen and (max-width: 680px) {
  .contact {
    padding: 10.6666666667vw 0 16vw;
    background-image: url(../img/launch-business/front/sec8_bg_sp.webp);
  }
  .contact .inner {
    flex-flow: column;
  }
  .contact_head_text {
    margin-top: 6.6666666667vw;
  }
  .contact_form {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
  .contact_list {
    display: flex;
    flex-flow: column;
    gap: 6.6666666667vw;
  }
  .contact_item {
    gap: 0;
  }
  .contact_item_title {
    display: block;
  }
  .contact_item_title .req {
    padding: 0.8vw 1.3333333333vw;
    font-size: 3.2vw;
    border-radius: 1.0666666667vw;
    margin-right: 3.4666666667vw;
    position: relative;
    top: -0.5333333333vw;
  }
  .contact_item_title .any {
    padding: 0.8vw 1.3333333333vw;
    font-size: 3.2vw;
    border-radius: 1.0666666667vw;
    margin-right: 3.4666666667vw;
    position: relative;
    top: -0.5333333333vw;
  }
  .contact_item_title .t1 {
    font-size: 3.2vw;
    margin: -1.3333333333vw 0 2.6666666667vw 10.6666666667vw;
    display: block;
  }
  .contact_area input,
  .contact_area select {
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 1.0666666667vw;
  }
  .schedule {
    border-radius: 1.0666666667vw;
    padding: 7.4666666667vw 4.8vw;
  }
  .schedule_content {
    display: block;
  }
  .schedule_content:nth-of-type(n + 2) {
    margin-top: 5.3333333333vw;
    padding-top: 2.6666666667vw;
  }
  .schedule_contentBox {
    width: 58.6666666667vw;
  }
  .schedule_contentBox_text span {
    font-size: 3.2vw;
    margin-left: 2.6666666667vw;
  }
  .schedule_contentBox_select::before {
    width: 4vw;
    height: 2.6666666667vw;
    top: 6.6666666667vw;
    right: 4vw;
  }
  .contact_area textarea {
    height: 37.3333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
    border-radius: 1.0666666667vw;
  }
  .contact_area label {
    gap: 2.6666666667vw;
  }
  .contact_area label input {
    width: 4vw;
    height: 4vw;
    padding: 0;
    background: unset;
    border: unset;
  }
  .contact_area label span {
    width: auto;
  }
  .contact_submit {
    margin-top: 10.6666666667vw;
  }
  .contact_submit::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    right: 3.4666666667vw;
  }
  .contact_submit input {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 0;
  }
}