@charset "UTF-8";
/* ===============================================
# color
=============================================== */
/* ===============================================
# breakpoint
=============================================== */
/* ===============================================
# z-index
=============================================== */
/* ===============================================
# img pass
=============================================== */
/* ===============================================
# other
=============================================== */
html,
body {
  background-color: #fff;
  color: #3F4750;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

form {
  width: 100%;
}

.hide {
  display: none;
}

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

.lg-br {
  display: none;
}
@media screen and (max-width: 1000px) {
  .lg-br {
    display: block;
  }
}

.md-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-br {
    display: block;
  }
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.l-footer {
  background-color: #858E97;
  width: 100%;
  position: sticky;
  top: 100vh;
}
.l-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  margin: auto;
  width: 100%;
  max-width: 1048px;
  padding: 68px 24px;
}
@media screen and (max-width: 1000px) {
  .l-footer__inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 40px;
    padding: 40px 24px 32px;
  }
}
.l-footer__logo {
  width: 280px;
}
@media screen and (max-width: 1000px) {
  .l-footer__logo {
    width: 80%;
    max-width: 200px;
    margin: auto;
  }
}
.l-footer__homeLink {
  width: 100%;
  display: block;
}
.l-footer__logoSvg {
  width: 100%;
  pointer-events: none;
}
.l-footer__nav {
  display: flex;
  align-items: flex-start;
  justify-content: right;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 100px;
}
@media screen and (max-width: 1000px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__navItemlist {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 8px;
}
.l-footer__navItem {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  color: #fff;
}
.l-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  color: #e0e1e3;
  padding: 20px 0;
  border-top: 1px solid #A6AFB9;
}
.l-footer__copyright a {
  color: #e0e1e3;
}
.l-footer__copyright a:hover {
  text-decoration: underline;
}

