@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
  /* 3 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
nav li::before {
  content: "​";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
  -ms-overflow-style: scrollbar;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
  resize: block;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border: 1px solid WindowFrame;
  /* 1 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  letter-spacing: inherit;
  /* 2 */
  padding: 0.25em 0.375em;
  /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
[type=color],
[type=range] {
  border-width: 0;
  padding: 0;
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

li {
  list-style-type: none;
}

th {
  font-weight: inherit;
}

address {
  font-style: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  padding: 0;
  border: 0;
}

button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
[v-cloak] {
  visibility: hidden;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}

.l-container1 {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.lp-header {
  position: relative;
  background: #ffffff;
  padding: 17px 20px 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 90;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-header {
    padding: 14px 15px 13px;
  }
}
.lp-header__logo {
  display: inline-block;
  text-align: center;
}
.lp-header__logo img {
  position: relative;
  left: -4px;
}
@media screen and (max-width: 767px) {
  .lp-header__logo img {
    left: 0;
    width: 90px;
  }
}
.lp-header__h1 {
  margin: 0;
}

.lp-footer {
  position: relative;
  padding: 59px 20px 57px;
  background: #3A5489;
}
@media screen and (max-width: 767px) {
  .lp-footer {
    padding: 30px 20px 35px;
  }
}
.lp-footer__text {
  font-size: 1.4rem;
  line-height: 2.38rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .lp-footer__text {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

.text-center {
  text-align: center;
}

.u-color1 {
  color: #3A5489;
}

.u-color2 {
  color: #BFA551;
}

.u-line1 {
  display: inline;
  box-shadow: inset 0px -12px 0px #FFE242;
  padding: 0 4px;
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1--style1 .c-btn1__link {
  padding: 12px 35px;
  width: 100%;
}
.c-btn1--style1 .c-btn1__text {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.c-btn1--style1 .c-btn1__ic.is-download {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.c-btn1__link {
  background: #ffffff;
  display: inline-block;
  border: 1px solid #D13B43;
  border-radius: 50px;
  text-align: center;
  padding: 22px 35px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-btn1__link:hover {
    opacity: 1;
    background: #F4F5F7;
  }
}
.c-btn1__text {
  color: #D13B43;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn1__ic {
  flex-shrink: 0;
  display: inline-block;
}
.c-btn1__ic.is-free-red {
  width: 48px;
  height: 24px;
  background: url("/cms/domainname/img/lp/common/icon/free-red.svg") no-repeat center/48px 24px;
  margin-right: 10px;
}
.c-btn1__ic.is-download {
  width: 17px;
  height: 17px;
  background: url("/cms/domainname/img/lp/common/icon/icon-link.svg") no-repeat center/17px 17px;
  margin-left: 10px;
}

.c-btn2 {
  text-align: center;
}
.c-btn2--style1 .c-btn2__link {
  padding: 13px 55px;
}
.c-btn2--style1 .c-btn2__link:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  width: 15px;
  height: 8px;
  background: url("/cms/domainname/img/lp/common/icon/arrow-down-white.svg") no-repeat center/15px 8px;
}
.c-btn2__link {
  position: relative;
  display: block;
  width: 295px;
  max-width: 100%;
  border-radius: 50px;
  background: #BFA551;
  color: #ffffff;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  text-align: center;
}
.c-title1--style1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-title1--style1 {
    display: block;
  }
}
.c-title1--style1 .c-title1__ic {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .c-title1--style1 .c-title1__ic {
    display: none;
  }
}
.c-title1--style1 .c-title1__ic:first-child {
  text-align: left;
}
.c-title1--style1 .c-title1__ic:last-child {
  text-align: right;
}
.c-title1__wrap {
  position: relative;
  display: inline-block;
}
.c-title1__text {
  display: block;
  position: relative;
  font-size: 4.2rem;
  line-height: 6.3rem;
  font-weight: bold;
  text-align: center;
  padding: 0 116px;
}
@media screen and (max-width: 767px) {
  .c-title1__text {
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding: 0 22px;
  }
}
.c-title1__text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url("/cms/domainname/img/lp/common/dotted-left.svg") no-repeat center/36px 56px;
  width: 36px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .c-title1__text:before {
    background-size: 22px 34px;
    width: 22px;
    height: 34px;
  }
}
.c-title1__text:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  background: url("/cms/domainname/img/lp/common/dotted-right.svg") no-repeat center/36px 56px;
  width: 36px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .c-title1__text:after {
    background-size: 22px 34px;
    width: 22px;
    height: 34px;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
.c-form1 {
  position: relative;
  background: #F4F5F7;
  border-radius: 6px;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-form1 {
    padding-top: 40px;
  }
}
.c-form1__title {
  font-size: 4.2rem;
  line-height: 6.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .c-form1__title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 19px;
  }
}
.c-form1__list {
  padding: 0 107px 0 108px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .c-form1__list {
    padding: 0 20px;
    margin-bottom: 38px;
  }
}
.c-form1__text1 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form1__text1 {
    text-align: left;
    padding: 0 20px;
  }
}
.c-form1__iframe {
  position: relative;
  padding: 0 150px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-form1__iframe {
    padding: 0 20px;
    margin-top: 38px;
  }
}
.c-form1__iframe iframe {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text1 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
.c-img1 {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-img1 {
    background: #ffffff;
    border-radius: 3px;
  }
}
.c-img1__text {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #ffffff;
  background: #BFA551;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 10px 20px 9px;
  width: 452px;
  max-width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-img1__text {
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 10px 20px 9px;
    width: 276px;
  }
}
.c-img1__img {
  position: relative;
  margin-top: -28px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-img1__img {
    margin-top: -22px;
  }
}
.c-img1__img img {
  width: 100%;
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-list1 {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 370px) {
  .c-list1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-list1__wrap {
  max-width: 1050px;
}
.c-list1__ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .c-list1__ul {
    margin-right: -10px;
  }
}
.c-list1__li {
  width: 25%;
  padding-right: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-list1__li {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
  }
}
.c-list1__item {
  border-radius: 50%;
  background: url("/cms/domainname/img/lp/common/circle-check.svg") no-repeat center/100% 100%;
  width: 240px;
  height: 240px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 57px 15px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-list1__item {
    width: 144px;
    height: 144px;
    padding: 36px 10px 30px;
  }
}
.c-list1__text1 {
  font-size: 1.6rem;
  line-height: 2.18rem;
  text-align: center;
  color: #3C3C3C;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .c-list1__text1 {
    font-size: 9px;
    line-height: 12px;
    margin-bottom: 4px;
  }
}
.c-list1__text2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  .c-list1__text2 {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }
}

.c-list2__ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .c-list2__ul {
    display: block;
  }
}
.c-list2__li {
  width: 25%;
  padding-right: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-list2__li {
    width: 100%;
    margin-bottom: 40px;
  }
  .c-list2__li:first-child .c-list2__item {
    padding-bottom: 29px;
  }
}
.c-list2__item {
  position: relative;
  background: #F4F5F7;
  border-radius: 3px;
  padding: 75px 30px 39px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-list2__item {
    padding: 50px 30px 39px;
  }
}
.c-list2__item:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66px;
  height: 74px;
  background: url("/cms/domainname/img/lp/common/icon/exclamation-mark.svg") no-repeat center/66px 74px;
}
@media screen and (max-width: 767px) {
  .c-list2__item:before {
    left: calc(50% - 1px);
    background-size: 46px 52px;
    width: 46px;
    height: 52px;
  }
}
.c-list2__item2 {
  flex-shrink: 0;
  margin-top: 63px;
  border: 2px solid #BFA551;
  border-radius: 3px;
  padding: 18px 0 20px;
  position: relative;
  height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-list2__item2 {
    margin-top: 10px;
    padding: 18px 0 17px;
    height: auto;
    align-items: center;
  }
}
.c-list2__item2__inner {
  padding: 0 0 0 63px;
  background: url("/cms/domainname/img/lp/common/icon/feather-check-circle.svg") no-repeat left 18px center/30px 30px;
}
@media screen and (max-width: 767px) {
  .c-list2__item2__inner {
    padding: 0 0 0 45px;
    background-position: left center;
  }
}
.c-list2__item2:before {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  height: 23px;
  background: url("/cms/domainname/img/lp/common/icon/arrow-down-dup.svg") no-repeat center/12px 23px;
}
@media screen and (max-width: 767px) {
  .c-list2__item2:before {
    display: none;
  }
}
.c-list2__text1 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 6px;
}
.c-list2__text2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
  color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  .c-list2__text2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.c-list2__text3 {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  color: #3C3C3C;
}
.c-list2__text4 {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: bold;
  color: #3C3C3C;
}
@media screen and (max-width: 767px) {
  .c-list2__text4 {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 4px;
  }
}
.c-list2__title1 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  color: #3A5489;
}

