@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  font: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: 0;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, img {
  border: none;
  outline: none;
}

img {
  vertical-align: middle;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

label, button {
  cursor: pointer;
}

sup {
  font-size: 54.5%;
  font-weight: normal;
  vertical-align: super;
  line-height: normal;
}

.pre {
  position: relative;
  overflow: auto;
  white-space: pre-wrap;
  white-space: -pre-wrap;
  white-space: -webkit-pre-wrap;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

.nobr {
  white-space: nowrap;
}

a:hover,
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, input[type=image]:hover,
button:hover, .button:hover {
  opacity: 0.7;
}

a:active,
input[type=submit]:active, input[type=reset]:active, input[type=button]:active, input[type=image]:active,
button:active, .button:active {
  opacity: 0.5;
}

a {
  text-decoration: none;
}
a:link, a:active {
  color: #000;
}
a:hover {
  color: inherit;
}
a:visited {
  color: #000;
}

a, input, textarea, select, button {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.notOpacity a, a.notOpacity,
a .notOpacity, .notOpacity input, input.notOpacity,
input .notOpacity, .notOpacity textarea, textarea.notOpacity,
textarea .notOpacity, .notOpacity select, select.notOpacity,
select .notOpacity, .notOpacity button, button.notOpacity,
button .notOpacity {
  opacity: 1 !important;
}

b, .b {
  font-weight: normal;
}

strong, .strong, a.strong {
  font-weight: bold;
  color: #2B6CB0;
}

em {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
}

small, .small {
  font-size: 85.75%;
}

p, .p, li, dt, dd, th, td {
  font-size: 100%;
  line-height: 170%;
  line-break: strict;
}
@media only screen and (max-width: 767px) {
  p, .p, li, dt, dd, th, td {
    line-height: 180%;
  }
}

ol, ul, li {
  list-style: none;
}

ul li p,
ol li p {
  font-size: 100%;
}

table, .table {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  empty-cells: show;
}

th, td,
.th, .td {
  padding: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
th.align-r, td.align-r,
.th.align-r, .td.align-r {
  text-align: right;
}
th.valign-m, td.valign-m,
.th.valign-m, .td.valign-m {
  vertical-align: middle;
}

.table {
  display: table;
}

.tr {
  display: table-row;
}

.th, .td {
  display: table-cell;
}

/* html, body { height: 100%; } */
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
img.border {
  border: solid 1px #e3e5ed;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

.display-large {
  display: block;
}

.display-middle {
  display: none;
}

.display-small {
  display: none;
}

/*
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.display-large  { display: none; }
	.display-middle { display: block; }
	.display-small  { display: none; }
}
*/
@media only screen and (max-width: 767px) {
  .display-large {
    display: none;
  }
  .display-middle {
    display: none;
  }
  .display-small {
    display: block;
  }
}
p.notes,
span.notes {
  text-indent: -1em !important;
  margin-left: 1em !important;
  overflow: visible;
}

span.notes {
  display: block;
}

ol.decimal {
  list-style-type: decimal;
}
ol.decimal > li {
  list-style-type: decimal;
  margin-left: 25px;
  overflow: visible;
}
ol.decimal > li + li {
  margin-top: 8px;
}
ol.term {
  list-style: none;
  counter-reset: section;
}
ol.term > li {
  padding-left: 3.5em;
  position: relative;
  overflow: visible;
}
ol.term > li::before {
  counter-increment: section;
  content: "第" counter(section) "項";
  position: absolute;
  left: 0;
}
ol.term > li + li {
  margin-top: 8px;
}

ul {
  list-style: none;
}
ul.dot li {
  padding-left: 25px;
  position: relative;
  overflow: visible;
}
ul.dot li:before {
  content: "";
  background-color: #7f9098;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 2px;
}
ul.dot li + li {
  margin-top: 0.425em;
}
ul.dot li p + ul.dot,
ul.dot li p + ol.decimal {
  margin-top: 0.625em;
}

p + ol,
p + ul {
  margin-top: 1em;
}

body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  opacity: 1;
}

html > img {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: -1;
}

h1,
h2,
h3,
.font-title {
  font-family: "Work Sans", "Noto Sans JP", sans-serif;
}

.is-hidden {
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

.is-visible,
.is-hidden.is-visible {
  opacity: 1;
}

body {
  opacity: 1;
}

main {
  position: relative;
  z-index: 1;
}

.wrap {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .wrap {
    max-width: 100%;
  }
}

.header__menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__menu {
    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;
    width: 65px;
    height: 64px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
  }
  .header__menu img {
    width: 25px;
    height: 20px;
    display: block;
  }
}

.footer {
  background: #041329;
  padding: 120px 16px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 55px 16px;
  }
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
}
.footer .wrap {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer--logo {
  width: 180px;
  height: 35px;
  display: block;
}
.footer--logo img {
  width: 100%;
  height: auto;
  display: block;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 22px;
}
@media only screen and (max-width: 767px) {
  .footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.footer ul li {
  font-size: 14px;
  line-height: normal;
  color: #fff;
}
.footer--copyright {
  margin-top: 16px;
  font-size: 14px;
  line-height: normal;
}

.nav {
  background-color: #fff;
  border-style: solid none;
  border-width: 1;
  border-color: #eaeaea;
  padding: 16px;
  min-width: 1140px;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .nav {
    padding: 16px;
    min-width: 10px;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-transition: 0.16s ease-in-out;
    transition: 0.16s ease-in-out;
  }
  .nav_show {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: 0.32s ease-in-out;
    transition: 0.32s ease-in-out;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .nav .wrap {
    margin: 0;
    padding: 0;
  }
}
.nav--close {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nav--close {
    padding: 20px;
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .nav--close img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
  }
}
.nav--logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .nav--logo {
    width: 113px;
    height: auto;
    display: block;
    position: absolute;
    top: 26px;
    left: 16px;
  }
  .nav--logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
  }
}
.nav--main {
  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;
}
@media only screen and (max-width: 767px) {
  .nav--main {
    margin: 70px 0 0;
    padding: 0 0 16px;
    max-width: 100%;
    display: block;
  }
}
.nav ol {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .nav ol {
    border-bottom: solid 1px #ccc;
    width: 100%;
    display: block;
  }
}
.nav ol li {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .nav ol li {
    font-size: 12px;
    letter-spacing: 0;
  }
  .nav ol li + li {
    border-top: solid 1px #ccc;
  }
}
@media only screen and (max-width: 767px) {
  .nav ol a {
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    text-align: left;
    display: block;
  }
}
.nav ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .nav ul {
    margin: 16px 0 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.nav ul li {
  display: block;
}
.nav--button_catalog, .nav--button_contact {
  padding: 5px 24px 5px 58px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .nav--button_catalog, .nav--button_contact {
    padding: 5px 10px;
    font-size: max( 3.7333333333vw, 12px );
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
}
.nav--button_catalog::before, .nav--button_contact::before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 767px) {
  .nav--button_catalog::before, .nav--button_contact::before {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.nav a.nav--button_catalog {
  background: #1C85E8;
  border: 1px solid #1C85E8;
  color: #fff;
}
.nav a.nav--button_catalog::before {
  background-image: url(../image/icon_catalog.png);
}
.nav a.nav--button_contact {
  background: #fff;
  border: 1px solid #1C85E8;
  color: #1C85E8;
}
.nav a.nav--button_contact::before {
  background-image: url(../image/icon_contact.png);
}

.nav-contact {
  background-color: #fff;
  padding: 72px 16px;
}
@media only screen and (max-width: 767px) {
  .nav-contact {
    padding: 32px 16px;
  }
}
.nav-contact .wrap {
  background: #FAFAFA;
  -webkit-box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin: 0 auto -152px;
  padding: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .nav-contact .wrap {
    margin: 0 auto -62px;
    padding: 16px;
  }
}
.nav-contact h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .nav-contact h2 {
    font-size: 20px;
    line-height: 1.8;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .nav-contact h2 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.nav-contact ul {
  background: #fafafa;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .nav-contact ul {
    grid-template-columns: 1fr;
  }
}
.nav-contact ul li {
  background: #fff;
  border-top: 4px solid #2B6CB0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.nav-contact ul li a {
  padding: 40px 16px;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: #2B6CB0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .nav-contact ul li a {
    padding: 16px 50px 16px 60px;
    font-size: max( 3.7333333333vw, 12px );
    text-align: left;
    position: relative;
  }
}
.nav-contact ul li a:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto 24px;
  width: 72px;
  height: 72px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .nav-contact ul li a:before {
    margin: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
.nav-contact ul li a:after {
  content: "";
  background: url(../image/icon_arrow_contact.min.png) no-repeat center;
  background-size: cover;
  margin: 16px auto 0;
  width: 40px;
  height: 40px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .nav-contact ul li a:after {
    margin: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
            transform: translate3d(0, -50%, 0) rotate(-90deg);
  }
}
.nav-contact ul li:nth-child(1) a:before {
  background-image: url(../image/icon_contact01.min.png);
}
.nav-contact ul li:nth-child(2) a:before {
  background-image: url(../image/icon_contact02.min.png);
}
.nav-contact ul li:nth-child(3) a:before {
  background-image: url(../image/icon_contact03.min.png);
}
.nav-contact ul li:nth-child(4) a:before {
  background-image: url(../image/icon_contact04.min.png);
}

.first-visual {
  background: #fff url(../image/first-visual_bg.min.png) no-repeat center;
  background-size: cover;
  padding: 24px 16px 32px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .first-visual {
    background-image: none;
  }
}
.first-visual .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .first-visual .wrap {
    display: block;
  }
}
.first-visual__item {
  margin: 0 auto;
  width: 787px;
  height: auto;
  display: block;
  position: absolute;
  z-index: 0;
  top: 90px;
  left: 190px;
}
@media only screen and (max-width: 767px) {
  .first-visual__item {
    display: none;
  }
}
.first-visual__form {
  background: #fff;
  border: 2px solid #0068B7;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.24);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  margin: 8px 0 0;
  padding: 32px;
  width: 384px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .first-visual__form {
    width: 100%;
    display: none;
  }
}
.first-visual__form h2 {
  background: #0068B7;
  padding: 4px 10px;
  width: 100%;
  height: 27px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #fff;
  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;
}
.first-visual__form--point {
  margin-top: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  color: #0068B7;
}
.first-visual__form--read {
  margin: 16px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #0068B7;
}
.first-visual__form--notes {
  margin-top: 16px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #919191;
}
.first-visual__form--link-contact {
  margin-top: 16px;
}
.first-visual__form--link-contact a {
  background: #fff;
  border: 1px solid #0068B7;
  padding: 16px 5px;
  width: 100%;
  height: 56px;
  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;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #0068B7;
}
.first-visual__main {
  width: calc(100% - 424px);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .first-visual__main {
    width: 100%;
  }
}
.first-visual__main--logo {
  width: 200px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .first-visual__main--logo {
    width: 113px;
  }
}
.first-visual__main--logo img {
  width: 200px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .first-visual__main--logo img {
    width: 100%;
  }
}
.first-visual__main h1 {
  background: #0068b7;
  margin: 16px 0 16px -10px;
  padding: 6px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .first-visual__main h1 {
    margin: 16px 0;
    font-size: max( 5.8666666667vw, 12px );
  }
}
.first-visual__main h1:after {
  content: "";
  border-top: 8px solid #FFBD23;
  width: calc(100% - 20px);
  height: 0;
  position: absolute;
  z-index: 0;
  left: 10px;
  bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .first-visual__main h1:after {
    display: none;
  }
}
.first-visual__main h1 br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .first-visual__main h1 br {
    display: block;
  }
}
.first-visual__main h1 span {
  position: relative;
  z-index: 1;
}
.first-visual__main--details {
  display: block;
}
@media only screen and (max-width: 767px) {
  .first-visual__main--details {
    margin: 0 -16px;
  }
}
.first-visual__main--details img {
  max-width: 580px;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .first-visual__main--details img {
    max-width: 100%;
  }
}

#cf7-area table, #cf7-area thead, #cf7-area tbody, #cf7-area tfoot, #cf7-area tr, #cf7-area th, #cf7-area td {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cf7-area tr {
  background-color: #fff;
  border: solid 1px #eaeaea;
  margin: 0;
  padding: 2px 12px 5px;
  font-size: 13px;
  line-height: 15px;
  color: #041329;
  display: block;
}
#cf7-area tr.border-bottom_none {
  border-bottom: none;
}
#cf7-area tr + * {
  border-top: none;
}
#cf7-area label {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #041329;
}
#cf7-area label .required span {
  color: #f00;
}
#cf7-area input[type=text],
#cf7-area input[type=email],
#cf7-area select,
#cf7-area textarea {
  outline: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #041329;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#cf7-area input[type=text],