.l-header {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 70px;
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px rgba(124, 124, 124, 0.1);
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .l-header {
    height: 56px;
  }
}
.l-header--top {
  background-color: transparent;
  box-shadow: none;
}
.l-header--scrolled {
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px rgba(124, 124, 124, 0.1);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  padding: 12px 20px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .l-header__inner {
    padding: 12px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  width: 200px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .l-header__logo {
    width: 120px;
  }
}
.l-header__logoImage {
  width: 100%;
  display: block;
}
.l-header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
}
@media screen and (max-width: 1000px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__navItemlist {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  width: 100%;
}
.l-header__navItem {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 400;
  color: #3F4750;
  transition: all 0.2s ease-in-out;
}
.l-header__navItem:hover {
  color: #4EA0F2;
}
.l-header__icon::before {
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 24px;
  height: 24px;
  display: block;
  margin: auto auto -4px;
  transition: all 0.2s ease-in-out;
  background-color: #3F4750;
}
.l-header__icon:hover::before {
  background-color: #4EA0F2;
}
.l-header__icon--favorite::before {
  -webkit-mask-image: url(../font/icon/icon_star-solid.svg);
          mask-image: url(../font/icon/icon_star-solid.svg);
}
.l-header__icon--recently::before {
  -webkit-mask-image: url(../font/icon/icon_clock.svg);
          mask-image: url(../font/icon/icon_clock.svg);
}
.l-header__icon--user::before {
  -webkit-mask-image: url(../font/icon/icon_user.svg);
          mask-image: url(../font/icon/icon_user.svg);
}

.l-gnav__open {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-gnav__open {
    display: block;
    position: fixed;
    z-index: 1003;
    top: 4px;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
}
.l-gnav__open .l-gnav__hamburgerBar {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: rgb(0, 0, 0);
  width: 45%;
}
.l-gnav__open .l-gnav__hamburgerBar:nth-of-type(1) {
  top: 15px;
}
.l-gnav__open .l-gnav__hamburgerBar:nth-of-type(2) {
  top: 23px;
}
.l-gnav__open .l-gnav__hamburgerBar:nth-of-type(3) {
  top: 31px;
}
.l-gnav__open.active .l-gnav__hamburgerBar:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.l-gnav__open.active .l-gnav__hamburgerBar:nth-of-type(2) {
  opacity: 0;
}
.l-gnav__open.active .l-gnav__hamburgerBar:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.l-gnav__nav {
  font-weight: bold;
  margin: 84px auto 40px auto;
  width: 84%;
}
.l-gnav__itemlist {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: solid 1px #dfe6ec;
}
@media screen and (max-width: 430px) {
  .l-gnav__itemlist {
    flex-direction: column;
  }
}
.l-gnav__itemLink {
  color: #3F4750;
}
.l-gnav__item {
  width: 50%;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.6px;
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  .l-gnav__item {
    width: 100%;
  }
}
.l-gnav__menu {
  position: fixed;
  z-index: 1000;
  /*ナビのスタート位置と形状*/
  top: -160%;
  left: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #fff;
  /*動き*/
  transition: all 0.4s;
  overflow-y: auto;
  padding-bottom: 100px;
  /*アクティブクラスがついたら位置を0に*/
}
.l-gnav__menu.panelactive {
  top: 0;
}
.l-gnav__menu {
  /*ナビゲーションの縦スクロール*/
}
.l-gnav__menu .gnav__menu--list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.l-gnav__buttonInner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  width: 84%;
  margin: auto;
}

.l-wysiwyg {
  word-break: break-all;
}
.l-wysiwyg div {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.l-wysiwyg p {
  font-size: 1em;
  margin-bottom: 20px;
  color: unset;
}
.l-wysiwyg strong {
  font-weight: bolder;
  color: unset;
}
.l-wysiwyg u {
  text-decoration: underline;
  color: unset;
}
.l-wysiwyg del {
  text-decoration: line-through;
  color: unset;
}
.l-wysiwyg sub {
  bottom: -0.25em;
}
.l-wysiwyg sup {
  top: -0.5em;
  color: unset;
}
.l-wysiwyg code {
  font-family: monospace;
  color: #666;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 6px;
  padding: 0.2em 0.4em;
}
.l-wysiwyg pre {
  display: block;
  color: #666;
  background-color: #f9f9f9;
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  font-family: monospace;
  max-height: 400px;
  overflow: auto;
  scrollbar-width: thin;
  margin: 1em 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.l-wysiwyg hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.l-wysiwyg hr.__se__solid {
  border-style: solid none none;
}
.l-wysiwyg hr.__se__dashed {
  border-style: dashed none none;
}
.l-wysiwyg hr.__se__dotted {
  border-style: dotted none none;
}
.l-wysiwyg h1,
.l-wysiwyg h2,
.l-wysiwyg h3,
.l-wysiwyg h4,
.l-wysiwyg h5,
.l-wysiwyg h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
.l-wysiwyg h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
.l-wysiwyg h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  border-bottom: 1px solid #eee;
  padding: 5px 0 10px;
}
.l-wysiwyg h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.l-wysiwyg h4 {
  font-size: 1em;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}
.l-wysiwyg h5 {
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
.l-wysiwyg h6 {
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}
.l-wysiwyg blockquote {
  display: block;
  font-family: inherit;
  font-size: inherit;
  color: #999;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding: 0 5px 0 20px;
  border: solid #b1b1b1;
  border-width: 0 0 0 5px;
}
.l-wysiwyg img {
  width: 100%;
  max-width: 620px;
}
.l-wysiwyg iframe {
  width: 100%;
  max-width: 620px;
  aspect-ratio: 16/9;
}
.l-wysiwyg a {
  text-decoration: none;
  color: #004ccf;
}
.l-wysiwyg a:hover {
  cursor: pointer;
  color: #0093ff;
  text-decoration: underline;
}
.l-wysiwyg ol {
  list-style-position: outside;
  list-style-type: decimal;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.l-wysiwyg ol ol {
  list-style-type: lower-alpha;
}
.l-wysiwyg ol ol ol {
  list-style-type: upper-roman;
}
.l-wysiwyg ol ol ul {
  list-style-type: square;
}
.l-wysiwyg ol ul {
  list-style-type: circle;
}
.l-wysiwyg ol ul ul {
  list-style-type: square;
}
.l-wysiwyg ul {
  list-style-type: disc;
  list-style-position: outside;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.l-wysiwyg ul ol {
  list-style-type: lower-alpha;
}
.l-wysiwyg ul ol ol {
  list-style-type: upper-roman;
}
.l-wysiwyg ul ul {
  list-style-type: circle;
}
.l-wysiwyg ul ul ul {
  list-style-type: square;
}
.l-wysiwyg li {
  display: list-item;
  text-align: -webkit-match-parent;
  margin-bottom: 5px;
  list-style: inherit;
}
.l-wysiwyg table {
  display: table;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  clear: both;
  text-indent: initial;
}
.l-wysiwyg table td,
.l-wysiwyg table th {
  border: 1px solid #e1e1e1;
  padding: 0.4em;
  background-clip: padding-box;
  display: table-cell;
  text-align: initial;
  width: auto;
}
.l-wysiwyg table th {
  background-color: #f3f3f3;
}
.l-wysiwyg table tr {
  display: table-row;
  border: 1px solid #efefef;
}
.l-wysiwyg table thead {
  border-bottom: 2px solid #333;
}
.l-wysiwyg table.se-table-layout-auto {
  table-layout: auto !important;
}
.l-wysiwyg table.se-table-layout-fixed {
  table-layout: fixed !important;
}
.l-wysiwyg table.se-table-size-auto {
  width: auto !important;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.splide__arrow svg {
  fill: #858E97;
  height: 2em;
  width: 2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: -32px;
}

.splide__arrow--prev img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1000px) {
  .splide__arrow--prev {
    display: none;
  }
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: -32px;
}

.splide__arrow--next img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1000px) {
  .splide__arrow--next {
    display: none;
  }
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: -28px;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #4EA0F2;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.l-offerList {
  width: 100%;
}
.l-offerList__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-offerList__head {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 430px) {
  .l-offerList__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
  }
}
.l-offerList__search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-offerList__search {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}
.l-offerList__select {
  width: 200px !important;
}
.l-offerList__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-offerList__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}
.l-offerList__text--number {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  color: #4EA0F2;
  margin-right: 2px;
}
@media screen and (max-width: 768px) {
  .l-offerList__text--number {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.l-offerList__text--range {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  margin-left: 12px;
  margin-right: 2px;
}
@media screen and (max-width: 768px) {
  .l-offerList__text--range {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
    margin-left: 0;
  }
}
.l-offerList__pager {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-offerList__pager {
    margin-top: 56px;
  }
}

.l-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  position: fixed;
  z-index: 1010;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .l-modal {
    padding: 24px;
  }
}
@media screen and (max-width: 430px) {
  .l-modal {
    padding: 16px;
  }
}
.l-modal__inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  max-height: 760px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 48px;
}
@media screen and (max-width: 768px) {
  .l-modal__inner {
    border-radius: 16px;
    padding: 24px 20px;
  }
}
.l-modal__inner--login {
  width: 100%;
  max-width: 600px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 48px;
}
@media screen and (max-width: 768px) {
  .l-modal__inner--login {
    border-radius: 16px;
    padding: 24px 20px;
    height: 472px;
  }
}
.l-modal__head {
  width: 100%;
  margin-bottom: 24px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-modal__head {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.l-modal__head--underline {
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid #dfe6ec;
}
@media screen and (max-width: 768px) {
  .l-modal__head--underline {
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}
.l-modal__tabMenu {
  width: 100%;
}
.l-modal__fieldset {
  overflow-y: auto;
  max-height: inherit;
  width: 100%;
  flex: 1;
}
.l-modal__buttonInner {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding-top: 32px;
}
.l-modal__login {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-modal__login {
    margin-bottom: 32px;
  }
}
.l-modal__login--buttonInner {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.l-modal__login--buttonL {
  border-radius: 8px;
  margin-bottom: 24px;
}
.l-modal__login--buttonL button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  width: 260px;
  height: 62px;
  padding: 18px;
}
@media screen and (max-width: 768px) {
  .l-modal__login--buttonL button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
    width: 200px;
    height: 52px;
    padding: 14px 8px;
  }
}
.l-modal__login--buttonS {
  text-align: center;
  display: block;
  margin-top: 4px;
}

body:has(.js-modal__showing) {
  overflow-y: hidden;
}

.c-button {
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.2s ease-in-out;
}
.c-button a {
  text-decoration: none;
  display: block;
  white-space: nowrap;
  text-align: center;
  text-box-trim: trim-both;
}
.c-button button, .c-button input {
  white-space: nowrap;
  text-align: center;
  text-box-trim: trim-both;
}
.c-button:hover {
  cursor: pointer;
}
.c-button--sizeS {
  width: 100%;
  max-width: 200px;
  height: 46px;
  border-radius: 8px;
}
.c-button--sizeS a, .c-button--sizeS input, .c-button--sizeS button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 600;
  width: 100%;
  padding: 10px 16px;
}
@media screen and (max-width: 768px) {
  .c-button--sizeS a, .c-button--sizeS input, .c-button--sizeS button {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.c-button--sizeM {
  min-width: 260px;
  height: 62px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-button--sizeM {
    width: 100%;
    min-width: auto;
    max-width: 260px;
    height: 52px;
  }
}
.c-button--sizeM a, .c-button--sizeM input, .c-button--sizeM button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  width: 100%;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .c-button--sizeM a, .c-button--sizeM input, .c-button--sizeM button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
    padding: 12px 8px;
  }
}
.c-button--sizeL {
  width: 100%;
  height: 62px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-button--sizeL {
    height: 52px;
  }
}
.c-button--sizeL a, .c-button--sizeL input, .c-button--sizeL button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  width: 100%;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .c-button--sizeL a, .c-button--sizeL input, .c-button--sizeL button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
    padding: 12px 8px;
  }
}
.c-button__icon {
  position: relative;
}
.c-button__icon::before {
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-button__icon::before {
    width: 20px;
    height: 20px;
  }
}
.c-button__icon--user {
  padding-right: 20px !important;
}
.c-button__icon--user::before {
  -webkit-mask-image: url(../font/icon/icon_user.svg);
          mask-image: url(../font/icon/icon_user.svg);
  background-color: #fff;
  transform: translateY(6px);
}
.c-button__icon--login a, .c-button__icon--login input, .c-button__icon--login button {
  padding-left: 36px;
}
@media screen and (max-width: 768px) {
  .c-button__icon--login a, .c-button__icon--login input, .c-button__icon--login button {
    padding-left: 20px;
  }
}
.c-button__icon--login::before {
  -webkit-mask-image: url(../font/icon/icon_arrow-right-to-bracket.svg);
          mask-image: url(../font/icon/icon_arrow-right-to-bracket.svg);
  background-color: #fff;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 54px);
}
@media screen and (max-width: 768px) {
  .c-button__icon--login::before {
    top: calc(50% - 10px);
    left: calc(50% - 48px);
  }
}
.c-button__icon--search a, .c-button__icon--search input, .c-button__icon--search button {
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .c-button__icon--search a, .c-button__icon--search input, .c-button__icon--search button {
    padding-left: 20px;
  }
}
.c-button__icon--search::before {
  -webkit-mask-image: url(../font/icon/icon_magnifying-glass.svg);
          mask-image: url(../font/icon/icon_magnifying-glass.svg);
  background-color: #fff;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 60px);
}
@media screen and (max-width: 768px) {
  .c-button__icon--search::before {
    top: calc(50% - 10px);
    left: calc(50% - 54px);
  }
}
.c-button--solidBlue {
  background-color: #4EA0F2;
  border: 1px solid #4EA0F2;
}
.c-button--solidBlue a, .c-button--solidBlue input, .c-button--solidBlue button {
  color: #fff;
}
.c-button--solidBlue:hover {
  background-color: #7FBBF7;
  border: 1px solid #7FBBF7;
}
.c-button--frameBlue {
  background-color: #fff;
  color: #4EA0F2;
  border: 1px solid #4EA0F2;
}
.c-button--frameBlue a, .c-button--frameBlue input, .c-button--frameBlue button {
  color: #4EA0F2;
}
.c-button--frameBlue:hover {
  background-color: #E8F4FF;
}
.c-button--solidPink {
  background-color: #F8449E;
  border: 1px solid #F8449E;
}
.c-button--solidPink a, .c-button--solidPink input, .c-button--solidPink button {
  color: #fff;
}
.c-button--solidPink:hover {
  background-color: #f281b9;
  border: 1px solid #f281b9;
}
.c-button--frameBlack {
  background-color: #fff;
  color: #858E97;
  border: 1px solid #858E97;
}
.c-button--frameBlack a, .c-button--frameBlack input, .c-button--frameBlack button {
  color: #858E97;
}
.c-button--frameBlack:hover {
  background-color: #dfe6ec;
}
.c-button--more a, .c-button--more input, .c-button--more button {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  color: #4EA0F2;
}
@media screen and (max-width: 768px) {
  .c-button--more a, .c-button--more input, .c-button--more button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.c-button--more a::after, .c-button--more input::after, .c-button--more button::after {
  content: "";
  background-image: url(../font/icon/icon_more.svg);
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-button--more a::after, .c-button--more input::after, .c-button--more button::after {
    width: 20px;
    height: 20px;
  }
}
.c-button--textlink {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  color: #4EA0F2;
}
@media screen and (max-width: 768px) {
  .c-button--textlink {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}
.c-button--textlink:hover {
  text-decoration: underline;
}
.c-button__tooltip {
  position: relative;
}
.c-button__tooltip:hover .c-button__tooltip--top,
.c-button__tooltip:hover .c-button__tooltip--left {
  opacity: 1;
  visibility: visible;
  cursor: default;
}
.c-button__tooltip--top {
  opacity: 0; /* はじめは隠しておく */
  visibility: hidden; /* はじめは隠しておく */
  position: absolute; /* 絶対配置 */
  left: 50%; /* 親に対して中央配置 */
  transform: translateX(-50%); /* 親に対して中央配置 */
  top: -38px; /* 親要素下からの位置 */
  display: inline-block;
  padding: 5px; /* 余白 */
  white-space: nowrap; /* テキストを折り返さない */
  font-size: 0.8rem; /* フォントサイズ */
  line-height: 1.3; /* 行間 */
  background: #3F4750; /* 背景色 */
  color: #fff; /* 文字色 */
  border-radius: 3px; /* 角丸 */
  transition: 0.3s ease-in; /* アニメーション */
}
.c-button__tooltip--top:before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #3F4750;
}
@media screen and (max-width: 768px) {
  .c-button__tooltip--top {
    display: none;
  }
}
.c-button__tooltip--left {
  opacity: 0; /* はじめは隠しておく */
  visibility: hidden; /* はじめは隠しておく */
  position: absolute; /* 絶対配置 */
  left: -112px; /* 親に対して中央配置 */
  top: 14px; /* 親要素下からの位置 */
  display: inline-block;
  padding: 5px; /* 余白 */
  white-space: nowrap; /* テキストを折り返さない */
  font-size: 0.8rem; /* フォントサイズ */
  line-height: 1.3; /* 行間 */
  background: #3F4750; /* 背景色 */
  color: #fff; /* 文字色 */
  border-radius: 3px; /* 角丸 */
  transition: 0.3s ease-in; /* アニメーション */
}
.c-button__tooltip--left:before {
  content: "";
  position: absolute;
  bottom: 6px;
  right: -13px;
  border: 7px solid transparent;
  border-left: 7px solid #3F4750;
}
@media screen and (max-width: 768px) {
  .c-button__tooltip--left {
    display: none;
  }
}

/* Firefox */
@-moz-document url-prefix() {
  .c-button .c-button__icon--userPlus {
    transform: translateY(-5px);
  }
  .c-button .c-button__icon--loginBlueS {
    transform: translateY(-3px);
  }
}
.c-buttonInner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-buttonInner {
    gap: 12px;
  }
}
.c-buttonInner + .c-buttonInner {
  margin-top: 24px;
}
.c-buttonInner--right {
  justify-content: right;
}
.c-buttonInner--left {
  justify-content: left;
}
@media screen and (max-width: 768px) {
  .c-buttonInner--mdCenter {
    justify-content: center;
  }
}
.c-buttonInner--column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
}