.c-list3__ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -30px;
}
@media screen and (max-width: 767px) {
  .c-list3__ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.c-list3__li {
  width: 33.3333%;
  padding-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-list3__li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.c-list3__item {
  background: #ffffff;
  border-radius: 3px;
  padding: 50px 20px 48px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .c-list3__item {
    padding: 30px 20px 28px 20px;
  }
}
.c-list3__img {
  text-align: center;
  margin-bottom: 30px;
}
.c-list3__img img {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .c-list3__img img {
    width: 64px;
  }
}
.c-list3__title {
  text-align: center;
  color: #3C3C3C;
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-list3__title {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .c-list3__title__sub {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 400;
  }
}
.c-list3__text {
  text-align: center;
  color: #3C3C3C;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-list3__text {
    margin-top: 17px;
  }
}

.c-list4 {
  position: relative;
}
.c-list4__ul {
  display: flex;
  margin-right: -10px;
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .c-list4__ul {
    display: block;
  }
}
.c-list4__li {
  padding-right: 10px;
  margin-bottom: 10px;
}
.c-list4__item {
  position: relative;
  border: 2px solid #BFA552;
  border-radius: 3px;
  padding: 20px 23px 22px 68px;
  background: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  color: #3C3C3C;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-list4__item {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 13px 10px 13px 52px;
  }
}
.c-list4__item:before {
  content: "";
  position: absolute;
  left: 23px;
  top: calc(50% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(/cms/domainname/img/lp/common/icon/feather-check-circle.svg) no-repeat center/30px 30px;
}
@media screen and (max-width: 767px) {
  .c-list4__item:before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    left: 18px;
    top: 50%;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*------------------------------------------------------------
slider
------------------------------------------------------------*/
/*------------------------------------------------------------
mv
------------------------------------------------------------*/
.c-mv1 {
  position: relative;
}
.c-mv1__wrap {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-mv1__wrap {
    position: relative;
  }
  .c-mv1__wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent linear-gradient(180deg, rgba(244, 245, 247, 0) 0%, #F4F5F7 100%) 0 0 no-repeat padding-box;
    height: 60px;
    z-index: 1;
  }
}
.c-mv1__wrap img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.c-mv1__body {
  position: relative;
  z-index: 1;
  padding: 79px 110px 95px;
}
@media screen and (max-width: 767px) {
  .c-mv1__body {
    padding: 9px 15px 50px;
    background: #F4F5F7;
  }
}
.c-mv1__body .c-list1 {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  .c-mv1__body .c-list1 {
    margin-top: 28px;
  }
}
.c-mv1__title1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-mv1__title1 {
    margin-left: -15px;
  }
}
.c-mv1__title1__txt {
  background: #152934;
  display: block;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  padding-left: 35px;
  padding-right: 20px;
  padding-bottom: 4px;
}
.c-mv1__title1__txt + .c-mv1__title1__txt {
  margin-top: 7px;
}
.c-mv1__text1 {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .c-mv1__text1 {
    margin-bottom: 19px;
  }
}
.c-mv1__text2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
  color: #333333;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-mv1__text2 {
    font-size: 1.7rem;
    line-height: 2.8rem;
    padding-left: 0;
    text-align: center;
    margin-top: 0;
  }
}
.c-mv1__text2__sub {
  display: inline-block;
  color: #ffffff;
  background: #3A5489;
  padding: 0 11px;
}
@media screen and (max-width: 767px) {
  .c-mv1__text2__sub {
    position: relative;
    padding: 0 4px;
    right: -3px;
  }
}

