/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./_src/sass/_index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/*! destyle.css v4.0.1 | 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;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

address {
  font-style: normal;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

form {
  accent-color: #014c86;
}

button,
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

[type=number] {
  -moz-appearance: textfield;
}
[type=number]::-webkit-outer-spin-button, [type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=radio],
[type=checkbox] {
  cursor: pointer;
}

button,
[type=submit],
[type=reset] {
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  cursor: pointer;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  word-break: break-all;
}

.l-inner {
  max-width: 1120px;
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .l-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  .l-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.l-home {
  display: block;
}

.c-button {
  display: block;
}

.p-mv {
  display: block;
}

.p-post-style {
  font-size: 16px;
}
.p-post-style > * + * {
  margin-top: 2em;
}
.p-post-style h2,
.p-post-style h3,
.p-post-style h4,
.p-post-style h5,
.p-post-style h6 {
  font-weight: bold;
  line-height: 1.5;
}
.p-post-style h2 {
  margin-top: 2em;
  font-size: 1.5em;
}
.p-post-style h3 {
  margin-top: 2em;
  font-size: 1.3em;
}
.p-post-style h4,
.p-post-style h5,
.p-post-style h6 {
  margin-top: 2em;
  font-size: 1.15em;
}
.p-post-style ul,
.p-post-style ol {
  padding-left: 1.25em;
}
.p-post-style ul > li {
  list-style: disc outside;
}

.p-post-style ol > li {
  list-style: decimal outside;
}

.p-post-style a {
  color: #014c86;
  text-decoration: underline;
}
.p-post-style a:hover {
  text-decoration: none;
}
.p-post-style b,
.p-post-style strong {
  font-weight: bold;
}
.p-post-style blockquote {
  padding: 1em;
  font-size: 0.8em;
  background-color: #eee;
}
.p-post-style iframe {
  max-width: 100%;
}
.p-post-style img {
  display: block;
  width: initial;
  margin: auto;
}

.u-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.is-md-show {
  display: none;
}
@media (max-width: 768px) {
  .is-md-show {
    display: block;
  }
}

@media (max-width: 768px) {
  .is-md-hide {
    display: none;
  }
}

/*----------------------------
lp original css
----------------------------*/

/* header */
.p-header {
  padding: 12px 12px 0px;
  border-top: 4px solid #5BC9CB;
}

@media (max-width: 768px) {
  .p-header {
    padding: 7px 13px;
  }
}

.p-header__logo img {
  max-width: 190px;
}

/* mv */
.p-mv__heading {
  max-width: 900px;
  margin-inline: auto;
}

/* lead */

.p-lead__heading {
  max-width: 448px;
  margin-top: -63px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-lead__heading {
    max-width: 294px;
    margin-top: -40px;
  }
}

/* cva */
.p-cva {
  padding-top: 38px;
  padding-bottom: 74px;
}

@media (max-width: 768px) {
  .p-cva {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

._bg.p-cva {
  padding-top: 48px;
}

.p-cva__heading {
  max-width: 324px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-cva__heading {
    max-width: 244px;
  }
}

._bg .p-cva__heading {
  max-width: 550px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  ._bg .p-cva__heading {
    max-width: 390px;
  }
}
.p-cva__lead {
  max-width: 273px;
  margin-inline: auto;
}

.p-cva__lead + .p-cva__heading {
  margin-top: 18px;
}

.p-cva__button-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  gap: 30px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .p-cva__button-area {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
  }
}

._bg .p-cva__button-area {
  margin-top: 12px;
}

.p-cva__button-area-nationwide {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .p-cva__button-area-nationwide {
    gap: 15px;
  }
}

.p-cva__acd-another {
  margin-top: 30px;
  max-width: 680px;
  width: 100%;
}

@media (max-width: 768px) {
  .p-cva__acd-another {
    margin-top: 0;
    max-width: 420px;
  }
}

.c-pick-list {
  display: flex;
  gap: 8px 4px;
}

@media (max-width: 768px) {
  .c-pick-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.c-pick-list-item{
  max-width: 110px;
  width: 100%;
}

@media (max-width: 768px) {
  .c-pick-list-item{
    max-width: 35%;
    width: 32%;
  }
}

.c-pick-list-item-button{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  border-radius: 40px;
  border: 1px solid #5BC9CB;
  background: #FFF;
  color: #5BC9CB;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.12px;
}

.p-cva__button {
  max-width: 345px;
  height: 60px;
}

@media (max-width: 768px) {
  .p-cva__button {
    margin-inline: auto;
  }
}

._bg .p-cva__container {
  padding-bottom: 28px;
  background: linear-gradient(to bottom, #fff 0 68px, #5BC9CB 68px 100%);
}

.p-cva__area {
  position: absolute;
  margin-top: 12px;
  z-index: 1;
}

@media (max-width: 768px) {
  .p-cva__area {
    position: relative;
    margin-top:0;
  }
}

.p-cva__acd {
  width: fit-content;
}

@media (max-width: 768px) {
.p-cva__acd {
    display: contents;
  }
}

.c-area-list {
  width: 100%;
  max-width: 345px;
  border-radius: 30px;
  border: 1px solid #5BC9CB;
  background-color: #EBF8F9;
  color: #2EABAD;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.12px;
}

.c-area-list-nationwide{
  max-width: 420px;
}

.c-area-list__item {
  position: relative;
  color: #5BC9CB;
  cursor: pointer;
}

.c-area-list__item::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 40px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMCIgY3k9IjEwIiByPSI5LjUiIGZpbGw9IiNFQkY4RjkiIHN0cm9rZT0iIzJFQUJBRCIvPjxwYXRoIGQ9Ik02IDEwSDE0IiBzdHJva2U9IiMyRUFCQUQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTEwIDZMMTAgMTQiIHN0cm9rZT0iIzJFQUJBRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.c-area-list__item._active::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%201C14.9706%201%2019%205.02944%2019%2010C19%2014.9706%2014.9706%2019%2010%2019C5.02944%2019%201%2014.9706%201%2010C1%205.02944%205.02944%201%2010%201Z%22%20fill%3D%22%23EBF8F9%22%20stroke%3D%22%232EABAD%22%20stroke-width%3D%221%22%2F%3E%3Cpath%20d%3D%22M6%2010H14%22%20stroke%3D%22%232EABAD%22%20stroke-width%3D%221%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E');
}

.c-area-list__item + .c-area-list__item {
  border-top: 1px solid #5BC9CB;
}

.c-area-list__item:last-child .c-area-sub-list {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.c-area-sub-list__link {
  display: flex;
  align-items: center;
  padding: 16px 40px 16px 48px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.98px;
}

.c-area-sub-list__link::before {
  content: "";
  display: inline-block;
  align-items: center;
  width: 9px;
  height: 1px;
  margin-left: 4px;
  margin-right: 6px;
  background-color: #5BC9CB;
}

.c-area-list__title {
  padding: 16px 40px;
}

.c-area-list__sub-list {
  border-top: 1px solid #5BC9CB;
}

.c-area-sub-list {
  background-color: #fff;
}

.c-area-sub-list__item {
  position: relative;
}

.c-area-sub-list__item::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 40px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI5LjUiIGN5PSIxMCIgcj0iOS41IiBmaWxsPSIjNUJDOUNCIi8+PHBhdGggZD0iTTEyLjIwMDMgOS43MjA0M0MxMi4zODcgOS44MzQ3OCAxMi4zODk5IDEwLjEwNSAxMi4yMDU3IDEwLjIyMzRMOC41NTgyOCAxMi41NjY5QzguMzYxOTIgMTIuNjkzMSA4LjEwMzQ3IDEyLjU1MzggOC4xMDA5NCAxMi4zMjA0TDguMDUxMTMgNy43MTI2OEM4LjA0ODYxIDcuNDc5MjkgOC4zMDM5OCA3LjMzNDQgOC41MDMwMyA3LjQ1NjI5TDEyLjIwMDMgOS43MjA0M1oiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-area-sub-list__item + .c-area-sub-list__item {
  border-top: 1px solid #5BC9CB;
}

/* button */

.c-button-orange {
  position: relative;
  display: block;
  height: fit-content;
}

.c-button-orange__bg {
  display: block;
}

.c-button-orange__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.12px;
  text-align: center;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

._small .c-button-orange__text {
  font-size: 14px;
}

.c-button-border {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 345px;
  min-height: 60px;
  border-radius: 40px;
  border: 2px solid #5BC9CB;
  background: #FFF;
  color: #5BC9CB;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.12px;
}

@media (max-width: 768px) {
  .c-button-border {
    width: 100%;
  }
}

.c-button-border__icon {
  position: absolute;
  top: 50%;
  right: 15px;
  max-width: 32px;
  transition: transform .5s;
  transform: translateY(-50%);
}

._active .c-button-border__icon {
  transform: translateY(-50%) rotate(-180deg);
}

.c-button-nationwide{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  max-width: 420px;
  min-height: 64px;
  border-radius: 40px;
  background: #FFF;
  color: #fff;
  background: url(/images/lp5/index/cva/button_orange_nationwide@2x.png) no-repeat center center / contain;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.12px;
}

@media (max-width: 768px) {
  .c-button-nationwide {
    width: 100%;
    max-width: 420px;
  }
}

.c-button-nationwide__icon {
  position: absolute;
  top: 48%;
  right: 30px;
  max-width: 32px;
  transition: transform .5s;
  transform: translateY(-50%);
}

@media (max-width: 450px) {
  .c-button-nationwide__icon {
    right: 5%;
    
  }
}

@media (max-width: 350px) {
  .c-button-nationwide__icon {
    max-width: 25px;
    
  }
}

._active .c-button-nationwide__icon {
  transform: translateY(-50%) rotate(-180deg);
}


/* worry */
.p-worry {
  position: relative;
  padding-top: 12px;
  padding-bottom: 15px;
  background-color: #5BC9CB;
}

@media (max-width: 768px) {
  .p-worry {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

.p-worry::after {
  content: "";
  position: absolute;
  bottom: -51px;
  display: block;
  width: 100%;
  height: 53px;
  background-color: #5BC9CB;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.p-worry__container {
  padding-bottom: 10px;
  border-radius: 15px;
  background-color: #FFF;
}

@media (max-width: 768px) {
  .p-worry__container {
    padding-bottom: 16px;
  }
}

.p-worry__main-pic img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.p-worry__heading {
  max-width: 390px;
  margin-top: -7px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-worry__heading {
    margin-top: 2px;
  }
}

.p-worry__but {
  max-width: 75px;
  margin-top: 12px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-worry__but {
    margin-top: 17px;
  }
}

.p-worry__title {
  margin-top: 10px;
  color: #2EABAD;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1.82px;
}

.p-worry__pic {
  display: block;
  margin-top: 13px;
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}

@media (max-width: 768px) {
  .p-worry__pic {
    margin-top: 5px;
  }
}

.p-worry__pic img {
  width: 91%;
}

/* point */
.p-point {
  padding-top: 70px;
  padding-bottom: 30px;
}

.p-point__heading {
  max-width: 260px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-point__heading {
    max-width: 220px;
  }
}

.p-point__container {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .p-point__container {
    flex-direction: column;
    gap: 20px;
  }
}

.p-point__box {
  flex:auto;
  padding: 16px 10px 20px;
  border-radius: 10px;
  background-color: #ECF8F9;
}

.p-point__title {
  max-width: 220px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-point__title {
    max-width: 230px;
  }
}

.p-point__title._point3 {
  max-width: 210px;
}

/* about */
.p-about {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #5BC9CB;
  clip-path: ellipse(125% 50% at 50% 50%);
}

.p-about__heading {
  max-width: 380px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-about__heading {
    max-width: 310px;
  }
}

.p-about__container {
  margin-top: 20px;
  padding: 24px 10px 35px;
  border-radius: 10px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .p-about__container {
    padding: 24px 10px 18px;
  }
}


.p-about__title {
  max-width: 400px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-about__title {
    max-width: 300px;
  }
}

.p-about__list {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 18px;
}

@media (max-width: 768px) {
  .p-about__list {
    gap: 5px;
  }
}

.p-about__item {
  width: 100%;
  max-width: 200px;
}

@media (max-width: 768px) {
  .p-about__item {
    max-width: 110px;
  }
}


/* search */
.p-search {
    padding-top: 38px;
}

.p-search__heading {
  max-width: 550px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-search__heading {
    max-width: 375px;
  }
}

.p-search__text {
  max-width: 260px;
  margin-top: 10px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-search__text {
    max-width: 220px;
  }
}

.p-search__container {
  margin-top: 40px;
}

.p-search__container + .p-search__container {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 2px dashed #5BC9CB;
}

.p-search__title {
  color:#2EABAD;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.2px;
}

.p-search__icon {
  max-width: 28px;
  margin-right: 5px;
  vertical-align: baseline;
}

.p-search__list {
  margin-top: 22px;
}

.c-search-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 10px;
}

.c-search-list__button {
  display: flex;
  align-items: center;
  padding: 6px 15px 6px;
  border-radius: 100px;
  border: 3px solid #5BC9CB;
  color: #000;
  text-align: center;;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.c-search-list__arrow {
  max-width: 20px;
  margin-left: 10px;
}

/* line */
.p-line {
  padding-top: 8px;
  padding-bottom: 50px;
}

.p-line__heading {
  max-width: 420px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-line__heading {
    max-width: 306px;
  }
}

.p-line__container {
  max-width: 345px;
  margin-top: 10px;
  margin-inline: auto;
  padding-top: 58px;
  padding-bottom: 24px;
  background-color: #EAFFF3;
  clip-path: path("M0 172.5C0 77.2309 77.2309 0 172.5 0C267.769 0 345 77.2309 345 172.5V401C345 406.523 340.523 411 335 411H10C4.47715 411 0 406.523 0 401V172.5Z");
}

.p-line__pic {
  max-width: 250px;
  margin-inline: auto;
  padding-left: 12.5%;
}

.p-line__text {
  max-width: 250px;
  margin-top: 14px;
  margin-inline: auto;
}

.p-line__button {
  margin-top: 15px;
}

.c-line-button {
  position: relative;
  display: block;
  max-width: 310px;
  margin-inline: auto;
}

.c-line-button__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.12px;
}

/* voice */
.p-voice {
  padding-bottom: 10px;
  background-color: #5BC9CB;
}

.p-voice__heading {
  position: relative;
  top: -15px;
  max-width: 550px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-voice__heading {
    max-width: 304px;
    top: -10px;
  }
}

.p-voice__list {
  margin-top: 11px;
}

.c-voice-list {
  display: flex;
}

.c-voice-list__item {
  height: 100%;
  padding-bottom: 23px;
  border-radius: 10px;
  background-color: #fff;
}

.c-voice-list__meta {
  display: flex;
  gap: 24px;
  padding: 20px;
}

.c-voice-list__icon {
  flex-shrink: 0;
  max-width: 78px;
}

.c-voice-list__heading {
  margin-top: 6px;
  color:  #2EABAD;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1.12px;
}

.c-voice-list__container {
  display: flex;
  align-items: flex-start;
  padding-left: 36px;
  padding-right: 18px;
}

.c-voice-list__speech {
  flex-shrink: 0;
  max-width: 28px;
  margin-top: 16px;
  margin-right: -4px;
}

.c-voice-list__text {
  padding: 13px 20px;
  border-radius: 10px;
  background: #EEFCFF;
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.98px;
}

/* splide */
.splide {
  position: relative;
  margin-top: 12px;
  padding-bottom: 14px;
}

.splide__arrows {
  margin-top: 10px;
}

.splide__arrow {
  width: 22px;
}

.splide__arrow--prev {
  position: absolute;
  top: 41%;
  left: -14px;
}

.splide__arrow--prev:disabled {
  display: none;
}

.splide__arrow--next {
  position: absolute;
  top: 41%;
  right: -14px;
}

.splide__arrow--next:disabled {
  display: none;
}

.splide__slide img {
  height: 100%;
}

/* faq */
.p-faq {
  padding-top: 55px;
  padding-bottom: 50px;
}

.p-faq__heading {
  max-width: 132px;
  margin-inline: auto;
}

.p-faq__faq {
  margin-top: 32px;
}

.c-faq__group {
  position: relative;
  padding-bottom: 13px;
  border-radius: 10px;
  background-color: #56534E;
  background-image: url(/images/lp5/index/faq/bg.svg);
  background-repeat: repeat;
  background-position: top center;
  background-size: auto;
  color: #fff;
  font-size: 16px;
  line-height: 24px; 
  letter-spacing: 0.98px;
}

@media (max-width: 768px) {
  .c-faq__group {
    font-size: 14px;
  }
}

.c-faq__group+.c-faq__group {
  margin-top: 20px;  
}

.c-faq__title {
  display: block;
  padding-top: 13px;
  padding-left: 18px;
  padding-right: 17px;
  cursor: pointer;
}

.c-faq__title::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 11px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4gPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IndoaXRlIi8+IDxwYXRoIGQ9Ik02IDEwSDE0IiBzdHJva2U9IiMyRUFCQUQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+IDxwYXRoIGQ9Ik0xMCA2TDEwIDE0IiBzdHJva2U9IiMyRUFCQUQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PC9zdmc+");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  transition: background-image .3s;
}

.c-faq__group[open] .c-faq__title::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTIwIDEwQzIwIDE1LjUyMjggMTUuNTIyOCAyMCAxMCAyMEM0LjQ3NzE1IDIwIDAgMTUuNTIyOCAwIDEwQzAgNC40NzcxNSA0LjQ3NzE1IDAgMTAgMEMxNS41MjI4IDAgMjAgNC40NzcxNSAyMCAxMFoiIGZpbGw9IndoaXRlIi8+IDxwYXRoIGQ9Ik0yMCAxMEMyMCAxNS41MjI4IDE1LjUyMjggMjAgMTAgMjBDNC40NzcxNSAyMCAwIDE1LjUyMjggMCAxMEMwIDQuNDc3MTUgNC40NzcxNSAwIDEwIDBDMTUuNTIyOCAwIDIwIDQuNDc3MTUgMjAgMTBaIiBmaWxsPSJ3aGl0ZSIvPiA8cGF0aCBkPSJNNiAxMEgxNCIgc3Ryb2tlPSIjMkVBQkFEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==");
}

.c-faq__text {
  margin-top: 16px;
  padding-left: 36px;
  padding-right: 17px;
  text-indent: -1.25em;
}

.c-faq__en {
  margin-right: 9px;
  font-family: "Jost", sans-serif;
  font-style: normal;
}

.c-faq__text strong {
  color: #ffe200;
}

/* flow */
.p-flow {
  padding-bottom: 38px;
  background-color: #EEFCFF;
}

.p-cva + .p-flow {
  margin-top: 20px;
}

.p-flow__heading {
  position: relative;
  top: -15px;
  max-width: 550px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-flow__heading {
    top: -8px;
    max-width: 278px;
  }
}

.p-flow__list {
  margin-top: 5px;
}

.c-flow-list__item {
  display: flex;
  gap: 15px;
  margin-left: 120px;
  border-left: 4px solid #5BC9CB;
}

@media (max-width: 768px) {
  .c-flow-list__item {
    margin-left: 42px;
  }
}

@media (max-width: 350px) {
  .c-flow-list__item {
    margin-left: 20px;
  }
}

.c-flow-list__item+.c-flow-list__item {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .c-flow-list__item+.c-flow-list__item {
    padding-top: 0px;
  }
  .c-flow-list__item+.c-flow-list__item._step3 {
    padding-top: 18px;
  }
}

.c-flow-list__icon {
  flex-shrink: 0;
  max-width: 126px;
  margin-left: -65px;
  margin-bottom: auto;
}

@media (max-width: 768px) {
  .c-flow-list__icon {
    max-width: 86px;
    margin-left: -45px;
  }
}

@media (max-width: 350px) {
  .c-flow-list__icon {
    max-width: 60px;
    margin-left: -33px;
  }
}

.c-flow-list__heading {
  margin-top: 16px;
}

@media (max-width: 768px) {
  .c-flow-list__heading {
    margin-top: 33px;
  }
}

@media (max-width: 350px) {
  .c-flow-list__heading {
    margin-top: 10px;
  }
}

._step1 .c-flow-list__heading {
  max-width: 260px;
}

@media (max-width: 768px) {
  ._step1 .c-flow-list__heading {
    max-width: 198px;
  }
}

._step2 .c-flow-list__heading {
  width: 230px;
}

@media (max-width: 768px) {
  ._step2 .c-flow-list__heading {
    max-width: 179px;
  }
}

._step3 .c-flow-list__heading {
  max-width: 275px;
}

@media (max-width: 768px) {
  ._step3 .c-flow-list__heading {
    max-width: 213px;
  }
}

.c-flow-list__textarea {
  display: flex;
  flex-direction: column;
}

.c-flow-list__text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px; 
  letter-spacing: 0.98px;
}

/* cva small */
.p-cva-small {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top:20px;
  padding-bottom: 20px;
  background-color: #1C4EA4;
}

@media (max-width: 768px) {
  .p-cva-small {
    padding-top:6px;
    padding-bottom: 8px;
  }
}

.p-cva-small__heading {
  max-width: 400px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .p-cva-small__heading {
    max-width: 247px;
  }
}

.p-cva-small__button-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .p-cva-small__button-area {
    margin-top: 2px;
  }
}

.p-cva-small__title {
  flex-shrink: 0;
  width: 100%;
  max-width: 140px;
}

@media (max-width: 768px) {
  .p-cva-small__title {
    max-width: 129px;
  }
}

/* footer */
.p-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-footer__logo {
  max-width: 190px;
}

.p-footer__meta {
  display: flex;
  margin-top: 8px;
}

.p-footer__copyright {
  color: #8C8686;
  font-size: 12px;
  letter-spacing: 0.84px;
  text-decoration-line: underline;
}

.p-footer__company {
  margin-left: 5px;
  color: #8C8686;
  font-size: 12px;
  letter-spacing: 0.84px;
}

.p-footer__menu {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #D9D9D9;
  color: #8C8686;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.84px;
}

/* js */
.js-follow-button {
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none; 
}

.js-follow-button._fixed {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

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