@charset "UTF-8";
/*! 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;
}

/* 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: bold;
}

/**
 * 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;
}

* {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #fff;
  background-color: #fff;
  overflow-y: auto;
  text-align: center;
  overflow-wrap: break-word;
}

button {
  background-color: transparent;
  border: none;
}

_:lang(x)::-ms-backdrop, body {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

.alink, .alinkc {
  transition: opacity 0.3s;
  font-weight: bold;
  cursor: pointer;
}
.alink:hover, .alinkc:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.alinkc {
  color: #00a1e4 !important;
}

picture {
  display: block;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

h2, h3 {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
.l-header {
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  z-index: 500;
  position: relative;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: transparent;
  transition: opacity 0.2s;
}
.l-header:not(.l-header.open)[data-float=true] {
  color: black;
}
.l-header.dwis-active {
  position: fixed;
  top: 0;
}

body.dwis-active {
  position: fixed;
}

@media screen and (max-width: 767px) {
  .l-header {
    height: 0px;
  }
  body.l-header__float {
    margin-top: 0px;
  }
}
.l-footer {
  position: relative;
}

.l-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-heading {
  position: relative;
  width: 100%;
  display: flex;
}
.l-heading.--left {
  justify-content: flex-start;
}
.l-heading.--right {
  justify-content: flex-end;
}
.l-heading.--center {
  justify-content: center;
}
.l-heading.--row {
  flex-direction: row;
}
.l-heading.--column {
  flex-direction: column;
}

.l-body {
  position: relative;
  margin: auto;
  max-width: 100%;
  width: 100%;
}

.l-inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
}

.l-btn {
  position: relative;
  width: 100%;
  display: flex;
}
.l-btn.--left {
  justify-content: flex-start;
}
.l-btn.--right {
  justify-content: flex-end;
}
.l-btn.--center {
  justify-content: center;
}
.l-btn.--row {
  flex-direction: row;
}
.l-btn.--column {
  flex-direction: column;
}

.l-wrap {
  position: relative;
  width: 100%;
  display: flex;
}
.l-wrap.--left {
  justify-content: flex-start;
}
.l-wrap.--right {
  justify-content: flex-end;
}
.l-wrap.--center {
  justify-content: center;
}
.l-wrap.--row {
  flex-direction: row;
}
.l-wrap.--column {
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .l-heading.--pc-left,
  .l-inner.--pc-left,
  .l-btn.--pc-left,
  .l-wrap.--pc-left {
    justify-content: flex-start;
  }
  .l-heading.--pc-right,
  .l-inner.--pc-right,
  .l-btn.--pc-right,
  .l-wrap.--pc-right {
    justify-content: flex-end;
  }
  .l-heading.--pc-center,
  .l-inner.--pc-center,
  .l-btn.--pc-center,
  .l-wrap.--pc-center {
    justify-content: center;
  }
  .l-heading.--pc-row,
  .l-inner.--pc-row,
  .l-btn.--pc-row,
  .l-wrap.--pc-row {
    flex-direction: row;
  }
  .l-heading.--pc-column,
  .l-inner.--pc-column,
  .l-btn.--pc-column,
  .l-wrap.--pc-column {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .l-heading.--sp-left,
  .l-inner.--sp-left,
  .l-btn.--sp-left,
  .l-wrap.--sp-left {
    justify-content: flex-start;
  }
  .l-heading.--sp-right,
  .l-inner.--sp-right,
  .l-btn.--sp-right,
  .l-wrap.--sp-right {
    justify-content: flex-end;
  }
  .l-heading.--sp-center,
  .l-inner.--sp-center,
  .l-btn.--sp-center,
  .l-wrap.--sp-center {
    justify-content: center;
  }
  .l-heading.--sp-row,
  .l-inner.--sp-row,
  .l-btn.--sp-row,
  .l-wrap.--sp-row {
    flex-direction: row;
  }
  .l-heading.--sp-column,
  .l-inner.--sp-column,
  .l-btn.--sp-column,
  .l-wrap.--sp-column {
    flex-direction: column;
  }
}
.c-btn {
  display: inline-block;
  position: relative;
  padding-block: 26px 25px;
  padding-inline: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  background-color: #421002;
  border-radius: 20px;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s, opacity 0.3s;
  width: 100%;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
}
.c-btn:hover {
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
}

.c-btn-frame {
  position: relative;
  padding-block: 20px 21px;
  padding-inline: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00a1e4 !important;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border: 6px solid #00a1e4;
  transition: background-color 0.3s, color 0.3s, transform 0.3s;
  white-space: nowrap;
  width: 100%;
}
.c-btn-frame:hover {
  cursor: pointer;
  opacity: 0.8;
}

.c-btn-download {
  display: flex;
  flex-direction: row;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  transform: translateZ(0);
}
.c-btn-download.--login {
  color: #fff;
  border-radius: 30px;
  height: 125px;
  max-width: 459px;
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
}
.c-btn-download.--login .pic {
  max-width: 184px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-btn-download.--login .pic img {
  object-fit: cover;
}
.c-btn-download.--login .txtwrap {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-left: 1px;
  padding-top: 13px;
  background-color: #b01f23;
  letter-spacing: -0.04em;
}
.c-btn-download.--login .txtwrap .en {
  margin-left: -14px;
  letter-spacing: 0.05em;
}
.c-btn-download.--home, .c-btn-download.--home-cs {
  background-color: #fff;
  color: #b01f23;
  border-radius: 40px;
  height: 65px;
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
}
.c-btn-download.--home .pic, .c-btn-download.--home-cs .pic {
  max-width: 101px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-btn-download.--home .pic img, .c-btn-download.--home-cs .pic img {
  object-fit: cover;
}
.c-btn-download.--home .txtwrap, .c-btn-download.--home-cs .txtwrap {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-inline: 1px 96px;
  position: relative;
  overflow: hidden;
  letter-spacing: -0.04em;
}
.c-btn-download.--home .txtwrap .c-icon, .c-btn-download.--home-cs .txtwrap .c-icon {
  position: absolute;
  right: 68px;
}
.c-btn-download.--home .txtwrap .en, .c-btn-download.--home-cs .txtwrap .en {
  margin-left: -14px;
  letter-spacing: 0.05em;
}
.c-btn-download.--home-cs {
  background-color: #c1c9cf;
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
}
.c-btn-download.--home-cs .txtwrap {
  padding-inline: 0px 0px;
}
.c-btn-download:not(.c-btn-download.--home-cs):hover {
  cursor: pointer;
  opacity: 0.8;
}
.c-btn-download.--badge .txtwrap::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 20px;
  left: -48px;
  top: -12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  background-color: #AAA;
  color: #FFF;
  transform: translate(19.2px, 19.2px) rotate(-37deg);
  transform-origin: 50% 50%;
  text-indent: 6.4px;
}
.c-btn-download.--badge.--new .txtwrap::before {
  content: "NEW!";
  background-color: #4fa4dc;
}
.c-btn-download.--badge.--updated .txtwrap::before {
  content: "更新!";
  background-color: #ff9102;
}

@media screen and (max-width: 1079px) {
  .c-btn-download {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .c-btn-download.--login {
    height: 100px;
    max-width: 320px;
  }
  .c-btn-download.--login .pic {
    max-width: 100px;
  }
  .c-btn-download.--login .txtwrap {
    padding-left: 1px;
    padding-top: 0px;
  }
  .c-btn-download.--login .txtwrap .en {
    margin-left: -14px;
    letter-spacing: 0.05em;
  }
  .c-btn-download.--home, .c-btn-download.--home-cs {
    height: 65px;
    max-width: 350px;
  }
  .c-btn-download.--home .pic, .c-btn-download.--home-cs .pic {
    width: 100%;
    min-width: 100px;
    max-width: 100px;
  }
  .c-btn-download.--home .txtwrap, .c-btn-download.--home-cs .txtwrap {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0;
  }
  .c-btn-download.--home .txtwrap .c-icon, .c-btn-download.--home-cs .txtwrap .c-icon {
    right: 40px;
  }
  .c-btn-download.--home .txtwrap .en, .c-btn-download.--home-cs .txtwrap .en {
    margin-left: -14px;
    letter-spacing: 0.05em;
  }
  .c-btn-download.--home .txtwrap {
    padding-inline: 10px 96px;
    justify-content: flex-start;
    text-align: left;
  }
  .c-btn-download.--badge .txtwrap::before {
    height: 16px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding-block: 16px 15px;
    padding-inline: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .c-btn-frame {
    padding-block: 15px 16px;
    padding-inline: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .c-btn-download {
    display: flex;
    flex-direction: row;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    transition: background-color 0.3s, color 0.3s, transform 0.3s, opacity 0.3s;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
  }
  .c-btn-download.--login {
    color: #fff;
    border-radius: 30px;
    height: 125px;
    max-width: 459px;
    filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
  }
  .c-btn-download.--login .pic {
    max-width: 184px;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .c-btn-download.--login .pic img {
    object-fit: cover;
  }
  .c-btn-download.--login .txtwrap {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-left: 1px;
    padding-top: 13px;
    letter-spacing: -0.04em;
  }
  .c-btn-download.--login .txtwrap .en {
    margin-left: -14px;
    letter-spacing: 0.05em;
  }
  .c-btn-download.--home, .c-btn-download.--home-cs {
    background-color: #fff;
    color: #b01f23;
    border-radius: 40px;
    height: 65px;
    filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
  }
  .c-btn-download.--home .pic, .c-btn-download.--home-cs .pic {
    max-width: 101px;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .c-btn-download.--home .pic img, .c-btn-download.--home-cs .pic img {
    object-fit: cover;
  }
  .c-btn-download.--home .txtwrap, .c-btn-download.--home-cs .txtwrap {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-inline: 1px 96px;
    letter-spacing: -0.04em;
  }
  .c-btn-download.--home .txtwrap .c-icon, .c-btn-download.--home-cs .txtwrap .c-icon {
    position: absolute;
    right: 40px;
  }
  .c-btn-download.--home .txtwrap .en, .c-btn-download.--home-cs .txtwrap .en {
    margin-left: -14px;
    letter-spacing: 0.05em;
  }
  .c-btn-download.--home-cs {
    background-color: #c1c9cf;
    filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.25));
  }
  .c-btn-download.--home-cs .txtwrap {
    padding-inline: 0px 0px;
  }
  .c-btn-download:not(.c-btn-download.--home-cs):hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media screen and (max-width: 575px) {
  .c-btn-download {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1111111111;
    letter-spacing: 0.05em;
  }
  .c-btn-download.--login {
    height: 100px;
    max-width: 320px;
  }
  .c-btn-download.--login .pic {
    max-width: 100px;
  }
  .c-btn-download.--login .txtwrap {
    padding-left: 1px;
    padding-top: 0px;
  }
  .c-btn-download.--login .txtwrap .en {
    margin-left: 0px;
    letter-spacing: 0.05em;
  }
  .c-btn-download.--home, .c-btn-download.--home-cs {
    height: 65px;
    max-width: 350px;
  }
  .c-btn-download.--home .pic, .c-btn-download.--home-cs .pic {
    width: 100%;
    min-width: 80px;
    max-width: 80px;
  }
  .c-btn-download.--home .txtwrap, .c-btn-download.--home-cs .txtwrap {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0;
  }
  .c-btn-download.--home .txtwrap .c-icon, .c-btn-download.--home-cs .txtwrap .c-icon {
    right: 30px;
    width: 30px;
    height: 30px;
    mask-size: 30px 30px;
  }
  .c-btn-download.--home .txtwrap .en, .c-btn-download.--home-cs .txtwrap .en {
    letter-spacing: 0.05em;
  }
  .c-btn-download.--home .txtwrap {
    padding-inline: 20px 96px;
    justify-content: flex-start;
    text-align: left;
  }
}
.c-icon {
  display: inline-block;
  position: relative;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.c-icon.--plane {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  aspect-ratio: 24/24;
  width: 24px;
  background-color: #421002;
  mask-image: url("../img/icon/icon_plane@2x.png");
  mask-size: 49px 49px;
  width: 49px;
}
.c-icon.--plane-red {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  aspect-ratio: 24/24;
  width: 24px;
  background-color: #b01f23;
  mask-image: url("../img/icon/icon_plane_red@2x.png");
  mask-size: 49px 49px;
  width: 49px;
}
.c-icon.--pen {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  aspect-ratio: 24/24;
  width: 24px;
  background-color: #421002;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("../img/icon/icon_pen@2x.png");
  width: 49px;
  aspect-ratio: 49/42;
  background-size: 49px 42px;
}
.c-icon.--checkbox {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  aspect-ratio: 24/24;
  width: 24px;
  background-color: #b01f23;
  mask-image: url("../img/icon/icon_checkbox@2x.png");
  mask-size: 41px 40px;
  width: 41px;
  min-width: 41px;
}
.c-icon.--download {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  aspect-ratio: 24/24;
  width: 24px;
  background-color: #b01f23;
  mask-image: url("../img/icon/icon_download@2x.png");
  mask-size: 39px 36px;
  width: 39px;
}
.c-icon.--favicon {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  aspect-ratio: 24/24;
  width: 24px;
  background-color: #b01f23;
}
.c-icon.--dashedlineh {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  aspect-ratio: 24/24;
  width: 24px;
  background-color: #fff;
  background-color: transparent;
  position: absolute;
  width: 4px;
  height: 100%;
  margin-left: -4px;
  top: 0px;
  background-image: linear-gradient(0deg, #fff, #fff 8px, transparent 8px);
  background-size: 4px 12px;
  background-position: left top;
  background-repeat: repeat-y;
  clip-path: inset(8px 0px 8px 0px);
}
.c-icon.--dashedlineh-big {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  aspect-ratio: 24/24;
  width: 24px;
  background-color: #fff;
  background-color: transparent;
  position: absolute;
  width: 4px;
  height: 100%;
  margin-left: -4px;
  margin-top: 4px;
  top: 0px;
  background-image: linear-gradient(0deg, #fff, #fff 8px, transparent 8px);
  background-size: 4px 12px;
  background-position: left top;
  background-repeat: repeat-y;
  clip-path: inset(18% 0px 29% 0px);
}
.c-icon.--circle-q {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  aspect-ratio: 24/24;
  width: 24px;
  background-color: #421002;
  top: 0px;
  width: 32px;
  height: 32px;
  background-color: transparent;
}
.c-icon.--circle-q:before, .c-icon.--circle-q:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: white;
  font-style: normal;
  z-index: 0;
}
.c-icon.--circle-q:before {
  background-color: #421002;
}
.c-icon.--circle-q:after {
  content: "？";
  left: 6px;
  top: 2px;
  z-index: 1;
}
.c-icon.--circle-hit {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  aspect-ratio: 24/24;
  width: 24px;
  background-color: #00a1e4;
  top: 0px;
  width: 32px;
  height: 32px;
  background-color: transparent;
}
.c-icon.--circle-hit:before, .c-icon.--circle-hit:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: white;
  font-style: normal;
  z-index: 0;
}
.c-icon.--circle-hit:before {
  background-color: #00a1e4;
}
.c-icon.--circle-hit:after {
  content: "！";
  left: 6px;
  top: 2px;
  z-index: 1;
}
.c-icon.--circle-money {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  aspect-ratio: 24/24;
  width: 24px;
  background-color: #421002;
  top: 0px;
  width: 39px;
  height: 39px;
  background-color: transparent;
}
.c-icon.--circle-money:before, .c-icon.--circle-money:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  font-style: normal;
  z-index: 0;
}
.c-icon.--circle-money:before {
  background-color: #421002;
}
.c-icon.--circle-money:after {
  content: "￥";
  left: 5px;
  top: -3px;
  font-size: 30px;
  font-weight: bold;
  z-index: 1;
}
.c-icon.--circle-arrow-right-w {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  aspect-ratio: 24/24;
  width: 24px;
  background-color: #fff;
  top: 0px;
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-color: transparent;
  background-image: url("../img/icon/icon_circle_arrow_right@2x.png");
}
.c-icon.--bigplus {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  aspect-ratio: 24/24;
  width: 24px;
  background-color: #421002;
  top: 0px;
  width: 46px;
  height: 46px;
  background-color: transparent;
}
.c-icon.--bigplus:before, .c-icon.--bigplus:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-radius: 4px;
  background-color: #421002;
  z-index: 0;
}
.c-icon.--bigplus:before {
  left: 0px;
  top: 19px;
  width: 45px;
  height: 6px;
}
.c-icon.--bigplus:after {
  left: 19px;
  top: 0px;
  width: 6px;
  height: 46px;
}

@media screen and (max-width: 767px) {
  .c-icon.--spwhite.--home {
    background-color: #fff;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="20" fill="%23393939"><path d="M17.92 8.18L10.21.3a1 1 0 00-1.42 0L1.08 8.19A2 2 0 00.5 9.62V18a2 2 0 001.89 2h14.22a2 2 0 001.89-2V9.62a2.07 2.07 0 00-.58-1.44zM7.5 18v-6h4v6h-4zm9 0h-3v-7a1 1 0 00-1-1h-6a1 1 0 00-1 1v7h-3V9.58l7-7.15 7 7.19V18z"/></svg>');
    mask-size: 18px 20px;
  }
}
.c-ttl-16 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.c-ttl-16b {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.17em;
}

.c-ttl-18 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1111111111;
  letter-spacing: 0.06em;
}

.c-ttl-22 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5454545455;
  letter-spacing: 0.05em;
}

.c-ttl-28 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2857142857;
  letter-spacing: 0.01em;
}

.c-ttl-30 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.c-ttl-34 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.0588235294;
  letter-spacing: 0.05em;
  color: #fff;
}

.c-ttl-step {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #b01f23;
}

.c-ttl-label,
.c-ttl-label-m4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

.c-ttl-label-m4 {
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .c-ttl-16 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
  }
  .c-ttl-16b {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.17em;
  }
  .c-ttl-18 {
    font-size: 13.8461538462px;
    font-weight: bold;
    line-height: 1.1111111111;
    letter-spacing: 0.06em;
  }
  .c-ttl-22 {
    font-size: 16.9230769231px;
    font-weight: bold;
    line-height: 1.5454545455;
    letter-spacing: 0.05em;
  }
  .c-ttl-28 {
    font-size: 21.5384615385px;
    font-weight: bold;
    line-height: 1.2857142857;
    letter-spacing: 0.01em;
  }
  .c-ttl-30 {
    font-size: 23.0769230769px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  .c-ttl-34 {
    font-size: 26.1538461538px;
    font-weight: bold;
    line-height: 1.0588235294;
    letter-spacing: 0.05em;
  }
  .c-ttl-step {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.07em;
  }
  .c-ttl-label,
  .c-ttl-label-m4 {
    font-size: 23.0769230769px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .c-ttl-label-m4 {
    font-size: 20.7692307692px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}
.c-label {
  position: relative;
  width: fit-content;
  margin-block: auto;
}
.c-label.--mid4, .c-label.--big4 {
  background-color: #fee102;
  padding-block: 19px;
  padding-inline: 46px 42px;
}
.c-label.--mid4:before, .c-label.--mid4:after, .c-label.--big4:before, .c-label.--big4:after {
  position: absolute;
  content: "";
  top: 0;
  background-color: #fee102;
  width: 6px;
  height: 100%;
  mask-size: 100% 100%;
}
.c-label.--mid4:before, .c-label.--big4:before {
  left: -5px;
  mask-image: url("../img/mask/label4hole_l.png");
}
.c-label.--mid4:after, .c-label.--big4:after {
  right: -5px;
  mask-image: url("../img/mask/label4hole_r.png");
}
.c-label.--mid4 {
  padding-block: 12px 14px;
  padding-inline: 13px 18px;
}
.c-label.--mid4:before {
  left: -4px;
}
.c-label.--mid3, .c-label.--big3 {
  background-color: #b01f23;
  padding-block: 7px 12px;
  padding-inline: 11px 14px;
  margin-left: -15px;
}
.c-label.--mid3:before, .c-label.--mid3:after, .c-label.--big3:before, .c-label.--big3:after {
  position: absolute;
  content: "";
  top: 0;
  background-color: #b01f23;
  width: 6px;
  height: 100%;
  mask-size: 100% 100%;
}
.c-label.--mid3:before, .c-label.--big3:before {
  left: -5px;
  mask-image: url("../img/mask/label3hole_l.png");
}
.c-label.--mid3:after, .c-label.--big3:after {
  right: -5px;
  mask-image: url("../img/mask/label3hole_r.png");
}
.c-label.--shadow {
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.15));
}
.c-label.--shadow6 {
  filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.15));
}
.c-label.--yellow {
  background-color: #fee102;
}
.c-label.--yellow:before, .c-label.--yellow:after {
  background-color: #fee102;
}
.c-label.--red {
  background-color: #b01f23;
}
.c-label.--red:before, .c-label.--red:after {
  background-color: #b01f23;
}
.c-label.--blue {
  background-color: #00a1e4;
}
.c-label.--blue:before, .c-label.--blue:after {
  background-color: #00a1e4;
}
.c-label.--paleblue {
  background-color: #71b0c8;
}
.c-label.--paleblue:before, .c-label.--paleblue:after {
  background-color: #71b0c8;
}
.c-label.--serif-b .serif {
  position: absolute;
  width: 22px;
  height: 16px;
  right: 26%;
  bottom: -15px;
  background-color: #00a1e4;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
.c-label.--btn {
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
}
.c-label.--btn:hover {
  opacity: 0.8;
}

.c-label-h {
  position: relative;
  width: fit-content;
  margin-block: auto;
}
.c-label-h.--mid4, .c-label-h.--big4 {
  background-color: #b01f23;
}
.c-label-h.--mid4:before, .c-label-h.--mid4:after, .c-label-h.--big4:before, .c-label-h.--big4:after {
  position: absolute;
  content: "";
  left: 0;
  background-color: #b01f23;
  width: 100%;
  height: 6px;
  mask-size: 100% 100%;
}
.c-label-h.--mid4:before, .c-label-h.--big4:before {
  top: -3px;
  mask-image: url("../img/mask/label4hole_u.png");
}
.c-label-h.--mid4:after, .c-label-h.--big4:after {
  bottom: -5px;
  mask-image: url("../img/mask/label4hole_d.png");
}
.c-label-h.--shadow {
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.15));
}
.c-label-h.--shadow6 {
  filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.15));
}
.c-label-h.--btn {
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
}
.c-label-h.--btn:hover {
  opacity: 0.8;
}

.c-label-serif {
  position: relative;
  border-radius: 10px;
  padding-block: 7px 9px;
  padding-inline: 28px 16px;
  margin-block: 3px 0px;
  margin-inline: 11px;
}
.c-label-serif:before {
  position: absolute;
  content: "";
  top: 0;
  left: -13px;
  width: 16px;
  height: 100%;
  clip-path: polygon(0% 50%, 100% 35%, 100% 65%);
}
.c-label-serif:after {
  position: absolute;
  content: "";
  top: 0;
  left: -13px;
  background-color: #fee102;
  width: 16px;
  height: 100%;
  clip-path: polygon(0% 50%, 100% 35%, 100% 65%);
}
.c-label-serif.--top:after {
  top: -25px;
  left: 10px;
  width: 100%;
  height: 26px;
  clip-path: polygon(36% 0%, calc(36% + 8px) 100%, calc(36% - 8px) 100%);
}
.c-label-serif.--yellow {
  background-color: #fee102;
}
.c-label-serif.--blue {
  background-color: #ddf0f2;
}
.c-label-serif.--blue:after {
  background-color: #ddf0f2;
}
.c-label-serif-discount:before {
  background-color: rgb(176, 31, 35);
}
.c-label-serif-discount:after {
  background-color: #fff;
}
.c-label-serif.--bottom:before {
  bottom: -26px;
  top: auto;
  left: auto;
  right: 0;
  width: 100%;
  height: 26px;
  clip-path: polygon(64% 100%, calc(64% + 8px) 0%, calc(64% - 8px) 0%);
}
.c-label-serif.--bottom:after {
  bottom: -22px;
  top: auto;
  left: auto;
  right: 0;
  width: 100%;
  height: 26px;
  clip-path: polygon(64% 100%, calc(64% + 8px) 0%, calc(64% - 8px) 0%);
}

.c-label-tag {
  width: fit-content;
  border-radius: 8px;
  padding-block: 1px;
  padding-inline: 12px;
  color: #fff;
  background-color: #b01f23;
}

.c-label-subfv {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  text-align: left;
  width: fit-content;
  margin-block: auto;
}
.c-label-subfv.--mid4 {
  background-color: #b01f23;
  color: #fff;
  padding-block: 6px 17px;
  padding-inline: 205px 94px;
}
.c-label-subfv.--mid4 .c-icon {
  margin-left: -43px;
}
.c-label-subfv.--mid4 .en {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1666666667;
  letter-spacing: 0.065em;
  margin-bottom: 4px;
}
.c-label-subfv.--mid4 .ja {
  margin-left: -4px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
.c-label-subfv.--mid4:after {
  position: absolute;
  content: "";
  top: 0;
  background-color: #b01f23;
  width: 15px;
  height: 100%;
  mask-repeat: no-repeat repeat;
  mask-size: cover;
}
.c-label-subfv.--mid4:after {
  right: -7px;
  mask-image: url("../img/mask/label4hole_big_r.png");
}
.c-label-subfv.--shadow {
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.15));
}

@media screen and (max-width: 1079px) {
  .c-label-serif {
    padding-block: 7px 9px;
    padding-inline: 28px 16px;
    margin-block: 3px 0px;
    margin-inline: 11px;
  }
  .c-label-serif:after {
    position: absolute;
    content: "";
    top: -10px;
    left: 10%;
    background-color: #fee102;
    width: 10px;
    height: 10px;
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  }
  .c-label-serif-discount:after {
    background-color: #fff;
  }
  .c-label-subfv.--mid4 {
    padding-block: 6px 17px;
    padding-inline: 100px 60px;
  }
  .c-label-subfv.--mid4 .c-icon {
    margin-left: -28px;
  }
  .c-label-subfv.--mid4 .en {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1666666667;
  }
  .c-label-subfv.--mid4 .ja {
    font-size: 28.3333333333px;
    font-weight: bold;
    line-height: 1;
  }
  .c-label-subfv.--mid4:after {
    width: 13px;
  }
  .c-label-subfv.--mid4:after {
    right: -7px;
  }
}
@media screen and (max-width: 767px) {
  .c-label.--mid4, .c-label.--big4 {
    padding-block: 19px;
    padding-inline: 46px 41px;
  }
  .c-label.--mid4:before, .c-label.--mid4:after, .c-label.--big4:before, .c-label.--big4:after {
    width: 6px;
  }
  .c-label.--mid4:before, .c-label.--big4:before {
    left: -5px;
  }
  .c-label.--mid4:after, .c-label.--big4:after {
    right: -5px;
  }
  .c-label.--mid4 {
    padding-block: 12px 14px;
    padding-inline: 13px 18px;
  }
  .c-label.--mid4:before {
    left: -4px;
  }
  .c-label.--mid3, .c-label.--big3 {
    padding-block: 7px 12px;
    padding-inline: 11px 14px;
    margin-left: -15px;
  }
  .c-label.--mid3:before, .c-label.--mid3:after, .c-label.--big3:before, .c-label.--big3:after {
    width: 6px;
  }
  .c-label.--mid3:before, .c-label.--big3:before {
    left: -4px;
  }
  .c-label.--mid3:after, .c-label.--big3:after {
    right: -5px;
  }
  .c-label.--serif-b .serif {
    width: 22px;
    height: 16px;
    right: 50%;
    bottom: -15px;
  }
  .c-label-h.--mid4:before, .c-label-h.--mid4:after, .c-label-h.--big4:before, .c-label-h.--big4:after {
    height: 6px;
  }
  .c-label-h.--mid4:before, .c-label-h.--big4:before {
    top: -3px;
  }
  .c-label-h.--mid4:after, .c-label-h.--big4:after {
    bottom: -5px;
  }
  .c-label-serif {
    position: relative;
    border-radius: 10px;
    padding-block: 7px 9px;
    padding-inline: 28px 16px;
    margin-block: 3px 0px;
    margin-inline: 11px;
  }
  .c-label-serif.--top:after {
    top: -25px;
    left: -55px;
    width: 100%;
    height: 26px;
    clip-path: polygon(36% 0%, calc(36% + 8px) 100%, calc(36% - 8px) 100%);
  }
  .c-label-tag {
    width: fit-content;
    border-radius: 8px;
    padding-block: 1px;
    padding-inline: 12px;
    color: #fff;
    background-color: #b01f23;
  }
  .c-label-subfv.--mid4 {
    padding-block: 6px 17px;
    padding-inline: 50px 30px;
  }
  .c-label-subfv.--mid4 .c-icon {
    margin-left: -28px;
  }
  .c-label-subfv.--mid4 .en {
    width: fit-content;
    font-size: 28.2352941176px;
    font-weight: bold;
    line-height: 1.1666666667;
    letter-spacing: 0.065em;
    margin-bottom: 4px;
  }
  .c-label-subfv.--mid4 .ja {
    width: fit-content;
    margin-left: -4px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .c-label-subfv.--mid4:after {
    width: 10px;
    right: -6px;
    mask-image: url("../img/mask/label4hole_big_r.png");
  }
}
@media screen and (max-width: 575px) {
  .c-label-subfv.--mid4 {
    padding-inline: 30px 20px;
  }
  .c-label-subfv.--mid4 .c-icon {
    margin-left: -18px;
  }
  .c-label-subfv.--mid4 .en {
    width: fit-content;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4545454545;
    letter-spacing: 0.065em;
    margin-bottom: 2px;
  }
  .c-label-subfv.--mid4 .ja {
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
  .c-label-subfv.--mid4:after {
    width: 9px;
    right: -7px;
  }
}
.c-txtdec {
  position: relative;
  z-index: 0;
}
.c-txtdec.--uldashed:before {
  position: absolute;
  content: "";
  left: 4px;
  bottom: -4px;
  width: calc(100% + 10px);
  height: 11px;
  transform: skew(-45deg);
  z-index: -1;
}
.c-txtdec.--uldashed.--white:before {
  background-image: repeating-linear-gradient(90deg, transparent 0 6px, #fff 6px 12px);
}
.c-txtdec.--uldashed.--yellow:before {
  left: 0px;
  width: 100%;
  height: 5px;
  background-image: repeating-linear-gradient(90deg, transparent 0px 7px, #fee102 7px 12px);
}
.c-txtdec.--uldashed.--blue:before {
  left: 0px;
  height: 5px;
  background-image: repeating-linear-gradient(90deg, transparent 0 6px, #7fd0f1 6px 12px);
}

@media screen and (max-width: 767px) {
  .c-txtdec.--uldashed:before {
    width: 100%;
    height: 11px;
  }
}
.p-footer {
  width: 100%;
  min-width: auto;
  background-color: #421002;
}
.p-footer .p-footer__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: min(100% - 40px, 960px);
  margin: auto;
  padding-block: 27px 65px;
  padding-inline: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6666666667;
  letter-spacing: 0.07em;
}
.p-footer .p-footer-menulist {
  display: flex;
  flex-direction: row;
}
.p-footer .p-footer-menulist .item a {
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
}
.p-footer .p-footer-copylight {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 575px) {
  .p-footer .p-footer__inner {
    flex-direction: column;
    gap: 20px;
  }
}
details {
  width: 100%;
}

summary {
  cursor: pointer;
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.p-top {
  position: relative;
}
.p-top .p-top__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: min(100% - 40px, 1000px);
}

.p-fv {
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(253, 254, 254, 0.3) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(253, 254, 254, 0.3) calc(100% - 1px));
  background-color: #c8e7ed;
  background-size: 26px 26px;
  padding-block: 0px 0px;
  margin-top: -7px;
}
.p-fv .p-fv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: min(100% - 40px, 1280px);
  margin-block: 0px;
  margin-inline: auto;
  color: #421002;
}
.p-fv .p-fv__inner .pic {
  width: 1222px;
  transform: translate(-12px, 14px);
  pointer-events: none;
}
.p-fv .p-fv__inner .p-fv-ttl {
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 5.625vw;
  margin-top: -1.875vw;
  margin-bottom: 16px;
  margin-left: 10px;
}
.p-fv .p-fv__inner .p-fv-logo {
  width: 900px;
}
.p-fv .p-fv__inner .p-fv-lead {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: 2.5vw;
  margin-bottom: 40px;
  margin-left: 26px;
}
.p-fv .p-fv-bg-bottom {
  position: relative;
  width: 100%;
  height: 78px;
  z-index: 1;
  pointer-events: none;
}
.p-fv .p-fv-bg-bottom .wavemask {
  width: 100%;
  height: 78px;
  mask-image: url("../img/top/fv/bg-wave_rev.png");
  mask-size: 100% 80px;
  mask-repeat: no-repeat;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(236, 237, 237, 0.8) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(236, 237, 237, 0.8) calc(100% - 1px));
  background-color: #fff;
  background-size: 26px 26px;
  padding-block: 40px 40px;
}
.p-fv .p-fv-bg-bottom .pic-obj-l {
  position: absolute;
  width: 339px;
  height: 233px;
  left: 16px;
  bottom: -20px;
  aspect-ratio: 339/233;
}
.p-fv .p-fv-bg-bottom .pic-obj-r {
  position: absolute;
  width: 387px;
  height: 233px;
  right: 10px;
  bottom: -20px;
  aspect-ratio: 387/233;
}

@media screen and (max-width: 1279px) {
  .p-fv .p-fv__inner .pic {
    width: min(112.962962963vw, 1220px);
    max-width: 100%;
  }
  .p-fv .p-fv__inner .p-fv-ttl {
    margin-top: 0;
  }
  .p-fv .p-fv__inner .p-fv-logo {
    width: min(83.3333333333vw, 900px);
  }
}
@media screen and (max-width: 1079px) {
  .p-fv .p-fv-bg-bottom .wavemask {
    mask-size: 100% 40px;
    padding-block: 20px;
    mask-size: 100% 40px;
    mask-position: 0px 38px;
  }
  .p-fv .p-fv-bg-bottom .pic-obj-l,
  .p-fv .p-fv-bg-bottom .pic-obj-r {
    width: 250px;
    aspect-ratio: 196/103;
  }
  .p-fv .p-fv-bg-bottom .pic-obj-l {
    bottom: -60px;
  }
  .p-fv .p-fv-bg-bottom .pic-obj-r {
    bottom: -60px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-block: 40px 0px;
  }
  .p-fv .p-fv__inner {
    max-width: none;
  }
  .p-fv .p-fv__inner .pic {
    width: 100%;
    max-width: 100%;
    transform: none;
  }
  .p-fv .p-fv__inner .p-fv-ttl {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1428571429;
    font-size: 6.4vw;
    line-height: 6.4vw;
    margin-top: 1.0416666667vw;
    margin-left: 0;
    margin-bottom: 8px;
  }
  .p-fv .p-fv__inner .p-fv-logo {
    width: 290px;
  }
  .p-fv .p-fv__inner .p-fv-lead {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    font-size: 3.2vw;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .p-fv .p-fv-bg-bottom .wavemask {
    mask-size: 100% 40px;
    mask-position: 0px 38px;
  }
  .p-fv .p-fv-bg-bottom .pic-obj-l,
  .p-fv .p-fv-bg-bottom .pic-obj-r {
    width: 120px;
    aspect-ratio: 196/103;
  }
  .p-fv .p-fv-bg-bottom .pic-obj-l {
    bottom: -70px;
  }
  .p-fv .p-fv-bg-bottom .pic-obj-r {
    bottom: -90px;
  }
}
.p-top-about {
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(236, 237, 237, 0.8) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(236, 237, 237, 0.8) calc(100% - 1px));
  background-color: #fff;
  background-size: 26px 26px;
  padding-block: 59px 54px;
}
.p-top-about .p-top-about__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: min(100% - 40px, 1000px);
  margin-inline: auto;
  color: #421002;
}
.p-top-about .p-top-about__inner .p-top-about-ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
}
.p-top-about .p-top-about__inner .p-top-about-lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: 0;
}
.p-top-about .p-top-about-what {
  position: relative;
  width: 100%;
  margin-top: 92px;
}
.p-top-about .p-top-about-what .bg {
  position: absolute;
  width: 100%;
  top: 0;
  pointer-events: none;
  margin-left: 24px;
}
.p-top-about .p-top-about-what .bg .pic {
  width: 85%;
  max-width: 100%;
}
.p-top-about .p-top-about-what .bg .c-icon {
  position: absolute;
  right: 83px;
  bottom: -23px;
}
.p-top-about .p-top-about-what .l-heading {
  margin-block: 100px 76px;
  margin-inline: 44px 0;
  width: calc(100% - 44px);
}
.p-top-about .p-top-about-what .l-heading.ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.09em;
}
.p-top-about .p-top-about-what .l-heading.ttl .en {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.11em;
}
.p-top-about .p-top-about-what .contentwrap {
  display: flex;
  flex-direction: row;
  gap: 60px;
  margin-bottom: 49px;
  margin-left: 21px;
}
.p-top-about .p-top-about-what .contentwrap .pic {
  width: 261px;
  height: 227px;
  margin-top: 64px;
}
.p-top-about .p-top-about-what .contentwrap .txtwrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  text-align: left;
  padding-right: 10px;
}
.p-top-about .p-top-about-what .contentwrap .txtwrap .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5833333333;
  letter-spacing: 0.015em;
  margin-bottom: 26px;
}
.p-top-about .p-top-about-what .contentwrap .txtwrap .txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.11em;
  margin-bottom: 32px;
}
.p-top-about .p-top-about-what .contentwrap .txtwrap .temp {
  margin-bottom: 20px;
  background-color: #ffe3ac;
  height: 80px;
  width: 100%;
}
.p-top-about .p-top-about-what .moviewrap {
  width: 100%;
}
.p-top-about .p-top-about-what .moviewrap iframe {
  max-width: 100%;
  width: 560px;
  height: 316px;
}

@media screen and (max-width: 1079px) {
  .p-top-about .p-top-about-what .bg .pic {
    width: 82%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about {
    padding-block: 40px 40px;
  }
  .p-top-about .p-top-about__inner {
    max-width: calc(100% - 40px);
  }
  .p-top-about .p-top-about-what {
    margin-top: 60px;
  }
  .p-top-about .p-top-about-what .bg {
    margin-left: 0;
  }
  .p-top-about .p-top-about-what .bg .pic {
    width: 80%;
  }
  .p-top-about .p-top-about-what .bg .c-icon {
    right: 3%;
  }
  .p-top-about .p-top-about-what .l-heading {
    margin-block: 60px 40px;
    margin-inline: auto;
  }
  .p-top-about .p-top-about-what .l-heading.ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0;
  }
  .p-top-about .p-top-about-what .l-heading.ttl .en {
    font-size: 24px;
  }
  .p-top-about .p-top-about-what .contentwrap {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
    margin-left: 0;
  }
  .p-top-about .p-top-about-what .contentwrap .pic {
    width: 100%;
    height: auto;
    max-height: 200px;
    aspect-ratio: 200/200;
    margin-top: 0px;
  }
  .p-top-about .p-top-about-what .contentwrap .txtwrap {
    padding-right: 0;
  }
  .p-top-about .p-top-about-what .contentwrap .txtwrap .ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7777777778;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .p-top-about .p-top-about-what .contentwrap .txtwrap .txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4285714286;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .p-top-about .p-top-about-what .contentwrap .txtwrap .temp {
    height: 60px;
  }
  .p-top-about .p-top-about-what .moviewrap iframe {
    width: 600px;
    height: 320px;
  }
}
@media screen and (max-width: 374px) {
  .p-top-about .p-top-about-what .bg {
    margin-left: 0;
  }
  .p-top-about .p-top-about-what .bg .pic {
    width: 78%;
  }
}
.p-infolist {
  display: flex;
  flex-direction: row;
  margin-left: 59px;
}
.p-infolist .heading {
  margin-right: 26px;
}
.p-infolist .heading .ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: 0.05em;
}
.p-infolist .list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.p-infolist-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.09em;
}
.p-infolist-item .tim {
  width: auto;
  margin-right: 29px;
}
.p-infolist-item a {
  flex: 1;
  width: min(64.8148148148vw, 700px);
  text-decoration: underline;
}
.p-infolist-item .ttl {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  letter-spacing: 0.055em;
}

/* Info 表示領域の制限とスクロール */
.expandable {
  display: none;
}