.c-tabMenu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
  height: 56px;
  background-color: #F6FAFF;
  border-radius: 8px 8px 0 0;
  border-bottom: 2px solid #4EA0F2;
}
@media screen and (max-width: 768px) {
  .c-tabMenu__list {
    height: 48px;
  }
}
.c-tabMenu__item {
  width: 100%;
  height: 100%;
}
.c-tabMenu__link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  width: 100%;
  height: 100%;
  color: #A6AFB9;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-tabMenu__link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.c-tabMenu__link:hover {
  color: #858E97;
  background-color: #E8F4FF;
}
.c-tabMenu__link.current {
  color: #fff;
  background-color: #4EA0F2;
}

.c-section {
  width: 100%;
  margin: auto;
  padding: 64px 48px 100px;
}
@media screen and (max-width: 1000px) {
  .c-section {
    padding: 60px 24px 68px;
  }
}
@media screen and (max-width: 768px) {
  .c-section {
    padding: 40px 16px 48px;
  }
}
.c-section--detail {
  padding: 32px 48px 100px;
}
@media screen and (max-width: 1000px) {
  .c-section--detail {
    padding: 32px 24px 68px;
  }
}
@media screen and (max-width: 768px) {
  .c-section--detail {
    padding: 24px 16px 48px;
  }
}
.c-section--contents {
  padding: 64px 48px 120px;
}
@media screen and (max-width: 1000px) {
  .c-section--contents {
    padding: 60px 24px 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-section--contents {
    padding: 40px 16px 100px;
  }
}
.c-section--blue {
  background-color: #E8F4FF;
}
.c-section--radiusBlue {
  background-color: #E8F4FF;
  padding: 100px 48px 108px;
  border-radius: 80px 80px 0px 0px;
}
@media screen and (max-width: 1200px) {
  .c-section--radiusBlue {
    border-radius: 40px 40px 0px 0px;
  }
}
@media screen and (max-width: 1000px) {
  .c-section--radiusBlue {
    border-radius: 32px 32px 0px 0px;
    padding: 60px 24px 68px;
  }
}
@media screen and (max-width: 768px) {
  .c-section--radiusBlue {
    border-radius: 0;
    padding: 40px 16px 44px;
  }
}
.c-section--radiusWhite {
  background-color: #fff;
  padding: 100px 48px 108px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-section--radiusWhite {
    padding: 60px 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-section--radiusWhite {
    padding: 60px 16px;
  }
}
.c-section--radiusWhite::before {
  content: "";
  width: 100%;
  height: 100px;
  background-color: #E8F4FF;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .c-section--radiusWhite::before {
    height: 40px;
  }
}
.c-section--radiusWhite::after {
  content: "";
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-radius: 80px 80px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .c-section--radiusWhite::after {
    border-radius: 40px 40px 0px 0px;
  }
}
@media screen and (max-width: 1000px) {
  .c-section--radiusWhite::after {
    height: 40px;
    border-radius: 32px 32px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .c-section--radiusWhite::after {
    border-radius: 0;
  }
}

.c-section--oddBg .c-section:nth-of-type(odd) {
  background-color: #E8F4FF;
  padding: 100px 48px 108px;
  border-radius: 80px 80px 0px 0px;
}
@media screen and (max-width: 1200px) {
  .c-section--oddBg .c-section:nth-of-type(odd) {
    border-radius: 40px 40px 0px 0px;
  }
}
@media screen and (max-width: 1000px) {
  .c-section--oddBg .c-section:nth-of-type(odd) {
    border-radius: 32px 32px 0px 0px;
    padding: 60px 24px 68px;
  }
}
@media screen and (max-width: 768px) {
  .c-section--oddBg .c-section:nth-of-type(odd) {
    border-radius: 0;
    padding: 40px 16px 44px;
  }
}

.c-section--oddBg .c-section:nth-of-type(even) {
  background-color: #fff;
  padding: 100px 48px 108px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-section--oddBg .c-section:nth-of-type(even) {
    padding: 60px 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-section--oddBg .c-section:nth-of-type(even) {
    padding: 60px 16px;
  }
}
.c-section--oddBg .c-section:nth-of-type(even)::before {
  content: "";
  width: 100%;
  height: 100px;
  background-color: #E8F4FF;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .c-section--oddBg .c-section:nth-of-type(even)::before {
    height: 40px;
  }
}
.c-section--oddBg .c-section:nth-of-type(even)::after {
  content: "";
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-radius: 80px 80px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .c-section--oddBg .c-section:nth-of-type(even)::after {
    border-radius: 40px 40px 0px 0px;
  }
}
@media screen and (max-width: 1000px) {
  .c-section--oddBg .c-section:nth-of-type(even)::after {
    height: 40px;
    border-radius: 32px 32px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .c-section--oddBg .c-section:nth-of-type(even)::after {
    border-radius: 0;
  }
}

.c-inner {
  margin: auto;
  width: 100%;
  max-width: 1200px;
}
.c-inner + .c-inner {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .c-inner + .c-inner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-inner + .c-inner {
    margin-top: 40px;
  }
}

.c-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.c-title--border {
  margin-bottom: 24px;
  padding-left: 16px;
  border-left: 6px solid #4EA0F2;
}
.c-title--underline {
  padding-bottom: 32px;
  border-bottom: 1px solid #dfe6ec;
}
.c-title__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .c-title__description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}

.c-breadcrumb {
  width: 100%;
  margin: auto;
  padding: 88px 48px 20px;
  background-color: #F6FAFF;
  z-index: 900;
}
@media screen and (max-width: 1000px) {
  .c-breadcrumb {
    padding: 70px 16px 12px;
  }
}
.c-breadcrumb__inner {
  margin: auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px;
}
@media screen and (max-width: 1000px) {
  .c-breadcrumb__inner {
    flex-wrap: nowrap;
    overflow: scroll;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-breadcrumb__inner::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
}
.c-breadcrumb__item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  margin-right: 16px;
}
@media screen and (max-width: 1000px) {
  .c-breadcrumb__item {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin-right: 8px;
  }
}
.c-breadcrumb__item--link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  margin-right: 16px;
}
@media screen and (max-width: 1000px) {
  .c-breadcrumb__item--link {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin-right: 8px;
  }
}
.c-breadcrumb__item--link {
  color: #4EA0F2;
}
.c-breadcrumb__item:not(:last-child)::after, .c-breadcrumb__item--link:not(:last-child)::after {
  content: ">";
  display: inline-block;
  width: 8px;
  height: 25.2px;
}
@media screen and (max-width: 1000px) {
  .c-breadcrumb__item:not(:last-child)::after, .c-breadcrumb__item--link:not(:last-child)::after {
    height: 19.2px;
  }
}

.c-tag {
  display: inline-flex;
  padding: 0px 6px 1px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  white-space: nowrap;
}
.c-tag--sizeS {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-tag--sizeS {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0px;
    font-weight: 400;
  }
}
.c-tag--sizeM {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-tag--sizeM {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.c-tag--solidGreen {
  background-color: #33B1B5;
  color: #fff;
  border: 1px solid #33B1B5;
}
.c-tag--frameGreen {
  background-color: #fff;
  color: #33B1B5;
  border: 1px solid #33B1B5;
}
.c-tag--solidPink {
  background-color: #F8449E;
  color: #fff;
  border: 1px solid #F8449E;
}
.c-tag--framePink {
  background-color: #fff;
  color: #F8449E;
  border: 1px solid #F8449E;
}
.c-tag--solidRed {
  background-color: #E80344;
  color: #fff;
  border: 1px solid #E80344;
}
.c-tag--frameGray {
  background-color: #fff;
  color: #858E97;
  border: 1px solid #858E97;
}
.c-tag--solidBlue {
  background-color: #4EA0F2;
  color: #fff;
  border: 1px solid #4EA0F2;
}

.c-tagInner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-tagInner {
    margin: 0 auto 2px;
  }
}

.c-input {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dfe6ec;
  background-color: #fff;
  align-self: center;
}
.c-input textarea {
  resize: none;
}
.c-input input,
.c-input textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  width: 100%;
  padding: 10px;
}
.c-input input::-moz-placeholder, .c-input textarea::-moz-placeholder {
  color: #A6AFB9;
}
.c-input input::placeholder,
.c-input textarea::placeholder {
  color: #A6AFB9;
}
.c-input :-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #3F4750 !important;
}
.c-input--name {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .c-input--name {
    width: 100%;
  }
}
.c-input--postal {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .c-input--postal {
    width: 100%;
  }
}
.c-input--telephone {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .c-input--telephone {
    width: 100%;
  }
}
.c-input--freeword {
  width: 100%;
}

