@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%;
     -moz-text-size-adjust: 100%;
          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; /* 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 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 {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  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;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-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;
     -moz-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;
          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;
          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;
}

/* ==========================================================================
   variables
========================================================================== */
/* ==========================================================================
   function
========================================================================== */ /* ==========================================================================
  mixin
========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
-------------------------------------------------------------------------- */
/* ==========================================================================
  base
========================================================================== */
/* ------------------------------------------------------------
	レイアウト
------------------------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  width: 100%;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-serif;
}

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

/* ==========================================================================
   foundation
========================================================================== */ /* ==========================================================================
   utility
========================================================================== */
/* ---------------------------------------------------------------------------
  show/hide
  --------------------------------------------------------------------------- */
.u-show-mobile {
  display: initial;
}
@media screen and (min-width: 768px) {
  .u-show-mobile {
    display: none;
  }
}

.u-show-tablet {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-show-tablet {
    display: initial;
  }
}

.u-show-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-show-desktop {
    display: initial;
  }
}

/* --------------------------------------------------------------------------
  container
-------------------------------------------------------------------------- */
.c-container-1600px, .c-container {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.c-container {
  max-width: inherit;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .c-container {
    max-width: 1178px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .c-container-1600px {
    max-width: 1640px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-container-1600px {
    padding: 0 20px;
  }
}

.c-title {
  position: relative;
  z-index: 3;
  border-bottom: 2px solid #333333;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 4.8vw;
  }
}
.c-title span {
  padding-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .c-title span {
    padding-left: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.c-title.c-title-white {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.c-button {
  position: relative;
  max-width: 500px;
  margin: 70px auto 0;
  height: 80px;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 21.3333333333vw;
  }
}
.c-button button, .c-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #2e4880;
  color: #fff;
  text-align: center;
  font-weight: 500;
  transition: all 0.3s;
}
.c-button:hover button, .c-button:hover a {
  background-color: #586d99;
}

.c-dairiten {
  position: relative;
  z-index: 3;
  margin-top: 50px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-dairiten {
    margin-top: 8vw;
    padding: 0 6.1333333333vw;
  }
}
.c-dairiten .c-dairiten-content {
  border: 1px solid #fff;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-dairiten .c-dairiten-content {
    padding: 8.8vw 3.2vw;
  }
}
.c-dairiten .c-dairiten-box {
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-dairiten .c-dairiten-box {
    max-width: 112vw;
  }
}
.c-dairiten .c-dairiten-text {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-dairiten .c-dairiten-text {
    font-size: 4.8vw;
  }
}
.c-dairiten .c-dairiten-table {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-dairiten .c-dairiten-table {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-dairiten .c-dairiten-table dl {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .c-dairiten .c-dairiten-table dl {
    font-size: 4.5333333333vw;
  }
}
.c-dairiten .c-dairiten-table dl dt {
  flex: 0 0 84px;
}
@media screen and (max-width: 767px) {
  .c-dairiten .c-dairiten-table dl dd {
    margin-top: 2.1333333333vw;
    line-height: 1.4;
  }
}
.c-dairiten .c-dairiten-table dl dd a {
  transition: all 0.3s;
}
.c-dairiten .c-dairiten-table dl dd a:hover {
  opacity: 0.7;
}
.c-dairiten .c-dairiten-table dl + dl {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-dairiten .c-dairiten-table dl + dl {
    margin-top: 5.3333333333vw;
  }
}

/* ==========================================================================
  header
========================================================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 100px;
    width: 100%;
    height: 110px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1600px) {
  .l-header {
    padding: 0 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 13.3333333333vw;
  }
}
.l-header .l-header-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-wrap {
    flex: 0 0 110px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-header-wrap {
    padding: 0 4vw;
  }
}
.l-header .l-header-logo {
  position: relative;
  flex: 0 0 110px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-logo {
    flex: 0 0 13.3333333333vw;
  }
}
.l-header .l-header-logo img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.l-header .l-header-logo img.pt01 {
  display: block;
}
.l-header .l-header-logo img.pt02 {
  display: none;
}
.l-header .l-header-list {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-list {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-header-list {
    position: fixed;
    top: 13.3333333333vw;
    left: 0;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5.3333333333vw 10.6666666667vw;
    background-color: #eeeeee;
    padding: 5.3333333333vw 9.3333333333vw;
    transform: translateY(-150%);
    z-index: -1;
  }
}
.l-header .l-header-list .l-header-list__item {
  position: relative;
  color: #466ebe;
  font-size: 17px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-list .l-header-list__item {
    width: calc((100% - 10.6666666667vw) / 2);
    color: #1f3055;
    border-bottom: 1px solid #1f3055;
    padding-bottom: 2.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
.l-header .l-header-list .l-header-list__item::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 100%;
  height: 4px;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-list .l-header-list__item::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header .l-header-list .l-header-list__item:hover {
    color: #fff;
  }
  .l-header .l-header-list .l-header-list__item:hover::after {
    opacity: 1;
  }
}
.l-header .l-header-list .l-header-list__contact {
  width: 126px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-list .l-header-list__contact {
    width: 33.6vw;
    height: 10.6666666667vw;
  }
}
.l-header .l-header-list .l-header-list__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #1f3055;
  font-size: 17px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-list .l-header-list__contact a {
    color: #fff;
    background-color: #1f3055;
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-header .l-header-list .l-header-list__contact:hover a {
    background-color: #fff;
  }
}
.l-header .l-header-list.active {
  transform: translateY(0);
}
.l-header.active {
  background-color: #eee;
}
.l-header.active .l-header-logo img.pt01 {
  display: none;
}
.l-header.active .l-header-logo img.pt02 {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header.active .l-header-list__item {
    color: #969696;
  }
  .l-header.active .l-header-list__item:hover {
    color: #1f3055;
  }
  .l-header.active .l-header-list__item:hover::after {
    background-color: #1f3055;
  }
}
@media screen and (min-width: 768px) {
  .l-header.active .l-header-list__contact a {
    color: #fff;
    background-color: rgba(31, 48, 85, 0.8);
  }
  .l-header.active .l-header-list__contact:hover a {
    background-color: #1f3055;
  }
}
.l-header.active .l-header-icon span {
  background-color: #1f3055;
}
.l-header .l-header-icon {
  position: relative;
  flex: 0 0 8.5333333333vw;
  height: 5.8666666667vw;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header .l-header-icon {
    display: none;
  }
}
.l-header .l-header-icon span {
  position: absolute;
  background-color: #466ebe;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
}
.l-header .l-header-icon span:first-child {
  top: 0;
}
.l-header .l-header-icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header .l-header-icon span:last-child {
  bottom: 0;
}
.l-header .l-header-icon.open span:first-child {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.l-header .l-header-icon.open span:nth-child(2) {
  opacity: 0;
}
.l-header .l-header-icon.open span:last-child {
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
}

/* ==========================================================================
  footer
========================================================================== */
.l-footer {
  position: relative;
  z-index: 10;
}

.l-footer-wrap {
  padding: 30px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-wrap {
    padding: 8vw 0;
  }
}

.l-footer-logo {
  width: 110px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-footer-logo {
    width: 29.3333333333vw;
  }
}

.l-footer-copy {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-footer-copy {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}

/* ==========================================================================
   main
========================================================================== */
/* ==========================================================================
   layout
========================================================================== */ /* ==========================================================================
  top
========================================================================== */
.p-top-fv {
  position: relative;
  padding-top: 110px;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-top-fv {
    padding-top: 5.3333333333vw;
  }
}
.p-top-fv .p-top-fv__list {
  position: relative;
  z-index: 0;
}
.p-top-fv .p-top-fv__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.p-top-fv .p-top-fv__item.p-top-fv__item-01 {
  top: -53vw;
  left: -34%;
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__item.p-top-fv__item-01 {
    top: -45vw;
    left: -17%;
  }
}
.p-top-fv .p-top-fv__item.p-top-fv__item-01 img {
  width: 150vw;
}
.p-top-fv .p-top-fv__item.p-top-fv__item-02 {
  top: -12.5vw;
  left: -7%;
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__item.p-top-fv__item-02 {
    top: -10.5vw;
  }
}
.p-top-fv .p-top-fv__item.p-top-fv__item-02 img {
  width: 119vw;
}
.p-top-fv .p-top-fv__item.p-top-fv__item-03 {
  top: -37.5vw;
  left: -17%;
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__item.p-top-fv__item-03 {
    top: -28vw;
  }
}
.p-top-fv .p-top-fv__item.p-top-fv__item-03 img {
  width: 124vw;
}
.p-top-fv .p-top-fv__item.p-top-fv__item-04 {
  top: -9vw;
  left: -3%;
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__item.p-top-fv__item-04 {
    top: 1vw;
  }
}
.p-top-fv .p-top-fv__item.p-top-fv__item-04 img {
  width: 105vw;
}
.p-top-fv .p-top-fv__item.p-top-fv__item-05 {
  top: -16vw;
  left: -6%;
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__item.p-top-fv__item-05 {
    top: -10vw;
  }
}
.p-top-fv .p-top-fv__item.p-top-fv__item-05 img {
  width: 139vw;
}
.p-top-fv .p-top-fv__item.active {
  animation: fadeZoom 10s ease forwards;
}
@keyframes fadeZoom {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.p-top-fv .p-top-fv__title {
  position: relative;
  z-index: 3;
  margin-top: 64px;
  font-family: "Noto Serif", sans-serif;
  color: #fff;
  line-height: 1.225;
}
@media screen and (min-width: 768px) {
  .p-top-fv .p-top-fv__title img {
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__title img {
    width: 81.0666666667vw;
  }
}
.p-top-fv .p-top-fv__title span {
  font-family: "Noto Serif JP", sans-serif;
  display: block;
  margin-top: 50px;
  font-weight: bold;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .p-top-fv .p-top-fv__title span {
    margin-top: 3.7333333333vw;
    letter-spacing: 0.15em;
    line-height: 1.7;
    font-size: 4vw;
  }
}

.p-top-loading {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100svh;
  background-color: #fff;
  z-index: 99;
  opacity: 1;
}
.p-top-loading.hidden {
  animation: 1s 0s opacity forwards;
}
.p-top-loading .p-top-loading__lottie {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-height: 900px) and (min-width: 768px) {
  .p-top-loading .p-top-loading__lottie {
    bottom: 0;
  }
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

.p-top-about {
  position: relative;
  z-index: 3;
  margin-top: 5svh;
}
.p-top-about .p-top-about__logo {
  width: 370px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__logo {
    width: 53.3333333333vw;
  }
}
.p-top-about .p-top-about__discription {
  max-width: 956px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__discription {
    max-width: 69.3333333333vw;
    margin: 11.4666666667vw auto 0;
  }
}
.p-top-about .p-top-about__text {
  margin-top: 105px;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__text {
    margin-top: 14.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.p-top-about .p-top-about__box {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__box {
    margin-top: 14.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about .p-top-about__box .p-top-about__box-image {
    width: 547px;
    margin: 94px auto;
  }
}

.p-top-news {
  padding: 68px 0 150px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding: 14.1333333333vw 0 12.2666666667vw;
  }
}
.p-top-news .p-top-news__title {
  position: relative;
  z-index: 3;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__title {
    padding-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__box {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .p-top-news .p-top-news__box {
    display: block;
    max-width: 485px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__box {
    margin-top: -1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news .p-top-news__image {
    flex: 0 0 485px;
  }
}
.p-top-news .p-top-news__message {
  flex: 0 1 100%;
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__message {
    padding: 0 5.3333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.p-top-news .p-top-news__message dl {
  position: relative;
  z-index: 3;
  color: #fff;
}
.p-top-news .p-top-news__message dl + dl {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__message dl + dl {
    margin-top: 6.6666666667vw;
  }
}
.p-top-news .p-top-news__message dt {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__message dt {
    font-size: 4.2666666667vw;
  }
}
.p-top-news .p-top-news__message dd {
  margin-top: 15px;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__message dd {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}
.p-top-news .p-top-news__button {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__button {
    margin-top: 8vw;
  }
}
.p-top-news .p-top-news__button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-image: url("../img/tab-icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__button::after {
    right: 5.3333333333vw;
    width: 4.8vw;
  }
}
.p-top-news .p-top-news__button a {
  line-height: 1.3;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top-news__button a {
    font-size: 3.7333333333vw;
  }
}

.p-top-gray {
  overflow: clip;
  background-color: #dcdcdc;
}
.p-top-gray .p-top-gray__wrap {
  position: relative;
  padding: 150px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-top-gray .p-top-gray__wrap {
    padding: 12.5333333333vw 0 10.6666666667vw;
  }
}
.p-top-gray .p-top-gray__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/products-bg01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .p-top-gray .p-top-gray__wrap::before {
    background-image: url("../img/tablet/products-bg01.png");
  }
}
@media screen and (max-width: 767px) {
  .p-top-gray .p-top-gray__wrap::before {
    background-image: url("../img/sp/products-bg01.png");
  }
}

.p-top-blue {
  position: relative;
  overflow: clip;
  background-color: #1f3055;
}
.p-top-blue::before, .p-top-blue::after {
  content: "";
  position: absolute;
  top: 0;
  background-image: url("../img/blue-bg01.png");
  background-size: cover;
  background-repeat: repeat-y;
  aspect-ratio: 1254/4926;
  width: 627px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-blue::before, .p-top-blue::after {
    background-image: url("../img/sp/blue-bg01.png");
    width: 38.6666666667vw;
    aspect-ratio: 145/1992;
  }
}
.p-top-blue::before {
  left: 0;
}
.p-top-blue::after {
  right: 0;
  transform: rotate(180deg);
}
.p-top-blue .p-top-blue__wrap {
  position: relative;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-top-blue .p-top-blue__wrap {
    padding: 13.3333333333vw 0;
  }
}
.p-top-blue + .p-top-blue .p-top-blue__wrap {
  padding-top: 0;
}

.p-top-products .p-top-products__list {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-top-products .p-top-products__list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .p-top-products .p-top-products__list {
    display: block;
    max-width: 550px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-products .p-top-products__list {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-products .p-top-products__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .p-top-products .p-top-products__item {
    width: 100%;
  }
}
.p-top-products .p-top-products__item:first-child {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-top-products .p-top-products__item + .p-top-products__item {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-products .p-top-products__item + .p-top-products__item {
    margin-top: 13.3333333333vw;
  }
}
.p-top-products .p-top-products__name {
  margin-bottom: 15px;
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  .p-top-products .p-top-products__name {
    margin-bottom: 4vw;
    line-height: 1.2;
    font-size: 4.8vw;
  }
}
.p-top-products .p-top-products__image {
  background-color: #fff;
}

.p-top-support {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .p-top-support {
    padding-top: 47px;
  }
}
.p-top-support .p-top-support__text {
  margin-top: 30px;
  line-height: 1.5;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-support .p-top-support__text {
    margin-top: 4vw;
    font-size: 4.8vw;
  }
}
.p-top-support .p-top-support__text span {
  display: block;
  margin-top: 30px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-support .p-top-support__text span {
    margin-top: 5.3333333333vw;
    line-height: 1.7;
    font-size: 3.7333333333vw;
  }
}
.p-top-support .p-top-support__list {
  max-width: 806px;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-support .p-top-support__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-support .p-top-support__list {
    padding: 0 5.3333333333vw;
    margin: 6.6666666667vw auto 0;
  }
}
.p-top-support .p-top-support__item {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333333;
}
@media screen and (min-width: 768px) {
  .p-top-support .p-top-support__item {
    width: calc((100% - 45px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-top-support .p-top-support__item {
    padding-bottom: 2.6666666667vw;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-support .p-top-support__item + .p-top-support__item {
    margin-top: 6.6666666667vw;
  }
}
.p-top-support .p-top-support__item:nth-child(2) .p-top-support__icon {
  flex: 0 0 44px;
}
@media screen and (max-width: 767px) {
  .p-top-support .p-top-support__item:nth-child(2) .p-top-support__icon {
    flex: 0 0 10.1333333333vw;
  }
}
.p-top-support .p-top-support__item:nth-child(2) .p-top-support__title {
  padding-right: 4.8vw;
}
.p-top-support .p-top-support__icon {
  flex: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .p-top-support .p-top-support__icon {
    flex: 0 0 12.8vw;
  }
}
.p-top-support .p-top-support__title {
  line-height: 1.2;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p-top-support .p-top-support__title {
    flex: 0 1 100%;
    padding-right: 8.2666666667vw;
    text-align: center;
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .p-top-contact {
    padding-top: 65px;
  }
}
.p-top-contact .p-top-contact__ac {
  position: relative;
  z-index: 3;
  margin: 40px auto 0;
  max-width: 700px;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-contact .p-top-contact__ac {
    padding: 0 5.3333333333vw;
    margin: 2.6666666667vw auto 0;
  }
}
.p-top-contact .p-top-contact__ac .p-top-contact__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 17px;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-top-contact .p-top-contact__ac .p-top-contact__head {
    padding: 2.6666666667vw 0;
    letter-spacing: -0.01em;
    line-height: 1.78;
    font-size: 3.7333333333vw;
  }
}
.p-top-contact .p-top-contact__ac .p-top-contact__head span {
  position: relative;
  aspect-ratio: 1/1;
  width: 24px;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-top-contact .p-top-contact__ac .p-top-contact__head span {
    flex: 0 0 7.4666666667vw;
    width: 7.4666666667vw;
  }
}
.p-top-contact .p-top-contact__ac .p-top-contact__head span::before, .p-top-contact .p-top-contact__ac .p-top-contact__head span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.p-top-contact .p-top-contact__ac .p-top-contact__head span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-top-contact .p-top-contact__ac .p-top-contact__head.active span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-top-contact .p-top-contact__ac .p-top-contact__head.p-top-contact__head-500 {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-top-contact .p-top-contact__ac .p-top-contact__head.p-top-contact__head-500 {
    font-size: 3.7333333333vw;
  }
}
.p-top-contact .p-top-contact__ac .p-top-contact__body {
  transition: all 0.3s;
}
@media (prefers-reduced-motion: no-preference) {
  .p-top-contact details::details-content {
    transition-duration: 300ms;
    transition-property: content-visibility, opacity;
    transition-behavior: allow-discrete;
  }
}
.p-top-contact details:not([open])::details-content {
  opacity: 0;
}

.p-top-form .p-top-form__wrap {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__wrap {
    padding-top: 0;
  }
}
.p-top-form .p-top-form__box {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__box {
    padding: 8vw 0;
  }
}
.p-top-form .p-top-form__box.border-none {
  border-bottom: none;
}
.p-top-form .p-top-form__item {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-form .p-top-form__item {
    display: flex;
    -moz-column-gap: 50px;
         column-gap: 50px;
    align-items: center;
  }
}
.p-top-form .p-top-form__error {
  background-color: #ffffd2;
  color: #b20000;
  padding: 7px 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__error {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 4vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-top-form .p-top-form__error.p-top-form__error {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__error.p-top-form__error {
    margin-top: 1.3333333333vw;
  }
}
.p-top-form .p-top-form__label {
  flex: 0 0 168px;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__label {
    font-size: 4.5333333333vw;
  }
}
.p-top-form .p-top-form__input {
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__input {
    margin-top: 4vw;
  }
}
.p-top-form .p-top-form__input input, .p-top-form .p-top-form__input textarea {
  width: 100%;
  padding: 15px 10px;
  color: #333333;
  border: 1px solid #ddd;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__input input, .p-top-form .p-top-form__input textarea {
    padding: 4vw 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-top-form .p-top-form__input input::-moz-placeholder, .p-top-form .p-top-form__input textarea::-moz-placeholder {
  color: #bfbfbf;
}
.p-top-form .p-top-form__input input::placeholder, .p-top-form .p-top-form__input textarea::placeholder {
  color: #bfbfbf;
}
.p-top-form .p-top-form__input textarea {
  min-height: 150px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__input textarea {
    min-height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__radio-list {
    margin-top: 5.3333333333vw;
  }
}
.p-top-form .p-top-form__radio-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__radio-item {
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
  }
}
.p-top-form .p-top-form__radio-item input[type=radio] {
  display: none;
}
.p-top-form .p-top-form__radio-item input[type=radio]:checked + label::after {
  opacity: 1;
}
.p-top-form .p-top-form__radio-item label {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__radio-item label {
    padding-left: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-top-form .p-top-form__radio-item label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 24px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__radio-item label::before {
    width: 6.4vw;
  }
}
.p-top-form .p-top-form__radio-item label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
  width: 16px;
  border-radius: 50%;
  background-color: #333333;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__radio-item label::after {
    left: 1.0666666667vw;
    width: 4.2666666667vw;
  }
}
.p-top-form .p-top-form__radio-item:hover input:not(:checked) + label::before {
  background-color: rgba(255, 255, 255, 0.8);
}
.p-top-form .p-top-form__radio-item + .p-top-form__radio-item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__radio-item + .p-top-form__radio-item {
    margin-top: 8vw;
  }
}
.p-top-form .p-top-form__poricy {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__poricy {
    padding: 2.6666666667vw 0;
  }
}
.p-top-form .p-top-form__poricy p {
  overflow-y: scroll;
  height: 300px;
  padding: 10px;
  background-color: #fff;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__poricy p {
    height: 80vw;
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-top-form .p-top-form__poricy strong {
  font-weight: 500;
}
.p-top-form .p-top-form__poricy span {
  display: inline-block;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.p-top-form .p-top-form__privacy {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__privacy {
    margin-top: 5.3333333333vw;
  }
}
.p-top-form .p-top-form__privacy .p-top-form__error {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-form .p-top-form__checkbox {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__checkbox {
    width: 64vw;
    margin: 0 auto;
  }
}
.p-top-form .p-top-form__checkbox input[type=checkbox] {
  display: none;
}
.p-top-form .p-top-form__checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.p-top-form .p-top-form__checkbox label {
  position: relative;
  padding-left: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-top-form .p-top-form__checkbox label {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__checkbox label {
    display: flex;
    padding-left: 10.6666666667vw;
    text-align: left;
    line-height: 1.38;
    font-size: 4.8vw;
  }
}
.p-top-form .p-top-form__checkbox label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("../img/check-icon02.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__checkbox label::before {
    width: 6.4vw;
  }
}
.p-top-form .p-top-form__checkbox label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  background-image: url("../img/check-icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 12px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__checkbox label::after {
    left: 1.6vw;
    width: 3.2vw;
  }
}
.p-top-form .p-top-form__buttons {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-form .p-top-form__buttons {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__buttons {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-top-form .p-top-form__buttons form {
    width: calc((100% - 100px) / 2);
  }
}
.p-top-form .p-top-form__buttons form .c-button {
  margin-top: 0;
}
.p-top-form .p-top-form__buttons form button {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__buttons form button {
    font-size: 5.8666666667vw;
  }
}
.p-top-form .p-top-form__buttons form .p-top-form__back {
  position: relative;
}
.p-top-form .p-top-form__buttons form .p-top-form__back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(230deg);
  width: 15px;
  aspect-ratio: 1/1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__buttons form .p-top-form__back::before {
    left: 5.3333333333vw;
    width: 4vw;
  }
}
.p-top-form .p-top-form__buttons form .p-top-form__send span {
  position: relative;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__buttons form .p-top-form__send span {
    padding-right: 9.3333333333vw;
  }
}
.p-top-form .p-top-form__buttons form .p-top-form__send span::after {
  content: "";
  position: absolute;
  top: 56%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("../img/mail-icon01.png");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 25/20;
  width: 25px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__buttons form .p-top-form__send span::after {
    width: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__buttons form + form {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__submit {
    margin-top: 8vw;
  }
}
.p-top-form .p-top-form__submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 15px;
  aspect-ratio: 1/1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__submit::after {
    right: 5.3333333333vw;
    width: 4vw;
  }
}
.p-top-form .p-top-form__submit button {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__submit button {
    font-size: 5.8666666667vw;
  }
}
.p-top-form .p-top-form__confirm {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__confirm {
    margin-top: 4vw;
    font-size: 4.8vw;
  }
}
.p-top-form .p-top-form__thanks {
  margin-top: 10px;
  color: #fff;
  line-height: 2.5;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__thanks {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.p-top-form .p-top-form__thanks span {
  display: block;
  margin-top: 5px;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  color: #ffff96;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-top-form .p-top-form__thanks span {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}

.p-top-company {
  position: relative;
  margin-top: -5px;
  padding: 50px 0 150px;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    padding: 13.3333333333vw 0;
  }
}
.p-top-company .p-top-company__table {
  position: relative;
  z-index: 3;
  max-width: 500px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-company .p-top-company__table {
    max-width: 133.3333333333vw;
    margin: 1.3333333333vw auto 0;
    padding: 0 5.3333333333vw;
  }
}
.p-top-company .p-top-company__table dl {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-top-company .p-top-company__table dl {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company .p-top-company__table dl {
    padding: 5.3333333333vw 0;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company .p-top-company__table dl + dl {
    margin-top: 2.6666666667vw;
  }
}
.p-top-company .p-top-company__table dt {
  flex: 0 0 100px;
}
.p-top-company .p-top-company__table dd {
  border: none !important;
  flex: 0 1 100%;
}
@media screen and (max-width: 767px) {
  .p-top-company .p-top-company__table dd {
    line-height: 1.2;
    margin-top: 5.8666666667vw;
  }
}
.p-top-company .p-top-company__table dd a {
  border: none !important;
}
/*# sourceMappingURL=maps/top.css.map */