@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 {
  -webkit-box-sizing: border-box;
          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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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 {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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;
}

/* 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 {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 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 {
  margin: 0;
  padding: 0;
  min-width: 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 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 {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F4F1E9;
  padding-top: 92px;
}
@media screen and (max-width: 600px) {
  body {
    padding-top: 81px;
  }
}

a:hover {
  opacity: 0.5;
}

.container {
  width: 1200px;
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
}

.sectionDescription {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #114078;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .sectionDescription {
    font-size: 17px;
    text-align: left;
  }
  .sectionDescription br {
    display: none;
  }
}

.taR {
  text-align: right;
}

br.spBr {
  display: none;
}
@media screen and (max-width: 600px) {
  br.spBr {
    display: block;
  }
}

#header {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
#header .headerInner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 15px 19px;
  height: 92px;
}
@media screen and (max-width: 600px) {
  #header .headerInner {
    height: 81px;
  }
  #header .headerInner #logo a img {
    width: 120px;
  }
  #header .headerInner .headerBtnWrap .btn {
    font-size: 14px;
    padding: 15px 40px;
  }
}

#footer #popupBanner a {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
}
#footer #popupBanner a:hover {
  opacity: 0.8;
}
#footer #popupBanner a img {
  width: 350px;
}
#footer #popupBanner.popupHide {
  display: none !important;
}
#footer #popupBanner #popupBannerClose {
  display: block;
  position: fixed;
  right: 15px;
  bottom: 202px;
  z-index: 9999;
  width: 40px;
  cursor: pointer;
}
#footer #popupBanner #popupBannerClose:hover {
  opacity: 0.8;
}
#footer .footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 15px 32px;
}
@media screen and (max-width: 768px) {
  #footer .footerInner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .footerInner .footerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #footer .footerInner .footerLink {
    margin-top: 30px;
    gap: 20px;
  }
}
#footer .footerInner .footerLink li {
  font-size: 15px;
  color: #333333;
}

.btn {
  display: inline-block;
  position: relative;
  font-size: 16px;
  background-color: #F79816;
  color: #fff;
  padding: 18px 70px;
  border-radius: 100px;
  font-weight: bold;
}
.btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  background-image: url(/lp/task/inc/images/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -8px;
}

button {
  font-size: 16px;
  cursor: pointer;
  border-radius: 25px;
  background: #114078;
  border: none;
  color: #fff;
  padding: 9px 30px;
  min-width: 150px;
  margin: 0 10px;
  margin-bottom: 15px;
}

.headingBaloon {
  font-size: 40px;
  color: #114078;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .headingBaloon {
    font-size: 26px;
  }
}
.headingBaloon span {
  display: inline-block;
  background-color: #114078;
  color: #fff;
  font-size: 20px;
  padding: 12px 32px;
  border-radius: 24px;
  min-width: 170px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .headingBaloon span {
    font-size: 18px;
    min-width: 100px;
  }
}
.headingBaloon span::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/lp/task/inc/images/balloon_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -15px;
}

.headingSolution {
  font-size: 33px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  text-align: center;
  padding-top: 260px;
  background-image: url(/lp/task/inc/images/img_solution01.png);
  background-repeat: no-repeat;
  background-size: 313px;
  background-position: center top;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .headingSolution {
    font-size: 22px;
  }
}
.headingSolution .highlight {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.sectionHeading {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #114078;
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .sectionHeading {
    font-size: 26px;
  }
}

#modal-case .c-content-header.case {
  padding-top: 0;
  height: auto;
  background: #F7F7F7;
}
#modal-case .l-container,
#modal-case .l-container--sm {
  padding: 30px 60px;
  height: auto;
}
@media (max-width: 769px) {
  #modal-case .l-container,
  #modal-case .l-container--sm {
    padding: 10px;
    height: auto;
  }
}
#modal-case .c-content-header.case__title {
  font-size: 2.5rem;
  line-height: 1.2;
}

#modal-solution .c-content-header {
  padding-top: 0;
  height: auto;
  background: #F7F7F7;
}
#modal-solution .c-content-header .l-container,
#modal-solution .c-content-header .l-container--sm {
  padding-top: 0;
  height: auto;
  padding: 40px 140px;
}
@media (max-width: 769px) {
  #modal-solution .c-content-header .l-container,
  #modal-solution .c-content-header .l-container--sm {
    padding: 10px;
    height: auto;
  }
}
#modal-solution .c-content-header__title {
  font-size: 2.5rem;
  line-height: 1.2;
}

body {
  line-height: 1.15 !important;
}

#footer a {
  color: #333333;
}

#cta img {
  display: inline;
}

#mainVisual {
  padding-top: 47px;
  background-color: #fff;
  border-bottom: solid 3px #D6CEB9;
}
@media screen and (max-width: 1200px) {
  #mainVisual {
    padding-top: 0;
  }
}
#mainVisual .mainVisualInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #mainVisual .mainVisualInner {
    width: 100%;
  }
}
#mainVisual .mainVisualInner .mainVisualCopy {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #mainVisual .mainVisualInner .mainVisualCopy {
    width: 100%;
    background-color: #F4F1E9;
    padding-top: 45px;
  }
}
@media screen and (max-width: 600px) {
  #mainVisual .mainVisualInner .mainVisualCopy {
    padding-top: 35px;
  }
}
#mainVisual .mainVisualInner .mainVisualCopy h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.6;
  color: #114078;
  margin-bottom: 65px;
}
@media screen and (max-width: 1200px) {
  #mainVisual .mainVisualInner .mainVisualCopy h1 {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 600px) {
  #mainVisual .mainVisualInner .mainVisualCopy h1 {
    font-size: 24px;
    padding-bottom: 165px;
  }
}
#mainVisual .mainVisualInner .mainVisualCopy h1 .copyBalloon {
  display: inline-block;
  background-color: #114078;
  border-radius: 24px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 32px;
  position: relative;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  #mainVisual .mainVisualInner .mainVisualCopy h1 .copyBalloon {
    font-size: 18px;
  }
}
#mainVisual .mainVisualInner .mainVisualCopy h1 .copyBalloon::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-image: url(/lp/task/inc/images/balloon_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -19px;
}
#mainVisual .mainVisualInner .mainVisualCopy h1 .copySub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  margin-bottom: 18px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  #mainVisual .mainVisualInner .mainVisualCopy h1 .copySub {
    font-size: 17px;
  }
}
#mainVisual .mainVisualInner .mainVisualCopy h1 .copySub::before, #mainVisual .mainVisualInner .mainVisualCopy h1 .copySub::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 38px;
  background-color: #114078;
}
#mainVisual .mainVisualInner .mainVisualCopy h1 .copySub::before {
  margin-right: 20px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#mainVisual .mainVisualInner .mainVisualCopy h1 .copySub::after {
  margin-left: 20px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
#mainVisual .mainVisualInner .mainVisualCopy .mainVisualCta img {
  display: none;
}
#mainVisual .mainVisualInner .mainVisualCopy .mainVisualCta img.mainVisualBtn {
  display: block;
}
@media screen and (max-width: 1200px) {
  #mainVisual .mainVisualInner .mainVisualCopy .mainVisualCta {
    background-color: #fff;
    padding-bottom: 40px;
  }
  #mainVisual .mainVisualInner .mainVisualCopy .mainVisualCta img {
    display: inline;
    width: 450px;
    max-width: 100%;
    margin-top: -200px;
    margin-bottom: 30px;
  }
  #mainVisual .mainVisualInner .mainVisualCopy .mainVisualCta img.mainVisualBtn {
    max-width: 570px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) and (max-width: 600px) {
  #mainVisual .mainVisualInner .mainVisualCopy .mainVisualCta img {
    width: 350px;
    margin-top: -195px;
  }
}
#mainVisual .mainVisualInner .mainVisualCopy .mainVisualCta .mainVisualCtaText {
  font-size: 24px;
  color: #114078;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  #mainVisual .mainVisualInner .mainVisualCopy .mainVisualCta .mainVisualCtaText {
    font-size: 20px;
  }
}
#mainVisual .mainVisualInner .mainVisualImage {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #mainVisual .mainVisualInner .mainVisualImage {
    display: none;
  }
}
#mainVisual .mainVisualInner .mainVisualImage img {
  width: 100%;
}

#problem {
  margin-bottom: 90px;
}
#problem .problemHeading {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1.6;
  text-align: center;
  padding: 65px 0 40px;
}
@media screen and (max-width: 600px) {
  #problem .problemHeading {
    font-size: 22px;
    padding: 45px 0 20px;
  }
}
#problem .problemList {
  background-color: #fff;
  background-image: url(/lp/task/inc/images/bg_problem_top.png);
  background-repeat: repeat-x;
  background-size: 25px;
  background-position: top;
}
#problem .problemList .problemItem {
  border-bottom: solid 1px #D6CEB9;
  padding: 55px 0 50px;
}
#problem .problemList .problemItem:first-child {
  padding-top: 0;
}
#problem .problemList .problemItem .headingBaloon {
  margin-bottom: 30px;
}
#problem .problemList .problemItem .problemImage {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  #problem .problemList .problemItem .problemImage {
    margin-bottom: 30px;
  }
}
#problem .problemList .problemItem .problemListBaloon {
  margin-bottom: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 17px;
  width: 920px;
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
#problem .problemList .problemItem .problemListBaloon li {
  font-size: 20px;
  font-weight: bold;
  color: #114078;
  line-height: 2;
  background-color: #F4F1E9;
  padding: 40px 40px 40px 70px;
  width: calc(50% - 8.5px);
  border-radius: 24px;
  background-image: url(/lp/task/inc/images/ico_sad.png);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 40px 50px;
}
@media screen and (max-width: 768px) {
  #problem .problemList .problemItem .problemListBaloon li {
    width: calc(50% - 8.5px);
  }
}
@media screen and (max-width: 600px) {
  #problem .problemList .problemItem .problemListBaloon li {
    font-size: 17px;
    padding: 50px 25px 25px 25px;
    background-position: center 20px;
    width: 100%;
  }
}
#problem .problemList .problemItem .solutionRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#problem .problemList .problemItem .solutionRow .solutionColumnImage {
  width: 50%;
  padding-right: 25px;
}
#problem .problemList .problemItem .solutionRow .solutionColumnImage.nowrap {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #problem .problemList .problemItem .solutionRow .solutionColumnImage {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  #problem .problemList .problemItem .solutionRow .solutionColumnImage {
    padding: 0;
  }
}
#problem .problemList .problemItem .solutionRow .solutionColumnImage img {
  width: 100%;
  display: block;
  border: solid 2px #D6CEB9;
  -webkit-box-shadow: 6px 6px #F6F6EF;
          box-shadow: 6px 6px #F6F6EF;
}
#problem .problemList .problemItem .solutionRow .solutionColumnText {
  width: 50%;
  padding-left: 15px;
  padding-top: 10px;
}
#problem .problemList .problemItem .solutionRow .solutionColumnText.nowrap {
  width: 100%;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #problem .problemList .problemItem .solutionRow .solutionColumnText {
    width: 100%;
    padding-left: 0;
  }
}
#problem .problemList .problemItem .solutionRow .solutionColumnText .solutionList li {
  font-size: 20px;
  font-weight: bold;
  color: #114078;
  padding: 20px 0;
  background-image: url(/lp/task/inc/images/border_solution_list.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 5px;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  #problem .problemList .problemItem .solutionRow .solutionColumnText .solutionList li {
    font-size: 17px;
  }
}

#effect {
  background-color: #fff;
  border-bottom: solid 1px #D6CEB9;
  padding: 80px 0 120px;
  margin-bottom: 90px;
}
@media screen and (max-width: 600px) {
  #effect {
    padding: 60px 0 50px;
  }
}
#effect .effectHeading {
  margin-bottom: 60px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #114078;
}
#effect .effectHeading img {
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #effect .effectHeading img {
    width: 220px;
  }
}
@media screen and (max-width: 600px) {
  #effect .effectHeading {
    font-size: 26px;
  }
}
#effect .effectList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
}
#effect .effectList li {
  width: calc(33.333% - 38px);
  font-size: 29px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #effect .effectList li {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  #effect .effectList li {
    font-size: 22px;
  }
}
#effect .effectList li img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #effect .effectList li img {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 600px) {
  #effect .effectList li img {
    width: 240px;
  }
}

#voice {
  background-color: #fff;
  border-bottom: solid 1px #D6CEB9;
  padding: 60px 0 120px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #voice {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 900px) {
  #voice .voiceBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #voice .voiceBox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #voice .voiceImage {
    width: 100%;
  }
  #voice .voiceImage img {
    width: 100%;
    height: auto;
  }
}
#voice .voiceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#voice .voiceImage {
  width: 100%;
}
#voice .voiceImage img {
  width: 100%;
  height: auto;
}
#voice .voiceBox {
  border: solid 2px #D6CEB9;
  -webkit-box-shadow: 5px 5px #F6F6EF;
          box-shadow: 5px 5px #F6F6EF;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #voice .voiceBox {
    padding: 20px;
  }
}
#voice .voiceBox .voiceImage {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #voice .voiceBox .voiceImage {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  #voice .voiceBox .voiceImage {
    margin-bottom: 15px;
  }
}
#voice .voiceBox .voiceImage img {
  width: 100%;
}
#voice .voiceBox .voiceText {
  width: 100%;
  padding-left: 0;
}
#voice .voiceBox .voiceText .voiceCopy {
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  padding-bottom: 20px;
  /*                margin-bottom: 30px;
                  background-image:
                      url(/lp/task/inc/images/bg_kakko_top_left.png),
                      url(/lp/task/inc/images/bg_kakko_bottom_right.png);
                  background-repeat: no-repeat;
                  background-size: 34px;
                  background-position: left top, right bottom;
  */
}
@media screen and (max-width: 600px) {
  #voice .voiceBox .voiceText .voiceCopy {
    font-size: 22px;
  }
}
#voice .voiceBox .voiceText .voiceCompany {
  font-size: 20px;
  font-weight: bold;
  color: #114078;
  margin-bottom: 30px;
  padding-top: 25px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #voice .voiceBox .voiceText .voiceCompany {
    font-size: 15px;
  }
}
#voice .voiceBox .voiceText .voiceCompany::before {
  content: "";
  display: block;
  width: 78px;
  border-top: solid 2px #114078;
  position: absolute;
  top: 0;
  left: 0;
}
#voice .voiceBox .voiceText .btn {
  width: 100%;
  background-color: #114078;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #voice .voiceBox .voiceText .btn {
    width: auto;
    font-size: 14px;
    padding: 12px 45px 12px 35px;
  }
}

#function {
  background-color: #fff;
  border-bottom: solid 1px #D6CEB9;
  padding: 60px 0 120px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #function {
    padding-bottom: 60px;
  }
}
#function .functionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #function .functionList {
    row-gap: 30px;
    margin-bottom: 60px;
  }
}
#function .functionList li {
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 768px) {
  #function .functionList li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  #function .functionList li {
    width: 100%;
  }
}
#function .functionList li .functionName {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #114078;
  line-height: 1.6;
  border-radius: 6px;
  background-color: #F4F1E9;
  padding: 20px 25px;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #function .functionList li .functionName {
    font-size: 20px;
  }
}
#function .functionList li .functionImage img {
  border: solid 2px #D6CEB9;
  width: 100%;
}
#function .plusalpha {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #114078;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #function .plusalpha {
    font-size: 22px;
  }
}
#function .plusalpha .plusalphaImage {
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  #function .plusalpha .plusalphaImage {
    width: 150px;
  }
}
#function .plusalpha .customizeImage {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #function .plusalpha .customizeImage {
    width: 230px;
  }
}

#solution {
  background-color: #fff;
  border-bottom: solid 1px #D6CEB9;
  padding: 120px 0;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #solution {
    padding-bottom: 60px;
  }
}
#solution .solutionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 80px;
}
@media screen and (max-width: 768px) {
  #solution .solutionList {
    row-gap: 30px;
    margin-bottom: 60px;
  }
}
#solution .solutionList li {
  width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  #solution .solutionList li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  #solution .solutionList li {
    width: 100%;
  }
}
#solution .solutionList li .solutionName {
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #114078;
  line-height: 1.6;
  border-radius: 6px;
  background-color: #F4F1E9;
  padding: 20px 25px;
  margin-bottom: 10px;
  line-height: 1.4;
  height: 4em;
}
@media screen and (max-width: 768px) {
  #solution .solutionList li .solutionName {
    font-size: 20px;
  }
}
#solution .solutionList li .solutionImage {
  text-align: center;
}
#solution .solutionList li .solutionImage img {
  width: 100%;
}
#solution .solutionList li .solutionTxt {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 1.5;
  margin: 20px 0;
  text-align: left;
}
#solution .solutionList li .btn {
  width: 300px;
  background-color: #114078;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #solution .solutionList li .btn {
    width: auto;
    font-size: 14px;
    padding: 12px 45px 12px 35px;
  }
}

