@charset "UTF-8";
@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .sp {
    display: none !important;
  }
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
/* 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 */
  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;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.l-header {
  width: 100%;
  height: 80px;
  background-color: #fff;
}
.l-header-container {
  width: 100%;
  height: 80px;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 10px 0 15px;
  display: flex;
  align-items: center;
}
.l-header-container-left {
  display: flex;
  align-items: center;
}
.l-header-container-left-logoArea {
  display: block;
  height: 27px;
}
.l-header-container-left-navArea {
  margin-left: 28px;
}
.l-header-container-left-navArea-ul {
  display: flex;
  align-items: center;
  color: #1B224C;
  font-weight: bold;
}
.l-header-container-left-navArea-ul-li {
  display: block;
}
.l-header-container-left-navArea-ul-li + .l-header-container-left-navArea-ul-li {
  margin-left: 38px;
}
.l-header-container-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.l-header-container-right-telArea {
  margin-right: 26px;
  color: #1B224C;
}
.l-header-container-right-telArea-date {
  font-size: 12px;
  text-align: right;
  margin-bottom: 5px;
}
.l-header-container-right-telArea-number {
  text-align: right;
  position: relative;
  padding-left: 18px;
  font-weight: bold;
}
.l-header-container-right-btn {
  width: 142px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.l-header-container-right-btn + .l-header-container-right-btn {
  margin-left: 10px;
}
.btn-docReq {
  background-color: #F5A623;
}
.btn-contact {
  background-color: #1B224C;
}
.l-header-container-right-telArea-number::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ico_tel.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -51%);
}
.l-container, .l-container--big {
  width: 100%;
  margin: 0 auto;
}
.l-container--big {
  max-width: 1274px;
}
.l-section {
  position: relative;
  padding: 0;
  width: 100%;
}
.l-footer {
  width: 100%;
  background-color: #1B224C;
}
.l-footerArea {
  width: 900px;
  height: 230px;
  margin: 0 auto;
  color: #F8F8F8;
  display: flex;
  justify-content: space-between;
}
.l-footerArea-navArea {
  padding-top: 46px;
}
.l-footerArea-navArea-ul {
  display: flex;
  font-weight: bold;
}
.l-footerArea-navArea-ul-list {
  display: block;
  padding: 2px 20px 0;
  height: 23px;
  text-align: center;
}
.l-footerArea-navArea-ul-list + .l-footerArea-navArea-ul-list {
  border-left: 1px #fff solid;
}
.l-footerArea-navArea-ul-list-li {
  font-size: 16px;
  letter-spacing: -1px;
}
.l-footerArea-rightArea {
  text-align: right;
  padding-top: 35px;
}
.l-footerArea-rightArea-logoArea {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 19px;
  height: 58px;
  margin-left: auto;
  margin-bottom: 24px;
}
.l-footerArea-rightArea-telArea {
  margin-left: auto;
  font-size: 16px;
  color: #fff;
  margin-bottom: 9px;
  position: relative;
  font-weight: bold;
}
.l-footerArea-rightArea-dateArea {
  margin-left: auto;
  font-size: 12px;
  color: #fff;
}
.l-footerArea-rightArea-telArea::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/ico_tel_white.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -55%);
}
.l-mvArea {
  padding-top: 105px;
  height: 476px;
  background-image: url("../img/fv.jpg");
  background-size: cover;
  background-position: 0% 42%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-mvArea-btn {
  display: block;
  padding: 20px 95px;
  color: #fff;
  background-color: #F5A623;
  border-radius: 31px;
  width: 260px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.l-mvArea-contact {
  display: block;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
.concept {
  background-color: #1B224C;
  padding: 60px 0 55px 0;
}
.l-conceptArea-problemArea {
  display: flex;
  justify-content: center;
  margin: 0 auto 80px;
}
.l-conceptArea-problemArea-block + .l-conceptArea-problemArea-block {
  margin-left: 50px;
}
.l-conceptArea-conceptBox {
  background-color: #fff;
  padding: 10px 15px;
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.l-conceptArea-conceptBox-inner {
  border: 5px #1B224C solid;
  padding-bottom: 25px;
  padding-top: 20px;
}
.underline {
  text-decoration: underline;
  text-underline-offset: -10px;
  text-decoration-color: #F5A623;
  text-decoration-thickness: 9px;
  text-decoration-skip-ink: none;
}
.advantage {
  background-color: #fff;
  padding: 60px 0 40px;
  margin-bottom: 70px;
}
.l-advantageArea {
  width: 100%;
}
.l-advantageArea-boxArea {
  width: 900px;
  margin: 0 auto;
}
.l-advantageArea-boxArea-box {
  width: 100%;
  display: flex;
}
.l-advantageArea-boxArea-box + .l-advantageArea-boxArea-box {
  margin-top: 60px;
}
.l-advantageArea-boxArea-box-textArea {
  text-align: left;
  width: 500px;
}
.l-advantageArea-boxArea-box-textArea-tag {
  width: 90px;
  font-size: 12px;
  padding: 7px 25px;
  color: #fff;
  background-color: #F5A623;
  margin-bottom: 35px;
}
.l-advantageArea-boxArea-box-imgArea {
  width: 350px;
  vertical-align: bottom;
}
.l-advantageArea-boxArea-box-imgArea-img {
  width: 100%;
  height: 240px;
  vertical-align: bottom;
}
.l-advantageArea-boxArea-box-textArea + .l-advantageArea-boxArea-box-imgArea {
  margin-left: 50px;
}
.l-advantageArea-boxArea-box-imgArea + .l-advantageArea-boxArea-box-textArea {
  margin-left: 50px;
}
.plan {
  margin-bottom: 40px;
}
.l-plan {
  width: 906px;
  height: 217px;
  margin: 0 auto;
  background-image: url("../img/price.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 56px 0 0 0;
}
.l-plan-inner {
  text-align: center;
  font-weight: bold;
}
.l-plan-inner-btn {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  padding: 15px 40px;
  border: #fff 1px solid;
  border-radius: 30px;
  width: 200px;
  background-color: transparent;
}
.success {
  background-color: #1B224C;
  padding: 40px 0 60px;
}
.l-successArea-boxArea {
  display: flex;
  width: 900px;
  margin: 0 auto;
}
.l-successArea-boxArea-box {
  width: 280px;
}
.l-successArea-boxArea-box + .l-successArea-boxArea-box {
  margin-left: 30px;
}
.l-successArea-boxArea-box-imgArea {
  width: 100%;
  margin-bottom: 15px;
}
.l-successArea-boxArea-box-imgArea-img {
  width: 100%;
}
.l-successArea-boxArea-box-tagArea {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.l-successArea-boxArea-box-tagArea-belong {
  width: 100px;
  height: 32px;
  color: #1B224C;
  font-size: 16px;
  background-color: #F8F8F8;
  padding: 8px 0 0 10px;
}
.l-successArea-boxArea-box-tagArea-name {
  width: 172px;
  height: 32px;
  color: #1B224C;
  font-size: 16px;
  background-color: #F8F8F8;
  margin-left: 8px;
  padding: 8px 0 0 10px;
}
.l-successArea-boxArea-box-tagArea-success {
  width: 280px;
  height: 32px;
  color: #1B224C;
  font-size: 16px;
  background-color: #F8F8F8;
  margin-top: 10px;
  padding: 8px 0 0 10px;
}
.flow {
  width: 100%;
  background: #fff;
  padding: 60px 0 75px;
}
.l-flowArea-cardArea {
  width: 900px;
  margin: 0 auto;
}
.l-flowArea-cardArea-card {
  display: flex;
  width: 100%;
  height: 64px;
}
.l-flowArea-cardArea-card + .l-flowArea-cardArea-card {
  margin-top: 8px;
}
.l-flowArea-cardArea-card-number {
  width: 64px;
  background-color: #F5A623;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.l-flowArea-cardArea-card-textArea {
  width: 856px;
  display: flex;
  align-items: center;
  background-color: #F8F8F8;
  color: #1B224C;
  padding-left: 20px;
}
.l-flowArea-cardArea-card-textArea-step {
  width: 150px;
  margin-right: 52px;
  font-weight: bold;
}
.l-flowArea-cardArea-card-textArea-bar {
  width: 1px;
  background-color: #C3C3C3;
  height: 29px;
  margin-right: 54px;
}
.qa {
  width: 100%;
  background: #fff;
  padding: 0 0 90px;
}
.l-qaArea-qaBox {
  width: 900px;
  margin: 0 auto;
  border-top: #1B224C 1px solid;
}
.l-qaArea-qaBox-qaSet {
  width: 100%;
  border-bottom: #1B224C 1px solid;
  font-size: 16px;
  color: #1B224C;
}
.l-qaArea-qaBox-qaSet-question {
  background-color: #fff;
  height: 65px;
  padding-top: 28px;
  cursor: pointer;
  position: relative;
}
.l-qaArea-qaBox-qaSet-answer {
  background-color: #F8F8F8;
  height: 65px;
  padding: 28px 0 0 25px;
  display: none;
}
.js-question {
  position: relative;
  z-index: 5;
}
.js-question::after {
  height: 65px;
  background: url("../img/ico_qa_plus.jpg") no-repeat center center;
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 35px;
  z-index: 10;
}
.js-question.on::after {
  content: "";
  background: url("../img/ico_qa_mainasu.jpg") no-repeat center center;
}
.blogNews {
  width: 100%;
  background: #fff;
  padding: 0 0 117px;
}
.l-blogNewsArea {
  width: 900px;
  margin: 0 auto;
  display: flex;
}
.l-blogArea {
  width: 430px;
}
.l-blogArea-cont-flex {
  display: flex;
}
.l-blogArea-cont-flex:not(:first-child) {
  margin-top: 30px;
}
.l-blogArea-cont-imgArea {
  width: 150px;
  position: relative;
}
.l-blogArea-cont-imgArea-img {
  width: 100%;
}
.l-blogArea-cont-imgArea-tag {
  width: 78px;
  height: 23px;
  color: #fff;
  background-color: #1B224C;
  padding: 3px 0 0 9px;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
}
.l-blogArea-cont-textArea {
  width: 260px;
  margin-left: 20px;
  position: relative;
}
.l-blogArea-cont-textArea-date {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: #1B224C;
}
.l-newsArea {
  width: 400px;
  margin-left: 70px;
}
.l-newsArea-cont {
  display: block;
}
.l-newsArea-cont + .l-newsArea-cont {
  margin-top: 15px;
}
.l-newsArea-cont-date {
  font-size: 12px;
  margin-bottom: 5px;
}
.catalog {
  width: 100%;
}
.l-catalogArea {
  width: 100%;
  height: 256px;
  margin: 0 auto;
  background-image: url("../img/cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 70px;
}
.l-catalogArea-btn {
  display: block;
  padding: 15px 108px;
  color: #fff;
  background-color: #F5A623;
  border-radius: 25px;
  width: 280px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}
.l-catalogArea-contact {
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
.l-numberArea {
  height: 80px;
  padding-top: 20px;
}
.l-numberArea-number {
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #1B224C;
}
.l-numberArea-number-message {
  font-size: 16px;
  font-weight: bold;
}
.l-numberArea-number-tel {
  font-size: 36px;
  margin-left: 38px;
  font-weight: bold;
}
.l-numberArea-number-date {
  font-size: 16px;
  margin-left: 21px;
}
.copyright {
  width: 100%;
}
.l-copyrightArea {
  width: 900px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: right;
  font-size: 12px;
}
.price-mv {
  width: 100%;
}
.l-price-mvArea {
  width: 100%;
  height: 221px;
  margin: 0 auto;
  background-image: url("../img/price-mv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 88px;
  text-align: center;
}
.price-breadcrumb {
  width: 100%;
  margin-bottom: 58px;
}
.l-price-breadcrumbArea {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 190px;
  font-size: 12px;
  color: #1B224C;
  background-color: #F8F8F8;
}
.price-sample {
  width: 100%;
}
.l-price-sampleArea {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 90px;
}
.l-price-sampleArea-figureArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}
.l-price-sampleArea-figureArea-box {
  width: 280px;
  height: 90px;
  background-color: #1B224C;
  color: #fff;
  text-align: center;
  padding-top: 32px;
  font-size: 22px;
  font-weight: bold;
}
.l-price-sampleArea-figureArea-plusArea {
  margin: 0 30px;
  width: 20px;
  height: 20px;
}
.l-price-sampleArea-figureArea-plusArea-plus {
  width: 100%;
}
.price-plan {
  width: 100%;
  margin-bottom: 61px;
}
.l-price-planArea {
  width: 900px;
  margin: 0 auto;
}
.l-price-planArea-figureArea {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.l-price-planArea-figureArea-figure {
  width: 220px;
  text-align: center;
}
.l-price-planArea-figureArea-figure + .l-price-planArea-figureArea-figure {
  margin-left: 7px;
}
.l-price-planArea-figureArea-figure-title {
  height: 60px;
  color: #fff;
  background-color: #1B224C;
  padding-top: 21px;
  font-size: 16px;
  font-weight: bold;
}
.l-price-planArea-figureArea-figure-title-recomend {
  height: 96px;
  color: #fff;
  background-color: #F5A623;
  padding-top: 21px;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.l-price-planArea-figureArea-figure-cont {
  padding-top: 30px;
  border: 1px solid #1B224C;
  border-top: none;
  height: 474px;
}
.l-price-planArea-figureArea-figure-cont-price {
  color: #1B224C;
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 45px;
  font-weight: bold;
}
.l-price-planArea-figureArea-figure-cont-price-recomen {
  color: #F5A623;
  font-size: 25px;
  line-height: 40px;
  margin-bottom: 45px;
  font-weight: bold;
}
.l-price-planArea-figureArea-figure-cont-price-sub {
  color: #1B224C;
  font-size: 16px;
  font-weight: normal;
}
.l-price-planArea-figureArea-figure-cont-detail {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.l-price-planArea-figureArea-figure-cont-detail-list {
  font-size: 16px;
  color: #1B224C;
  line-height: 18px;
  margin-bottom: 18px;
  padding-left: 30px;
  position: relative;
}
.l-price-planArea-figureArea-figure-cont-detail-list::before {
  content: "";
  display: block;
  background: url(../img/price-check.svg) no-repeat center center;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.blog-mv {
  width: 100%;
}
.l-blog-mvArea {
  width: 100%;
  height: 221px;
  margin: 0 auto;
  background-image: url("../img/blog.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 88px;
  text-align: center;
}
.blog-breadcrumb {
  width: 100%;
  margin-bottom: 58px;
}
.l-blog-breadcrumbArea {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 190px;
  font-size: 12px;
  color: #1B224C;
  background-color: #F8F8F8;
}
.blog-main {
  width: 100%;
}
.l-blog-mainArea {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 106px;
}
.l-blog-mainArea-articleBox {
  width: 100%;
  display: flex;
}
.l-blog-mainArea-articleBox + .l-blog-mainArea-articleBox {
  margin-top: 60px;
}
.l-blog-mainArea-articleBox-left {
  width: 240px;
}
.l-blog-mainArea-articleBox-left-imgArea {
  width: 240px;
  position: relative;
}
.l-blog-mainArea-articleBox-left-imgArea-img {
  width: 240px;
  height: 150px;
}
.l-blog-mainArea-articleBox-left-imgArea-img-noimage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-blog-mainArea-articleBox-left-imgArea-tag {
  width: 80px;
  height: 28px;
  background-color: #1B224C;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-top: 6px;
  position: absolute;
  top: 0;
  left: 0;
}
.l-blog-mainArea-articleBox-right {
  width: 610px;
  margin-left: 50px;
  color: #1B224C;
}
.l-blog-mainArea-articleBox-right-date {
  font-size: 16px;
  margin-bottom: 18px;
}
.l-blog-mainArea-articleBox-right-title {
  font-size: 26px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  margin-bottom: 20px;
  font-weight: bold;
}
.l-blog-mainArea-articleBox-right-text {
  font-size: 16px;
  line-height: 24px;
}
.blogArticle-breadcrumb {
  width: 100%;
  margin-bottom: 58px;
}
.l-blogArticle-breadcrumbArea {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 190px;
  font-size: 12px;
  color: #1B224C;
  background-color: #F8F8F8;
}
.l-blogArticle-mainArea {
  width: 895px;
  margin: 0 auto 60px;
  padding-top: 60px;
  display: flex;
}
.l-blogArticle-mainArea-main {
  width: 590px;
}
.l-blogArticle-mainArea-main-categoly {
  width: 110px;
  height: 31px;
  color: #fff;
  background-color: #1B224C;
  text-align: center;
  padding-top: 8px;
  margin-bottom: 30px;
}
.l-blogArticle-mainArea-main-title {
  font-size: 28px;
  color: #1B224C;
  margin-bottom: 62px;
  font-weight: bold;
}
.l-blogArticle-mainArea-main-snsDateArea {
  display: flex;
  font-size: 16px;
  margin-bottom: 22px;
}
.l-blogArticle-mainArea-main-snsDateArea-date {
  margin-left: auto;
}
.l-blogArticle-mainArea-main-imgArea {
  width: 590px;
  height: 370px;
  margin-bottom: 40px;
}
.l-blogArticle-mainArea-main-h2 {
  font-size: 26px;
  color: #1B224C;
  margin-bottom: 25px;
  font-weight: bold;
}
.l-blogArticle-mainArea-main-text {
  font-size: 16px;
  line-height: 24px;
  color: #1B224C;
  margin-bottom: 43px;
}
.l-blogArticle-mainArea-main-h3 {
  font-size: 22px;
  line-height: 33px;
  color: #1B224C;
  margin-bottom: 27px;
  border-left: 4px solid #1B224C;
  padding-left: 10px;
  font-weight: bold;
}
.l-blogArticle-mainArea-main-quoteArea {
  height: inherit;
  background-color: #F8F8F8;
  padding: 20px 26px 20px 74px;
  margin-bottom: 30px;
}
.l-blogArticle-mainArea-main-quoteArea-quote {
  font-size: 16px;
  line-height: 24px;
  color: #1B224C;
  position: relative;
}
.l-blogArticle-mainArea-main-listArea {
  margin-bottom: 70px;
}
.l-blogArticle-mainArea-main-listArea-list {
  font-size: 16px;
  line-height: 24px;
  color: #1B224C;
  position: relative;
  padding-left: 20px;
}
.l-blogArticle-mainArea-main-textlink {
  font-size: 18px;
  line-height: 24px;
  color: #F5A623;
  text-decoration: underline;
}
.l-blogArticle-mainArea-sidebar {
  width: 269px;
  margin-left: 36px;
}
.l-blogArticle-mainArea-sidebar-title {
  width: 269px;
  height: 63px;
  background-color: #1B224C;
  color: #fff;
  text-align: center;
  padding-top: 22px;
  margin-bottom: 30px;
  font-weight: bold;
}
.l-blagArticle-mainArea-sidebar-box + .l-blagArticle-mainArea-sidebar-box {
  margin-top: 42px;
}
.l-blagArticle-mainArea-sidebar-box:last-child {
  margin-bottom: 49px;
}
.l-blogArticle-mainArea-sidebar-articleArea {
  display: flex;
}
.l-blogArticle-mainArea-sidebar-articleArea-imgArea {
  width: 100px;
  height: 70px;
}
.l-blogArticle-mainArea-sidebar-articleArea-imgArea-img {
  width: 100px;
  height: 70px;
}
.l-blogArticle-mainArea-sidebar-articleArea-textArea {
  margin-left: 17px;
  font-size: 12px;
  line-height: 24px;
  color: #1B224C;
  text-decoration: underline;
  overflow: hidden;
}
.cat-item {
  display: block;
  font-size: 16px;
  color: #1B224C;
  padding-left: 20px;
  position: relative;
  font-weight: bold;
}
.cat-item + .cat-item {
  margin-top: 10px;
}
.children {
  padding-top: 10px;
}
.l-blogArticle-mainArea-main-quoteArea-quote::before {
  content: "";
  display: block;
  background: url(../img/blogArticle/ico_quote.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30%;
  left: -50px;
}
.l-blogArticle-mainArea-main-listArea-list::before {
  border-radius: 50%;
  /*丸くする*/
  width: 10px;
  /*点の幅*/
  height: 10px;
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  left: 0;
  /*点の位置*/
  top: 6px;
  /*点の位置*/
  content: "";
  background: #F5A623;
  /*点の色*/
}
.cat-item::before {
  border-radius: 50%;
  /*丸くする*/
  width: 5px;
  /*点の幅*/
  height: 5px;
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  left: 10px;
  /*点の位置*/
  top: 5px;
  /*点の位置*/
  content: "";
  background: #1B224C;
  /*点の色*/
}
.margin-bottom {
  margin-bottom: 50px;
}
.blogArticle-recomend {
  width: 100%;
}
.l-blogArticle-recomendArea {
  width: 895px;
  margin: 0 auto 69px;
}
.l-blogArticle-recomendArea-title {
  font-size: 26px;
  line-height: 39px;
  color: #1B224C;
  margin-bottom: 30px;
  width: 590px;
  font-weight: bold;
}
.l-blogArticle-recomendArea-container {
  width: 590px;
}
.l-blogArticle-recomendArea-container-box {
  display: flex;
}
.l-blogArticle-recomendArea-container-box + .l-blogArticle-recomendArea-container-box {
  margin-top: 28px;
}
.l-blogArticle-recomendArea-container-box-imgArea {
  display: block;
  width: 210px;
  height: 128px;
  overflow: hidden;
}
.l-blogArticle-recomendArea-container-box-inner {
  width: 210px;
  position: relative;
}
.l-blogArticle-recomendArea-container-box-imgArea-img {
  width: 210px;
  height: 128px;
}
.l-blogArticle-recomendArea-container-box-imgArea-tag {
  font-size: 12px;
  width: 80px;
  height: 28px;
  background-color: #1B224C;
  color: #fff;
  padding-top: 7px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.l-blogArticle-recomendArea-container-box-textArea {
  margin-left: 32px;
  color: #1B224C;
}
.l-blogArticle-recomendArea-container-box-textArea-date {
  font-size: 16px;
  margin-bottom: 27px;
}
.l-blogArticle-recomendArea-container-box-textArea-title {
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
}
.news-mv {
  width: 100%;
}
.l-news-mvArea {
  width: 100%;
  height: 221px;
  margin: 0 auto;
  background-image: url("../img/news/news.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 88px;
  text-align: center;
}
.news-breadcrumb {
  width: 100%;
  margin-bottom: 58px;
}
.l-news-breadcrumbArea {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 190px;
  font-size: 12px;
  color: #1B224C;
  background-color: #F8F8F8;
}
.news-main {
  width: 100%;
}
.l-news-mainArea {
  width: 900px;
  margin: 0 auto 65px;
}
.l-news-mainArea-container {
  border-top: 1px solid #D5D5D5;
}
.l-news-mainArea-container-set {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  color: #1B224C;
  font-size: 16px;
  border-bottom: 1px solid #D5D5D5;
}
.l-news-mainArea-container-set-date {
  width: 120px;
}
.l-news-mainArea-container-set-title {
  width: 735px;
  padding-left: 45px;
  text-decoration: underline;
}
.newsArticle-breadcrumb {
  width: 100%;
  margin-bottom: 58px;
}
.l-newsArticle-breadcrumbArea {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 190px;
  font-size: 12px;
  color: #1B224C;
  background-color: #F8F8F8;
}
.l-newsArticle-mainArea {
  width: 900px;
  margin: 0 auto 53px;
  color: #1B224C;
}
.l-newsArticle-mainArea-title {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 80px;
  font-weight: bold;
}
.l-newsArticle-mainArea-date {
  font-size: 16px;
  line-height: 21px;
  text-align-last: right;
  margin-bottom: 58px;
}
.l-newsArticle-mainArea-heading {
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 20px;
  font-weight: bold;
}
.l-newsArticle-mainArea-text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.l-newsArticle-mainArea-heading-sub {
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 27px;
  border-left: 4px solid;
  padding-left: 10px;
  font-weight: bold;
}
.l-newsArticle-mainArea-quoteArea {
  height: 104px;
  background-color: #F8F8F8;
  padding: 27px 26px 0 74px;
  margin-bottom: 30px;
}
.l-newsArticle-mainArea-quoteArea-quote {
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.l-newsArticle-mainArea-imgArea {
  width: 400px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 36px;
}
.l-newsArticle-mainArea-imgArea-img {
  width: 400px;
  height: 250px;
}
.l-newsArticle-mainArea-listArea {
  margin-bottom: 70px;
}
.l-newsArticle-mainArea-listArea-list {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 20px;
}
.l-newsArticle-mainArea-textlink {
  font-size: 16px;
  line-height: 24px;
  color: #F5A623;
  text-decoration: underline;
}
.l-newsArticle-mainArea-quoteArea-quote::before {
  content: "";
  display: block;
  background: url(../img/blogArticle/ico_quote.svg) no-repeat center center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30%;
  left: -50px;
}
.l-newsArticle-mainArea-listArea-list::before {
  border-radius: 50%;
  /*丸くする*/
  width: 10px;
  /*点の幅*/
  height: 10px;
  /*点の高さ*/
  display: block;
  position: absolute;
  /*絶対配置*/
  left: 0;
  /*点の位置*/
  top: 6px;
  /*点の位置*/
  content: "";
  background: #F5A623;
  /*点の色*/
}
.contact-mv {
  width: 100%;
}
.l-contact-mvArea {
  width: 100%;
  height: 221px;
  margin: 0 auto;
  background-image: url("../img/contact/cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 88px;
  text-align: center;
}
.contact-breadcrumb {
  width: 100%;
  margin-bottom: 58px;
}
.l-contact-breadcrumbArea {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 190px;
  font-size: 12px;
  color: #1B224C;
  background-color: #F8F8F8;
}
.contact-main {
  width: 100%;
}
.l-contact-mainArea {
  width: 700px;
  margin: 0 auto 82px;
  height: 1040px;
  color: #1B224C;
}
.l-contact-mainArea-text {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 48px;
}
.contact_result-breadcrumb {
  width: 100%;
  margin-bottom: 83px;
}
.l-contact_result-breadcrumbArea {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 190px;
  font-size: 12px;
  color: #1B224C;
  background-color: #F8F8F8;
}
.contact_result-main {
  width: 100%;
}
.l-contact_result-mainArea {
  width: 900px;
  margin: 0 auto 80px;
  font-size: 16px;
  line-height: 21px;
  color: #1B224C;
  text-align: center;
}
.l-contact_result-mainArea-text {
  margin-bottom: 80px;
}
.l-contact_result-mainArea-backHome {
  display: block;
  text-decoration: underline;
}
.c-title-h1 {
  font-size: 48px;
  color: #fff;
  padding-bottom: 20px;
  font-weight: bold;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-title-h2-white, .c-title-h2-white-concept, .c-title-h2-white-success {
  font-size: 36px;
  text-align: center;
  color: #fff;
}
.c-title-h2-white-concept {
  margin-bottom: 65px;
  font-weight: bold;
}
.c-title-h2-white-success {
  margin-bottom: 140px;
  font-weight: bold;
}
.c-title-h2-navy, .c-title-h2-navy-concept, .c-title-h2-navy-advantage, .c-title-h2-navy-flow, .c-title-h2-navy-qa {
  font-size: 36px;
  text-align: center;
  color: #1B224C;
}
.c-title-h2-navy-concept {
  display: inline-block;
  margin-bottom: 35px;
  font-weight: bold;
}
.c-title-h2-navy-advantage {
  margin-bottom: 40px;
  font-weight: bold;
}
.c-title-h2-navy-flow {
  margin-bottom: 40px;
  font-weight: bold;
}
.c-title-h2-navy-qa {
  margin-bottom: 20px;
  font-weight: bold;
}
.c-title-h3-white, .c-title-h3-white-plan {
  font-size: 26px;
  color: #fff;
}
.c-title-h3-white-plan {
  margin-bottom: 25px;
}
.c-title-h3-navy, .c-title-h3-navy-advantage {
  font-size: 26px;
  color: #1B224C;
}
.c-title-h3-navy-advantage {
  line-height: 39px;
  margin-bottom: 35px;
  font-weight: bold;
}
.c-title-h4-navy, .c-title-h4-navy-blogNews, .c-title-h4-navy-price-sample, .c-title-h4-navy-price-plan, .c-title-h4-navy-blog-mainTitle, .c-title-h4-navy-news-mainTitle {
  font-size: 32px;
  color: #1B224C;
  font-weight: bold;
}
.c-title-h4-navy-blogNews {
  margin-bottom: 25px;
}
.c-title-h4-navy-price-sample {
  text-align: center;
  margin-bottom: 54px;
}
.c-title-h4-navy-price-plan {
  text-align: center;
  margin-bottom: 62px;
}
.c-title-h4-navy-blog-mainTitle {
  text-align: center;
  margin-bottom: 45px;
}
.c-title-h4-navy-news-mainTitle {
  text-align: center;
  margin-bottom: 37px;
}
.c-title-h4-white, .c-title-h4-white-catalog {
  font-size: 32px;
  color: #F8F8F8;
  font-weight: bold;
}
.c-title-h4-white-catalog {
  margin-bottom: 15px;
}
.c-text-16-white, .c-text-16-white-success {
  font-size: 16px;
  color: #fff;
}
.c-text-16-white-success {
  line-height: 29px;
  font-weight: bold;
}
.c-text-16-navy, .c-text-16-navy-advantage, .c-text-16-navy-blog, .c-text-16-navy-news, .c-text-16-navy-price-sample {
  font-size: 16px;
  color: #1B224C;
}
.c-text-16-navy-advantage {
  line-height: 21px;
}
.c-text-16-navy-blog {
  line-height: 21px;
  text-decoration: underline;
  font-weight: 800;
}
.c-text-16-navy-news {
  line-height: 21px;
  text-decoration: underline;
  font-weight: 400;
}
.c-text-16-navy-price-sample {
  line-height: 21px;
}
.c-text-18-white {
  font-size: 18px;
  color: #fff;
}
.c-text-18-white-center, .c-text-18-white-center-mv, .c-text-18-white-center-concept {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.c-text-18-white-center-mv {
  margin-bottom: 55px;
  line-height: 24px;
}
.c-text-18-white-center-concept {
  line-height: 39px;
  font-weight: bold;
}
.c-text-18-navy {
  font-size: 18px;
  color: #1B224C;
}
.c-text-18-navy-center, .c-text-18-navy-center-concept {
  font-size: 18px;
  color: #1B224C;
  text-align: center;
}
.c-text-18-navy-center-concept {
  line-height: 24px;
}