/*------------------------------------------------------------
block
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-block1 {
    background: #ffffff;
  }
  .c-block1--num1 .c-block1__title2 {
    margin-top: 16px;
  }
}
.c-block1--num2 .c-block1__content {
  padding-top: 19px;
}
@media screen and (max-width: 767px) {
  .c-block1--num2 .c-block1__content {
    padding-top: 34px;
  }
}
.c-block1--num4 .c-block1__title2 {
  padding-left: 15px;
  padding-right: 1px;
}
@media screen and (max-width: 767px) {
  .c-block1--num4 .c-block1__title2 {
    padding-left: 0;
  }
  .c-block1--num4 .c-block1__content {
    padding-top: 40px;
  }
}
.c-block1--num5 .c-block1__top {
  border-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-block1--num5 .c-block1__title3 {
    text-align: left;
  }
}
.c-block1__top {
  display: flex;
  padding-bottom: 39px;
  border-bottom: 1px solid #B8B9BC;
}
@media screen and (max-width: 767px) {
  .c-block1__top {
    padding-bottom: 30px;
    display: block;
  }
}
.c-block1__top__body {
  width: 100%;
}
.c-block1__top__img {
  width: 25%;
  padding-left: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-block1__top__img {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 29px;
  }
  .c-block1__top__img img {
    width: 156px;
  }
}
.c-block1__num {
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
  width: 50px;
  height: 50px;
  color: #ffffff;
  background: #3A5489;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.9rem;
  line-height: 1;
  font-weight: 500;
  margin-right: 10px;
  padding-right: 2px;
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-block1__num {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 2.3rem;
    margin-right: 10px;
  }
}
.c-block1__title1 {
  color: #3C3C3C;
  background: #F4F5F7;
  border-radius: 3px;
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .c-block1__title1 {
    color: #333333;
    font-size: 2.4rem;
    line-height: 3.6rem;
    align-items: center;
    padding: 15px 15px 14px;
  }
}
.c-block1__title2 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-block1__title2 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-top: 20px;
  }
}
.c-block1__title3 {
  position: relative;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  color: #3C3C3C;
  padding-left: 18px;
  margin-top: 28px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .c-block1__title3 {
    margin-top: 0;
    margin-bottom: 7px;
    padding-left: 17px;
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
.c-block1__title3:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 1px;
  background: #BFA551;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-block1__title3:before {
    left: 0;
    top: 8px;
  }
  .c-block1__title3.is-style1 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .c-block1__title3.is-style1:before {
    top: 10px;
  }
}
.c-block1__text1 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #3C3C3C;
  padding-left: 1px;
}
.c-block1__list1 {
  padding-left: 1px;
  padding-right: 1px;
  margin-top: 29px;
}
.c-block1__list1__item {
  border-top: 1px solid #B8B9BC;
  padding-top: 28px;
  padding-bottom: 27px;
}
.c-block1__list1__item:last-child {
  padding-bottom: 0;
}
.c-block1__list1__title {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: bold;
  color: #333333;
  padding-left: 16px;
  margin-bottom: 17px;
}
.c-block1__list1__title:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BFA551;
}
.c-block1__list1__text {
  font-size: 1.4rem;
  line-height: 2.38rem;
  color: #3C3C3C;
}
.c-block1__list1__text + .c-block1__list1__text {
  margin-top: 24px;
}
.c-block1__content {
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-block1__content {
    padding-top: 34px;
  }
  .c-block1__row + .c-block1__row {
    margin-top: 28px;
  }
}
.c-block1__flex1 {
  overflow: hidden;
}
.c-block1__flex1__list {
  display: flex;
  margin-right: -39px;
}
@media screen and (max-width: 767px) {
  .c-block1__flex1__list {
    display: block;
    margin-right: 0;
  }
}
.c-block1__flex1__item {
  width: 50%;
  padding-right: 39px;
}
@media screen and (max-width: 767px) {
  .c-block1__flex1__item {
    width: 100%;
    padding-right: 0;
  }
  .c-block1__flex1__item + .c-block1__flex1__item {
    margin-top: 28px;
  }
}

.c-block2 {
  position: relative;
}
.c-block2__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-block2__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 46, 70, 0.8);
  pointer-events: none;
}
.c-block2__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-block2__wrap {
  position: relative;
  z-index: 1;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .c-block2__wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.c-block2__img1 {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-block2__img1 {
    display: block;
    padding: 0 52px 0 53px;
    margin-bottom: 28px;
  }
}
.c-block2__title1 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
  text-align: center;
  color: #3C3C3C;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 8px 0 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-block2__title1 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    padding: 10px 15px 8px;
    margin: 0 0 30px;
  }
}
.c-block2__title2 {
  color: #ffffff;
  font-size: 3.6rem;
  line-height: 5.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .c-block2__title2 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 19px;
  }
}
.c-block2__flex1 {
  display: flex;
  padding-left: 76px;
  padding-right: 74px;
}
@media screen and (max-width: 767px) {
  .c-block2__flex1 {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.c-block2__flex1__body {
  width: 100%;
  text-align: center;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .c-block2__flex1__body {
    padding-right: 0;
  }
}
.c-block2__flex1__img {
  flex-shrink: 0;
  width: 38.0952380952%;
}
@media screen and (max-width: 767px) {
  .c-block2__flex1__img {
    display: none;
  }
}
.c-block2__flex1__img img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.c-block2__text1 {
  display: inline-block;
  color: #ffffff;
  background: #BFA551;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: bold;
  padding: 4px 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-block2__text1 {
    margin-bottom: 15px;
  }
}
.c-block2__text2 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .c-block2__text2 {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 28px;
  }
}

.c-block3 {
  background: #ffffff;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .c-block3 {
    padding: 20px;
  }
}
.c-block3 + .c-block3 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-block3 + .c-block3 {
    margin-top: 15px;
  }
}
.c-block3__body {
  background: #F4F5F7;
  border-radius: 3px;
  margin-top: 39px;
  padding: 30px 40px 38px;
}
@media screen and (max-width: 767px) {
  .c-block3__body {
    padding: 20px 20px 18px;
    margin-top: 19px;
  }
}
.c-block3__ul1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .c-block3__ul1 {
    margin-bottom: 10px;
  }
}
.c-block3__ul1__li {
  color: #3B5389;
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: bold;
  padding: 1px 9px 2px;
  border: 1px solid #B8B9BC;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-block3__ul1__li {
    font-size: 1.4rem;
    line-height: 2.6rem;
    padding: 0 9px 1px;
    margin-bottom: 5px;
  }
}
.c-block3__title1 {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .c-block3__title1 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.c-block3__title2 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .c-block3__title2 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    margin-bottom: 8px;
  }
}
.c-block3__title2.is-icon1 {
  color: #3A5489;
  display: flex;
  align-items: center;
}
.c-block3__title2.is-icon1:before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("/cms/domainname/img/lp/common/icon/circle-exclamation.svg") no-repeat center/50px 50px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-block3__title2.is-icon1:before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.c-block3__title2.is-icon2 {
  color: #BFA551;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-block3__title2.is-icon2 {
    margin-bottom: 18px;
  }
}
.c-block3__title2.is-icon2:before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("/cms/domainname/img/lp/common/icon/circle-check.svg") no-repeat center/50px 50px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-block3__title2.is-icon2:before {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.c-block3__title3 {
  position: relative;
  font-size: 1.5rem;
  line-height: 2.3rem;
  font-weight: bold;
  color: #ffffff;
  background: #BFA551;
  border-radius: 3px;
  padding: 1px 9px 3px;
  margin-bottom: 7px;
  top: 2px;
}
.c-block3__list1 {
  list-style: none;
}
.c-block3__list1 li {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #000000;
  padding-left: 15px;
  font-weight: 400;
}
.c-block3__list1 li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #A1A2A6;
}
@media screen and (max-width: 767px) {
  .c-block3__list1 li:before {
    top: 10px;
  }
}
.c-block3__list1 li + li {
  margin-top: 11px;
}
.c-block3__list2 {
  background: #ffffff;
  border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 23px;
}
.c-block3__list2__sub1 {
  font-size: 1.6rem;
  line-height: 3rem;
}
.c-block3__list2 li {
  position: relative;
  color: #3C3C3C;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  padding-left: 20px;
}
.c-block3__list2 li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #BFA551;
}
.c-block3__flex1 {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-block3__flex1 {
    display: block;
  }
}
.c-block3__flex1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 70px);
  background: #B8B9BC;
}
@media screen and (max-width: 767px) {
  .c-block3__flex1:after {
    display: none;
  }
}
.c-block3__flex1:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 13px;
  background: url("/cms/domainname/img/lp/common/icon/arrow-left-brown.svg") no-repeat center/30px 13px;
}
@media screen and (max-width: 767px) {
  .c-block3__flex1:before {
    display: none;
  }
}
.c-block3__flex1__col1 {
  padding-right: 40px;
  flex-shrink: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-block3__flex1__col1 {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-bottom: 28px;
    margin-bottom: 30px;
    border-bottom: 1px solid #B8B9BC;
  }
}
.c-block3__flex1__col2 {
  padding-left: 40px;
  flex-shrink: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-block3__flex1__col2 {
    width: 100%;
    padding-left: 0;
  }
}

.c-block4 + .c-block4 {
  margin-top: 26px;
}
.c-block4__num {
  flex-shrink: 0;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 5.4rem;
  line-height: 1;
  font-weight: 600;
  color: #3A5489;
  margin-left: 15px;
  top: 1px;
}
.c-block4__title1 {
  color: #3A5489;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.c-block4__title2 {
  position: relative;
  margin-bottom: 20px;
}
.c-block4__title2:after {
  position: relative;
  display: block;
  content: "";
  width: 12px;
  height: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("/cms/domainname/img/lp/common/icon/arrow-down-dup-blue.svg") no-repeat center/12px 35px;
  margin-top: 30px;
}
.c-block4__title2__txt {
  display: block;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
  color: #3A5489;
  border-radius: 3px;
  background: #F4F5F7 url("/cms/domainname/img/lp/common/icon/feather-check-circle-blue.svg") no-repeat left 20px center/30px 30px;
  padding: 30px 20px 29px 70px;
}
.c-block4__title3 {
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.6rem;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 18px;
}
.c-block4__title3:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #BFA551;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-block4__title3__sub {
  display: block;
  font-size: 1.6rem;
  line-height: 3.6rem;
  margin-top: 2px;
  margin-bottom: -5px;
}
.c-block4__text1 {
  color: #3C3C3C;
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 0 15px;
}
.c-block4__body {
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 25px 10px;
}
.c-block4__btn {
  padding: 0 15px;
  margin-top: 28px;
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-qa {
  position: relative;
}
.c-qa__item {
  border-top: 1px solid #D0D0D2;
  padding-top: 40px;
  padding-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .c-qa__item {
    padding-top: 33px;
    padding-bottom: 29px;
  }
}
.c-qa__item:last-child {
  border-bottom: 1px solid #D0D0D2;
}
.c-qa__q {
  position: relative;
  padding-top: 16px;
  padding-left: 100px;
  min-height: 80px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-qa__q {
    padding-top: 0;
    padding-left: 60px;
    margin-bottom: 20px;
    min-height: auto;
  }
}
.c-qa__q:before {
  content: "";
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: url("/cms/domainname/img/lp/common/icon/face1.svg") no-repeat center/80px 80px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-qa__q:before {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    top: -3px;
  }
}
.c-qa__q__text {
  position: relative;
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: bold;
  color: #3A5489;
  padding-left: 44px;
  padding-right: 1px;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .c-qa__q__text {
    font-size: 2.4rem;
    line-height: 3.6rem;
    padding-left: 0;
  }
}
.c-qa__q__text:before {
  position: absolute;
  top: 7px;
  left: 0;
  font-family: "Poppins", sans-serif;
  content: "Q.";
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  color: #3A5489;
}
@media screen and (max-width: 767px) {
  .c-qa__q__text:before {
    font-size: 2.4rem;
    position: relative;
    display: block;
    top: 0;
    margin-bottom: 9px;
  }
}
.c-qa__a {
  position: relative;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 0;
  min-height: 80px;
}
@media screen and (max-width: 767px) {
  .c-qa__a {
    padding-left: 60px;
    padding-top: 0;
    min-height: auto;
  }
}
.c-qa__a:before {
  content: "";
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: url("/cms/domainname/img/lp/common/icon/face2.svg") no-repeat center/80px 80px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-qa__a:before {
    top: 1px;
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}
.c-qa__a__text {
  position: relative;
  padding-left: 44px;
  padding-top: 7px;
}
@media screen and (max-width: 767px) {
  .c-qa__a__text {
    padding-left: 0;
    padding-top: 0;
  }
}
.c-qa__a__text *:last-child {
  margin-bottom: 0 !important;
}
.c-qa__a__text:before {
  position: absolute;
  top: 7px;
  left: 0;
  font-family: "Poppins", sans-serif;
  content: "A.";
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  color: #BFA551;
}
@media screen and (max-width: 767px) {
  .c-qa__a__text:before {
    font-size: 2.4rem;
    line-height: 3.6rem;
    position: relative;
    display: block;
    top: 0;
    margin-bottom: 3px;
  }
}
.c-qa__text1 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .c-qa__text1 {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
.c-qa__text1.is-style1 {
  margin-top: -12px;
}
.c-qa__text2 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .c-qa__text2 {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .c-qa__text2.is-style1 {
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 400;
  }
}

.c-fixed1 {
  position: fixed;
  top: 90px;
  right: 0;
  z-index: 999;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-fixed1 {
    display: none;
  }
}
.c-fixed1.is-hide {
  display: none !important;
}
.c-fixed1__text1 {
  cursor: pointer;
  display: block;
  background: #D13B43;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  padding: 34px 48px 31px 18px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .c-fixed1__text1:hover {
    opacity: 1;
    background: rgba(209, 59, 67, 0.3);
  }
}

.c-fixed2 {
  transition: all 0.2s ease-in-out;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .c-fixed2 {
    width: 100%;
    left: auto;
    right: auto;
    bottom: 0;
  }
}
.c-fixed2.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-fixed2__inner {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.c-fixed2__inner2 {
  position: relative;
  background: #ffffff;
  display: flex;
}
.c-fixed2__inner2__col1 {
  width: 64%;
  border-top: 1px solid #D13B43;
  border-bottom: 1px solid #D13B43;
  background: #ffffff;
  color: #D13B43;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 16px 16px 15px;
}
.c-fixed2__inner2__col2 {
  width: 36%;
  background: #D13B43;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: bold;
}
.c-fixed2__inner2__col2:after {
  content: "";
  position: relative;
  display: block;
  width: 10px;
  height: 6px;
  background: url("/cms/domainname/img/lp/common/icon/arrow-down-white.svg") no-repeat center/10px 6px;
  margin-top: 3px;
  bottom: -4px;
}
.c-fixed2__inner2__img {
  margin-right: 10px;
}
.c-fixed2__inner2__icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background: url("/cms/domainname/img/lp/common/icon/icon-link.svg") no-repeat center/16px 16px;
  margin-left: 5px;
  top: 1px;
}
.c-fixed2__title1 {
  position: relative;
  text-align: center;
  margin-bottom: 13px;
}
.c-fixed2__title1__txt {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
  padding: 0 35px;
}
.c-fixed2__title1__txt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  background: url("/cms/domainname/img/lp/common/dotted2-left.svg") no-repeat center/18px 28px;
  width: 18px;
  height: 28px;
}
.c-fixed2__title1__txt:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  background: url("/cms/domainname/img/lp/common/dotted2-right.svg") no-repeat center/18px 28px;
  width: 18px;
  height: 28px;
}
.c-fixed2__title2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin-bottom: 14px;
}
.c-fixed2__img {
  margin-bottom: 15px;
  padding: 0 20px;
}
.c-fixed2__img img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.c-fixed2__close {
  position: absolute;
  top: -20px;
  left: 10px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #898B90 url("/cms/domainname/img/lp/common/icon/icon-close.svg") no-repeat center/20px 20px;
  cursor: pointer;
}

.c-fixed3 {
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-fixed3 {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
.c-fixed3.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-fixed3__link {
  display: block;
  position: relative;
  background: rgba(51, 51, 51, 0.5) url("/cms/domainname/img/lp/common/totop.svg") no-repeat center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .c-fixed3__link {
    background-color: #283E6F;
    background-image: url("/cms/domainname/img/lp/common/totop_sp.svg");
    border-radius: 0;
    width: 100%;
    height: 60px;
  }
}

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