.c-select {
  width: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
.c-select::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-mask-image: url(../font/icon/icon_angle-down.svg);
          mask-image: url(../font/icon/icon_angle-down.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #858E97;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
.c-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 30px 10px 10px;
  border: 1px solid #dfe6ec;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  width: 100%;
  background-color: #fff;
  color: #3F4750;
}
.c-select--ss {
  width: 140px;
}
.c-select--s {
  width: 200px;
}

.c-textarea {
  display: block;
  height: 100%;
  width: 100%;
}
.c-textarea textarea {
  background-color: #fff;
  width: 100%;
  height: 160px;
  padding: 14px 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  resize: none;
  border: 1px solid #dfe6ec;
  border-radius: 6px;
}
.c-textarea--form textarea {
  padding: 10px;
  border-radius: 4px;
}
.c-textarea--form textarea::-moz-placeholder {
  color: #A6AFB9;
}
.c-textarea--form textarea::placeholder {
  color: #A6AFB9;
}

.c-checkbox {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  cursor: pointer;
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .c-checkbox {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .c-checkbox {
    width: 100%;
  }
}
.c-checkbox input {
  display: none;
}
.c-checkbox::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
  background-image: url(../font/checkbox/unchecked.svg);
  flex-shrink: 0;
}
.c-checkbox::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../font/checkbox/checked.svg);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}
.c-checkbox:has(input:checked)::after {
  opacity: 1;
}
.c-checkbox__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.c-radio {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  cursor: pointer;
  word-wrap: break-all;
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .c-radio {
    width: 100%;
  }
}
.c-radio input {
  display: none;
}
.c-radio::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  border: 1px solid #dfe6ec;
  padding: 3px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.c-radio::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  padding: 3px;
  background-color: #4EA0F2;
  background-clip: content-box;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.c-radio:has(input:checked)::after {
  opacity: 1;
}
.c-radio__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.c-fieldset {
  margin: 48px auto;
}
@media screen and (max-width: 768px) {
  .c-fieldset {
    margin: 60px auto;
  }
}
.c-fieldset__inner {
  border-top: 1px solid #dfe6ec;
}
.c-fieldset__unit {
  border: none;
  width: 100%;
  border-bottom: 1px solid #dfe6ec;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .c-fieldset__unit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
  }
}
.c-fieldset__container {
  display: contents;
}
.c-fieldset__legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
  width: 24%;
  padding: 32px 24px;
}
@media screen and (max-width: 768px) {
  .c-fieldset__legend {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 12px;
    width: 100%;
    padding: 16px 8px;
  }
}
.c-fieldset__unitInner {
  width: 76%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-fieldset__unitInner {
    width: 100%;
  }
}
.c-fieldset__unitInner--wide {
  width: 100%;
  height: auto;
}
.c-fieldset__unitSpace {
  padding: 32px 24px;
}
@media screen and (max-width: 768px) {
  .c-fieldset__unitSpace {
    padding: 16px 8px;
  }
}
.c-fieldset__unitSpace--row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .c-fieldset__unitSpace--row {
    gap: 6px;
  }
}
.c-fieldset__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  margin: auto auto 24px;
  padding-left: 12px;
  border-left: 6px solid #4EA0F2;
}
@media screen and (max-width: 768px) {
  .c-fieldset__title {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.6941176471;
    letter-spacing: 0.4px;
    font-weight: 600;
    margin: auto auto 16px;
  }
}
.c-fieldset__title--icon {
  padding-left: 6px;
  border-left: none;
}
.c-fieldset__title--icon::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: #858E97;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-2px);
  margin-right: 6px;
}
.c-fieldset__legendChar {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.c-fieldset__note {
  color: #3F4750;
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
}
.c-fieldset__description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  margin: 24px auto;
}
.c-fieldset__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
}
.c-fieldset__unitText {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-fieldset__unitText {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}
.c-fieldset__simple--container {
  border: none;
  display: flex;
  flex-direction: column;
}
.c-fieldset__simple--container + .c-fieldset__simple--container {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .c-fieldset__simple--container + .c-fieldset__simple--container {
    margin-top: 16px;
  }
}
.c-fieldset__simple--legend {
  margin-bottom: 8px;
}
.c-fieldset--bgGray {
  background-color: #F6F8FB;
}
.c-fieldset--bgBlue {
  background-color: #F6FAFF;
}

.c-pager ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .c-pager ul {
    gap: 10px;
  }
}
@media screen and (max-width: 430px) {
  .c-pager ul {
    gap: 8px;
  }
}
.c-pager ul li {
  display: flex;
}
.c-pager ul li a,
.c-pager ul li span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .c-pager ul li a,
  .c-pager ul li span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
    padding: 4px 12px;
  }
}
.c-pager ul li a {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  color: #858E97;
  border: 1px solid #dfe6ec;
  transition: background-color 0.2s ease-in-out;
}
.c-pager ul li a:hover {
  background-color: #F6F8FB;
}
.c-pager ul li span {
  color: #fff;
  background-color: #4EA0F2;
  border: 1px solid #4EA0F2;
}