.p-infolist .list {
  max-height: 150px; /* スムーズな開閉アニメーションのために必要 */
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  /* 展開時にスクロール可能にする */
}
.p-infolist .list.expanded {
  max-height: 370px;
  overflow-y: auto;
}
.p-infolist + .pc {
  display: block;
  max-width: 23px;
  margin: 25px auto 0;
}
.p-infolist + .pc + .sp {
  display: none;
  margin-top: 15px;
}

@media screen and (max-width: 1079px) {
  .p-infolist {
    align-items: flex-start;
    flex-direction: column;
  }
  .p-infolist .heading {
    margin-bottom: 8px;
  }
  .p-infolist .heading .ttl {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
  }
  .p-infolist + .pc {
    display: none;
  }
  .p-infolist + .pc + .sp {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-infolist {
    margin-left: 0px;
  }
  .p-infolist .heading {
    margin-right: 26px;
    margin-bottom: 8px;
  }
  .p-infolist .heading .ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .p-infolist .list {
    width: 100%;
  }
  .p-infolist-item {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6666666667;
  }
  .p-infolist-item .tim {
    width: fit-content;
    margin-right: 20px;
    letter-spacing: 0;
  }
  .p-infolist-item a {
    width: auto;
  }
}
.p-side-cv {
  position: fixed;
  top: 35%;
  right: 0;
  padding-block: 17px 19px;
  padding-inline: 19px 10px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.17em;
  color: #fff !important;
  z-index: 50;
  transition: opacity 0.3s;
  cursor: pointer;
  width: auto;
}
.p-side-cv .c-icon {
  margin-top: 3px;
}
.p-side-cv:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .p-side-cv {
    position: fixed;
    top: 35%;
    right: 0;
    padding-block: 10px 10px;
    padding-inline: 10px 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.17em;
  }
  .p-side-cv .c-icon {
    margin-top: 3px;
  }
}
.p-top-point {
  position: relative;
  padding-block: 89px 92px;
  background-color: #ddf0f2;
}
.p-top-point .p-top-point-bg {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.p-top-point .p-top-point-bg .pic {
  margin: auto;
  margin-right: 22px;
  margin-top: 32px;
  width: 521px;
  height: 450px;
}
.p-top-point .p-top-point__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(100% - 40px, 1080px);
  margin-inline: auto;
  padding-inline: 20px 0;
  text-align: left;
  color: #421002;
}
.p-top-point .p-top-point__inner .heading {
  width: fit-content;
  margin-bottom: 50px;
  padding-block: 0px;
}
.p-top-point .p-top-point__inner .heading .ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-top-point .p-top-point__inner .heading .ttl .strong, .p-top-point .p-top-point__inner .heading .ttl .num {
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.09em;
}
.p-top-point .p-top-point__inner .heading .ttl .num {
  margin-left: 6px;
  letter-spacing: 0.24em;
}
.p-top-point .p-top-point__inner .heading .c-icon {
  margin-left: -23px;
  position: absolute;
}
.p-top-point .p-top-point__inner .p-top-point-list {
  display: flex;
  flex-direction: column;
  margin-inline: 40px 0;
}
.p-top-point .p-top-point__inner .p-top-point-list .list {
  display: flex;
  flex-direction: column;
  row-gap: 43px;
}
.p-top-point .p-top-point__inner .p-top-point-list .list .item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.p-top-point .p-top-point__inner .p-top-point-list .list .item .num {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #b01f23;
  margin-right: 53px;
  white-space: nowrap;
}
.p-top-point .p-top-point__inner .p-top-point-list .list .item .ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.025em;
  transform: translateY(1px);
}

@media screen and (max-width: 1079px) {
  .p-top-point {
    padding-block: 60px 60px;
  }
  .p-top-point .p-top-point__inner .heading .ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.0769230769;
  }
  .p-top-point .p-top-point__inner .heading .ttl .strong, .p-top-point .p-top-point__inner .heading .ttl .num {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.0666666667;
  }
  .p-top-point .p-top-point__inner .p-top-point-list .list .item .num {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2142857143;
  }
  .p-top-point .p-top-point__inner .p-top-point-list .list .item .ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2307692308;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-point .p-top-point-bg {
    top: auto;
    bottom: 0;
  }
  .p-top-point .p-top-point-bg .pic {
    margin: auto;
    margin-right: 22px;
    margin-bottom: 32px;
    width: 300px;
    height: 300px;
    aspect-ratio: 521/450;
  }
  .p-top-point .p-top-point__inner {
    max-width: calc(100% - 40px);
    padding-inline: 0px;
  }
  .p-top-point .p-top-point__inner .heading .ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
  }
  .p-top-point .p-top-point__inner .heading .ttl .strong, .p-top-point .p-top-point__inner .heading .ttl .num {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
  }
  .p-top-point .p-top-point__inner .heading .ttl .num {
    margin-left: 0px;
    letter-spacing: 0.05em;
  }
  .p-top-point .p-top-point__inner .p-top-point-list {
    margin-inline: 0px;
  }
  .p-top-point .p-top-point__inner .p-top-point-list .list {
    max-width: 600px;
    margin-inline: auto;
  }
  .p-top-point .p-top-point__inner .p-top-point-list .list .item {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-top-point .p-top-point__inner .p-top-point-list .list .item .num {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2142857143;
    width: fit-content;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .p-top-point .p-top-point__inner .p-top-point-list .list .item .ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 575px) {
  .p-top-point .p-top-point__inner .heading .ttl {
    width: 100%;
    padding-inline: 30px 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1111111111;
  }
  .p-top-point .p-top-point__inner .heading .ttl .strong, .p-top-point .p-top-point__inner .heading .ttl .num {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  .p-top-point .p-top-point__inner .heading .ttl .c-icon {
    margin-left: -18px;
  }
  .p-top-point .p-top-point__inner .p-top-point-list .list .item .num {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4166666667;
    letter-spacing: 0.05em;
  }
  .p-top-point .p-top-point__inner .p-top-point-list .list .item .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.025em;
  }
}
.p-top-point1 {
  position: relative;
  padding-block: 108px 91px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(236, 237, 237, 0.8) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(236, 237, 237, 0.8) calc(100% - 1px));
  background-color: #fff;
  background-size: 26px 26px;
}
.p-top-point1 .p-top-point1-bg {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -2px;
  pointer-events: none;
  z-index: 1;
}
.p-top-point1 .p-top-point1-bg .obj-l {
  margin-left: 7px;
  width: 286px;
  height: 136px;
  aspect-ratio: 286/136;
}
.p-top-point1 .p-top-point1-bg .obj-r {
  margin-right: 12px;
  width: 318px;
  height: 136px;
  aspect-ratio: 318/136;
}
.p-top-point1 .p-top-point1__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(100% - 40px, 1080px);
  padding-left: 40px;
  margin-inline: auto;
  text-align: left;
  color: #421002;
}
.p-top-point1 .p-top-point1__inner .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  margin-bottom: 28px;
  padding-block: 0px;
}
.p-top-point1 .p-top-point1__inner .heading .label {
  margin-inline: 25px 38px;
  white-space: nowrap;
}
.p-top-point1 .p-top-point1__inner .heading .ttl {
  margin-top: -5px;
}
.p-top-point1 .p-top-point1__inner .heading.--no02 {
  margin-bottom: 40px;
}
.p-top-point1 .p-top-point1__inner .heading.--no02 .c-txtdec {
  margin-right: 15px;
  padding-right: 31px;
  line-height: 36px;
  background-image: repeating-linear-gradient(-45deg, transparent 0px 5px, #fee102 5px 9px);
  background-size: 23px 5px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 16px;
}
.p-top-point1 .p-top-point1__inner .heading.--no02 .c-txtdec:before {
  display: none;
  width: 107%;
  bottom: -2px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-lead {
  margin-bottom: 62px;
  text-align: center;
  margin-left: -10px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-list {
  display: flex;
  flex-direction: column;
  max-width: min(100% - 40px, 968px);
  border: 8px solid #c8e7ed;
  border-radius: 36px;
  padding-block: 32px 17px;
  padding-inline: 37px;
  margin-bottom: 72px;
  margin-left: 16px;
  background-color: #fff;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-list .label {
  margin-left: 4px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-list .list {
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: 1fr;
  grid-auto-flow: row;
  column-gap: 26px;
  row-gap: 64px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-list .list .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-list .list.--no01 {
  margin-block: 40px 90px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-list .list.--no02 {
  margin-block: 0px 53px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
  gap: 34px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-item .pic {
  margin-top: 28px;
  width: 148px;
  height: 120px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-item .txtwrap {
  margin-top: 1px;
  max-width: 240px;
  flex: 1;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-item .txtwrap .ttl {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.2592592593;
  letter-spacing: 0.07em;
  margin-bottom: 13px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-item .txtwrap .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.03em;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-link {
  letter-spacing: 0.1em;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option .heading {
  align-items: center;
  margin-bottom: 48px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option .heading .c-ttl-label {
  margin-right: 43px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option .heading h3 {
  transform: translateY(6px);
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option .list {
  display: flex;
  flex-direction: column;
  row-gap: 34px;
  margin-left: 61px;
  margin-bottom: 16px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option-item {
  display: flex;
  flex-direction: row;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option-item .pic {
  width: 166px;
  height: 166px;
  margin-right: 14px;
  background-color: lightgray;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option-item .txtwrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option-item .txtwrap .ttl {
  letter-spacing: -0.05em;
  margin-bottom: 16px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option-item .txtwrap .txt {
  line-height: 1.2em;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option-item .txtwrap .info {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
  letter-spacing: 0;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option-item .flexslider {
  display: block;
  width: 166px;
  margin-right: 14px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option-item .flexslider .flex-viewport {
  min-height: 0;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option-item .flexslider .flex-control-nav {
  position: absolute;
  width: 166px;
  text-align: center;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option-item .flexslider .flex-control-nav li {
  margin: 10px 0 0 10px;
  display: inline-block;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option-item .flexslider .flex-control-nav li:first-child {
  margin: 0;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option-item .flexslider .flex-control-nav li a {
  display: block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: #c1c9cf;
  border-radius: 50%;
  text-indent: -9999px;
}
.p-top-point1 .p-top-point1__inner .p-top-point1-option-item .flexslider .flex-control-nav li a.flex-active, .p-top-point1 .p-top-point1__inner .p-top-point1-option-item .flexslider .flex-control-nav li a:hover {
  cursor: default;
  background: #120e19;
}
.p-top-point1 .p-top-point1__inner .annotation {
  position: absolute;
  right: 89px;
  bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1079px) {
  .p-top-point1 {
    padding-block: 60px 60px;
  }
  .p-top-point1 .p-top-point1-bg .obj-l {
    margin-left: 0px;
    width: 250px;
    height: auto;
  }
  .p-top-point1 .p-top-point1-bg .obj-r {
    margin-right: 0px;
    width: 250px;
    height: auto;
  }
  .p-top-point1 .p-top-point1__inner {
    padding-left: 0px;
  }
  .p-top-point1 .p-top-point1__inner .heading {
    width: fit-content;
    margin-inline: auto;
  }
  .p-top-point1 .p-top-point1__inner .heading .label {
    margin-inline: 0px 38px;
  }
  .p-top-point1 .p-top-point1__inner .heading .ttl {
    font-size: 28px;
  }
  .p-top-point1 .p-top-point1__inner .heading.--no02 {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .p-top-point1 .p-top-point1__inner .heading.--no02 .c-txtdec {
    margin-inline: auto;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-list {
    max-width: calc(100% - 40px);
    padding-inline: 20px;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-list .list {
    grid-template-columns: repeat(2, calc(50% - 20px));
    row-gap: 40px;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-list .list.--no01 {
    margin-top: 20px;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-item {
    flex-direction: column;
    gap: 20px;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-item .txtwrap {
    max-width: none;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-option {
    max-width: 900px;
    width: 100%;
    margin-inline: auto;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-option .heading {
    align-items: flex-start;
    width: 100%;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-option .heading h3 {
    margin-left: 40px;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-option .list {
    margin-left: 40px;
  }
  .p-top-point1 .p-top-point1__inner .annotation {
    position: relative;
    margin-block: 60px 20px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-point1 .p-top-point1-bg .obj-l {
    margin-left: 0px;
    width: 200px;
    height: auto;
  }
  .p-top-point1 .p-top-point1-bg .obj-r {
    margin-right: 0px;
    width: 200px;
    height: auto;
  }
  .p-top-point1 .p-top-point1__inner {
    padding-left: 0px;
  }
  .p-top-point1 .p-top-point1__inner .heading {
    flex-direction: column;
    align-items: flex-start;
    margin-inline: 0;
  }
  .p-top-point1 .p-top-point1__inner .heading .label {
    margin-inline: 0px 38px;
    margin-bottom: 20px;
  }
  .p-top-point1 .p-top-point1__inner .heading .ttl {
    font-size: 20px;
  }
  .p-top-point1 .p-top-point1__inner .heading.--no02 {
    align-items: unset;
  }
  .p-top-point1 .p-top-point1__inner .heading.--no02 .c-txtdec {
    padding-right: 0;
    margin-inline: 0;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-lead {
    margin-left: 0px;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-lead p {
    font-size: 16px;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-list {
    max-width: none;
    padding-inline: 20px;
    margin-left: 0px;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-list .label {
    line-height: 1.5;
    width: auto;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-list .list {
    grid-template-columns: repeat(1, 100%);
    row-gap: 40px;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-list .list.--no01 {
    margin-top: 20px;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-item {
    flex-direction: column;
    gap: 20px;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-item .pic {
    margin-inline: auto;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-item .txtwrap {
    max-width: none;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-option .heading {
    align-items: flex-start;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-option .heading .c-ttl-label {
    margin-left: 0;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-option .heading .c-txtdec {
    margin-inline: auto;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-option .list {
    margin-left: 0px;
    margin-bottom: 16px;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-option-item .pic {
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-option-item .pic img {
    width: 100px;
    height: 100px;
  }
  .p-top-point1 .p-top-point1__inner .p-top-point1-option-item .flexslider {
    width: 120px;
    min-width: 120px;
  }
  .p-top-point1 .p-top-point1__inner .annotation {
    position: relative;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
}
@media screen and (max-width: 374px) {
  .p-top-point1 .p-top-point1__inner .heading.--no02 h3 {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-point1 .p-top-point1__inner .p-top-point1-option-item .flexslider .flex-control-nav {
    width: 120px;
  }
}
.p-top-point2 {
  position: relative;
  padding-block: 111px 118px;
  background-color: #ddf0f2;
  background-size: 26px 26px;
}
.p-top-point2 .p-top-point2__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(100% - 40px, 1080px);
  padding-left: 40px;
  margin-inline: auto;
  text-align: left;
  color: #421002;
}
.p-top-point2 .p-top-point2__inner .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  margin-bottom: 30px;
  padding-block: 0px;
}
.p-top-point2 .p-top-point2__inner .heading .label {
  margin-inline: 25px 38px;
  white-space: nowrap;
}
.p-top-point2 .p-top-point2__inner .heading .ttl {
  margin-top: -5px;
}
.p-top-point2 .p-top-point2__inner .heading.--no02 {
  margin-bottom: 38px;
}
.p-top-point2 .p-top-point2__inner .heading.--no02 h3 {
  margin-right: 46px;
  height: 50px;
}
.p-top-point2 .p-top-point2__inner .lead {
  margin-bottom: 48px;
  text-align: center;
  margin-left: -16px;
  row-gap: 2px;
}
.p-top-point2 .p-top-point2__inner .lead .txt {
  letter-spacing: 0.01em;
}
.p-top-point2 .p-top-point2__inner .p-top-point2-list {
  display: flex;
  flex-direction: column;
  max-width: min(100% - 40px, 968px);
  border: 8px solid #c8e7ed;
  border-radius: 36px;
  padding-block: 34px 17px;
  padding-inline: 51px;
  margin-bottom: 64px;
  margin-left: 16px;
  background-color: #fff;
}
.p-top-point2 .p-top-point2__inner .p-top-point2-list .label {
  margin-left: 4px;
}
.p-top-point2 .p-top-point2__inner .p-top-point2-list .list {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  grid-template-rows: 1fr;
  grid-auto-flow: row;
  column-gap: 26px;
  row-gap: 38px;
}
.p-top-point2 .p-top-point2__inner .p-top-point2-list .list .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.p-top-point2 .p-top-point2__inner .p-top-point2-list .list.--no01 {
  margin-block: 0px 10px;
}
.p-top-point2 .p-top-point2__inner .p-top-point2-list .list.--no02 {
  margin-block: 0px 53px;
}
.p-top-point2 .p-top-point2__inner .p-top-point2-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  gap: 41px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0;
}
.p-top-point2 .p-top-point2__inner .p-top-point2-item .pic {
  margin-top: 28px;
  width: 100%;
  min-width: 148px;
  max-width: 148px;
  height: 120px;
}
.p-top-point2 .p-top-point2__inner .p-top-point2-item .txtwrap {
  margin-top: 1px;
  width: 100%;
  max-width: calc(100% - 24px);
}
.p-top-point2 .p-top-point2__inner .p-top-point2-item .txtwrap .ttl {
  display: flex;
  position: inline;
  align-items: center;
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
  margin-left: 5px;
  padding-bottom: 10px;
}
.p-top-point2 .p-top-point2__inner .p-top-point2-item .txtwrap .ttl span {
  display: inline-block;
  margin-left: 2px;
}
.p-top-point2 .p-top-point2__inner .p-top-point2-item .txtwrap .ttl .c-icon {
  margin-right: 4px;
}
.p-top-point2 .p-top-point2__inner .p-top-point2-item .txtwrap .ttl:before {
  width: 100%;
  max-width: 408px;
}
.p-top-point2 .p-top-point2__inner .p-top-point2-item .txtwrap .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2222222222;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.p-top-point2 .p-top-point2__inner .l-btn {
  margin-top: 64px;
}
.p-top-point2 .p-top-point2__inner .l-btn .label {
  margin-left: -39px;
  padding-inline: 56px 16px;
}
.p-top-point2 .p-top-point2__inner .l-btn .label i {
  margin-left: -23px;
}

@media screen and (max-width: 1079px) {
  .p-top-point2 {
    padding-block: 60px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-point2 .p-top-point2__inner {
    max-width: calc(100% - 40px);
    padding-left: 0px;
  }
  .p-top-point2 .p-top-point2__inner .heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-top-point2 .p-top-point2__inner .heading .label {
    margin-inline: 0px 38px;
  }
  .p-top-point2 .p-top-point2__inner .heading .ttl {
    margin-top: 8px;
  }
  .p-top-point2 .p-top-point2__inner .heading.--no02 h3 {
    height: 39px;
  }
  .p-top-point2 .p-top-point2__inner .lead {
    margin-left: 0px;
  }
  .p-top-point2 .p-top-point2__inner .p-top-point2-list {
    width: 100%;
    max-width: none;
    padding-inline: 20px;
    margin-left: 0px;
  }
  .p-top-point2 .p-top-point2__inner .p-top-point2-item {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .p-top-point2 .p-top-point2__inner .p-top-point2-item .pic {
    margin-inline: auto;
    max-width: 140px;
    max-height: 140px;
    height: auto;
  }
  .p-top-point2 .p-top-point2__inner .p-top-point2-item .txtwrap {
    flex: 1;
  }
  .p-top-point2 .p-top-point2__inner .p-top-point2-item .txtwrap .ttl {
    margin-left: 0px;
    padding-right: 0px;
  }
  .p-top-point2 .p-top-point2__inner .p-top-point2-item .txtwrap .ttl:before {
    max-width: none;
  }
  .p-top-point2 .p-top-point2__inner .l-btn {
    margin-top: 0px;
  }
  .p-top-point2 .p-top-point2__inner .l-btn .label {
    margin-left: 0;
  }
  .p-top-point2 .p-top-point2__inner .l-btn .label i {
    margin-left: -23px;
  }
  .p-top-point2 .p-top-point2__inner .l-btn .label .txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.p-howto-list {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-left: 21px;
  gap: 54px;
}
.p-howto-list .label {
  margin-left: 4px;
}
.p-howto-list .item .ttl {
  position: relative;
  width: 100%;
  text-align: left;
  margin-left: 24px;
  margin-bottom: 15px;
  white-space: nowrap;
}
.p-howto-list .item .ttl:after {
  position: absolute;
  content: "";
  top: 13px;
  left: 51%;
  width: 140px;
  height: 3px;
  background-image: repeating-linear-gradient(90deg, transparent 0 5px, #b01f23 5px 8px);
}
.p-howto-list .item .ttl.--none:after {
  display: none;
}

.p-howto-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
.p-howto-item .pic {
  width: 144px;
  height: 131px;
  aspect-ratio: 116/102;
  background-color: #fff;
  border-radius: 10px;
  display: grid;
  place-content: center;
  margin-bottom: 13px;
  margin-left: -8px;
}
.p-howto-item .txtwrap {
  max-width: 200px;
  text-align: left;
}
.p-howto-item .txtwrap .txt {
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1079px) {
  .p-howto-list {
    gap: 20px;
  }
  .p-howto-list .item .ttl {
    margin-left: 0;
    margin-right: 0px;
  }
  .p-howto-list .item .ttl:after {
    left: min(13.0208333333vw, 100px);
    width: min(7.8125vw, 100px);
  }
  .p-howto-item .pic {
    width: 144px;
    height: 131px;
    aspect-ratio: 116/102;
  }
}
@media screen and (max-width: 767px) {
  .p-howto-list {
    flex-direction: column;
    padding-left: 0px;
    gap: 40px;
    max-width: 500px;
    margin-inline: auto;
  }
  .p-howto-list .item {
    display: flex;
    flex-direction: row;
  }
  .p-howto-list .item .ttl {
    width: fit-content;
    margin-left: 0px;
    margin-right: 20px;
  }
  .p-howto-list .item .ttl:not(.p-howto-list .item .ttl.--none):after {
    position: absolute;
    content: "";
    top: 48px;
    left: 40%;
    width: 3px;
    height: 95%;
    background-image: repeating-linear-gradient(0deg, transparent 0 5px, #b01f23 5px 8px);
  }
  .p-howto-list.--point2 {
    margin-bottom: 60px;
  }
  .p-howto-item {
    align-items: flex-start;
    gap: 0px;
    max-width: none;
  }
  .p-howto-item .pic {
    width: 100%;
    height: 100%;
    max-width: 200px;
    min-height: 144px;
    display: flex;
    margin-left: 0px;
  }
  .p-howto-item .pic img {
    padding: 10px;
  }
  .p-howto-item .txtwrap {
    max-width: none;
    align-items: flex-start;
    display: flex;
    height: fit-content;
  }
}
.p-top-point3 {
  position: relative;
  padding-block: 115px 112px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(236, 237, 237, 0.8) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(236, 237, 237, 0.8) calc(100% - 1px));
  background-color: #fff;
  background-size: 26px 26px;
}
.p-top-point3 .p-top-point3__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(100% - 40px, 1080px);
  padding-left: 40px;
  margin-inline: auto;
  text-align: left;
  color: #421002;
}
.p-top-point3 .p-top-point3__inner .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  margin-bottom: 29px;
  padding-block: 0px;
}
.p-top-point3 .p-top-point3__inner .heading .label {
  margin-inline: 25px 38px;
  white-space: nowrap;
}
.p-top-point3 .p-top-point3__inner .heading .ttl {
  margin-top: -5px;
}
.p-top-point3 .p-top-point3__inner .lead {
  margin-bottom: 42px;
  text-align: center;
  margin-left: 36px;
  width: calc(100% - 36px);
}
.p-top-point3 .p-top-point3__inner .lead .ttl {
  padding-bottom: 9px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-itemwrap {
  margin-left: 20px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-itemwrap .head {
  z-index: 1;
  width: 164px;
  height: fit-content;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-itemwrap .head .ttl {
  margin-left: 13px;
  letter-spacing: 0.05em;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-itemwrap .head.--opt {
  width: 144px;
  margin-left: 20px;
  margin-block: 7px 4px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-itemwrap .head.--opt .label {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.13em;
  padding-block: 6px 10px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-itemwrap .head.--opt .label:before {
  left: -4px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-tablewrap {
  width: 100%;
  margin-top: 6px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table {
  display: flex;
  flex-direction: column;
  max-width: min(100% - 40px, 803px);
  border: 2px solid #421002;
  border-radius: 36px;
  margin-bottom: 12px;
  margin-left: 16px;
  background-color: #fff;
  color: #421002;
  overflow: hidden;
  position: relative;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody {
  width: 100%;
  height: 100%;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr {
  display: flex;
  width: 100%;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th .cell, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td .cell, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th .cell, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td .cell {
  padding-block: 15px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th .cell.--head, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td .cell.--head, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th .cell.--head, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td .cell.--head {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  margin-top: 3px;
  margin-left: 5px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th .cell.--column, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td .cell.--column, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th .cell.--column, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td .cell.--column {
  flex-direction: column;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th .cell.--en, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td .cell.--en, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th .cell.--en, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td .cell.--en {
  letter-spacing: 0;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th .cell .price, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td .cell .price, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th .cell .price, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td .cell .price {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-left: 0px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th .cell .min, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td .cell .min, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th .cell .min, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td .cell .min {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-top: 6px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th:first-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td:first-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th:first-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td:first-child {
  width: 28.3%;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th:nth-child(2), .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td:nth-child(2), .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th:nth-child(2), .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td:nth-child(2) {
  width: 36%;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th:nth-child(3), .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td:nth-child(3), .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th:nth-child(3), .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td:nth-child(3) {
  width: 35.7%;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th:not(.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th:last-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td:last-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th:last-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td:last-child), .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td:not(.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th:last-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td:last-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th:last-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td:last-child), .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th:not(.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th:last-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td:last-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th:last-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td:last-child), .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td:not(.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th:last-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td:last-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th:last-child, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td:last-child) {
  border-right: 2px solid #421002;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td {
  width: 33.3%;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td.--col2, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td.--col2 {
  width: 66.6%;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td span.bargain, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td span.bargain {
  position: absolute;
  top: 40px;
  right: 190px;
  background-color: rgb(176, 31, 35);
  border-radius: 50%;
  color: #fff;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr.rowh1, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr.rowh1 {
  min-height: 80px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr.rowb1, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr.rowb1 {
  min-height: 77px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr.rowb2, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr.rowb2 {
  min-height: 77px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr:not(.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr.lastrow, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr.lastrow) th, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr:not(.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr.lastrow, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr.lastrow) td, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr:not(.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr.lastrow, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr.lastrow) th, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr:not(.p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr.lastrow, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr.lastrow) td {
  border-bottom: 2px solid #421002;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table .bg-blue {
  background-color: #7fd0f1 !important;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table .bg-sky {
  background-color: #e5f5fc;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table .bg-gray {
  background-color: #eeefef !important;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table .bg-yellow {
  background-color: #fef080;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table .bg-pale {
  background-color: #fffce5;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table .font-red {
  color: #b01f23;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table.--opt {
  margin-left: 14px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table.--opt .rowh1 {
  min-height: 84px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table.--opt .rowb1 {
  min-height: 68px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table.--opt .rowb1 .cell {
  padding-block: 15px 12px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-table.--opt .rowb2 {
  min-height: 68px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-serifwrap {
  z-index: 1;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-serifwrap .c-label-serif {
  position: absolute;
  padding-left: 22px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-serifwrap .c-label-serif-discount {
  top: -50px;
  right: 70px;
  border: 2px solid rgb(176, 31, 35);
  background-color: #fff;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-pluswrap {
  padding-block: 20px 23px;
  justify-content: center;
  align-items: center;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-pluswrap .c-icon {
  margin-left: -36px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-mintxtrap {
  justify-content: flex-end;
  margin-block: 8px 52px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  max-width: 818px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-mintxtrap .txt {
  text-align: right;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-dltxtrap {
  margin-left: 20px;
  width: calc(100% - 20px);
}
.p-top-point3 .p-top-point3__inner .p-top-point3-dltxtrap .c-label-tag {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.1428571429;
  letter-spacing: 0.05em;
  padding-block: 6px 6px;
  padding-inline: 13px 20px;
}
.p-top-point3 .p-top-point3__inner .p-top-point3-dltxtrap .txt {
  margin-left: 20px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2631578947;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1079px) {
  .p-top-point3 {
    padding-block: 60px 60px;
  }
  .p-top-point3 .p-top-point3__inner {
    width: calc(100% - 40px);
    margin-inline: auto;
    max-width: 800px;
    padding-left: 0px;
  }
  .p-top-point3 .p-top-point3__inner .heading .label {
    margin-left: 0;
  }
  .p-top-point3 .p-top-point3__inner .lead {
    text-align: left;
    margin-left: 0px;
    width: 100%;
  }
  .p-top-point3 .p-top-point3__inner .lead .ttl {
    position: relative;
  }
  .p-top-point3 .p-top-point3__inner .lead .ttl span {
    display: inline;
    line-height: 36px;
    background-image: repeating-linear-gradient(-45deg, transparent 0px 5px, #fee102 5px 9px);
    background-size: 23px 5px;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 8px;
  }
  .p-top-point3 .p-top-point3__inner .lead .ttl:before {
    display: none;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-itemwrap {
    margin-left: 0px;
    flex-direction: column;
    margin-inline: auto;
    width: 100%;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-pluswrap {
    padding-block: 50px 0px;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-serifwrap .c-label-serif-discount {
    top: 0;
    right: 0;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td span.bargain, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td span.bargain {
    right: 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-point3 .p-top-point3__inner {
    width: calc(100% - 40px);
    max-width: none;
    padding-left: 0px;
  }
  .p-top-point3 .p-top-point3__inner .heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-top-point3 .p-top-point3__inner .heading .label {
    margin-bottom: 20px;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-itemwrap {
    margin-left: 0px;
    flex-direction: column;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-itemwrap .head {
    width: fit-content;
    align-items: center;
    margin-bottom: 8px;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-itemwrap .head.--opt {
    margin-top: 10px;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-itemwrap .head.--opt .label {
    font-size: 15px;
    padding-inline: 8px;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-serifwrap .c-label-serif-discount {
    top: 5px;
    right: -20px;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-table {
    max-width: none;
    margin-left: 0px;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th .cell, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td .cell, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th .cell, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td .cell {
    font-size: 13.3333333333px;
    font-weight: bold;
    line-height: 1.8;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th .cell.--head, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td .cell.--head, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th .cell.--head, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td .cell.--head {
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    margin-top: 0px;
    margin-left: 0px;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th .cell.--price, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td .cell.--price, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th .cell.--price, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td .cell.--price {
    flex-direction: column;
    justify-content: center;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th .cell .price, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td .cell .price, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th .cell .price, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td .cell .price {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th .cell .min, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td .cell .min, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th .cell .min, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td .cell .min {
    font-size: 13.3333333333px;
    font-weight: bold;
    line-height: 1.5;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr th span.bargain, .p-top-point3 .p-top-point3__inner .p-top-point3-table thead tr td span.bargain, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr th span.bargain, .p-top-point3 .p-top-point3__inner .p-top-point3-table tbody tr td span.bargain {
    right: 30px;
    top: 95px;
    width: 60px;
    height: 60px;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-table.--opt {
    margin-left: 0px;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-pluswrap {
    padding-block: 50px 0px;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-pluswrap .c-icon {
    margin-inline: auto;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-mintxtrap {
    justify-content: flex-end;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-dltxtrap {
    margin-left: 0px;
    width: 100%;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-dltxtrap .c-label-tag {
    font-size: 18px;
  }
  .p-top-point3 .p-top-point3__inner .p-top-point3-dltxtrap .txt {
    margin-left: 0px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  .p-top-point3 .p-top-point3__inner .p-top-point3-pluswrap {
    padding-block: 60px 10px;
  }
}
.p-top-login {
  position: relative;
  padding-block: 44px 47px;
  background-color: #fff7dc;
}
.p-top-login .p-top-login__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(100% - 40px, 1000px);
  padding-left: 40px;
  margin-inline: auto;
  text-align: left;
  color: #421002;
}
.p-top-login .p-top-login__inner .lead {
  align-items: center;
  margin-bottom: 38px;
  text-align: left;
  max-width: min(100% - 40px, 880px);
  margin-left: 46px;
  row-gap: 2px;
  column-gap: 42px;
}
.p-top-login .p-top-login__inner .lead .txt {
  margin-top: -6px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5454545455;
  letter-spacing: 0.07em;
}
.p-top-login .p-top-login__inner .l-btn {
  max-width: 700px;
}
.p-top-login .p-top-login__inner .l-btn .c-btn {
  margin-left: -40px;
  color: #fff;
}

@media screen and (max-width: 1079px) {
  .p-top-login {
    padding-block: 60px 60px;
  }
  .p-top-login .p-top-login__inner .lead {
    margin-left: 0px;
    column-gap: 20px;
  }
  .p-top-login .p-top-login__inner .lead .pic {
    max-width: 200px;
    width: 100%;
  }
  .p-top-login .p-top-login__inner .lead .txt {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.125;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 767px) {
  .p-top-login {
    margin-inline: auto;
  }
  .p-top-login .p-top-login__inner {
    max-width: calc(100% - 40px);
    padding-left: 0px;
  }
  .p-top-login .p-top-login__inner .lead {
    margin-bottom: 38px;
    width: 100%;
    max-width: none;
    margin-left: 0px;
    row-gap: 20px;
    column-gap: 42px;
  }
  .p-top-login .p-top-login__inner .lead .pic {
    max-width: 200px;
    width: 100%;
  }
  .p-top-login .p-top-login__inner .lead .txt {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.125;
    letter-spacing: 0.07em;
  }
  .p-top-login .p-top-login__inner .l-btn {
    max-width: 500px;
  }
  .p-top-login .p-top-login__inner .l-btn .c-btn {
    margin-left: 0px;
  }
}
@media screen and (max-width: 575px) {
  .p-top-login .p-top-login__inner .lead {
    flex-direction: column;
  }
  .p-top-login .p-top-login__inner .l-btn .c-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 374px) {
  .p-top-login .p-top-login__inner .l-btn .c-btn {
    font-size: 12px;
  }
}
.p-top-pluson {
  position: relative;
  padding-block: 100px 133px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(236, 237, 237, 0.8) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(236, 237, 237, 0.8) calc(100% - 1px));
  background-color: #fff;
  background-size: 26px 26px;
}
.p-top-pluson .p-top-pluson__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(100% - 40px, 1080px);
  margin-inline: auto;
  color: #421002;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content {
  border: 8px solid #c8e7ed;
  border-radius: 36px;
  padding-block: 42px 19px;
  padding-inline: 37px;
  align-items: center;
  margin-bottom: 101px;
  text-align: center;
  max-width: min(100% - 40px, 968px);
  margin-left: 0px;
  row-gap: 2px;
  column-gap: 42px;
  background-color: #fff;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .l-heading .c-label {
  position: absolute;
  left: -40px;
  margin-top: -18px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.01em;
  padding-block: 2px 6px;
  padding-inline: 26px 22px;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .l-heading .c-label:before {
  left: -4px;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .l-heading .txt {
  margin-top: -7px;
  margin-left: 75px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 19px;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .wltwrap .pic0 {
  width: 165px;
  height: 144px;
  margin-left: -4px;
  margin-bottom: 58px;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .wltwrap .pic_lines {
  position: absolute;
  width: 100%;
  width: 66vw;
  max-width: 717px;
  height: 80px;
  bottom: -9px;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .wltwrap .pic_lines img {
  object-fit: fill;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 23px;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 133px;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item .pic {
  height: 100px;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item .txt {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3076923077;
  letter-spacing: 0.05em;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no01 img {
  width: 103px;
  aspect-ratio: 103/78;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no02 img {
  width: 133px;
  aspect-ratio: 133/75;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no03 img {
  width: 109px;
  aspect-ratio: 109/76;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no04 img {
  width: 94px;
  aspect-ratio: 94/98;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no05 img {
  width: 99px;
  aspect-ratio: 99/100;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .serifwrap {
  width: 100%;
  margin-bottom: 12px;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .serifwrap .c-label-serif {
  width: 100%;
  margin-inline: 0;
  padding-block: 17px 17px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.1428571429;
  letter-spacing: -0.015em;
  padding-inline: 16px;
  text-align: center;
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .serifwrap .c-label-serif:after {
  top: -10px;
  height: 10px;
  clip-path: polygon(7% 0%, calc(7% + 8px) 100%, calc(7% - 8px) 100%);
}
.p-top-pluson .p-top-pluson__inner .p-top-pluson-content .linkwrap {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5384615385;
  letter-spacing: 0.03em;
  text-align: right;
}
.p-top-pluson .p-top-pluson__inner .btnwrap {
  max-width: 700px;
  z-index: 1;
}
.p-top-pluson .p-top-pluson__inner .btnwrap .c-label {
  margin-left: -2px;
  padding-inline: 92px 60px;
}
.p-top-pluson .p-top-pluson__inner .btnwrap .c-label .c-icon {
  margin-left: -56px;
}
.p-top-pluson .p-top-pluson-bg {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: min(100%, 1280px);
  height: 100%;
  pointer-events: none;
}
.p-top-pluson .p-top-pluson-bg .pic {
  margin-right: 64px;
  margin-bottom: 129px;
  z-index: 0;
}

@media screen and (max-width: 1179px) {
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content {
    margin-bottom: 60px;
  }
  .p-top-pluson .p-top-pluson__inner .btnwrap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1079px) {
  .p-top-pluson {
    padding-block: 60px 133px;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .l-heading .txt {
    margin-left: 0;
    margin-top: 40px;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .list {
    justify-content: space-around;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item {
    width: 100px;
    margin: auto;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item .pic {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item .pic img {
    width: 64px;
    aspect-ratio: 64/64;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .serifwrap .c-label-serif {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3333333333;
  }
  .p-top-pluson .p-top-pluson-bg .pic {
    margin-bottom: 89px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-pluson .p-top-pluson__inner {
    max-width: calc(100% - 40px);
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content {
    padding-block: 42px 19px;
    padding-inline: 20px;
    margin-bottom: 60px;
    max-width: none;
    background-color: #fff;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .l-heading .c-label {
    position: absolute;
    left: -20px;
    margin-top: -18px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0.01em;
    padding-block: 2px 6px;
    padding-inline: 26px 22px;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .l-heading .c-label:before {
    left: -4px;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .l-heading .txt {
    margin-top: 40px;
    margin-left: 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6666666667;
    letter-spacing: 0.04em;
    margin-bottom: 19px;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .wltwrap .pic0 {
    width: 165px;
    height: 144px;
    margin-left: -4px;
    margin-bottom: 68px;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .wltwrap .pic_lines {
    height: 70px;
    bottom: 0px;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 23px;
    gap: 4px;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .list .item {
    width: calc(20% - 10px);
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item .pic {
    height: 50px;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item .txt {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5454545455;
    letter-spacing: 0.05em;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .serifwrap {
    width: 100%;
    margin-bottom: 12px;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .serifwrap .c-label-serif {
    width: 100%;
    margin-inline: 0;
    padding-block: 17px 17px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.015em;
    padding-inline: 13px;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .serifwrap .c-label-serif:after {
    top: -10px;
    left: 20px;
    height: 10px;
    clip-path: polygon(7% 0%, calc(7% + 8px) 100%, calc(7% - 8px) 100%);
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .linkwrap {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5384615385;
    letter-spacing: 0.03em;
  }
  .p-top-pluson .p-top-pluson__inner .btnwrap {
    max-width: 700px;
  }
  .p-top-pluson .p-top-pluson__inner .btnwrap .c-label {
    margin-left: -2px;
    padding-inline: 50px 30px;
    text-align: left;
  }
  .p-top-pluson .p-top-pluson__inner .btnwrap .c-label .txt {
    font-size: 18px;
  }
  .p-top-pluson .p-top-pluson__inner .btnwrap .c-label .c-icon {
    margin-left: -30px;
  }
  .p-top-pluson .p-top-pluson-bg {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    max-width: min(100%, 1280px);
    height: 100%;
    pointer-events: none;
  }
  .p-top-pluson .p-top-pluson-bg .pic {
    width: 200px;
    height: 200px;
    margin-right: 64px;
  }
}
@media screen and (max-width: 575px) {
  .p-top-pluson .p-top-pluson-bg .pic {
    margin-right: 0px;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .wltwrap .pic_lines {
    width: 50vw;
    max-width: none;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no01 img, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no02 img, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no03 img, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no04 img, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no05 img {
    width: 40px;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no01 .pic, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no02 .pic, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no03 .pic, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no04 .pic, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no05 .pic {
    width: 40px;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no01 .txt, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no02 .txt, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no03 .txt, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no04 .txt, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no05 .txt {
    font-size: 12px;
    font-weight: bold;
    line-height: 2.3333333333;
  }
}
@media screen and (max-width: 374px) {
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .wltwrap .pic_lines {
    width: 50vw;
    max-width: none;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .list {
    justify-content: space-between;
  }
  .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no01 .txt, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no02 .txt, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no03 .txt, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no04 .txt, .p-top-pluson .p-top-pluson__inner .p-top-pluson-content .p-top-pluson-item.--no05 .txt {
    font-size: 10px;
  }
}
.p-faq-content {
  width: 100%;
}
.p-faq-content .list {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #421002;
}
.p-faqitem {
  position: relative;
  border-top: 1px solid #421002;
  text-align: left;
}
.p-faqitem[data-open=true] .p-faq-q .p-faq-q__inner .icon:before {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-faqitem[data-open=true] .p-faq-q .p-faq-q__inner .icon:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-faqitem .p-faq-q {
  display: flex;
  flex-direction: row;
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 4px;
}
.p-faqitem .p-faq-q .p-faq-q__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: -0.03em;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 16px;
}
.p-faqitem .p-faq-q .p-faq-q__inner .icon {
  position: relative;
  margin-right: 26px;
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  border: 1px solid #421002;
}
.p-faqitem .p-faq-q .p-faq-q__inner .icon:before, .p-faqitem .p-faq-q .p-faq-q__inner .icon:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  background-color: #421002;
  transform: translate(-50%, -50%);
}
.p-faqitem .p-faq-q .p-faq-q__inner .icon:before {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.p-faqitem .p-faq-a {
  display: flex;
  flex-direction: row;
  position: relative;
  font-size: 18px;
  height: 100%;
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
}
.p-faqitem .p-faq-a .p-faq-a__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100% - 100px);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2307692308;
  letter-spacing: 0;
  margin-bottom: 29px;
}
.p-faqitem .p-faq-a .p-faq-a__inner .wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 19px;
}
.p-faqitem .p-faq-a .p-faq-a__inner .ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}
.p-faqitem .p-faq-a .p-faq-a__inner .txt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4615384615;
  letter-spacing: 0.02em;
}
.p-faqitem .p-faq-a .p-faq-a__inner a {
  text-decoration: underline;
  transition: opacity 0.3s;
}
.p-faqitem .p-faq-a .p-faq-a__inner a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 575px) {
  .p-faqitem .p-faq-a .p-faq-a__inner {
    width: calc(100% - 0px);
  }
}
.p-top-faq {
  position: relative;
  padding-block: 84px 133px;
  background-color: #eeefef;
}
.p-top-faq .p-top-faq__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(100% - 40px, 902px);
  margin-left: 20px;
  color: #421002;
}
.p-top-faq .p-top-faq__inner .heading {
  padding-bottom: 35px;
}
.p-top-faq .p-top-faq__inner .heading .c-icon {
  position: absolute;
  margin-left: -54px;
  margin-top: -3px;
}
.p-top-faq .p-top-faq__inner .heading .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1079px) {
  .p-top-faq {
    padding-block: 60px 60px;
  }
  .p-top-faq .p-top-faq__inner {
    margin-left: 0px;
  }
  .p-top-faq .p-top-faq__inner .heading {
    text-align: left;
    padding-bottom: 24px;
  }
  .p-top-faq .p-top-faq__inner .heading .c-icon {
    position: relative;
    margin-left: 0px;
  }
}
@media screen and (max-width: 374px) {
  .p-top-faq .p-top-faq__inner .heading .c-icon {
    margin-top: auto;
  }
}
.p-top-contact {
  position: relative;
  padding-block: 67px 84px;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(236, 237, 237, 0.8) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(236, 237, 237, 0.8) calc(100% - 1px));
  background-color: #fff;
  background-size: 26px 26px;
}
.p-top-contact .p-top-contact__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(100% - 40px, 700px);
  text-align: left;
  color: #421002;
}
.p-top-contact .p-top-contact__inner .l-btn {
  max-width: 700px;
}
.p-top-contact .p-top-contact__inner .l-btn .c-btn {
  margin-left: -40px;
}

@media screen and (max-width: 767px) {
  .p-top-contact {
    padding-block: 60px 60px;
  }
}
.p-subfv {
  position: relative;
  padding-block: 92px 59px;
}

.p-subfv__inner {
  width: 100%;
  color: #421002;
}
.p-subfv__inner .c-label-subfv .en {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.15;
  margin-bottom: 8px;
}

@media screen and (max-width: 1079px) {
  .p-subfv__inner .c-label-subfv .en {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .p-subfv__inner .c-label-subfv .en {
    width: 250px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4545454545;
    margin-bottom: 2px;
  }
}
.p-download {
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(253, 254, 254, 0.3) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(253, 254, 254, 0.3) calc(100% - 1px));
  background-color: #ddf0f2;
  background-size: 26px 26px;
  color: #421002;
}

.p-download-bg {
  position: absolute;
  width: 100%;
  height: 10%;
}

.p-download-list {
  position: relative;
  padding-block: 0px 0px;
  margin-top: 0px;
}
.p-download-list .p-download-list__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: min(100% - 40px, 1080px);
  padding-left: 40px;
  margin-inline: auto;
  text-align: left;
  color: #421002;
}
.p-download-list .p-download-list__inner .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  margin-bottom: 28px;
  padding-block: 0px;
}
.p-download-list .p-download-list__inner .heading .label {
  margin-inline: 25px 38px;
}
.p-download-list .p-download-list__inner .heading .ttl {
  margin-top: -5px;
}
.p-download-list .p-download-list__inner .heading.--no02 {
  margin-bottom: 44px;
}
.p-download-list .p-download-list__inner .heading.--no02 .c-txtdec {
  margin-right: 48px;
  height: 50px;
}
.p-download-list .p-download-list__inner .heading.--no02 .c-txtdec:before {
  width: 107%;
  bottom: -2px;
}
.p-download-list .p-download-list__inner .p-download-list-lead {
  margin-bottom: 62px;
  text-align: center;
  margin-left: -10px;
}
.p-download-list .p-download-list__inner .p-download-list-list {
  display: flex;
  flex-direction: column;
  max-width: min(100% - 40px, 968px);
  border: 8px solid #c8e7ed;
  border-radius: 36px;
  padding-block: 36px 17px;
  padding-inline: 36px 36px;
  margin-bottom: 72px;
  margin-left: 16px;
  background-color: #fff;
}
.p-download-list .p-download-list__inner .p-download-list-list .label {
  margin-left: 5px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.0666666667;
  letter-spacing: 0.122em;
  padding-block: 6px 11px;
  padding-inline: 22px 20px;
}
.p-download-list .p-download-list__inner .p-download-list-list .list {
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 17px));
  grid-template-rows: 1fr;
  grid-auto-flow: row;
  column-gap: 34px;
  row-gap: 49px;
}
.p-download-list .p-download-list__inner .p-download-list-list .list .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.p-download-list .p-download-list__inner .p-download-list-list .list.--no01 {
  margin-block: 41px 75px;
}
.p-download-list .p-download-list__inner .p-download-list-list .list.--no02 {
  margin-block: 0px 21px;
}
.p-download-list .p-download-list__inner .p-download-list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
  gap: 27px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0;
}
.p-download-list .p-download-list__inner .p-download-list-item .pic {
  width: 202px;
  height: 195px;
  border: 1px solid #421002;
  border-radius: 10px;
  padding-block: 24px 11px;
  padding-inline: 11px 11px;
}
.p-download-list .p-download-list__inner .p-download-list-item .txtwrap {
  margin-top: -7px;
  max-width: 190px;
  flex: 1;
}
.p-download-list .p-download-list__inner .p-download-list-item .txtwrap .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4166666667;
  letter-spacing: -0.05em;
  margin-bottom: 12px;
}
.p-download-list .p-download-list__inner .p-download-list-item .txtwrap .info {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5714285714;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.p-download-list .p-download-list__inner .p-download-list-item .txtwrap .txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5714285714;
  letter-spacing: 0.02em;
}
.p-download-list .p-download-list__inner .p-download-list-link {
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1079px) {
  .p-download-list .p-download-list__inner {
    padding-left: 0px;
  }
  .p-download-list .p-download-list__inner .heading.--no02 {
    flex-direction: column;
    align-items: center;
    margin-inline: auto;
    gap: 10px;
  }
}
@media screen and (max-width: 979px) {
  .p-download-list .p-download-list__inner {
    padding-left: 0px;
  }
  .p-download-list .p-download-list__inner .p-download-list-item {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
  .p-download-list .p-download-list__inner .p-download-list-item .pic {
    margin-inline: auto;
  }
  .p-download-list .p-download-list__inner .p-download-list-item .txtwrap {
    max-width: none;
  }
  .p-download-list .p-download-list__inner .p-download-list-item .txtwrap .ttl {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-download-list {
    width: 100%;
  }
  .p-download-list .p-download-list__inner {
    max-width: none;
    padding-left: 0px;
  }
  .p-download-list .p-download-list__inner .heading.--no02 {
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    gap: 10px;
  }
  .p-download-list .p-download-list__inner .heading.--no02 .c-txtdec {
    margin-inline: auto;
    text-align: center;
    height: 40px;
  }
  .p-download-list .p-download-list__inner .p-download-list-list {
    max-width: calc(100% - 20px);
    padding-inline: 16px 16px;
  }
  .p-download-list .p-download-list__inner .p-download-list-list .label {
    margin-left: 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
  }
  .p-download-list .p-download-list__inner .p-download-list-list .list {
    grid-template-columns: repeat(1, 100%);
  }
  .p-download-list .p-download-list__inner .p-download-list-item {
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
  .p-download-list .p-download-list__inner .p-download-list-item .pic {
    width: 100%;
    max-width: 200px;
    margin-inline: auto;
  }
  .p-download-list .p-download-list__inner .p-download-list-item .txtwrap {
    max-width: none;
  }
}
@media screen and (max-width: 374px) {
  .p-download-list .p-download-list__inner .heading.--no02 .c-txtdec {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  .p-download-list .p-download-list__inner .heading.--no02 .c-label-serif {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .p-download-list .p-download-list__inner .p-download-list-list .label {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5555555556;
    letter-spacing: 0.122em;
  }
}
.p-download-info {
  position: relative;
  padding-block: 62px 55px;
  background-color: #fff;
  color: #421002;
}
.p-download-info .p-download-info__inner {
  max-width: min(100% - 40px, 1000px);
  margin-inline: auto;
  width: 100%;
}

.p-download-gets {
  position: relative;
  padding-block: 93px 103px;
  background-color: #ddf0f2;
  color: #421002;
}
.p-download-gets .p-download-gets__inner {
  margin-left: -36px;
}
.p-download-gets .p-download-gets__inner .heading {
  display: flex;
  align-items: center;
  margin-left: 20px;
  column-gap: 33px;
  margin-bottom: 37px;
}
.p-download-gets .p-download-gets__inner .heading .label {
  letter-spacing: 0.07em;
  padding-inline: 19px 13px;
}
.p-download-gets .p-download-gets__inner .heading.--no02 {
  margin-left: 1px;
  column-gap: 87px;
}
.p-download-gets .p-download-gets__inner .heading.--no02 .c-txtdec:before {
  transform: skew(-45deg) translateY(9px);
  width: 120%;
}
.p-download-gets .p-download-gets__inner .heading.--no02 .c-label-serif {
  margin-top: 8px;
}
.p-download-gets .p-download-gets__inner .cbwrap {
  position: relative;
  text-align: left;
  margin-bottom: 51px;
  display: flex;
  flex-direction: column;
}
.p-download-gets .p-download-gets__inner .cbwrap .txtdec {
  display: block;
  margin: 6px 0 6px 9px;
}
.p-download-gets .p-download-gets__inner .cbwrap .txt {
  display: inline;
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.045em;
  margin-top: -2px;
  padding-bottom: 5px;
  height: 100%;
  line-height: 36px;
  background-image: linear-gradient(transparent 98%, #b01f23 0%);
}
.p-download-gets .p-download-gets__inner .cbwrap .txt-group {
  display: flex;
}
.p-download-gets .p-download-gets__inner .list {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: 1fr;
  grid-auto-flow: row;
  column-gap: 40px;
  row-gap: 49px;
}
.p-download-gets .p-download-gets__inner .list .item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.p-download-gets .p-download-gets__inner .list.--no01 {
  margin-block: 41px 96px;
}
.p-download-gets .p-download-gets__inner .list.--no02 {
  row-gap: 38px;
}
.p-download-gets .p-download-gets__inner .leadwrap {
  text-align: left;
  gap: 13px;
  margin-bottom: 38px;
}
.p-download-gets .p-download-gets__inner .leadwrap .txtb {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.14em;
}
.p-download-gets .p-download-gets__inner .leadwrap .txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 1079px) {
  .p-download-gets {
    padding-block: 60px 60px;
  }
  .p-download-gets .p-download-gets__inner {
    margin-left: 0px;
    margin-inline: auto;
    max-width: min(100% - 40px, 1080px);
    margin: auto;
  }
  .p-download-gets .p-download-gets__inner .heading.--no02 {
    flex-direction: column;
    gap: 20px;
  }
  .p-download-gets .p-download-gets__inner .heading.--no02 .c-txtdec:before {
    width: 110%;
  }
  .p-download-gets .p-download-gets__inner .list {
    column-gap: 0px;
  }
  .p-download-gets .p-download-gets__inner .list .item {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-download-gets .p-download-gets__inner {
    margin-inline: auto;
    max-width: calc(100% - 40px);
  }
  .p-download-gets .p-download-gets__inner .heading {
    width: calc(100% - 40px);
    margin-inline: auto;
    column-gap: 20px;
  }
  .p-download-gets .p-download-gets__inner .cbwrap .txt {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6666666667;
    letter-spacing: 0.045em;
    padding-bottom: 3px;
  }
  .p-download-gets .p-download-gets__inner .list {
    grid-template-columns: repeat(1, 100%);
  }
  .p-download-gets .p-download-gets__inner .list .item {
    justify-content: center;
  }
  .p-download-gets .p-download-gets__inner .leadwrap .txtb {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1111111111;
  }
  .p-download-gets .p-download-gets__inner .leadwrap .txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}
@media screen and (max-width: 575px) {
  .p-download-gets .p-download-gets__inner .heading {
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 0px);
    gap: 20px;
    text-align: left;
  }
  .p-download-gets .p-download-gets__inner .heading .label {
    margin-left: 0;
  }
  .p-download-gets .p-download-gets__inner .heading .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  .p-download-gets .p-download-gets__inner .heading.--no02 {
    align-items: center;
  }
  .p-download-gets .p-download-gets__inner .heading.--no02 .c-txtdec:before {
    width: 101%;
  }
  .p-download-gets .p-download-gets__inner .cbwrap .txt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.875;
    letter-spacing: 0;
  }
}
.p-download-howto {
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(236, 237, 237, 0.8) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(236, 237, 237, 0.8) calc(100% - 1px));
  background-color: #fff;
  background-size: 26px 26px;
  padding-block: 96px 0px;
}
.p-download-howto .p-download-howto__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(100% - 40px, 1080px);
  margin: auto;
}
.p-download-howto .p-download-howto__inner .moviewrap {
  width: 100%;
  max-width: 562px;
  height: 316px;
  margin-bottom: 74px;
}
.p-download-howto .p-download-howto__inner .moviewrap iframe {
  width: 100%;
  height: 100%;
}
.p-download-howto .p-download-howto__inner .heading {
  margin-left: 78px;
  width: calc(100% - 78px);
  gap: 35px;
}
.p-download-howto .p-download-howto__inner .heading .ttl {
  letter-spacing: 0.05em;
}
.p-download-howto .p-download-howto__inner .p-howto-list.--dl {
  margin-top: 44px;
  margin-bottom: 104px;
  margin-left: -38px;
  padding-left: 48px;
  gap: 63px;
}
.p-download-howto .p-download-howto__inner .p-howto-list .item .ttl {
  margin-left: 9px;
}
.p-download-howto .p-download-howto__inner .p-howto-list .item .ttl:after {
  left: 55%;
  top: 13px;
  width: 120px;
}
.p-download-howto .p-download-howto__inner .p-howto-list .item .ttl.--plane:after {
  width: 30%;
}
.p-download-howto .p-download-howto__inner .p-howto-list .item .ttl .c-icon {
  position: absolute;
  top: -10px;
  right: -35px;
}
.p-download-howto .p-download-howto__inner .p-howto-item .pic {
  width: 144px;
  height: 144px;
  margin-bottom: -5px;
}
.p-download-howto .p-download-howto__inner .p-howto-item .txtwrap {
  width: 200px;
}
.p-download-howto .p-download-howto__inner .p-howto-item .txtwrap .txt {
  width: 176px;
  margin-left: 10px;
}

@media screen and (max-width: 1079px) {
  .p-download-howto {
    padding-block: 60px 0px;
  }
  .p-download-howto .p-download-howto__inner .heading {
    width: calc(100% - 78px);
  }
  .p-download-howto .p-download-howto__inner .p-howto-list.--dl {
    gap: 20px;
  }
  .p-download-howto .p-download-howto__inner .p-howto-list .item .ttl:after {
    left: 55%;
    width: 80px;
  }
}
@media screen and (max-width: 979px) {
  .p-download-howto .p-download-howto__inner .heading {
    margin-left: 20px;
  }
  .p-download-howto .p-download-howto__inner .p-howto-list.--dl {
    margin-left: -20px;
    padding-left: 0;
  }
  .p-download-howto .p-download-howto__inner .p-howto-list.--dl .item .ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1818181818;
    letter-spacing: 0;
  }
  .p-download-howto .p-download-howto__inner .p-howto-list.--dl .item .ttl:after {
    width: 60px;
  }
  .p-download-howto .p-download-howto__inner .p-howto-list.--dl .p-howto-item .pic {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
  .p-download-howto .p-download-howto__inner .p-howto-list.--dl .p-howto-item .txtwrap {
    max-width: 160px;
  }
  .p-download-howto .p-download-howto__inner .p-howto-list.--dl .p-howto-item .txtwrap .txt {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-download-howto .p-download-howto__inner {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .p-download-howto .p-download-howto__inner .moviewrap {
    max-width: none;
  }
  .p-download-howto .p-download-howto__inner .heading {
    flex-direction: column;
    margin-left: 0px;
    gap: 20px;
  }
  .p-download-howto .p-download-howto__inner .heading .label {
    margin-left: 0px;
  }
  .p-download-howto .p-download-howto__inner .heading .ttl {
    text-align: left;
  }
  .p-download-howto .p-download-howto__inner .p-howto-list.--dl {
    margin-inline: auto;
    padding-left: 0px;
    gap: 40px;
  }
  .p-download-howto .p-download-howto__inner .p-howto-list.--dl .p-howto-item .txtwrap {
    width: 100%;
    max-width: none;
  }
  .p-download-howto .p-download-howto__inner .p-howto-list.--dl .p-howto-item .txtwrap .txt {
    width: 100%;
  }
  .p-download-howto .p-download-howto__inner .p-howto-list .item .ttl:after {
    top: 0px;
  }
  .p-download-howto .p-download-howto__inner .p-howto-list .item .ttl.--plane:after {
    width: 3px;
  }
  .p-download-howto .p-download-howto__inner .p-howto-list .item .ttl .c-icon {
    top: auto;
    bottom: -90px;
    right: 12px;
  }
}
/*--------------------------------------------------
    u-display.scss
    表示のON/OFF
--------------------------------------------------*/
.u-display__inline {
  display: inline;
}

.u-display__inline-block {
  display: inline-block;
}

.u-display__block {
  display: block;
}

@media screen and (min-width: 375px) {
  .u-display__ip {
    display: none !important;
  }
}

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

@media screen and (max-width: 1079px) {
  .u-display__pc {
    display: none !important;
  }
}

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

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

@media screen and (min-width: 1080px) {
  .u-display__sp-tab {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .u-hidden__ip {
    display: none !important;
  }
}

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

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

@media screen and (min-width: 1440px) {
  .u-hidden__pc2 {
    display: none !important;
  }
}

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

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

@media screen and (max-width: 1079px) {
  .u-hidden__sp-tab {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .u-hidden__sp-tab2 {
    display: none !important;
  }
}

.u-ma {
  margin: auto;
}

.u-mia {
  margin-inline: auto;
}

.u-mba {
  margin-block: auto;
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb5 {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .u-mb5 {
    margin-bottom: 3px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt5 {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .u-mt5 {
    margin-top: 3px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 6px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .u-mt10 {
    margin-top: 6px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .u-mb15 {
    margin-bottom: 9px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt15 {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .u-mt15 {
    margin-top: 9px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 12px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 12px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .u-mb25 {
    margin-bottom: 15px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt25 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .u-mt25 {
    margin-top: 15px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 18px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .u-mt30 {
    margin-top: 18px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .u-mb35 {
    margin-bottom: 21px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt35 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .u-mt35 {
    margin-top: 21px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .u-mb40 {
    margin-bottom: 24px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .u-mt40 {
    margin-top: 24px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .u-mb45 {
    margin-bottom: 27px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt45 {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .u-mt45 {
    margin-top: 27px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 30px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .u-mt50 {
    margin-top: 30px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb55 {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .u-mb55 {
    margin-bottom: 33px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt55 {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .u-mt55 {
    margin-top: 33px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 36px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-mt60 {
    margin-top: 36px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb65 {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .u-mb65 {
    margin-bottom: 39px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt65 {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .u-mt65 {
    margin-top: 39px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .u-mb70 {
    margin-bottom: 42px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .u-mt70 {
    margin-top: 42px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .u-mb75 {
    margin-bottom: 45px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt75 {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .u-mt75 {
    margin-top: 45px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 48px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-mt80 {
    margin-top: 48px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb85 {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .u-mb85 {
    margin-bottom: 51px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt85 {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .u-mt85 {
    margin-top: 51px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .u-mb90 {
    margin-bottom: 54px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt90 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .u-mt90 {
    margin-top: 54px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb95 {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .u-mb95 {
    margin-bottom: 57px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt95 {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .u-mt95 {
    margin-top: 57px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .u-mb100 {
    margin-bottom: 60px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .u-mt100 {
    margin-top: 60px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb105 {
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .u-mb105 {
    margin-bottom: 63px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt105 {
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  .u-mt105 {
    margin-top: 63px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .u-mb110 {
    margin-bottom: 66px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt110 {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .u-mt110 {
    margin-top: 66px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb115 {
  margin-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .u-mb115 {
    margin-bottom: 69px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt115 {
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .u-mt115 {
    margin-top: 69px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .u-mb120 {
    margin-bottom: 72px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .u-mt120 {
    margin-top: 72px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb125 {
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .u-mb125 {
    margin-bottom: 75px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt125 {
  margin-top: 125px;
}
@media screen and (max-width: 767px) {
  .u-mt125 {
    margin-top: 75px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .u-mb130 {
    margin-bottom: 78px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt130 {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .u-mt130 {
    margin-top: 78px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb135 {
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .u-mb135 {
    margin-bottom: 81px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt135 {
  margin-top: 135px;
}
@media screen and (max-width: 767px) {
  .u-mt135 {
    margin-top: 81px;
  }
}

/* .u-mb5～.u-mb140まで作成 */
.u-mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .u-mb140 {
    margin-bottom: 84px;
  }
}

/* .u-mt5～.u-mt140まで作成 */
.u-mt140 {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .u-mt140 {
    margin-top: 84px;
  }
}

.u-mt24 {
  margin-bottom: 24px;
}

/* 個別調整が必要なもの */
@media screen and (max-width: 767px) {
  .u-mb60 {
    margin-bottom: 30px;
  }
  .u-mb40 {
    margin-bottom: 25px;
  }
}
header,
footer#footer {
  display: none;
}

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