#cf7-area input[type=email],
#cf7-area textarea {
  margin: 8px 0 0;
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 16px;
  font-style: normal;
  line-height: normal;
  color: #525252;
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#cf7-area input[type=text]:disabled,
#cf7-area input[type=email]:disabled,
#cf7-area textarea:disabled {
  background-color: #f8f8f8;
  color: #a3a3a3;
}
#cf7-area input[type=text]::-webkit-input-placeholder,
#cf7-area input[type=email]::-webkit-input-placeholder,
#cf7-area textarea::-webkit-input-placeholder {
  color: #a3a3a3;
}
#cf7-area input[type=text]:-moz-placeholder,
#cf7-area input[type=email]:-moz-placeholder,
#cf7-area textarea:-moz-placeholder {
  color: #a3a3a3;
}
#cf7-area input[type=text]::-moz-placeholder,
#cf7-area input[type=email]::-moz-placeholder,
#cf7-area textarea::-moz-placeholder {
  color: #a3a3a3;
}
#cf7-area input[type=text]:-ms-input-placeholder,
#cf7-area input[type=email]:-ms-input-placeholder,
#cf7-area textarea:-ms-input-placeholder {
  color: #a3a3a3;
}
#cf7-area input[type=text]:-moz-placeholder-shown, #cf7-area input[type=email]:-moz-placeholder-shown, #cf7-area textarea:-moz-placeholder-shown {
  color: #a3a3a3;
}
#cf7-area input[type=text]:-ms-input-placeholder, #cf7-area input[type=email]:-ms-input-placeholder, #cf7-area textarea:-ms-input-placeholder {
  color: #a3a3a3;
}
#cf7-area input[type=text]:placeholder-shown,
#cf7-area input[type=email]:placeholder-shown,
#cf7-area textarea:placeholder-shown {
  color: #a3a3a3;
}
#cf7-area input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
#cf7-area input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
#cf7-area textarea {
  height: 64px;
}
#cf7-area input[type=submit] {
  background: #F0B429;
  border: none;
  margin: 16px 0 0;
  padding: 10px 16px;
  width: 100%;
  height: 52px;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  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;
}

.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #dc3232;
}
.wpcf7 .wpcf7-response-output {
  margin-top: 16px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #dc3232;
}
.wpcf7 .wpcf7-list-item {
  margin-right: 5px;
  display: inline-block;
}
.wpcf7 .wpcf7-list-item input {
  margin-right: 2px;
  line-height: 1;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 767px) {
  .grecaptcha-badge {
    display: none;
  }
}
.cv {
  background-color: #DBE9F0;
  padding: 24px 16px;
}
@media only screen and (max-width: 767px) {
  .cv {
    padding: 24px 16px;
  }
}
section > .cv {
  margin: 32px -16px;
}
@media only screen and (max-width: 767px) {
  section > .cv {
    padding: 24px 16px;
  }
}
.cv .wrap {
  max-width: 848px;
}
@media only screen and (max-width: 767px) {
  .cv .wrap {
    max-width: 100%;
  }
}
.cv ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .cv ul {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.cv ul li {
  text-align: center;
  display: block;
}
.cv ul li p {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #041329;
}
@media only screen and (max-width: 767px) {
  .cv ul li p {
    margin-bottom: 6px;
    font-size: max( 4.2666666667vw, 12px );
  }
}
.cv ul li a {
  background-image: url(../image/icon_arrow_circle_right.png);
  background-size: 24px;
  background-position: center right 16px;
  background-repeat: no-repeat;
  border-radius: 56px;
  padding: 6px 48px;
  width: 100%;
  min-height: 56px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFCFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .cv ul li a {
    padding: 16px 48px;
    min-height: unset;
    font-size: max( 4.8vw, 12px );
  }
}
.cv--catalog a {
  background: #1C85E8;
}
.cv--contact a {
  background: #D64545;
}

.cv-catalog {
  background-color: #DBE9F0;
  padding: 24px 16px;
}
@media only screen and (max-width: 767px) {
  .cv-catalog {
    padding: 24px 16px;
  }
}
.cv-catalog .wrap {
  max-width: 998px;
  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;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .cv-catalog .wrap {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.cv-catalog__main {
  width: calc(100% - 388px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cv-catalog__main {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cv-catalog__free {
  border: solid 3px #2B6CB0;
  border-radius: 120px;
  width: 120px;
  height: 120px;
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.04em;
  color: #2B6CB0;
  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;
}
@media only screen and (max-width: 767px) {
  .cv-catalog__free {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}
.cv-catalog__description {
  background-color: #DBE9F0;
  padding: 10px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  display: block;
  position: relative;
  left: -15px;
}
@media only screen and (max-width: 767px) {
  .cv-catalog__description {
    width: calc(100% - 70px);
    font-size: max( 3.7333333333vw, 12px );
    left: 0;
  }
  .cv-catalog__description br {
    display: none;
  }
}
.cv-catalog__link {
  width: 348px;
}
@media only screen and (max-width: 767px) {
  .cv-catalog__link {
    width: 100%;
  }
}
.cv-catalog a.cv-catalog__button {
  border: solid 1px #1C85E8;
  background-color: #DBE9F0;
  border-radius: 4px;
  padding: 4px;
  max-width: 348px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .cv-catalog a.cv-catalog__button {
    max-width: 100%;
  }
}
.cv-catalog a.cv-catalog__button span {
  background-color: #1C85E8;
  border-radius: 4px;
  padding: 10px 20px;
  width: 100%;
  height: 52px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  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;
}
@media only screen and (max-width: 767px) {
  .cv-catalog a.cv-catalog__button span {
    height: auto;
    font-size: max( 4.2666666667vw, 12px );
  }
}

.point {
  background-color: #fafafa;
  padding: 72px 16px;
}
@media only screen and (max-width: 767px) {
  .point {
    padding: 32px 16px;
  }
}
.point h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .point h2 {
    font-size: 20px;
    line-height: 1.8;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .point h2 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.point--section {
  background: #fff;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 32px 40px 40px 120px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .point--section {
    padding: 16px 16px 16px 86px;
  }
}
* + .point--section {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  * + .point--section {
    margin-top: 16px;
  }
}
.point--section__num {
  background: #1C85E8;
  -webkit-box-shadow: 6px 6px 0px #D3DDF1;
          box-shadow: 6px 6px 0px #D3DDF1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  color: #fff;
  width: 40px;
  height: 40px;
  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;
  position: absolute;
  top: 32px;
  left: 40px;
}
@media only screen and (max-width: 767px) {
  .point--section__num {
    left: 16px;
  }
}
.point--section__num span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.point--section h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #1C85E8;
  display: block;
}
@media only screen and (max-width: 767px) {
  .point--section h3 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.point--section__read {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #041329;
}
@media only screen and (max-width: 767px) {
  .point--section__read {
    font-size: max( 3.7333333333vw, 12px );
  }
}
.point--section__comparison {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .point--section__comparison {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.point--section__comparison li {
  display: block;
}
.point--section__comparison img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.point--section__example {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .point--section__example {
    margin-top: 16px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.point--section__example li {
  display: block;
}
.point--section__example img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.point--section__example p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .point--section__example p {
    font-size: max( 3.2vw, 12px );
  }
}
.point--section_1 h4 {
  margin: 24px 0 0;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .point--section_1 h4 {
    margin: 16px 0 0;
    font-size: max( 3.7333333333vw, 12px );
  }
}
.point--section_1 h4:after {
  content: "";
  background: url(../image/line_dotted.min.png) repeat 0 0;
  background-size: auto 3px;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
}
.point--section_1 h4 span {
  background: #2B6CB0;
  margin: 0 auto;
  padding: 5px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  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;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .point--section_1 h4 span {
    height: max( 6.4vw, 12px );
  }
}
.point--section_3 img {
  margin-top: 24px;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .point--section_3 img {
    margin-top: 16px;
  }
}

.youtube {
  background-color: #fff;
  padding: 72px 16px;
}
@media only screen and (max-width: 767px) {
  .youtube {
    padding: 32px 16px;
  }
}
.youtube img {
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
  height: auto;
  display: block;
}

.case {
  background-color: #fff;
  padding: 72px 16px;
}
@media only screen and (max-width: 767px) {
  .case {
    padding: 32px 16px;
  }
}
.case h2 {
  padding: 0 0 24px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  color: #1C85E8;
  display: block;
  position: relative;
}
.case h2:after {
  content: "";
  border-top: 4px solid #1C85E8;
  border-radius: 4px;
  width: 56px;
  height: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.case h2.margintop {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .case h2.margintop {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .case h2 {
    font-size: 20px;
    line-height: 1.8;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .case h2 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.case h3.case__items--h3 {
  margin-top: 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  color: #041329;
  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;
  gap: 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .case h3.case__items--h3 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.case__items + h3.case__items--h3 {
  margin-top: 60px;
}
.case__items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .case__items {
    gap: 16px;
  }
}
.case__items img {
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.case__items p {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .case__items p {
    font-size: max( 3.7333333333vw, 12px );
  }
}
.case--spec {
  background: #FAFAFA;
  border: 1px solid #DBE9F0;
  border-radius: 8px;
  padding: 32px;
}
@media only screen and (max-width: 767px) {
  .case--spec {
    padding: 16px;
  }
}
.case--spec + .case--spec {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .case--spec + .case--spec {
    margin-top: 16px;
  }
}
.case--spec__wrap {
  margin: 0 auto;
  max-width: 760px;
}
.case--spec h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  color: #041329;
  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;
  gap: 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .case--spec h3 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.case--spec h3:before, .case--spec h3:after {
  content: "";
  border-top: 1px solid #041329;
  width: 24px;
  height: 0;
  display: block;
}
.case--spec_1 {
  margin: 40px 0 0;
  text-align: center;
}
.case--spec_1 h4 {
  margin: 24px 0 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: #041329;
}
@media only screen and (max-width: 767px) {
  .case--spec_1 h4 {
    margin: 16px 0 0;
    font-size: max( 4.2666666667vw, 12px );
  }
}
.case--spec_1 p {
  margin: 5px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #041329;
}
@media only screen and (max-width: 767px) {
  .case--spec_1 p {
    font-size: max( 3.7333333333vw, 12px );
  }
}
.case--spec_1 img {
  margin: 24px 0 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .case--spec_1 img {
    margin: 16px 0 0;
  }
}
.case--spec_3 h3 + p {
  margin-top: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #1C85E8;
}
@media only screen and (max-width: 767px) {
  .case--spec_3 h3 + p {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.case--spec_3 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .case--spec_3 ul {
    gap: 16px;
  }
}
.case--spec_3 ul li img {
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.case--spec_3 ul li p {
  margin-top: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .case--spec_3 ul li p {
    font-size: max( 3.7333333333vw, 12px );
  }
}
.case--spec_2 h4 {
  background: url(../image/icon_dialogs.min.png) no-repeat center left;
  background-size: 24px;
  padding-left: 32px;
  min-height: 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #041329;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .case--spec_2 h4 {
    font-size: max( 4.8vw, 12px );
  }
}
.case--spec_2 h4 + p {
  margin-top: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #041329;
}
@media only screen and (max-width: 767px) {
  .case--spec_2 h4 + p {
    font-size: max( 3.7333333333vw, 12px );
  }
}
.case--spec_2 ul {
  border: 1px solid #1C85E8;
  border-radius: 4px;
  padding: 16px 80px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .case--spec_2 ul {
    padding: 16px;
  }
}
.case--spec_2 ul li {
  background-position: center left 0;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-right: 16px;
  padding-left: 32px;
  min-height: 24px;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  .case--spec_2 ul li {
    font-size: max( 3.7333333333vw, 12px );
    display: block;
  }
}
.case--spec_2 ul li:nth-child(1) {
  background-image: url(../image/icon_casse-spec_01.min.png);
}
.case--spec_2 ul li:nth-child(2) {
  background-image: url(../image/icon_casse-spec_02.min.png);
}
@media only screen and (max-width: 767px) {
  .case--spec_2 ul li:nth-child(2) {
    margin-top: 16px;
  }
}
.case--spec_2 ul li:nth-child(3) {
  background-image: url(../image/icon_casse-spec_03.min.png);
  margin-top: 16px;
}
.case--spec_2 hr {
  margin: 32px 0;
  border-style: dashed none none;
  border-color: #000;
  border-width: 1px;
  width: 100%;
  height: 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .case--spec_2 hr {
    margin: 16px 0;
  }
}
.case--spec_2 img {
  margin-top: 32px;
  max-width: 671px;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .case--spec_2 img {
    margin-top: 16px;
    max-width: 100%;
  }
}

.processing {
  background-color: #fff;
  padding: 72px 16px;
}
@media only screen and (max-width: 767px) {
  .processing {
    padding: 32px 16px;
  }
}
.processing h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .processing h2 {
    font-size: 20px;
    line-height: 1.8;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .processing h2 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.processing--read {
  margin: 20px 0 48px;
  font-size: 16px;
  line-height: 1.8;
  color: #1C85E8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .processing--read {
    margin: 18px 0 24px;
    font-size: max( 3.7333333333vw, 12px );
  }
}
.processing--read .line {
  background-color: #1C85E8;
  margin: 0 3px;
  padding: 0 3px;
  color: #fff;
}
.processing--items {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .processing--items {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.processing--item h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .processing--item h3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    gap: 0;
  }
}
.processing--item h3 span {
  position: relative;
  overflow: visible;
}
.processing--item h3 span:nth-child(1), .processing--item h3 span:nth-child(3) {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #1C85E8;
}
@media only screen and (max-width: 767px) {
  .processing--item h3 span:nth-child(1), .processing--item h3 span:nth-child(3) {
    font-size: max( 3.7333333333vw, 12px );
  }
}
.processing--item h3 span:nth-child(3) {
  font-size: 24px;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  .processing--item h3 span:nth-child(3) {
    font-size: max( 4.8vw, 12px );
  }
}
.processing--item h3 span:nth-child(2) {
  background: #1C85E8;
  border-radius: 48px;
  margin: 4px auto 8px;
  width: 48px;
  height: 48px;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: #fff;
  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;
}
@media only screen and (max-width: 767px) {
  .processing--item h3 span:nth-child(2) {
    margin: 0 20px 0 10px;
    width: max( 10.1333333333vw, 12px );
    height: max( 10.1333333333vw, 12px );
    font-size: max( 4.8vw, 12px );
  }
}
.processing--item__visual {
  padding: 20px 36px 10px 123px;
  display: block;
}
@media only screen and (max-width: 375px) {
  .processing--item__visual {
    padding-left: 18.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.processing--item__visual img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.processing--item h4 {
  background: #1C85E8;
  border-radius: 4px 4px 0px 0px;
  min-height: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
  color: #fff;
  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;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .processing--item h4 {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.processing--item h4:before {
  content: "";
  background: #1C85E8;
  height: 12.124355653px;
  width: 18px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.processing--item ol {
  background: #fff;
  border-radius: 0px 0px 8px 8px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  padding: 20px 32px;
  display: block;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .processing--item ol {
    padding: 16px;
  }
}
.processing--item ol li {
  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;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .processing--item ol li {
    gap: 16px;
  }
}
.processing--item ol li p {
  width: calc(100% - 77px);
  min-height: 58px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #1C85E8;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .processing--item ol li p {
    width: calc(100% - 67px);
    font-size: max( 4.2666666667vw, 12px );
    line-height: 1.6;
  }
}
.processing--item ol li + li {
  border-top: 1px dashed #1C85E8;
  margin-top: 16px;
  padding-top: 16px;
}
.processing--item__num {
  background: #1C85E8;
  -webkit-box-shadow: 6px 6px 0px #D3DDF1;
          box-shadow: 6px 6px 0px #D3DDF1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  color: #fff;
  width: 40px;
  height: 40px;
  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;
}
.processing--item__num span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.processing--item__cv {
  margin: 12px 0 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4444444444;
  text-align: center;
}
.processing--item__cv::before {
  content: "▼";
  margin: 0 auto;
  display: block;
}
.processing--item__cv a {
  background: #D64545 url(../image/icon_arrow_circle_right.png) no-repeat center right 16px;
  background-size: 24px;
  border-radius: 56px;
  margin: 13px auto 0;
  max-width: 496px;
  width: 100%;
  min-height: 56px;
  padding: 16px 48px;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #FFFCFC;
  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;
}
@media only screen and (max-width: 767px) {
  .processing--item__cv a {
    max-width: 100%;
    padding: 8px 48px;
    font-size: max( 4.8vw, 12px );
  }
}
.processing--item__cv a br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .processing--item__cv a br {
    display: block;
  }
}
.processing--contact {
  margin: 48px 0 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  color: #041329;
}
@media only screen and (max-width: 767px) {
  .processing--contact {
    margin: 24px 0 12px;
    font-size: max( 4.2666666667vw, 12px );
  }
}
.processing--contact__button {
  margin: 0;
  padding: 0;
  text-align: center;
}
.processing--contact__button a {
  background: #D64545 url(../image/icon_arrow_circle_right.png) no-repeat center right 16px;
  background-size: 24px;
  border-radius: 56px;
  margin: 0 auto;
  max-width: 496px;
  width: 100%;
  min-height: 56px;
  padding: 16px 48px;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  color: #FFFCFC;
  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;
}
@media only screen and (max-width: 767px) {
  .processing--contact__button a {
    max-width: 100%;
    padding: 8px 48px;
    font-size: max( 4.8vw, 12px );
  }
}
.processing--contact__button a br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .processing--contact__button a br {
    display: block;
  }
}

.about {
  background-color: #fafafa;
  padding: 72px 16px;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 32px 16px;
  }
}
.about h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about h2 {
    font-size: 20px;
    line-height: 1.8;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .about h2 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.about--read {
  margin: 20px 0 48px;
  font-size: 16px;
  line-height: normal;
  color: #1C85E8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about--read {
    margin: 18px 0 24px;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 375px) {
  .about--read {
    font-size: max( 3.7333333333vw, 12px );
  }
}
.about--items {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .about--items {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.about--item {
  background: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 32px 75px;
}
@media only screen and (max-width: 767px) {
  .about--item {
    padding: 16px;
  }
}
.about--item h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #041329;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.5);
  display: block;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .about--item h3 {
    font-size: max( 4.8vw, 12px );
  }
}
.about--item__visual {
  border-radius: 8px;
  margin: 32px auto;
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .about--item__visual {
    margin: 16px auto;
  }
}
.about--item ol {
  display: block;
}
.about--item ol li {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #041329;
  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;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .about--item ol li {
    font-size: max( 4.2666666667vw, 12px );
  }
}
.about--item ol li span.small {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .about--item ol li span.small {
    font-size: max( 3.7333333333vw, 12px );
  }
}
.about--item ol li p {
  width: calc(100% - 77px);
}
.about--item ol li p .underline {
  text-decoration: underline;
  text-decoration-color: #F0B429;
}
.about--item ol li + li {
  border-top: 1px dashed #1C85E8;
  margin-top: 16px;
  padding-top: 16px;
}
.about--item__num {
  background: #1C85E8;
  -webkit-box-shadow: 6px 6px 0px #D3DDF1;
          box-shadow: 6px 6px 0px #D3DDF1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  color: #fff;
  width: 40px;
  height: 40px;
  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;
}
.about--item__num span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.product {
  background-color: #fff;
  padding: 72px 16px;
}
@media only screen and (max-width: 767px) {
  .product {
    padding: 32px 16px;
  }
}
.product h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product h2 {
    font-size: 20px;
    line-height: 1.8;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .product h2 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.product--read {
  margin: 20px 0 48px;
  font-size: 16px;
  line-height: normal;
  color: #1C85E8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product--read {
    margin: 18px 0 24px;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 375px) {
  .product--read {
    font-size: max( 3.7333333333vw, 12px );
  }
}
.product--items {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .product--items {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.product--item {
  background: #fff;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 16px;
}
.product--item__visual {
  border-radius: 4px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  display: block;
}
.product--item h3 {
  background: #EFF8FA;
  border-radius: 4px;
  margin: 12px auto 8px;
  padding: 2px 10px;
  width: 100%;
  min-height: 56px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  color: #2B6CB0;
  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;
}
@media only screen and (max-width: 767px) {
  .product--item h3 {
    padding: 5px 10px;
    min-height: unset;
    font-size: max( 4.2666666667vw, 12px );
  }
}
.product--item p {
  border-top: 1px dashed #000000;
  padding: 8px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product--item p {
    border-top: none;
    padding: 0;
    min-height: unset;
    font-size: max( 3.7333333333vw, 12px );
  }
}

.flow {
  background-color: #fafafa;
  padding: 72px 16px;
}
@media only screen and (max-width: 767px) {
  .flow {
    padding: 32px 16px;
  }
}
.flow h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .flow h2 {
    font-size: 20px;
    line-height: 1.8;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .flow h2 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.flow--read {
  margin: 20px 0 48px;
  font-size: 16px;
  line-height: normal;
  color: #1C85E8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .flow--read {
    margin: 18px 0 24px;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 375px) {
  .flow--read {
    font-size: max( 3.7333333333vw, 12px );
  }
}
.flow--section {
  min-height: 114px;
  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;
  gap: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .flow--section {
    min-height: auto;
  }
}
.flow--section + .flow--section {
  background: url(../image/icon_flow_down.png) no-repeat top 12px left 20px;
  background-size: 40px;
  padding-top: 64px;
}
@media only screen and (max-width: 767px) {
  .flow--section + .flow--section {
    background-position: top 8px left 5px;
    background-size: 30px;
    padding-top: 44px;
  }
}
.flow--section__num {
  background: #1C85E8;
  -webkit-box-shadow: 8px 8px 0px #D3DDF1;
          box-shadow: 8px 8px 0px #D3DDF1;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-weight: 500;
  font-size: 32px;
  line-height: normal;
  color: #fff;
  width: 80px;
  height: 80px;
  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;
}
@media only screen and (max-width: 767px) {
  .flow--section__num {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
.flow--section__num span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.flow--section__main {
  width: calc(100% - 154px);
  min-height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .flow--section__main {
    width: calc(100% - 80px);
    min-height: unset;
  }
}
.flow--section__main > * {
  width: 100%;
}
.flow--section__main h3 {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #1C85E8;
}
@media only screen and (max-width: 767px) {
  .flow--section__main h3 {
    font-size: max( 4.8vw, 12px );
  }
}
.flow--section__main p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .flow--section__main p {
    font-size: max( 3.7333333333vw, 12px );
  }
}
.flow a.flow--button {
  background: #1C85E8 url(../image/icon_arrow_circle_right.png) no-repeat center right 12px;
  background-size: 20px;
  border-radius: 4px;
  margin-top: 6px;
  padding: 5px 46px 6px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 43px;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 375px) {
  .flow a.flow--button {
    min-height: auto;
    font-size: max( 3.7333333333vw, 12px );
  }
}

.faq {
  background-color: #fff;
  padding: 72px 16px;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 32px 16px;
  }
}
.faq h2 {
  margin: 0 0 48px;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .faq h2 {
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 1.8;
    display: block;
  }
}
@media only screen and (max-width: 375px) {
  .faq h2 {
    font-size: max( 5.3333333333vw, 12px );
  }
}
.faq--read {
  margin: 20px 0 48px;
  font-size: 16px;
  line-height: normal;
  color: #1C85E8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .faq--read {
    margin: 18px 0 24px;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 375px) {
  .faq--read {
    font-size: max( 3.7333333333vw, 12px );
  }
}
.faq--question, .faq--answer {
  padding: 0 24px 0 80px;
  line-height: 1.5;
  display: block;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .faq--question, .faq--answer {
    padding: 0 0 0 40px;
  }
}
.faq--question::before, .faq--answer::before {
  content: "";
  border-radius: 40px;
  width: 40px;
  height: 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  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;
  position: absolute;
  top: 32px;
  left: 24px;
}
@media only screen and (max-width: 767px) {
  .faq--question::before, .faq--answer::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 16px;
    top: max( 4.8vw, 4px );
    left: 0;
  }
}
.faq--question {
  border-top: solid 1px #DBE9F0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 500;
  font-size: 18px;
  min-height: 104px;
}
@media only screen and (max-width: 767px) {
  .faq--question {
    padding-top: 16px;
    padding-bottom: 16px;
    min-height: 30px;
    font-size: max( 4.2666666667vw, 12px );
  }
}
.faq--question::before {
  content: "Q";
  background-color: #DBE9F0;
  color: #2B6CB0;
}
.faq--question span {
  padding-top: 6px;
  display: block;
}
.faq--answer {
  padding-bottom: 32px;
  font-weight: 400;
  font-size: 20px;
  min-height: 72px;
}
@media only screen and (max-width: 767px) {
  .faq--answer {
    padding-bottom: 16px;
    font-size: max( 4.2666666667vw, 12px );
  }
}
.faq--answer::before {
  content: "A";
  background-color: #1C85E8;
  color: #fff;
  top: 0;
}
.faq--answer:last-child {
  border-bottom: solid 1px #DBE9F0;
}

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