.c-table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dfe6ec;
  margin: 64px auto;
}
@media screen and (max-width: 768px) {
  .c-table {
    margin: 48px auto;
  }
}
.c-table__wrap {
  overflow: auto;
}
.c-table tr {
  border-bottom: 1px solid #dfe6ec;
}
.c-table th, .c-table td {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-table th, .c-table td {
    display: block;
  }
}
.c-table th {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 600;
  width: 24%;
  padding: 28px 24px;
}
@media screen and (max-width: 768px) {
  .c-table th {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
    width: 100%;
    padding: 12px 8px;
  }
}
.c-table td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  width: 76%;
  padding: 28px 24px;
}
@media screen and (max-width: 768px) {
  .c-table td {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
    width: 100%;
    padding: 12px 8px;
  }
}
.c-table a {
  color: #4EA0F2;
}
.c-table a:hover {
  text-decoration: underline;
}
.c-table__caption {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  text-align: left;
  margin: auto auto 24px;
  padding-left: 12px;
  border-left: 6px solid #4EA0F2;
}
@media screen and (max-width: 768px) {
  .c-table__caption {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
    margin: auto auto 16px;
  }
}
.c-table__caption--icon {
  padding-left: 6px;
  border-left: none;
}
.c-table__caption--icon::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: #858E97;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-2px);
  margin-right: 6px;
}
.c-table__note {
  color: #3F4750;
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
}
.c-table__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  margin-top: 12px;
}
.c-table__text + .c-table__text {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .c-table__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}
.c-table--bgGray {
  background-color: #F6F8FB;
}
.c-table--bgBlue {
  background-color: #F6FAFF;
}

.c-offer {
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .c-offer {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  }
}
.c-offer__photoInner {
  width: 100%;
}
.c-offer__photoInner img {
  width: 100%;
}
.c-offer__textInner {
  width: 100%;
  overflow: hidden;
}
.c-offer__company {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  color: #858E97;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-offer__company::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  .c-offer__company {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}
.c-offer__company--link {
  transition: all 0.2s ease-in-out;
}
.c-offer__company--link:hover {
  text-decoration: underline;
}
.c-offer__offerName {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-offer__offerName {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.c-offer__offerName span {
  margin-left: 4px;
  transform: translateY(-2px);
}
.c-offer__offerName--link {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  color: #4EA0F2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  height: 58px;
}
@media screen and (max-width: 768px) {
  .c-offer__offerName--link {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 600;
    height: 51px;
  }
}
.c-offer__catchphrase {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-offer__catchphrase {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.c-offer__terms {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-offer__terms {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
    margin-bottom: 8px;
  }
}
.c-offer__condition {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.125;
  letter-spacing: 0.4px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .c-offer__condition {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.1428571429;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin-bottom: 8px;
  }
}
.c-offer__condition--heading {
  width: 120px;
}
.c-offer__condition--ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-offer__condition--ellipsis::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
.c-offer__condition--detail {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .c-offer__condition--detail {
    margin-top: 16px;
  }
}
.c-offer__conditionInner {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-template-rows: auto;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .c-offer__conditionInner {
    margin-bottom: 0;
  }
}
.c-offer__icon::before {
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 24px;
  height: 24px;
  background-color: #858E97;
  display: inline-block;
  transform: translateY(6px);
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .c-offer__icon::before {
    width: 18px;
    height: 18px;
    transform: translateY(3px);
  }
}
.c-offer__icon--salary::before {
  -webkit-mask-image: url(../font/icon/icon_yen.svg);
          mask-image: url(../font/icon/icon_yen.svg);
}
.c-offer__icon--employee::before {
  -webkit-mask-image: url(../font/icon/icon_briefcase.svg);
          mask-image: url(../font/icon/icon_briefcase.svg);
}
.c-offer__icon--address::before {
  -webkit-mask-image: url(../font/icon/icon_location-dot.svg);
          mask-image: url(../font/icon/icon_location-dot.svg);
}

.c-offerPickup__itemlist {
  margin-bottom: 32px;
}
.c-offerPickup__block {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .c-offerPickup__block {
    padding: 6px;
  }
}
.c-offerPickup__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  position: relative;
  width: 100%;
  overflow-y: auto;
  max-height: inherit;
}
.c-offerPickup__photoInner {
  width: 100%;
}
.c-offerPickup__photoInner a {
  width: 100%;
  height: 246px;
}
@media screen and (max-width: 768px) {
  .c-offerPickup__photoInner a {
    height: 180px;
  }
}
@media screen and (max-width: 430px) {
  .c-offerPickup__photoInner a {
    height: 140px;
  }
}
.c-offerPickup__photoInner img {
  width: 100%;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-offerPickup__photoInner img {
    height: 180px;
  }
}
@media screen and (max-width: 430px) {
  .c-offerPickup__photoInner img {
    height: 140px;
  }
}
.c-offerPickup__photoInner img:hover {
  opacity: 0.8;
}
.c-offerPickup__textInner {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  width: 100%;
  padding: 8px 20px 0;
  overflow-y: auto;
  max-height: inherit;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-offerPickup__textInner {
    padding: 8px 12px 0;
    gap: 2;
  }
}
.c-offerPickup__buttonInner {
  position: sticky;
  bottom: 0;
  padding: 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .c-offerPickup__buttonInner {
    padding: 0 12px 12px;
  }
}

.c-offerListItem {
  width: 100%;
}
.c-offerListItem + .c-offerListItem {
  margin-top: 60px;
}
.c-offerListItem__title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  width: 100%;
  padding: 16px 32px 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dfe6ec;
  border-top: 8px solid #4EA0F2;
}
@media screen and (max-width: 768px) {
  .c-offerListItem__title {
    padding: 16px 16px 12px;
    margin-bottom: 20px;
  }
}
.c-offerListItem__tagInner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 6px;
  margin: 8px auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-offerListItem__tagInner {
    margin: 0 auto;
  }
}
.c-offerListItem__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 32px;
  padding: 0 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-offerListItem__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 0 16px;
    margin-bottom: 16px;
  }
}
.c-offerListItem__photoInner {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .c-offerListItem__photoInner {
    width: 100%;
  }
}
.c-offerListItem__photoInner img {
  width: 100%;
  border-radius: 4px;
}
.c-offerListItem__textInner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .c-offerListItem__textInner {
    width: 100%;
    gap: 8px;
  }
}
.c-offerListItem__favoButton {
  width: 140px;
  border-radius: 8px;
  background-color: #fff;
  color: #858E97;
  border: 1px solid #858E97;
}
@media screen and (max-width: 768px) {
  .c-offerListItem__favoButton {
    width: 80px;
    height: 48px;
  }
}
.c-offerListItem__favoButton a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  width: 100%;
  padding: 16px;
  color: #858E97;
}
@media screen and (max-width: 768px) {
  .c-offerListItem__favoButton a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 400;
    padding: 3px 8px 5px;
  }
}
.c-offerListItem__favoButton:hover {
  background-color: #dfe6ec;
}
.c-offerListItem__favoButton--icon::before {
  content: "";
  background-color: #858E97;
  -webkit-mask-image: url(../font/icon/icon_star-solid.svg);
          mask-image: url(../font/icon/icon_star-solid.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
  transition: all 0.2s ease-in-out;
  transform: translateY(5px);
}
@media screen and (max-width: 768px) {
  .c-offerListItem__favoButton--icon::before {
    display: block;
    margin: auto auto 2px;
    width: 20px;
    height: 20px;
  }
}
.c-offerListItem__conditionInner {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .c-offerListItem__conditionInner {
    grid-template-columns: auto;
    grid-template-rows: 44px 1fr;
  }
}
.c-offerListItem__conditionInner--heading {
  width: 110px;
  padding-left: 6px;
  border-radius: 4px;
  background-color: #F6F8FB;
}
@media screen and (max-width: 768px) {
  .c-offerListItem__conditionInner--heading {
    width: 100%;
    margin: 6px 0;
  }
}
.c-offerListItem__buttonInner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
  background-color: #F6FAFF;
  padding: 24px 32px;
}
@media screen and (max-width: 768px) {
  .c-offerListItem__buttonInner {
    padding: 20px 16px;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-offerListItem__buttonInner--entry {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    gap: 12px;
  }
}
.c-offerListItem__entryTime {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  color: #858E97;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .c-offerListItem__entryTime {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
    width: auto;
  }
}

.c-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
}
@media screen and (max-width: 1000px) {
  .c-info {
    flex-direction: column;
  }
}
.c-info__heading {
  width: 500px;
}
@media screen and (max-width: 1000px) {
  .c-info__heading {
    width: 100%;
  }
}
.c-info__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  width: 100%;
  border-top: 1px solid #dfe6ec;
}
.c-info__block li {
  width: 100%;
  position: relative;
}
.c-info__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  padding: 32px 36px 32px 10px;
  border-bottom: 1px solid #dfe6ec;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-info__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 16px 36px 16px 8px;
  }
}
.c-info__time {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 600;
  width: 140px;
  color: #A6AFB9;
}
@media screen and (max-width: 768px) {
  .c-info__time {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.c-info__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  width: auto;
  color: #3F4750;
}
@media screen and (max-width: 768px) {
  .c-info__title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}
.c-info__link {
  width: 100%;
}
.c-info__link::after {
  content: "";
  background-color: #858E97;
  -webkit-mask-image: url(../font/icon/icon_angle-right.svg);
          mask-image: url(../font/icon/icon_angle-right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
.c-info__link:hover .c-info__item {
  background-color: #F6FAFF;
}

@media screen and (max-width: 768px) {
  .c-accordion__title {
    position: relative;
  }
  .c-accordion__title::after {
    content: "＋";
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    color: #858E97;
  }
  .c-accordion__title.active::after {
    content: "－";
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__block {
    overflow: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 0;
    transition: all 0.2s ease-in-out;
  }
  .c-accordion__block.height {
    height: auto;
  }
}

.c-error {
  background-color: #FFF1F5;
  border: 1px solid #E80344;
  border-radius: 8px;
  padding: 20px 24px;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .c-error {
    padding: 12px 16px;
  }
}
.c-error li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  list-style: disc;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .c-error li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin-left: 20px;
  }
}

.p-top__kv {
  width: 100%;
  height: 780px;
  background-color: #ffffff;
  background-image: url("../img/top/kv-bg.png");
  background-repeat: no-repeat;
  background-position: right 80px bottom 0px;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top__kv {
    height: 1100px;
  }
}
@media screen and (max-width: 430px) {
  .p-top__kv {
    height: 900px;
    background-position: right -60px bottom 0px;
  }
}
.p-top__textContainer {
  min-width: 500px;
}
@media screen and (max-width: 1000px) {
  .p-top__textContainer {
    min-width: auto;
    margin: auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__textContainer {
    margin: auto 60px;
  }
}
.p-top__kvWrapper {
  max-width: 100vw;
}
.p-top__kvInner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100vw;
  padding: 180px 100px;
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .p-top__kvInner {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 180px 0;
  }
}
@media screen and (max-width: 430px) {
  .p-top__kvInner {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 84px 0;
  }
}
.p-top__kvInner--catchphrase {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 1.2px;
  font-weight: 400;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-top__kvInner--catchphrase {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: 1.2px;
    font-weight: 400;
    margin-top: 24px;
  }
}
@media screen and (max-width: 430px) {
  .p-top__kvInner--catchphrase {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7;
    letter-spacing: 0.6px;
    font-weight: 400;
    margin-top: 24px;
  }
}
.p-top__kvInner--rogo {
  width: 100%;
  max-width: 300px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .p-top__kvInner--rogo {
    max-width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .p-top__kvInner--rogo {
    max-width: 100%;
    margin-bottom: 6px;
  }
}
.p-top__kvInner--rogo img {
  width: 100%;
}
.p-top__kvInner--sub {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 600;
  transform: translateX(4px);
}
@media screen and (max-width: 1000px) {
  .p-top__kvInner--sub {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
@media screen and (max-width: 430px) {
  .p-top__kvInner--sub {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}
.p-top__search {
  width: 100%;
  padding: 0 40px;
  position: absolute;
  top: 700px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-top__search {
    top: 980px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__search {
    top: 990px;
  }
}
@media screen and (max-width: 430px) {
  .p-top__search {
    top: 780px;
  }
}
.p-top__searchInner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  .p-top__searchInner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
    max-width: 680px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__searchInner {
    max-width: 540px;
    border-radius: 20px;
    padding: 24px;
    gap: 0;
  }
}
.p-top__select {
  width: calc(33% - 72px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .p-top__select {
    width: 100%;
  }
}
.p-top__select::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-mask-image: url(../font/icon/icon_angle-down.svg);
          mask-image: url(../font/icon/icon_angle-down.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #858E97;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-top__select input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 30px 10px 10px;
  border: 1px solid #dfe6ec;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 400;
  width: 100%;
  height: 68px;
  background-color: #F6F8FB;
  color: #858E97;
  text-align: left;
  flex-wrap: nowrap;
  overflow: scroll;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-top__select input::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 1000px) {
  .p-top__select input {
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__select input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
    height: 48px;
  }
}
.p-top__cross {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.p-top__searchButton {
  margin-left: 16px;
  border-radius: 8px;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 1000px) {
  .p-top__searchButton {
    margin-left: 0;
    margin-top: 24px;
    max-width: 260px;
  }
}
.p-top__searchButton input {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  width: 100%;
  padding: 20px 20px 22px 36px;
}
@media screen and (max-width: 768px) {
  .p-top__searchButton input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
    padding: 12px 8px 12px 18px;
  }
}
.p-top__section {
  margin-top: 200px;
}
@media screen and (max-width: 1000px) {
  .p-top__section {
    margin-top: 410px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__section {
    margin-top: 270px;
  }
}
@media screen and (max-width: 430px) {
  .p-top__section {
    margin-top: 320px;
  }
}
.p-top__featureBlock {
  padding: 14px;
  width: 33.3333%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .p-top__featureBlock {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .p-top__featureBlock {
    width: 100%;
  }
}
.p-top__featureItem {
  width: 100%;
}
.p-top__featureItem img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.p-top__featureItem img:hover {
  opacity: 0.8;
}

.kv_scroll__container {
  width: 100%;
  overflow-x: hidden;
  transform: translateY(-50px);
}
@media screen and (max-width: 430px) {
  .kv_scroll__container {
    transform: translateY(0);
    margin-bottom: 50px;
  }
}
.kv_scroll__lists {
  list-style: none;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.kv_scroll__lists.animating {
  animation: imgSlider 30s linear infinite;
}
@keyframes imgSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.kv_scroll__item img {
  width: auto;
  height: 680px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 1000px) {
  .kv_scroll__item img {
    height: 330px;
  }
}

.p-searchList__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 56px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .p-searchList__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-searchList__title {
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 32px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dfe6ec;
  }
}
.p-searchList__title h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-searchList__title h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.p-searchList__title--main {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 600;
  color: #4EA0F2;
}
@media screen and (max-width: 768px) {
  .p-searchList__title--main {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.p-searchList__title--number {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.3176470588;
  letter-spacing: 2px;
  font-weight: 600;
  color: #4EA0F2;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-searchList__title--number {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.3538461538;
    letter-spacing: 2px;
    font-weight: 600;
  }
}
.p-searchList__title--searchIcon {
  margin-left: 8px;
}
.p-searchList__title--searchIcon a, .p-searchList__title--searchIcon input, .p-searchList__title--searchIcon button {
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .p-searchList__title--searchIcon a, .p-searchList__title--searchIcon input, .p-searchList__title--searchIcon button {
    padding-left: 20px;
  }
}
.p-searchList__title--searchIcon::before {
  -webkit-mask-image: url(../font/icon/icon_magnifying-glass.svg);
          mask-image: url(../font/icon/icon_magnifying-glass.svg);
  background-color: #fff;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 88px);
}
@media screen and (max-width: 768px) {
  .p-searchList__title--searchIcon::before {
    top: calc(50% - 10px);
    left: calc(50% - 76px);
  }
}
.p-searchList__titleInner {
  width: 100%;
}
.p-searchList__condition {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  margin-top: 24px;
}
.p-searchList__condition--label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.4px;
  font-weight: 600;
  color: #33B1B5;
  background-color: #EEFCFD;
  text-align: center;
  width: 100px;
  align-self: stretch;
  margin-right: 12px;
  padding: 4px 0;
}
.p-searchList__none {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 40px;
  border: 4px solid #E8F4FF;
  padding: 100px 24px;
}
@media screen and (max-width: 768px) {
  .p-searchList__none {
    gap: 24px;
    padding: 40px 24px;
  }
}
.p-searchList__none--text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-searchList__none--text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .p-searchList__none--button {
    display: none;
  }
}

html:has(#detail--advance) {
  scroll-padding-top: 100px;
}
@media screen and (max-width: 768px) {
  html:has(#detail--advance) {
    scroll-padding-top: 114px;
  }
}

.p-detail {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-detail {
    margin-bottom: 40px;
  }
}
.p-detail__entry {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  position: sticky;
  bottom: 16px;
  z-index: 903;
  width: 100%;
}
.p-detail__entryInner {
  width: 100%;
  max-width: 1280px;
  padding: 20px 24px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1200px) {
  .p-detail__entryInner {
    max-width: none;
  }
}
.p-detail__head {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  width: 100%;
  padding: 16px 0 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dfe6ec;
}
@media screen and (max-width: 1000px) {
  .p-detail__head {
    padding: 0 0 24px;
    margin-bottom: 32px;
  }
}
.p-detail__time {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  width: 100%;
  color: #858E97;
}
@media screen and (max-width: 768px) {
  .p-detail__time {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}
.p-detail__time--offer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-detail__time--offer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    margin-bottom: 12px;
  }
}
.p-detail__time--company {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-detail__time--company {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    margin-bottom: 12px;
  }
}
.p-detail__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 48px;
  margin: 64px auto;
}
@media screen and (max-width: 1000px) {
  .p-detail__content {
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    margin: 48px auto;
  }
}
.p-detail__photoInner {
  width: 36%;
}
@media screen and (max-width: 768px) {
  .p-detail__photoInner {
    width: 100%;
  }
}
.p-detail__photoInner img {
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-detail__photoInner a {
    pointer-events: none;
  }
}
.p-detail__photoInner--company {
  width: 100%;
}
.p-detail__textInner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  width: 66%;
}
@media screen and (max-width: 768px) {
  .p-detail__textInner {
    width: 100%;
  }
}
.p-detail__photos {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
  width: 100%;
  margin: 80px auto;
}
@media screen and (max-width: 1000px) {
  .p-detail__photos {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__photos {
    margin: 48px auto;
  }
}
@media screen and (max-width: 430px) {
  .p-detail__photos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
  }
}
.p-detail__photos figure {
  width: calc(33% - 32px);
}
@media screen and (max-width: 1200px) {
  .p-detail__photos figure {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 1000px) {
  .p-detail__photos figure {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .p-detail__photos figure {
    width: 100%;
  }
}
.p-detail__photos img {
  width: 100%;
  height: 240px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .p-detail__photos img {
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .p-detail__photos img {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__photos img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__photos a {
    pointer-events: none;
  }
}
.p-detail__photos figcaption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-detail__photos figcaption {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}
.p-detail__map {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .p-detail__map {
    margin: 48px auto;
  }
}
.p-detail__map iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .p-detail__map iframe {
    height: 400px;
  }
}
.p-detail__map--link {
  color: #fff !important;
  margin-left: 6px;
}
.p-detail__map--link:hover {
  text-decoration: none !important;
}
.p-detail__companyTable {
  margin-bottom: 24px;
}
.p-detail__thumbnail {
  width: 600px;
}
@media screen and (max-width: 1200px) {
  .p-detail__thumbnail {
    width: 460px;
  }
}
@media screen and (max-width: 1000px) {
  .p-detail__thumbnail {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .p-detail__thumbnail {
    width: 100%;
    margin-bottom: 24px;
  }
}
.p-detail__thumbnail img {
  width: 100%;
  height: auto;
  max-height: 420px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-detail__thumbnail .splide + .splide {
  margin-top: 8px;
}
.p-detail__thumbnail .splide__slide {
  opacity: 0.6;
  margin: 0;
}
.p-detail__thumbnail .splide__slide.is-active {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .p-detail__tabMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    position: sticky;
    top: 56px;
    z-index: 902;
    width: 100%;
    background-color: #fff;
  }
}
.p-detail__tabInner {
  width: 100%;
  display: none;
}
.p-detail__tabInner.current {
  display: block;
}
.p-detail__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin: 32px 8px 0;
}
.p-detail__nav li {
  margin-right: 32px;
}
.p-detail__nav a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 600;
  color: #4EA0F2;
}
.p-detail__nav a::after {
  content: "";
  -webkit-mask-image: url(../font/icon/icon_angle-down.svg);
          mask-image: url(../font/icon/icon_angle-down.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 24px;
  height: 24px;
  background-color: #4EA0F2;
  display: inline-block;
  transform: translateY(6px);
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .p-detail__nav a::after {
    width: 18px;
    height: 18px;
    transform: translateY(3px);
  }
}

.p-entry__head {
  width: 100%;
  padding: 16px 0 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dfe6ec;
}
@media screen and (max-width: 768px) {
  .p-entry__head {
    padding: 16px 16px 12px;
    margin-bottom: 20px;
  }
}
.p-entry__content {
  width: 100%;
  padding: 40px;
  background-color: #E8F4FF;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-entry__content {
    padding: 20px;
  }
}
.p-entry__content--description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-entry__content--description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
    margin-bottom: 16px;
  }
}

.p-mypage__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  margin-bottom: 40px;
}
.p-mypage__table {
  position: relative;
}
.p-mypage__table + .p-mypage__table {
  margin-top: 80px;
}
.p-mypage__buttonInner {
  position: absolute;
  top: -12px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-mypage__buttonInner {
    flex-direction: column;
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-mypage--logout {
    width: 140px;
  }
}
.p-mypage__etc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 20px 32px;
  background-color: #F6F8FB;
}
@media screen and (max-width: 768px) {
  .p-mypage__etc {
    padding: 20px 16px;
  }
}
.p-mypage__etc + .p-mypage__etc {
  margin-top: 24px;
}
.p-mypage__etc--description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-mypage__etc--description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}

.p-feature__main {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-feature__main {
    margin-top: 0;
  }
}
.p-feature__main img {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: block;
}
.p-feature__inner {
  width: 100%;
  margin: auto;
  padding: 90px 48px 120px;
}
@media screen and (max-width: 1000px) {
  .p-feature__inner {
    padding: 60px 24px 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__inner {
    padding: 48px 16px 60px;
  }
}
.p-feature__merit {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 56px;
}
@media screen and (max-width: 1000px) {
  .p-feature__merit {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__merit {
    flex-direction: column;
    gap: 40px;
    padding: 0 8%;
  }
}
.p-feature__meritItem {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
}
.p-feature__meritItem img {
  width: 120px;
  height: auto;
}
.p-feature__meritIcon {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  color: #fff;
  background-color: #ca3b42;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 6px 24px;
  position: absolute;
  top: 24px;
  left: -16px;
}
@media screen and (max-width: 768px) {
  .p-feature__meritIcon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
    padding: 6px 16px 6px 14px;
    top: 20px;
    left: -11px;
  }
}
.p-feature__meritIcon span {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .p-feature__meritIcon span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.p-feature__meritIcon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  border-bottom: solid 8px transparent;
  border-right: solid 16px rgb(141.2144578313, 38.1855421687, 43.2289156627);
}
@media screen and (max-width: 768px) {
  .p-feature__meritIcon::before {
    border-bottom: solid 6px transparent;
    border-right: solid 12px rgb(141.2144578313, 38.1855421687, 43.2289156627);
  }
}
.p-feature__photo {
  width: 100%;
}
.p-feature__photo img {
  width: 100%;
  border-radius: 16px 16px 0 0;
  height: 240px;
  margin: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 430px) {
  .p-feature__photo img {
    height: 200px;
  }
}
.p-feature__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
  padding: 24px 36px 36px;
}
@media screen and (max-width: 1000px) {
  .p-feature__text {
    padding: 12px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}
.p-feature__text--title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .p-feature__text--title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
    margin-bottom: 4px;
  }
}
.p-feature__buttonInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-feature__buttonInner {
    gap: 16px;
    margin-top: 24px;
  }
}
.p-feature__button {
  position: relative;
  width: calc(50% - 12px);
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #ca3b42;
}
@media screen and (max-width: 768px) {
  .p-feature__button {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 430px) {
  .p-feature__button {
    width: 100%;
  }
}
.p-feature__button a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  width: 100%;
  padding: 20px;
  color: #ca3b42;
}
@media screen and (max-width: 768px) {
  .p-feature__button a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
    padding: 14px 8px;
  }
}
.p-feature__button::after {
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease-in-out;
  -webkit-mask-image: url(../font/icon/icon_angle-down.svg);
          mask-image: url(../font/icon/icon_angle-down.svg);
  background-color: #ca3b42;
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
@media screen and (max-width: 768px) {
  .p-feature__button::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: 6px;
  }
}
.p-feature__button:hover {
  background-color: #ca3b42;
}
.p-feature__button:hover a {
  color: #fff;
}
.p-feature__button:hover::after {
  background-color: #fff;
}
.p-feature--title {
  position: relative;
  padding: 8px 8px;
  display: block;
  text-align: center;
  margin: 110px auto 56px;
  margin-inline: auto;
}
.p-feature--title::before {
  content: "";
  position: absolute;
  top: -4px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  display: inline-block;
  rotate: 180deg;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: rgba(202, 59, 66, 0.1);
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .p-feature--title {
    margin: 80px auto 48px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature--title {
    margin: 60px auto 32px;
  }
}

.p-contents__inner {
  margin: 56px auto;
}
@media screen and (max-width: 768px) {
  .p-contents__inner {
    margin: 40px auto;
  }
}
.p-contents__inner--error {
  margin: 140px auto 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contents__inner--error {
    margin: 60px auto 40px;
  }
}
.p-contents__inner--narrow {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.p-contents__subTitle {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .p-contents__subTitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.p-contents__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-contents__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.4px;
    font-weight: 400;
  }
}
.p-contents__text p {
  margin: 8px auto;
}
.p-contents__text ol, .p-contents__text ul {
  margin: 16px auto;
}
.p-contents__text + .p-contents__text {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-contents__text + .p-contents__text {
    margin-top: 24px;
  }
}
.p-contents__text--signature {
  text-align: right;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-contents__text--signature {
    margin-top: 40px;
  }
}
.p-contents__list--number {
  list-style-type: decimal;
}
.p-contents__list--number li {
  position: relative;
  padding-left: 32px;
}
.p-contents__list--number li::before {
  content: "(" counter(list-item, decimal) ") ";
  position: absolute;
  left: 0;
}
.p-contents__list--kana {
  list-style-type: katakana;
}
.p-contents__list--kana li {
  position: relative;
  padding-left: 40px;
}
.p-contents__list--kana li::before {
  content: "(" counter(list-item, katakana) ") ";
  position: absolute;
  left: 0;
}
.p-contents__list--dot {
  list-style-type: none;
}
.p-contents__list--dot li {
  list-style: inside;
  padding-left: 8px;
}
.p-contents__list--dot li::before {
  content: "";
  position: absolute;
  left: 0;
}

.p-login__inner {
  width: 100%;
  max-width: 600px;
  margin: auto auto 40px;
}
@media screen and (max-width: 768px) {
  .p-login__inner {
    margin-bottom: 32px;
  }
}
.p-login__head {
  width: 100%;
  margin-bottom: 24px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.4px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-login__head {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
}
.p-login__head--underline {
  padding-bottom: 24px;
  margin-bottom: 32px;
  border-bottom: 1px solid #dfe6ec;
}
@media screen and (max-width: 768px) {
  .p-login__head--underline {
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}
.p-login__registration {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
  max-width: 600px;
  margin: 60px auto auto;
  padding: 32px 32px;
  background-color: #F6F8FB;
}
.p-login__registration--head {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.4px;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */