/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

*,
::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 {
  font-size: inherit;
  line-height: 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 {
  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] {
  text-decoration: underline; /* 2 */
  -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;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333333;
}

img {
  max-width: 100%;
}

.js-device--type {
  display: none;
  width: 0;
  height: 0;
  background: none;
  visibility: hidden;
}

@media screen and (min-width: 1025px) {
  #pc {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  #tb {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #md {
    display: block;
  }
}

.color-green {
  color: #50c130;
}

.maker-yellow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 65%, #FFFF00 65%, #FFFF00 100%);
}

.link-arrow__left {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.link-arrow__left::after {
  content: "";
  background-image: url(../images/001/icon/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  margin-bottom: -3px;
}

.phones-border {
  position: relative;
  overflow: hidden;
  border-radius: 35px;
}
@media screen and (max-width: 1024px) {
  .phones-border {
    border-radius: 4.8vw;
  }
}
.phones-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/001/iphone-border.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.phones-border > * {
  z-index: 1;
}

.badge-required {
  display: inline-block;
  text-align: center;
  width: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  background-color: #50c130;
}

#cboxOverlay {
  background: #000;
}

#cboxLoadedContent {
  background: #FFF;
  border-radius: 40px;
  padding: 0;
  overflow: auto;
}

#cboxContent {
  background: unset;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle {
  top: -30px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible;
}

#cboxTitle {
  color: #fff;
}

#cboxClose {
  background: url(../images/001/icon/modal-close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
}
#cboxClose:hover {
  background: url(../images/001/icon/modal-close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.modal--inner {
  background: #EFFFF5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 121px 80px;
}
@media screen and (max-width: 1024px) {
  .modal--inner {
    padding: 25px 30px;
    flex-flow: column;
  }
}
.modal--image {
  max-width: 522.25px;
  margin-right: 43px;
}
@media screen and (max-width: 1024px) {
  .modal--image {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.modal--content {
  max-width: 474px;
}
.modal--title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .modal--title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
.modal--title--small {
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 1024px) {
  .modal--title--small {
    font-size: 1.4rem;
  }
}
.modal--subtitle {
  font-size: 2.4rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .modal--subtitle {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.modal--text {
  font-size: 1.6rem;
  line-height: 1.9;
}
@media screen and (max-width: 1024px) {
  .modal--text {
    font-size: 1.4rem;
  }
}

.slick-slide {
  margin: 0 20px;
}

.slick-dots li.slick-active button:before {
  color: #50c130;
  font-size: 12px;
}

.slick-prev, .slick-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9999;
}
.slick-prev::before, .slick-next::before {
  content: unset;
}

.slick-prev {
  background-image: url(../images/001/icon/slide-prev.svg);
  left: 10px;
}
.slick-prev:hover, .slick-prev:focus {
  background-image: url(../images/001/icon/slide-prev.svg);
}

.slick-next {
  background-image: url(../images/001/icon/slide-next.svg);
  right: 10px;
}
.slick-next:hover, .slick-next:focus {
  background-image: url(../images/001/icon/slide-next.svg);
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  z-index: 9999;
  transition: background 0.5s;
}
.l-header--inner {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 20px;
}
@media screen and (max-width: 1024px) {
  .l-header--inner {
    padding: 10px;
  }
}
.l-header.is-fixed {
  background-color: #FFF;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .header--logo {
    max-width: 136px;
  }
}
.header--btn {
  margin-left: auto;
}

.footer--logo {
  max-width: 1400px;
  margin: 120px auto 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer--logo {
    padding: 0 25px;
  }
}
.footer--content {
  margin-top: 60px;
  padding: 10px 0;
  background-color: #F9F9F9;
}
.footer--content--inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer--content--inner {
    flex-wrap: wrap;
    padding: 20px 25px 12px;
  }
}
.footer--content--copy {
  font-size: 1.2rem;
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .footer--content--copy {
    order: 4;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-top: 18px;
  }
}
.footer--content--company {
  margin-right: 24px;
  font-size: 1.2rem;
  color: #0094FF;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .footer--content--company {
    margin-top: 18px;
    margin-right: 0;
    order: 3;
    width: 100%;
    text-align: center;
  }
}
.footer--content--privacy {
  margin-right: auto;
  font-size: 1.2rem;
  color: #0094FF;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .footer--content--privacy {
    margin-top: 18px;
    margin-right: 0;
    order: 3;
    width: 100%;
    text-align: center;
  }
}
.footer--content--text {
  font-size: 1.3rem;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .footer--content--text {
    order: 2;
    margin-left: 13px;
    margin-right: 0;
    max-width: calc(60% - 13px);
  }
}
@media screen and (max-width: 1024px) {
  .footer--content--ana-logo {
    order: 1;
    max-width: 40%;
  }
}

.l-anchor {
  padding-top: 1px;
}

.totop {
  font-size: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../images/001/icon/totop.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
}
@media screen and (max-width: 1024px) {
  .totop {
    width: 44px;
    height: 44px;
    right: 12px;
    bottom: 12px;
  }
}