/* ソリューションモーダル */
.solutionModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.solutionModal.active {
  display: block;
}

.solutionModal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1999;
}

.solutionModal__content {
  position: fixed;
  top: 120px;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  border-radius: 8px;
  max-width: 96%;
  max-height: calc(100% - 140px);
  overflow-y: auto;
  width: 1000px;
  z-index: 2000;
}
@media (max-width: 769px) {
  .solutionModal__content {
    top: 90px;
    width: 96%;
    margin: 1rem auto;
    max-height: calc(100% - 100px);
  }
}

.solutionModal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #666;
  z-index: 1;
  width: auto;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 40px;
}

.solutionModal__body {
  padding: 0;
}

#cta {
  text-align: center;
}
#cta .ctaHeading {
  font-size: 40px;
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #cta .ctaHeading {
    font-size: 26px;
  }
  #cta .ctaHeading br {
    display: none;
  }
}
#cta .ctaHeading img.ctaHeading_img-logo {
  margin-right: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #cta .ctaHeading img.ctaHeading_img-logo {
    vertical-align: middle;
  }
}
#cta img.ctaHeading_img-bg {
  width: 360px;
  max-width: 100%;
  margin-bottom: 80px;
}
#cta .ctaButton {
  background: #fff;
  position: relative;
  height: 350px;
}
#cta .ctaButton img {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  max-width: 100%;
}
#cta .ctaButton::before {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: -1px auto 10px;
  background: #F4F1E9;
  width: 100px;
  height: 50px;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
#cta .ctaButton::after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 0 auto;
  background: #D6CEB9;
  width: 100px;
  height: 50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

#form {
  background-color: #fff;
}
#form .formHeadingWrap {
  background-color: #FFE245;
  padding: 102px 0 63px;
}
@media screen and (max-width: 1200px) {
  #form .formHeadingWrap {
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 768px) {
  #form .formHeadingWrap {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
#form .formHeadingWrap .formHeading {
  text-align: center;
  padding-right: 50%;
  font-size: 40px;
  font-weight: bold;
  color: #114078;
  line-height: 1.6;
}
#form .formHeadingWrap .formHeading span {
  display: inline-block;
  border-bottom: solid 2px #fff;
}
@media screen and (max-width: 1200px) {
  #form .formHeadingWrap .formHeading {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #form .formHeadingWrap .formHeading {
    font-size: 26px;
  }
}
#form .formInfoRow {
  padding-top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  #form .formInfoRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#form .formInfoRow .formInfoColumnText {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #form .formInfoRow .formInfoColumnText {
    width: 100%;
  }
}
#form .formInfoRow .formInfoColumnText p {
  font-size: 20px;
  font-weight: bold;
  color: #114078;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #form .formInfoRow .formInfoColumnText p {
    font-size: 17px;
    text-align: left;
  }
}
#form .formInfoRow .formInfoColumnImage {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #form .formInfoRow .formInfoColumnImage {
    width: 100%;
  }
}
#form .formInfoRow .formInfoColumnImage img {
  display: block;
  width: 562px;
  max-width: 100%;
  position: absolute;
  left: 50px;
  top: -294px;
}
@media screen and (max-width: 1200px) {
  #form .formInfoRow .formInfoColumnImage img {
    position: static;
    margin: 0 auto;
    margin-top: -230px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  #form .formInfoRow .formInfoColumnImage img {
    width: 243px;
    margin-top: -110px;
  }
}
#form #download .formInfoRow .formInfoColumnText {
  width: 100%;
}
#form .formWrap {
  width: 690px;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0px 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #form .formWrap {
    padding: 40px 0 40px;
  }
}
#form .formWrap #lf_form_div a {
  color: #93c764;
  text-decoration: underline;
}
#form .formWrap #lf_form_div .privacy_policy {
  margin: 0 0 30px 0;
}
#form .formWrap #lf_form_div .container {
  width: 100%;
}
#form .formWrap #lf_form_div .message {
  color: red;
  font-weight: bold;
  margin-bottom: 20px;
}
#form .formWrap #lf_form_div .thanks {
  text-align: center;
}
#form .formWrap #lf_form_div .items {
  margin: 0 auto;
}
#form .formWrap #lf_form_div .items .item .label {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  width: 230px;
  padding-right: 90px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #form .formWrap #lf_form_div .items .item .label {
    width: 100%;
    padding: 0;
  }
}
#form .formWrap #lf_form_div .items .item .label .required::after {
  display: block;
  content: "必須";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #E59546;
  border-radius: 14px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
#form .formWrap #lf_form_div .items .item .value {
  padding-top: 9px;
  padding-bottom: 9px;
}
@media screen and (max-width: 768px) {
  #form .formWrap #lf_form_div .items .item .value {
    margin-bottom: 30px;
  }
}
#form .formWrap #lf_form_div .items .item .value input[type=text], #form .formWrap #lf_form_div .items .item .value textarea {
  border-radius: 5px;
  border: solid 1px #C6D7DA;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #form .formWrap #lf_form_div .items .item .value input[type=text], #form .formWrap #lf_form_div .items .item .value textarea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #form .formWrap #lf_form_div .items .item .value input[type=text][name=person_name_last], #form .formWrap #lf_form_div .items .item .value input[type=text][name=person_name_first], #form .formWrap #lf_form_div .items .item .value input[type=text][name=person_name_last_kana], #form .formWrap #lf_form_div .items .item .value input[type=text][name=person_name_first_kana] {
    width: 110px;
  }
}
#form .formWrap #lf_form_div .items .item .value .label_name {
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #form .formWrap #lf_form_div .items .item .label, #form .formWrap #lf_form_div .items .item .value, #form .formWrap #lf_form_div .items .item .comment {
    display: block;
  }
}
#form .formWrap #lf_form_div .button_area {
  text-align: center;
  padding-top: 20px;
}
#form .formWrap #lf_form_div .button_area input[type=button] {
  font-size: 16px;
  cursor: pointer;
  border-radius: 25px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1607843137);
  background: linear-gradient(80deg, #4DB3CE 0%, #83C955 100%);
  border: none;
  color: #fff;
  padding: 9px 30px;
  min-width: 150px;
  margin: 0 10px;
  margin-bottom: 15px;
}
#form .formWrap #lf_form_div .button_area input[type=button]:hover {
  opacity: 0.5;
}
#form.complete {
  padding-bottom: 150px;
}
#form.complete .formInfoRow .formInfoColumnText p {
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #form.complete {
    padding-bottom: 50px;
  }
}