.c-btn {
  background: linear-gradient(90deg, rgb(123, 240, 133) 0%, rgb(108, 224, 103) 10%, rgb(80, 193, 48) 100%);
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  line-height: 1;
}
.c-btn:hover {
  opacity: 0.6;
}
.c-btn--header {
  font-size: 1.6rem;
  width: 260px;
  height: 52px;
  border-radius: 52px;
}
@media screen and (max-width: 1024px) {
  .c-btn--header {
    max-width: 185px;
    font-size: 1.2rem;
    height: 36px;
  }
}
.c-btn--kv {
  font-size: 2.2rem;
  max-width: 340px;
  width: 100%;
  height: 64px;
  border-radius: 64px;
}
@media screen and (max-width: 1024px) {
  .c-btn--kv {
    max-width: 285px;
    height: 52px;
    font-size: 1.4rem;
  }
}
.c-btn--contact {
  font-size: 2rem;
  max-width: 308px;
  width: 100%;
  height: 52px;
  border-radius: 52px;
}
@media screen and (max-width: 1024px) {
  .c-btn--contact {
    max-width: 275px;
    font-size: 1.6rem;
    height: 52px;
  }
}
.c-btn--conversion {
  font-size: 2.4rem;
  max-width: 420px;
  width: 100%;
  height: 69px;
  border-radius: 69px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .c-btn--conversion {
    max-width: 283.67px;
    font-size: 1.6rem;
    height: 52px;
  }
}
.c-btn--formsubmit {
  font-size: 2.4rem;
  max-width: 420px;
  width: 100%;
  height: 69px;
  border-radius: 69px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-btn--formsubmit {
    max-width: 283.67px;
    font-size: 1.6rem;
    height: 52px;
  }
}
.c-btn--formback {
  background: none;
  background-color: #D1D1D1;
  font-size: 2.4rem;
  max-width: 420px;
  width: 100%;
  height: 69px;
  border-radius: 69px;
  margin: 0 auto;
  margin-top: 40px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .c-btn--formback {
    max-width: 283.67px;
    font-size: 1.6rem;
    height: 52px;
  }
}
.c-btn--icon__mail::before {
  content: "";
  background-image: url(../images/001/icon/mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-bottom: -3px;
}
@media screen and (max-width: 1024px) {
  .c-btn--icon__mail::before {
    margin-bottom: 0px;
    width: 16px;
    height: 16px;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
  align-items: center;
}

.d-flex-center {
  justify-content: center;
  align-items: center;
}

.d-inline-flex {
  display: inline-flex !important;
}

table.d-inline-block, table.d-block {
  display: table !important;
}
table th.d-inline-block, table th.d-block, table td.d-inline-block, table td.d-block {
  display: table-cell !important;
}

@media screen and (max-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
    align-items: center;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  table.d-md-inline-block, table.d-md-block {
    display: table !important;
  }
  table th.d-md-inline-block, table th.d-md-block, table td.d-md-inline-block, table td.d-md-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 1024px) {
  .d-tb-none {
    display: none !important;
  }
  .d-tb-inline {
    display: inline !important;
  }
  .d-tb-inline-block {
    display: inline-block !important;
  }
  .d-tb-block {
    display: block !important;
  }
  .d-tb-table {
    display: table !important;
  }
  .d-tb-table-row {
    display: table-row !important;
  }
  .d-tb-table-cell {
    display: table-cell !important;
  }
  .d-tb-flex {
    display: flex !important;
    align-items: center;
  }
  .d-tb-inline-flex {
    display: inline-flex !important;
  }
  table.d-tb-inline-block, table.d-tb-block {
    display: table !important;
  }
  table th.d-tb-inline-block, table th.d-tb-block, table td.d-tb-inline-block, table td.d-tb-block {
    display: table-cell !important;
  }
}
@media screen and (min-width: 1025px) {
  .d-pc-none {
    display: none !important;
  }
  .d-pc-inline {
    display: inline !important;
  }
  .d-pc-inline-block {
    display: inline-block !important;
  }
  .d-pc-block {
    display: block !important;
  }
  .d-pc-table {
    display: table !important;
  }
  .d-pc-table-row {
    display: table-row !important;
  }
  .d-pc-table-cell {
    display: table-cell !important;
  }
  .d-pc-flex {
    display: flex !important;
    align-items: center;
  }
  .d-pc-inline-flex {
    display: inline-flex !important;
  }
  table.d-pc-inline-block, table.d-pc-block {
    display: table !important;
  }
  table th.d-pc-inline-block, table th.d-pc-block, table td.d-pc-inline-block, table td.d-pc-block {
    display: table-cell !important;
  }
}
.l-section:nth-of-type(n + 3) {
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .l-section:nth-of-type(n + 3) {
    margin-top: 72px;
  }
}
.l-section--inner {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-section--inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.section--title {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .section--title {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.section--title--sub {
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #D1D1D1;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .section--title--sub {
    font-size: 1.4rem;
  }
}
.section--title--small {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .section--title--small {
    font-size: 1.4rem;
  }
}

.l-section--kv {
  max-width: 1400px;
  margin: 0 auto;
  height: 700px;
  background-image: url(../images/001/kv-bg.png);
  background-position: right -50px center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .l-section--kv {
    height: 772px;
    background-image: url(../images/001/kv-bg-sp.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 550px auto;
    position: relative;
    margin-top: 60px;
  }
}
.l-section--kv--inner {
  width: 640px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-section--kv--inner {
    padding-bottom: 56px;
    width: 100%;
    justify-content: flex-start;
    position: relative;
  }
  .l-section--kv--inner::after {
    content: "";
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 400px;
    display: block;
    background-image: url(../images/001/kv-bg-sp-phone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
.l-section--kv--phone {
  position: absolute;
  right: 320px;
  top: 25px;
  font-weight: bold;
  color: #FFF;
  font-size: 1.4rem;
  z-index: 99999;
}
@media screen and (max-width: 1024px) {
  .l-section--kv--phone {
    display: none;
  }
}
.l-section--kv--phone--number {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.l-section--kv--phone--number::before {
  content: "";
  background-image: url(../images/001/icon/phone-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 5px;
}

.l-header.is-fixed .l-section--kv--phone {
  color: #50c130;
}

.l-header.is-fixed .l-section--kv--phone--number::before {
  background-image: url(../images/001/icon/phone-green.svg);
  background-size: 17px;
}

.kv--title {
  font-weight: bold;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}
@media screen and (max-width: 1024px) {
  .kv--title {
    margin-top: 20px;
  }
}
.kv--title--main {
  color: #50c130;
  font-size: 7.2rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .kv--title--main {
    font-size: 4rem;
    line-height: 1;
  }
}
.kv--title--main span {
  color: #4A4A4A;
  font-size: 3.2rem;
  margin-top: 22px;
}
@media screen and (max-width: 1024px) {
  .kv--title--main span {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.kv--title--sub {
  color: #50c130;
  font-size: 3.2rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .kv--title--sub {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.kv--title--sub::before, .kv--title--sub::after {
  content: "";
  width: 1px;
  height: 3.8rem;
  display: block;
  background-color: #333333;
  position: absolute;
  top: 55%;
}
.kv--title--sub::before {
  left: -20px;
  transform: translateY(-50%) rotate(-30deg);
}
.kv--title--sub::after {
  right: -20px;
  transform: translateY(-50%) rotate(30deg);
}
.kv--lead {
  font-size: 1.8rem;
  margin: 20px auto 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .kv--lead {
    font-size: 1.2rem;
    margin: 12px auto 12px;
  }
}
.kv--lead::before, .kv--lead::after {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  background-color: #333333;
  position: absolute;
  top: 55%;
}
.kv--lead::before {
  left: -40px;
  transform: translateY(-50%);
}
.kv--lead::after {
  right: -40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .kv--awards {
    width: 312px;
  }
}
.kv--btn {
  margin: 20px auto 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .kv--btn {
    position: absolute;
    bottom: 50px;
    margin-top: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .kv--notes--list {
    margin-top: 10px;
  }
}
.kv--notes--item {
  font-size: 1.2rem;
  color: #707070;
}
@media screen and (max-width: 1024px) {
  .kv--notes--item {
    font-size: 0.8rem;
  }
}

.l-section--introduceting {
  margin-top: 37px;
  padding-top: 23px;
  padding-bottom: 48px;
  background: linear-gradient(0deg, #F5F7F8 0%, #F5F7F8 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1024px) {
  .l-section--introduceting {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.introduceting--title {
  font-size: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .introduceting--title {
    font-size: 1.8rem;
  }
}
.introduceting--title--sub {
  margin-top: 12px;
  font-size: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .introduceting--title--sub {
    display: block;
    font-size: 1.6rem;
    margin-top: 6px;
  }
}
.introduceting--title--sub--note {
  font-size: 1.4rem;
  font-weight: 300;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .introduceting--title--sub--note {
    display: block;
    font-size: 1.1rem;
    margin-top: 8px;
  }
}
.introduceting--slide {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .introduceting--slide {
    margin-top: 28px;
  }
}
.introduceting--slide--inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 20px;
  animation: 100s linear infinite sliderAnimation;
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-100%);
  }
}
.introduceting--slide--item {
  min-width: 170px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduceting--slide--item {
    min-width: 91px;
  }
}
.introduceting--slide--item--image {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.introduceting--slide--item--title {
  font-size: 1.3rem;
  margin-top: 12px;
}
.introduceting--link {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .introduceting--link {
    margin-top: 20px;
    font-size: 1.2rem;
    text-align: center;
  }
}
.introduceting--link > a {
  position: relative;
}
.introduceting--link > a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333333;
}
.introduceting--modal {
  background-color: #FFF;
  max-width: 744px;
  max-height: 100%;
  margin: 0 auto;
  padding-top: 15px;
}
.introduceting--modal--wrapper {
  position: absolute;
  width: 90%;
  height: 90%;
  top: -100%;
  left: -100%;
  z-index: -999999;
}
.introduceting--modal--slide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.introduceting--modal--slide--item {
  min-width: 100%;
  padding: 66px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .introduceting--modal--slide--item {
    padding: 33px;
  }
}
.introduceting--modal--slide--item > img {
  display: inline-block;
}
.introduceting--modal--slide .slick-slide {
  margin: 0 auto;
}
.introduceting--modal.active {
  width: 100%;
  height: 100%;
}

.resolution--title {
  text-align: center;
}
.resolution--content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px 42px;
  margin-top: 28px;
}
@media screen and (max-width: 1024px) {
  .resolution--content {
    flex-flow: column;
  }
}
.resolution--content--item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  max-width: 360px;
  width: 100%;
  padding: 55px 26px 30px;
}
@media screen and (max-width: 1024px) {
  .resolution--content--item {
    max-width: 560px;
  }
}
.resolution--content--item--image {
  height: 100px;
}
.resolution--content--item--image img {
  max-height: 100%;
}
.resolution--content--item--title {
  margin-top: 30px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .resolution--content--item--title {
    font-size: 2rem;
  }
}
.resolution--postscript {
  margin-top: 48px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .resolution--postscript {
    font-size: 1.6rem;
  }
}

.l-section--lead {
  padding-top: 32px;
  background-image: url(../images/001/lead-bg.png);
  background-color: #F5F7F8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .l-section--lead {
    flex-flow: column-reverse;
    background-size: 140%;
    background-position: right top;
  }
}
.l-section--lead--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 95px;
}
@media screen and (max-width: 1024px) {
  .l-section--lead--inner {
    flex-flow: column-reverse;
  }
}

.lead--image {
  max-width: 606px;
  width: 100%;
  overflow: hidden;
}
.lead--image > img {
  margin-bottom: -85px;
  margin-left: -30px;
}
@media screen and (max-width: 1024px) {
  .lead--image > img {
    margin: 0;
  }
}
.lead--content {
  max-width: 612px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .lead--content {
    margin-bottom: 60px;
  }
}
.lead--content--title {
  font-size: 3.6rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .lead--content--title {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.lead--content > p {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .lead--content > p {
    font-size: 1.5rem;
  }
}

.l-section--solution {
  background-color: #F5F7F8;
  padding-top: 45px;
  padding-bottom: 90px;
}
.solution--title {
  text-align: center;
  margin-bottom: 40px;
}
.solution--content {
  max-width: 360px;
  width: 100%;
  box-shadow: 0 0 20px 0 #E0E0E0;
}
.solution--content--wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 60px 42px;
}
@media screen and (max-width: 1024px) {
  .solution--content--wrapper {
    flex-flow: column;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .solution--content {
    max-width: 560px;
  }
}
@media screen and (max-width: 1024px) {
  .solution--content--image {
    position: relative;
    max-width: 100vw;
    margin: 0 -20px;
    z-index: 1;
  }
}
.solution--content--detail {
  background-color: #FFF;
  height: calc(100% - 240px);
  padding: 30px 25px 40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .solution--content--detail {
    position: relative;
    max-width: 100vw;
    margin-top: -80px;
    z-index: 2;
  }
}
.solution--content--title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .solution--content--title {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}
.solution--content--title span {
  display: block;
  font-size: 3.4rem;
}
@media screen and (max-width: 1024px) {
  .solution--content--title span {
    font-size: 2.4rem;
  }
}
.solution--content--title b.num {
  position: absolute;
  left: 0px;
  top: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 70px;
  color: #50c130;
  font-weight: 500;
  line-height: 1;
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .solution--content--title b.num {
    font-size: 5rem;
  }
}
.solution--content--text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 20px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .solution--content--text {
    font-size: 1.3rem;
  }
}
.solution--content--tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -12px -4px 0;
  max-width: 100%;
}
.solution--content--tag li {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 4px 0;
  border: solid 1px #50c130;
  border-radius: 40px;
  background-color: #F4FCF4;
  padding: 4px 12px;
}
@media screen and (max-width: 1024px) {
  .solution--content--tag li {
    font-size: 1.4rem;
    padding: 6px 15px;
  }
}
.solution--content--list {
  margin-top: auto;
}
.solution--content--list::before {
  content: "";
  width: 34px;
  height: 20px;
  display: block;
  background-image: url(../images/001/icon/triangle-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 28px auto 18px;
}
@media screen and (max-width: 1024px) {
  .solution--content--list::before {
    width: 27.2px;
    height: 16px;
  }
}
.solution--content--list li {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .solution--content--list li {
    font-size: 1.6rem;
  }
}
.solution--content--list li::before {
  content: "";
  width: 24.14px;
  height: 18px;
  display: inline-block;
  background-image: url(../images/001/icon/list-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .solution--content--list li::before {
    width: 13.93px;
    height: 10.38px;
  }
}
.solution--index {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .solution--index {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
.solution--index--item {
  max-width: 360px;
  padding: 40px 33px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .solution--index--item {
    margin: 20px auto;
    padding: 0;
    max-width: 100%;
  }
}
.solution--index--item--title {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .solution--index--item--title {
    line-height: 1;
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .solution--index--item--title > br {
    display: none;
  }
}
.solution--index--item--title--small {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .solution--index--item--title--small {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 6px;
  }
}
.solution--index--item-image {
  margin: 0 auto 27px;
}
.solution--index--item--text {
  font-size: 1.4rem;
  margin-top: 20px;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .solution--index--item--text {
    font-size: 1.3rem;
    margin-top: 16px;
  }
}

.l-section--conversion {
  background-color: #F5F7F8;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .l-section--conversion {
    padding: 40px 0 64px;
  }
}

.conversion--title {
  font-size: 3.6rem;
  margin-bottom: 17px;
}
@media screen and (max-width: 1024px) {
  .conversion--title {
    font-size: 1.8rem;
  }
}
.conversion--title--price {
  font-size: 4rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  .conversion--title--price {
    font-size: 3.2rem;
  }
}
.conversion--title--note {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .conversion--title--note {
    font-size: 1.2rem;
  }
}
.conversion--subtitle {
  font-size: 3rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .conversion--subtitle {
    font-size: 1.8rem;
  }
}
.conversion--text {
  font-size: 1.8rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .conversion--text {
    font-size: 1.4rem;
  }
}
.conversion--tel {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-top: 24px;
}
.conversion--tel--number {
  font-size: 2.4rem;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .conversion--tel--number {
    font-size: 1.8rem;
  }
}
.conversion--tel--number::before {
  content: "";
  background-image: url(../images/001/icon/phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 21.07px;
  height: 21.07px;
  margin: 0 5px;
}
@media screen and (max-width: 1024px) {
  .conversion--tel--number::before {
    width: 16px;
    height: 16px;
    margin: 0 2px 0 8px;
  }
}

.l-section--about--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: unset;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .l-section--about--inner {
    flex-flow: column;
  }
}

.about--content {
  max-width: 550px;
  margin: 0 0px 0 150px;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .about--content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.about--title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .about--title {
    text-align: center;
  }
}
.about--lead {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .about--lead {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.8;
  }
}
.about--text {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .about--text {
    font-size: 1.4rem;
    margin-bottom: 40px;
    display: inline-block;
    text-align: left;
  }
}
.about--link {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .about--link {
    font-size: 1.2rem;
    text-align: center;
  }
}
.about--link > a {
  position: relative;
}
.about--link > a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333333;
}
.about-image {
  align-items: flex-end;
  display: flex;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .about-image {
    margin-top: 60px;
    width: 100%;
  }
}
.about-image > img {
  margin-left: 0px;
  display: block;
  height: auto;
  max-width: 150%;
}
@media screen and (max-width: 1024px) {
  .about-image > img {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
}

.l-section--useimage {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .l-section--useimage {
    padding: 0 0px;
  }
}
.l-section--useimage--inner {
  max-width: 1200px;
}

.useimage--title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .useimage--title {
    font-size: 2.4rem;
    margin-bottom: 30px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .useimage--title span {
    display: block;
  }
}
.useimage--title--shoulder {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .useimage--title--shoulder {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
.useimage--content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .useimage--content {
    display: block;
  }
}
.useimage--content--image {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .useimage--content--image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.useimage--content--item {
  width: 47%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .useimage--content--item {
    width: 100%;
  }
}
.useimage--content--item--title {
  color: #333333;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.9;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .useimage--content--item--title {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.useimage--movietype {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .useimage--movietype {
    display: block;
  }
}
.useimage--movietype--item {
  width: 47%;
  background: #F5F7F8;
}
@media screen and (max-width: 1024px) {
  .useimage--movietype--item {
    width: 100%;
    margin-bottom: 25px;
  }
}
.useimage--movietype--item--title {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 19px 0;
  background: #50C130;
}
@media screen and (max-width: 768px) {
  .useimage--movietype--item--title {
    padding: 10px 0;
    font-size: 16px;
  }
}
.useimage--movietype--item--box {
  padding: 25px;
  background: #F5F7F8;
}
@media screen and (max-width: 1024px) {
  .useimage--movietype--item--box {
    padding: 20px;
  }
}
.useimage--movietype--item--box > p {
  font-size: 13px;
  line-height: 1.9;
  min-height: 120px;
  margin-bototm: 10px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .useimage--movietype--item--box > p {
    min-height: 0px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .useimage--movietype--item--box > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
.useimage--movietype--item--box > ul > li {
  border: 1px solid #70BD49;
  background: #fff;
  line-height: 1;
  padding: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  border-radius: 20px;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  .useimage--movietype--item--box > ul > li {
    width: 48%;
    font-size: 1.4rem;
    padding: 8px;
  }
}
.useimage--movietype--notice {
  padding-top: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .useimage--movietype--notice {
    padding-top: 0;
  }
}
.useimage--movietype--notice > li {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 5px;
  color: #707070;
  text-indent: -1em;
  margin-left: 1em;
}
.useimage--movietype--notice > li a {
  text-decoration: underline;
}

.why--title {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .why--title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}
.why--lead {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .why--lead {
    font-size: 1.8rem;
  }
}
.why--content {
  max-width: 958px;
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .why--content {
    flex-flow: column;
  }
}
.why--content--item {
  align-self: start;
}
@media screen and (max-width: 1024px) {
  .why--content--item {
    justify-self: center;
    align-self: center;
  }
}
.why--content--box {
  align-self: stretch;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .why--content--box {
    justify-self: center;
    align-self: center;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .why--content--arrow {
    transform: rotate(90deg);
  }
}
.why--content--arrow > img {
  max-width: 80px;
  margin-top: 115px;
}
@media screen and (max-width: 1024px) {
  .why--content--arrow > img {
    max-width: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.why--content--image {
  margin-bottom: 28px;
}
.why--content--title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .why--content--title {
    font-size: 1.8rem;
  }
}
.why--content--text {
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .why--content--text {
    font-size: 1.3rem;
  }
}

.example--title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .example--title {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
.example--content {
  max-width: 1164px;
  margin: 0 auto;
}
.example--content--title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 52px;
}
@media screen and (max-width: 1024px) {
  .example--content--title {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}
.example--content--title::before, .example--content--title::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #D1D1D1;
  transform: translateY(3px);
}
.example--content--title::before {
  margin-right: 60px;
}
.example--content--title::after {
  margin-left: 60px;
}
.example--list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .example--list {
    flex-wrap: wrap;
  }
}
.example--list--item {
  max-width: 180px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .example--list--item {
    max-width: calc((100% - 12px) / 2);
  }
}
.example--list--title {
  margin-top: 12px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .example--list--title {
    font-size: 1.1rem;
  }
}
.example--list--image {
  max-width: 165px;
  margin: 0 auto;
  display: block;
}

.l-section--support--inner {
  padding: 100px 0 0;
  max-width: 1164px;
}
@media screen and (max-width: 1024px) {
  .l-section--support--inner {
    padding: 60px 0 0;
  }
}

.support--title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 52px;
}
@media screen and (max-width: 1024px) {
  .support--title {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}
.support--title::before, .support--title::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #D1D1D1;
  transform: translateY(3px);
}
.support--title::before {
  margin-right: 25px;
}
.support--title::after {
  margin-left: 25px;
}
.support--list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1023px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .support--list {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.support--list > li {
  width: 103px;
}
@media screen and (max-width: 1024px) {
  .support--list > li {
    max-width: calc((100% - 51px) / 4);
    width: 100%;
    margin-left: 17px;
  }
  .support--list > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .support--list > li:nth-child(n+5) {
    margin-top: 15px;
  }
}
.support--list--image {
  width: 103px;
  height: 103px;
  background-color: #F5F7F8;
  border-radius: 51.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .support--list--image {
    width: 70px;
    height: 70px;
  }
  .support--list--image > img {
    max-height: 36.5px;
  }
}
.support--list--title {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  margin-top: 6px;
  display: block;
}

.l-section--reason {
  background-color: #F5F7F8;
  padding: 90px 0;
}
@media screen and (max-width: 1024px) {
  .l-section--reason {
    padding: 70px 0;
  }
}

.reason--title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .reason--title {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}
.reason--list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .reason--list {
    justify-content: center;
  }
}
.reason--list--item {
  max-width: 360px;
  padding: 0 0 32px;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 #E0E0E0;
  overflow: hidden;
  margin-left: 40px;
}
.reason--list--item:first-child {
  margin-left: 0;
}
.reason--list--item:nth-child(4) {
  margin-left: 0;
}
.reason--list--item:nth-child(n+4) {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .reason--list--item {
    max-width: 560px;
    margin-left: 0;
  }
  .reason--list--item:nth-child(n+4) {
    margin-top: auto;
  }
  .reason--list--item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.reason--list--item--image {
  margin-bottom: 32px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .reason--list--item--image {
    margin-bottom: 20px;
  }
}
.reason--list--item--title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0 25px;
}
@media screen and (max-width: 1024px) {
  .reason--list--item--title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.reason--list--item--content {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 25px;
}

.other--title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .other--title {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }
}
.other--list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 34px;
  max-width: 1166px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .other--list {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px 21px;
  }
}
.other--list--item {
  max-width: 112px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .other--list--item {
    max-width: calc((100% - 42px) / 3);
  }
}
.other--list--item--image {
  text-align: center;
}
.other--list--item--image img {
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}
.other--list--item--title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width: 1024px) {
  .other--list--item--title {
    margin-top: 8px;
    font-size: 1.3rem;
  }
}
.other--note {
  color: #333333;
  font-size: 1.2rem;
  text-align: right;
  max-width: 1166px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .other--note {
    margin-top: 30px;
  }
}

.l-section--promotion--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .l-section--promotion--inner {
    flex-flow: column;
  }
}

.promotion--title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 57px;
}
@media screen and (max-width: 1024px) {
  .promotion--title {
    font-size: 2.2rem;
    line-height: 1.54;
    margin-bottom: 32px;
  }
}
.promotion--phones {
  max-width: 576.75px;
  width: 100%;
}
.promotion--phones--content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.promotion--phones--content > * {
  max-width: 48%;
}
.promotion--phones--icon {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .promotion--phones--icon {
    margin-bottom: 16px;
  }
  .promotion--phones--icon > img {
    height: 32px;
  }
}
.promotion--content {
  max-width: 522px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .promotion--content {
    margin-top: 38px;
  }
}
.promotion--content--lead {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 57px;
}
@media screen and (max-width: 1024px) {
  .promotion--content--lead {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.promotion--content--inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 47px;
}
@media screen and (max-width: 1024px) {
  .promotion--content--inner {
    flex-flow: column;
    margin-bottom: 24px;
  }
}
.promotion--content--item {
  max-width: 245px;
  width: 100%;
  background-color: #F5F7F8;
  padding-bottom: 22.4px;
}
@media screen and (max-width: 1024px) {
  .promotion--content--item {
    max-width: 100%;
  }
  .promotion--content--item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.promotion--content--item--tag {
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #50c130;
  font-size: 2rem;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 24px;
}
.promotion--content--item--text {
  font-size: 1.3rem;
  line-height: 2;
  max-width: 185px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1024px) {
  .promotion--content--item--text {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .promotion--content--item--list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
.promotion--content--item--list > li {
  border: solid 1px #50c130;
  border-radius: 40px;
  max-width: 200px;
  width: 100%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 1.6rem;
}
.promotion--content--item--list > li:nth-child(n+2) {
  margin-top: 8px;
}
@media screen and (max-width: 1024px) {
  .promotion--content--item--list > li {
    font-size: 1.2rem;
    max-width: calc(50% - 4px);
  }
  .promotion--content--item--list > li:nth-child(n+2) {
    margin-top: auto;
  }
  .promotion--content--item--list > li:nth-child(n+3) {
    margin-top: 8px;
  }
}
.promotion--content--note {
  font-size: 1.2rem;
  color: #707070;
  line-height: 1.8;
}
.promotion--content--note a {
  color: #0094ff;
  text-decoration: underline;
}

.l-section--strength {
  position: relative;
}
.l-section--strength::after {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 594px;
  display: block;
  background-image: url(../images/001/strength-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  .l-section--strength::after {
    background-position: right top;
    height: 364px;
  }
}
.l-section--strength--inner {
  max-width: 1180px;
  margin: 0 auto;
}

.strength--title {
  text-align: center;
  margin-bottom: 120px;
}
.strength--content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px 40px;
}
@media screen and (max-width: 1024px) {
  .strength--content {
    flex-flow: column;
    align-items: center;
  }
}
.strength--content--item {
  max-width: 564px;
  width: 100%;
  background-color: #FFF;
  padding: 50px 40px 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .strength--content--item {
    padding: 40px 25px;
  }
}
.strength--content--item--title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .strength--content--item--title {
    font-size: 1.6rem;
  }
}
.strength--content--item--image {
  max-width: 256px;
  margin: 25px auto 28px;
}
@media screen and (max-width: 1024px) {
  .strength--content--item--image {
    max-width: 68.9230769231%;
    margin: 26px auto 23px;
  }
}
@media screen and (max-width: 1024px) {
  .strength--content--item--image--small {
    max-width: 68.9230769231%;
    margin: 12px auto 9px;
  }
}
.strength--content--item--subtitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 21px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .strength--content--item--subtitle {
    font-size: 1.5rem;
  }
}
.strength--content--item--list {
  margin-bottom: 28px;
}
.strength--content--item--list li {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .strength--content--item--list li {
    font-size: 1.4rem;
  }
}
.strength--content--item--list li::before {
  content: "";
  width: 24.14px;
  height: 18px;
  display: inline-block;
  background-image: url(../images/001/icon/list-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .strength--content--item--list li::before {
    width: 13.93px;
    height: 10.38px;
  }
}
.strength--content--item--text {
  font-size: 1.4rem;
  color: #333333;
}
.strength--content--item--text > p + p {
  margin-top: 1em;
}

.l-section--flow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55%, #F5F7F8 55%, #F5F7F8 100%);
  margin-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  .l-section--flow {
    background: none;
  }
}
.l-section--flow--inner {
  padding: 45px 0 80px;
}
@media screen and (max-width: 1024px) {
  .l-section--flow--inner {
    padding: 0;
  }
}

.flow--title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .flow--title {
    margin-bottom: 24px;
  }
}
.flow--content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1110px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  .flow--content {
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin: 0 -20px 30px;
    padding: 40px 20px 64px;
    background-color: #F5F7F8;
    width: calc(100% + 40px);
  }
}
.flow--content--item {
  max-width: 350px;
  width: 100%;
  border-radius: 20px;
  background-color: #FFF;
  padding: 20px 34px 34px;
  box-shadow: 0 0 20px 0 #E0E0E0;
}
@media screen and (max-width: 1024px) {
  .flow--content--item {
    max-width: 560px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .flow--content--item:nth-child(n+2) {
    margin-top: 12px;
  }
}
.flow--content--item--title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .flow--content--item--title {
    font-size: 1.8rem;
    margin: 0 auto 16px;
  }
}
.flow--content--item--num {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  line-height: 1;
  color: #50c130;
  margin-right: 36px;
}
@media screen and (max-width: 1024px) {
  .flow--content--item--num {
    font-size: 4rem;
    margin-right: 16px;
  }
}
.flow--content--item--text {
  font-size: 1.4rem;
  line-height: 2;
}
.flow--text {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .flow--text {
    font-size: 1.8rem;
  }
}

.contact--title {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .contact--title {
    font-size: 2.2rem;
  }
}
.contact--content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .contact--content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
.contact--content--tel--number {
  font-family: "Montserrat", sans-serif;
  font-size: 3.3rem;
  font-weight: bold;
  color: #50c130;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .contact--content--tel--number {
    font-size: 2.6rem;
  }
}
.contact--content--tel--number::before {
  content: "";
  background-image: url(../images/001/icon/phone-green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 28.41px;
  height: 28.41px;
  margin: 0 5px;
}
@media screen and (max-width: 1024px) {
  .contact--content--tel--number::before {
    width: 25.04px;
    height: 25.04px;
    margin: 0 5px 0 0;
  }
}
.contact--content--tel--note {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .contact--content--tel--note {
    font-size: 1.3rem;
  }
}
.contact--content--item {
  max-width: 420px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 #E0E0E0;
  padding: 45px 60px;
}
@media screen and (max-width: 1024px) {
  .contact--content--item {
    padding: 25px;
  }
  .contact--content--item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.contact--content--item--title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .contact--content--item--title {
    font-size: 1.6rem;
  }
}
.contact--content--item--image {
  max-width: 260px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  .contact--content--item--image {
    max-width: 130px;
    margin-bottom: 12px;
  }
}
.contact--content--item--content {
  text-align: center;
}
.contact--content--item--content > a {
  margin: 0 auto;
}

.l-section--works {
  background-color: #F5F7F8;
  padding: 45px 0 90px;
}

.works--title {
  text-align: center;
}
.works--lead {
  text-align: center;
  margin-top: 40px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #333333;
}
.works--content {
  margin-top: 40px;
}
.works--content--item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1164px;
  height: 240px;
  margin: 0 auto;
  box-shadow: 0 0 20px #E6E6E6;
  border-radius: 20px;
  background-color: #FFF;
}
@media screen and (max-width: 1024px) {
  .works--content--item {
    flex-flow: column;
    height: auto;
  }
}
.works--content--item:nth-child(n+2) {
  margin-top: 40px;
}
.works--content--item--image {
  max-width: 360px;
  width: 100%;
  height: 100%;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #D1D1D1;
}
@media screen and (max-width: 1024px) {
  .works--content--item--image {
    max-width: 100%;
    height: auto;
  }
}
.works--content--item--image > img {
  max-width: unset;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .works--content--item--image > img {
    max-width: 100%;
    height: auto;
  }
}
.works--content--item--content {
  max-width: 723px;
  width: 100%;
  padding: 32px 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  .works--content--item--content {
    box-sizing: border-box;
  }
}
.works--content--item--title {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.works--content--item--text {
  font-size: 14px;
}
.works--note {
  color: #333333;
  font-size: 1.4rem;
  max-width: 1164px;
  margin: 40px auto 0;
}
.works--municipality {
  max-width: 1164px;
  margin: 90px auto 0;
  padding: 60px 76px 114px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  position: relative;
  background-color: #FFF;
}
@media screen and (max-width: 1024px) {
  .works--municipality {
    padding: 40px 20px 80px;
  }
}
.works--municipality--title {
  text-align: center;
  color: #333333;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 36px;
}
@media screen and (max-width: 1024px) {
  .works--municipality--title {
    font-size: 2.2rem;
  }
}
.works--municipality--content {
  overflow: hidden;
  height: auto;
  max-height: 390px;
  transition: max-height 0.4s ease-in-out;
  position: relative;
}
.works--municipality--content--prefectures, .works--municipality--content--company {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px 20px;
}
@media screen and (max-width: 1024px) {
  .works--municipality--content--prefectures, .works--municipality--content--company {
    gap: 25px 13px;
  }
}
.works--municipality--content--company {
  margin-top: 48px;
}
.works--municipality--content--item {
  max-width: calc((100% - 120px) / 7);
}
@media screen and (max-width: 1024px) {
  .works--municipality--content--item {
    max-width: calc((100% - 26px) / 3);
  }
}
.works--municipality--content--item--title {
  margin-top: 14px;
  text-align: center;
  color: #333333;
  font-size: 1.3rem;
}
.works--municipality--content::after {
  content: "";
  width: 100%;
  height: 215px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.works--municipality--content--open, .works--municipality--content--close {
  display: none;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .works--municipality--content--open, .works--municipality--content--close {
    bottom: 30px;
  }
}
.works--municipality--content--open::after, .works--municipality--content--close::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 24px;
  height: 13px;
  background-image: url(../images/001/icon/triangle-bottom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.works--municipality--content--open.active {
  display: block;
}
.works--municipality--content--close.active {
  display: block;
}
.works--municipality--content--close.active::after {
  transform: rotate(180deg);
}
.works--municipality--content--note {
  font-size: 1.4rem;
  color: #333333;
  margin-top: 48px;
}
.works--municipality--content--note a {
  text-decoration: underline;
}
.works--municipality--content.active {
  max-height: 950px;
}
@media screen and (max-width: 768px) {
  .works--municipality--content.active {
    max-height: 1950px;
  }
}
.works--municipality--content.active::after {
  display: none;
}
.works--other {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .works--other {
    margin-top: 40px;
    font-size: 1.6em;
  }
}

/* ------------- section partner ---------------- */
.l-section--partner {
  padding: 0 50px 0;
  position: relative;
  margin-top: 110px !important;
}

.partner--inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 70px 0px;
}
.partner--title {
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  line-height: 1.3;
  font-size: 40px;
}
.partner--title--en {
  font-size: 24px;
  color: #d1d1d1;
  line-height: 1;
  margin-bottom: 15px;
  font-family: montserrat, sans-serif;
  font-weight: 600;
}
.partner--logo--list {
  display: flex;
  justify-content: center;
}
.partner--logo--item {
  margin: 0 0 0 70px;
}
.partner--logo--item:first-child {
  margin-left: 0;
  width: 248px;
}
.partner--logo--item:nth-child(2) {
  width: 232px;
}
.partner--logo--item:nth-child(3) {
  width: 195px;
}
.partner--lead {
  margin: 20px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .l-section--partner {
    padding: 20px 0px 0px;
    margin-top: 100px !important;
  }
  .partner--inner {
    padding: 0 0px 0px;
  }
  .partner--title {
    margin-bottom: 40px;
  }
  .partner--title p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .partner--title h2 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .partner--logo--list {
    display: block;
  }
  .partner--logo--item {
    margin: 10px auto 0;
  }
  .partner--logo--item:first-child {
    margin-left: auto;
    width: 186px;
  }
  .partner--logo--item:nth-child(2) {
    width: 170px;
  }
  .partner--logo--item:nth-child(3) {
    width: 130px;
  }
  .partner--lead {
    margin: 20px 0 0 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
  }
}
.l-section--form {
  margin-top: 160px;
}
@media screen and (max-width: 1024px) {
  .l-section--form {
    margin-top: 96px;
  }
}
.l-section--form--content {
  max-width: 900px;
  margin: 0 auto;
}
.l-section--form--content form {
  margin-top: 16px;
}
.l-section--form--content form input[type=text], .l-section--form--content form input[type=email], .l-section--form--content form input[type=tel], .l-section--form--content form textarea {
  width: 100%;
  border: solid 1px #707070;
  border-radius: 5px;
  padding: 5px 12px;
}
.l-section--form--content form input[type=text].required, .l-section--form--content form input[type=email].required, .l-section--form--content form input[type=tel].required, .l-section--form--content form textarea.required {
  background-color: #F4FCF4;
}
.l-section--form--content form select {
  min-width: 160px;
  border: solid 1px #707070;
  border-radius: 5px;
  padding: 5px 22px 5px 12px;
  cursor: pointer;
}
.l-section--form--content form label {
  cursor: pointer;
}
.l-section--form--content .text-pub {
  padding: 10px 0 0;
}
.l-section--form--content .text-pub a {
  text-decoration: underline;
}
.l-section--form--content .text-pub a:hover {
  text-decoration: none;
}

.form--title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .form--title {
    font-size: 2.2rem;
  }
}
.form--lead {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .form--lead {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
.form--subtitle {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .form--subtitle {
    font-size: 1.8rem;
  }
}
.form--flow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.form--flow--item {
  text-align: center;
}
.form--flow--item:nth-child(2) {
  position: relative;
  margin: 0 110px;
}
@media screen and (max-width: 1024px) {
  .form--flow--item:nth-child(2) {
    margin: 0 40px;
  }
}
.form--flow--item:nth-child(2)::before, .form--flow--item:nth-child(2)::after {
  content: "";
  width: 130px;
  height: 1px;
  display: block;
  background-color: #707070;
  position: absolute;
  top: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .form--flow--item:nth-child(2)::before, .form--flow--item:nth-child(2)::after {
    top: 1.4rem;
    width: 46px;
  }
}
.form--flow--item:nth-child(2)::before {
  left: -115px;
}
@media screen and (max-width: 1024px) {
  .form--flow--item:nth-child(2)::before {
    left: -45px;
  }
}
.form--flow--item:nth-child(2)::after {
  right: -115px;
}
@media screen and (max-width: 1024px) {
  .form--flow--item:nth-child(2)::after {
    right: -45px;
  }
}
.form--flow--num {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #AAAAAA;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .form--flow--num {
    font-size: 2.8rem;
  }
}
.is-active .form--flow--num {
  color: #50c130;
}
.form--flow--text {
  font-size: 1.6rem;
  color: #AAAAAA;
}
@media screen and (max-width: 1024px) {
  .form--flow--text {
    font-size: 1.4rem;
  }
}
.is-active .form--flow--text {
  color: #000000;
}
.form--row {
  border-left: solid 1px #707070;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #9e9e9e;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .form--row {
    border-bottom: none;
  }
}
.form--row:first-child {
  border-top: solid 1px #707070;
}
.form--row:last-child {
  border-bottom: solid 1px #707070;
}
.form--label {
  font-size: 1.6rem;
  font-weight: bold;
  max-width: 100%;
  width: 320px;
  background-color: #F5F7F8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 31px 14px 24px;
}
@media screen and (max-width: 1024px) {
  .form--label {
    font-size: 1.4rem;
    width: 100%;
    padding: 7px 24px 9px 15px;
  }
}
.form--label--note {
  font-size: 1.4rem;
  font-weight: normal;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .form--label--note {
    font-size: 1.2rem;
  }
}
.form--content {
  max-width: 100%;
  width: calc(100% - 320px);
  padding: 10px 24px;
}
@media screen and (max-width: 1024px) {
  .form--content {
    width: 100%;
    padding: 15px;
  }
}
.form--content--checkbox--other {
  margin-top: 4px;
}
.form--content--checkbox--other textarea {
  margin-left: 26px;
  max-width: calc(100% - 26px);
}
@media screen and (max-width: 1024px) {
  .form--content--checkbox--other textarea {
    width: 100%;
  }
}
.form--content--selectbox {
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  display: inline-block;
}
.form--content--selectbox::after {
  position: absolute;
  top: 52%;
  right: 10px;
  transform: translateY(-50%);
  z-index: -1;
  content: "";
  background-image: url(../images/001/icon/form-selectbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
}
.mw_wp_form_confirm .form--content--selectbox::after, .mw_wp_form_preview .form--content--selectbox::after {
  content: unset;
}
.form--content-category .mwform-checkbox-field {
  margin: 0 20px 0 0;
}
.form--acceptance {
  text-align: center;
  width: 400px;
  max-width: 90%;
  margin: 60px auto 0;
  border: 4px solid #F5F7F8;
  border-radius: 10px;
  padding: 15px 0;
}
@media screen and (max-width: 1024px) {
  .form--acceptance {
    font-size: 13px;
  }
}
.form--acceptance a {
  color: #0031FF;
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
}
.form--acceptance a:after {
  display: block;
  content: "";
  background: url(../images/001/icon/external-link-alt.svg) no-repeat left top;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
}
.form--send {
  margin-top: 80px;
}
.form--send > input[type=submit] + input[type=submit] {
  margin-top: 40px;
}
.form--complete--text {
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 80px;
}

.mw_wp_form .vertical-item {
  display: block;
  margin-top: 15px;
  font-size: 110%;
}

label.error {
  font-size: 100%;
  color: #b70000;
  display: block;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */