@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

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

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

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1039px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1040px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 999px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.5625vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  min-width: 320px;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  color: #0068ac;
  text-decoration: underline;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, dl {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

p {
  margin: 0;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Header */
/**************************************************/
.l-header {
  box-sizing: border-box;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.125rem;
  z-index: 100;
}
.l-header > .inner {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 1.0625rem 0.75rem 1.0625rem 1.75rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.l-header > .inner > .logo {
  margin: 0;
  color: #000;
  line-height: 0;
}
.l-header > .inner > .logo a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-header {
    height: 4rem;
  }
  .l-header > .inner {
    padding: 0.5rem;
  }
  .l-header > .inner > .logo a {
    width: 16.5rem;
    padding: 0;
  }
}

.l-header-hamburger {
  position: absolute;
  top: 1rem;
  right: 0.75rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #000;
  margin: 0;
  cursor: pointer;
}
.l-header-hamburger > .bar {
  top: 50%;
  left: 50%;
  margin-top: -0.0625rem;
  margin-left: -0.75rem;
}
.l-header-hamburger > .bar, .l-header-hamburger > .bar::before, .l-header-hamburger > .bar::after {
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background: #fff;
  content: "";
  transition: all 0.2s ease-out;
}
.l-header-hamburger > .bar::before {
  top: -0.625rem;
}
.l-header-hamburger > .bar::after {
  top: 0.625rem;
}
.l-header-hamburger.-open {
  background: #000;
}
.l-header-hamburger.-open > .bar {
  background-color: transparent;
}
.l-header-hamburger.-open > .bar::before {
  top: 0;
  background-color: #fff;
  transform: rotate(135deg);
}
.l-header-hamburger.-open > .bar::after {
  top: 0;
  background-color: #fff;
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .l-header-hamburger {
    top: 0.5rem;
    right: 0.5rem;
    width: 3rem;
    height: 3rem;
  }
  .l-header-hamburger > .bar {
    margin-left: -0.5625rem;
  }
  .l-header-hamburger > .bar, .l-header-hamburger > .bar::before, .l-header-hamburger > .bar::after {
    width: 1.125rem;
    height: 0.0625rem;
  }
  .l-header-hamburger > .bar::before {
    top: -0.4375rem;
  }
  .l-header-hamburger > .bar::after {
    top: 0.4375rem;
  }
}

.l-globalnav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  line-height: 1;
  height: 100%;
}
@media (max-width: 767px) {
  .l-globalnav {
    display: none;
  }
}

.l-globalnav-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  height: 100%;
  margin: 0 auto;
}
.l-globalnav-list > li {
  position: relative;
  min-width: 18.75rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.l-globalnav-list > li > .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  padding: 1em;
  color: inherit;
  text-decoration: none;
}
.l-globalnav-list > li > .btn:hover, .l-globalnav-list > li > .btn.-current {
  background: #ED4E4F;
  color: #fff;
  opacity: 1;
}
.l-globalnav-list li.-reverse > .btn {
  background-color: #000;
  color: #fff;
}

.l-spnav {
  display: none;
  position: sticky;
  top: 8.625rem;
  right: 0;
  width: 100%;
  max-width: 22.5rem;
  margin: 0.5rem 0 0 auto;
  background: black;
  z-index: 100;
}
.l-spnav::after {
  display: block;
  position: absolute;
  top: -0.6875rem;
  right: 2.125rem;
  border: solid transparent;
  border-width: 0 0.5625rem 0.75rem 0.5625rem;
  border-bottom-color: #000;
  content: "";
}
.l-spnav > .container {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  overflow-y: auto;
}
.l-spnav > .container::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .l-spnav {
    top: 5rem;
    max-width: 16.25rem;
  }
  .l-spnav::after {
    top: -0.5rem;
    right: 1.625rem;
    border: solid transparent;
    border-width: 0 0.375rem 0.5625rem 0.375rem;
    border-bottom-color: #000;
  }
}

.l-spnav-list {
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  background: #000;
  color: #fff;
}
.l-spnav-list > li {
  display: block;
}
.l-spnav-list > li:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
.l-spnav-list > li > .btn {
  display: block;
  padding: 1.25rem 1rem;
  color: inherit;
  text-decoration: none;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-spnav-list > li > .btn {
    padding: 1rem 1rem;
    font-size: 0.875rem;
  }
}

/**************************************************/
/* Footer */
/**************************************************/
.l-footer {
  position: relative;
  z-index: 5;
}
.l-footer > .copyright {
  margin: 0;
  padding: 1.875rem 1.25rem;
  background: #000;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer > .copyright {
    font-size: 0.8125rem;
    padding-block: 0.6875rem;
  }
}

/**************************************************/
/* contents */
/**************************************************/
body > .inbox {
  padding-top: 98px;
}
@media (max-width: 999px) {
  body > .inbox {
    padding-top: 64px;
  }
}

.l-page-container {
  position: relative;
}

.l-section {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
.l-section:not(.-nofill) {
  background-color: #fff;
}
.l-section.-fill {
  background-color: #F2EFED;
}
.l-section.-pt0 {
  padding-top: 0;
}
.l-section.-pb0 {
  padding-bottom: 0;
}
.l-section.-visible {
  overflow: visible;
}
.l-section.-firstSec {
  margin-top: -6.125rem;
  padding-top: 11.125rem;
}
.l-section.-pvTitle {
  padding-bottom: 2rem;
}
.l-section.-stack {
  margin-top: -5.125rem;
  padding-bottom: 12.5rem;
  border-radius: 4rem 4rem 0 0;
}
.l-section.-stack-bottom {
  padding-bottom: 12.5rem;
}
@media (max-width: 767px) {
  .l-section {
    padding: 2.5rem 0;
  }
  .l-section.-firstSec {
    margin-top: -4rem;
    padding-top: 6rem;
  }
  .l-section.-pvTitle {
    padding-bottom: 0.625rem;
  }
  .l-section.-stack {
    margin-top: -2.5rem;
    padding-bottom: 6.25rem;
    border-radius: 2rem 2rem 0 0;
  }
  .l-section.-stack-bottom {
    padding-bottom: 6.25rem;
  }
}

.l-page-contents {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.25rem;
}
.l-page-contents.-w1120 {
  max-width: 70rem;
}
.l-page-contents.-w1000 {
  max-width: 62.5rem;
}
.l-page-contents.-w800 {
  max-width: 50rem;
}
.l-page-contents.-pi15 {
  padding-inline: 0.9375rem;
}

.l-border-red {
  border: 2.5rem solid #ED4E4F;
}
@media (max-width: 767px) {
  .l-border-red {
    border: 0.8125rem solid #ED4E4F;
  }
}

.l-breadcrumb {
  position: relative;
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .l-breadcrumb {
    margin-top: 1.25rem;
  }
}

.l-breadcrumb-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}
.l-breadcrumb-list > li {
  display: block;
  position: relative;
  padding: 0.5em 0;
  font-size: 0.875rem;
  line-height: 1;
}
.l-breadcrumb-list > li:not(:first-child) {
  margin-left: 1rem;
  padding-left: 1.5em;
}
.l-breadcrumb-list > li:not(:first-child)::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: -0.15em;
  margin-top: -0.5em;
  font-size: 1.3333333333em;
}
.l-breadcrumb-list > li a {
  display: block;
  color: inherit;
  text-decoration: inherit;
}
@media (max-width: 767px) {
  .l-breadcrumb-list {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }
  .l-breadcrumb-list > li {
    font-size: 0.6875rem;
  }
  .l-breadcrumb-list > li:not(:first-child) {
    margin-left: 1em;
    padding-left: 1em;
  }
}

#adminBox, .acms-admin-box {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  z-index: 100;
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-page-title {
  position: relative;
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.5;
  z-index: 1;
}
.c-page-title > .main {
  position: relative;
}
.c-page-title > .bg {
  display: block;
  position: absolute;
  bottom: -0.1em;
  left: -0.5em;
  font-family: "Barlow Condensed";
  font-size: 6.25rem;
  color: #F8D1D1;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
}
.c-page-title + *:not(.l-breadcrumb) {
  margin-top: 8.75rem;
}

@media (max-width: 767px) {
  .c-page-title {
    font-size: 1.5rem;
  }
  .c-page-title > .bg {
    font-size: 3.5rem;
    bottom: 0.15em;
    left: -0.2em;
  }
  .c-page-title + *:not(.l-breadcrumb) {
    margin-top: 2.5rem;
  }
}
.c-heading-a {
  margin: 5rem 0 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
}
.c-heading-a:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .c-heading-a {
    margin-top: 3rem;
    font-size: 1.375rem;
  }
}

.c-heading-b {
  margin-top: 5rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-heading-b {
    margin-top: 3rem;
    font-size: 1.25rem;
  }
}

.c-heading-c {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 7.5rem;
}
.c-heading-c:first-child {
  margin-top: 0;
}
.c-heading-c + *:not(.c-heading-c-sub) {
  margin-top: 5.375rem !important;
}
@media (max-width: 767px) {
  .c-heading-c {
    font-size: 1.5rem;
  }
  .c-heading-c + *:not(.c-heading-c-sub) {
    margin-top: 3.125rem !important;
  }
}

.c-heading-c-sub {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.c-heading-c-sub + *:not(.c-heading-c-sub) {
  margin-top: 5.375rem !important;
}
@media (max-width: 767px) {
  .c-heading-c-sub {
    font-size: 1rem;
  }
  .c-heading-c-sub + *:not(.c-heading-c-sub) {
    margin-top: 3.125rem !important;
  }
}

.c-table-a {
  width: 100%;
  margin: 1rem 0 0;
  border-collapse: collapse;
}
.c-table-a tr {
  border-bottom: 1px dashed #707070;
}
.c-table-a tr:last-of-type {
  border-bottom: none;
}
.c-table-a th, .c-table-a td {
  padding: 2rem 0 2rem;
  line-height: 1.75;
  vertical-align: text-top;
}
.c-table-a th {
  width: 13.75rem;
  font-size: 1.125rem;
  text-align: left;
}
.c-table-a td {
  font-size: 1rem;
}
.c-table-a td > .heading {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-table-a th, .c-table-a td {
    display: block;
    box-sizing: border-box;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .c-table-a th {
    width: 100%;
    font-size: 1.125rem;
    padding-bottom: 1.25rem;
  }
  .c-table-a td {
    font-size: 0.875rem;
    padding-top: 0;
  }
  .c-table-a td > .heading {
    font-size: 1rem;
  }
}

.c-tab-a {
  position: relative;
  margin-top: 3.75rem;
}
.c-tab-a > .list {
  display: flex;
  gap: 0.5rem;
  margin: 0 -3.75rem;
  padding-inline: 3.75rem;
  list-style: none;
  border-bottom: 2px solid #ED9595;
}
.c-tab-a > .list > li {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 15.25rem;
}
.c-tab-a > .list a {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 1.375rem 0.625rem;
  border: 2px solid transparent;
  border-bottom: none;
  border-radius: 1rem 1rem 0 0;
  background-color: #F2EFED;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.c-tab-a > .list a.stay {
  margin-bottom: -2px;
  border-color: #ED9595;
  background-color: #fff;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .c-tab-a > .list {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .c-tab-a {
    margin-top: 0.625rem;
  }
  .c-tab-a > .list {
    gap: 0.25rem;
  }
  .c-tab-a > .list a {
    padding: 0.75rem 0.25rem;
    font-size: 0.75rem;
  }
}

.c-page-mainvisual > img {
  width: 100%;
}

.c-fixed-webmeeting {
  position: fixed;
  bottom: 8.75rem;
  right: -1rem;
  z-index: 99;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  width: 15rem;
}
.c-fixed-webmeeting > .link {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  position: relative;
}
.c-fixed-webmeeting > .link > .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12.5rem;
  animation: 20s linear fixedWebmeeting infinite;
}
@media (max-width: 767px) {
  .c-fixed-webmeeting {
    display: none;
  }
}

@keyframes fixedWebmeeting {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-pagetop {
  display: none;
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 99;
}
@media (max-width: 767px) {
  .c-pagetop {
    bottom: 1.25rem;
    right: 1.25rem;
  }
}

.pg-form .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n+1),
.pg-form .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n+1) {
  color: #f00;
}
.pg-form .flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.pg-form .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
  color: #00f;
}
.pg-form .flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: none;
  pointer-events: none;
}
.pg-form .flatpickr-day {
  flex-basis: auto;
  max-width: none;
  border-color: #fff;
  border-radius: 0;
}
.pg-form .flatpickr-day.disabled {
  border-radius: 0;
  background: #f3f3f3;
}

body.pg-form .page-title {
  position: relative;
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.5;
  z-index: 1;
}
body.pg-form .page-title > .main {
  position: relative;
}
body.pg-form .page-title > .bg {
  display: block;
  position: absolute;
  bottom: -0.1em;
  left: -0.5em;
  font-family: "Barlow Condensed";
  font-size: 6.25rem;
  color: #F8D1D1;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  body.pg-form .page-title {
    font-size: 1.5rem;
  }
  body.pg-form .page-title > .bg {
    font-size: 3.5rem;
    bottom: 0.15em;
    left: -0.2em;
  }
}

/**************************************************/
/* components - form */
/**************************************************/
:root {
  --form-border-color: #CCC;
  --form-input-bg-color: #FAFAFA;
  --form-required-color: #ED4E4F;
  --form-alert-color: #F00;
  --form-alert-bg-color: #FFF0F0;
  --form-btn-bg-color: #ED4E4F;
  --form-btn-edit-color: #6F6F6F;
}

form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.25;
  resize: vertical;
}

*:placeholder-shown {
  color: #bbb;
}
*::-webkit-input-placeholder {
  color: #bbb;
}
*:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
*::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #bbb;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-form {
  display: block;
  max-width: 50rem;
  margin: 1.875rem auto 0;
}
.f-form > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .f-form {
    margin-top: 0.625rem;
  }
}

.f-error {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0.5rem 0 0;
  color: var(--form-alert-color);
  font-weight: 700;
  line-height: 1.5;
}
.f-error.-center {
  margin-left: auto;
  margin-right: auto;
}
.f-error + .f-error {
  margin-top: 0;
}

.f-error-message {
  display: block;
  margin-bottom: 2.5rem;
  padding: 1em;
  background: var(--form-alert-bg-color);
  color: var(--form-alert-color);
  font-weight: 700;
}
.f-error-message > .error {
  display: block;
  margin: 0;
  background-color: transparent;
}

.f-field {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.8125rem 0.75rem;
  border: 1px solid var(--form-border-color);
  border-radius: 0.25rem;
  background: var(--form-input-bg-color);
  line-height: 1.25em;
}

textarea.f-field {
  display: block;
  line-height: 1.25;
}

.f-checkbox {
  display: inline-block;
  cursor: pointer;
}
.f-checkbox > .intext {
  display: block;
  position: relative;
  padding: 0 0 0 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-checkbox > .intext::after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--form-border-color);
  border-radius: 0;
  background: #fff no-repeat center/1.125rem 1.125rem;
  content: "";
}
.f-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-checkbox > input[type=checkbox]:checked ~ .intext::after {
  background-image: url(../img/icon-checkbox-checked.svg);
}

.f-radio {
  display: inline-block;
  cursor: pointer;
}
.f-radio > .intext {
  display: block;
  position: relative;
  padding: 0 0 0 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-radio > .intext::after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--form-border-color);
  border-radius: 50%;
  background: #fff no-repeat center/0.625rem 0.625rem;
  content: "";
}
.f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio > input[type=radio]:checked ~ .intext::after {
  background-image: url(../img/icon-radio-checked.svg);
}

.f-radio-b {
  display: inline-block;
  cursor: pointer;
}
.f-radio-b > .intext {
  display: block;
  position: relative;
  padding: 0.875rem 1rem 0.875rem 2.625rem;
  border-radius: 0.25rem;
  background: #F3F3F3;
  font-size: 1rem;
  line-height: 1.5;
}
.f-radio-b > .intext::after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 0.625rem);
  left: 0.875rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #fff no-repeat center/0.625rem 0.625rem;
  content: "";
}
.f-radio-b > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio-b > input[type=radio]:checked ~ .intext {
  background-color: #F8D1D1;
}
.f-radio-b > input[type=radio]:checked ~ .intext::after {
  background-image: url(../img/icon-radio-checked.svg);
}
@media (max-width: 767px) {
  .f-radio-b > .intext {
    font-size: 0.875rem;
  }
}

.f-selectbox {
  appearance: none;
  position: relative;
  padding: 0.8125rem 2rem 0.8125rem 0.75rem;
  border: 1px solid var(--form-border-color);
  border-radius: 0.25rem;
  background: url(../img/icon-select.svg) no-repeat right 0.25rem top 50%, linear-gradient(to bottom, #ccc 0%, #ccc 100%) no-repeat right -1px top 50%, #fff;
  background-size: 0.6875rem 0.6875rem, 1.25rem 100%;
  font-size: 1rem;
  line-height: 1.25em;
}
.f-selectbox::-ms-expand {
  display: none;
}
.f-selectbox.-full {
  width: 100%;
}
.f-selectbox.-short {
  width: 100%;
  max-width: 8.75rem;
}
.f-selectbox.-middle {
  width: 100%;
  max-width: 15.625rem;
}
.f-selectbox.-long {
  width: 100%;
  max-width: 25rem;
}
@media (max-width: 767px) {
  .f-selectbox {
    font-size: 0.875rem;
    line-height: 1.4285714286em;
  }
}

.f-btn {
  appearance: none;
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1.25rem 1.5em;
  border-radius: 6.25rem;
  background: #888;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}
.f-btn > .txt {
  display: inline-block;
  position: relative;
}
.f-btn.-back {
  background-color: #AAA;
}
@media (max-width: 767px) {
  .f-btn {
    padding: 1.125rem 1.5em;
    font-size: 1rem;
  }
}

.f-btn-insert {
  appearance: none;
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0.875rem 1.5rem;
  border: 2px solid var(--form-btn-bg-color);
  background: #fff;
  color: var(--form-btn-bg-color);
  font-weight: 700;
}
.f-btn-insert::before, .f-btn-insert::after {
  display: block;
  position: absolute;
  background: var(--form-btn-bg-color);
  content: "";
}
.f-btn-insert::before {
  top: calc(50% - 0.0625rem);
  right: 0.75rem;
  width: 0.625rem;
  height: 0.125rem;
}
.f-btn-insert::after {
  top: calc(50% - 0.3125rem);
  right: 1rem;
  width: 0.125rem;
  height: 0.625rem;
}
.f-btn-insert > .txt {
  display: inline-block;
  position: relative;
}

.f-btn-delete {
  appearance: none;
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 0.5rem 1em;
  background: #F2EFED;
  font-size: 0.75rem;
  color: #707070;
  line-height: 1.5;
}

.f-input-field {
  margin: 1rem 0 0;
}
.f-input-field.-short {
  max-width: 8.75rem;
}
.f-input-field.-middle {
  max-width: 15rem;
}
.f-input-field.-long {
  max-width: 25rem;
}

.f-input-columns {
  list-style: none;
  margin: 1rem 0 0;
  padding-left: 0;
  line-height: 1.5;
}
.f-input-columns > li + li {
  padding-top: 0.5rem;
}

.f-input-rows {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 -0.5rem -2.5rem;
  line-height: 1.5;
}
.f-input-rows > li {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0.5rem 2.5rem;
}
.f-input-rows.-historyStatus {
  margin-bottom: -1rem;
  margin-left: -1rem;
}
.f-input-rows.-historyStatus > li {
  margin-bottom: 1rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .f-input-rows.-historyStatus {
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
  }
  .f-input-rows.-historyStatus > li {
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
  }
}

.f-input-units {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 1rem 0 -0.5rem -1rem;
  line-height: 1.5;
}
.f-input-units > .unit {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0.5rem 1rem;
}
.f-input-units.-birth {
  margin-left: 0;
}
.f-input-units.-birth > .unit {
  margin-left: 0;
}
.f-input-units.-birth > .unit:nth-child(1),
.f-input-units.-birth > .unit:nth-child(3),
.f-input-units.-birth > .unit:nth-child(5) {
  width: 6.25rem;
}
.f-input-units.-birth > .unit:nth-child(2),
.f-input-units.-birth > .unit:nth-child(4) {
  padding-left: 0.5rem;
  padding-right: 0.75rem;
}
.f-input-units.-birth > .unit:nth-child(6) {
  padding-left: 0.5rem;
}
.f-input-units.-schedule {
  margin-left: -1.25rem;
}
.f-input-units.-schedule > .unit {
  margin-left: 1.25rem;
}
.f-input-units.-schedule > .unit:nth-child(1) {
  width: 4em;
}
.f-input-units.-schedule > .unit:nth-child(2) {
  width: 8.125rem;
}
.f-input-units.-schedule > .unit:nth-child(3) {
  width: 8.125rem;
}
.f-input-units.-historyPeriod > .unit {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  gap: 0.5rem;
}
.f-input-units.-historyPeriod > .unit:nth-child(2) {
  flex: 0 0 auto;
}
.f-input-units.-historyPeriod > .unit > .unit2:nth-child(1),
.f-input-units.-historyPeriod > .unit > .unit2:nth-child(3) {
  width: 6.25rem;
}
.f-input-units.-historyPeriod > .unit > .unit2:nth-child(2),
.f-input-units.-historyPeriod > .unit > .unit2:nth-child(4) {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .f-input-units > .unit {
    font-size: 0.875rem;
  }
  .f-input-units.-birth > .unit:nth-child(2),
  .f-input-units.-birth > .unit:nth-child(4) {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .f-input-units.-birth > .unit:nth-child(6) {
    padding-left: 0.25rem;
  }
  .f-input-units.-schedule {
    flex-wrap: wrap;
    margin-left: -0.5rem;
  }
  .f-input-units.-schedule > .unit {
    margin-left: 0.5rem;
  }
  .f-input-units.-schedule > .unit:nth-child(1) {
    width: 100%;
  }
  .f-input-units.-schedule > .unit:nth-child(2) {
    width: calc(50% - 0.5rem);
  }
  .f-input-units.-schedule > .unit:nth-child(3) {
    width: calc(50% - 0.5rem);
  }
  .f-input-units.-historyPeriod {
    flex-wrap: wrap;
  }
}

.f-input-img-preview {
  max-width: 25rem;
}
.f-input-img-preview img {
  margin-bottom: 0.625rem;
}

.f-input-img-delete {
  margin: 0 0 0.5rem;
  line-height: 1.5;
}

.f-toConfirm {
  max-width: 20rem;
  margin: 5rem auto 0;
}

.f-toSend {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  gap: 1.25rem 2.5rem;
  margin: 5rem auto 0;
}
.f-toSend > .unit {
  display: block;
  width: 20rem;
}

.f-input-heading {
  margin: 2rem 0 0;
  font-size: 1rem;
  line-height: 1.75;
}
.f-input-heading .required {
  display: block;
}
.f-input-heading .required::after {
  display: inline-block;
  content: "必須";
  top: -0.125em;
  margin-left: 1em;
  padding: 0.3333333333em 0.75em;
  border-radius: 0.25rem;
  background: var(--form-required-color);
  font-size: 0.75em;
  color: #fff;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  vertical-align: inherit;
}

.f-input-note {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  line-height: 1.75;
}

.f-fieldgroup {
  position: relative;
}
.f-fieldgroup > .insert {
  max-width: 15.5rem;
  margin: 2rem 0 0;
}

.f-fieldgroup-item {
  position: relative;
}
.f-fieldgroup-item > *:first-child {
  margin-top: 0 !important;
}
.f-fieldgroup-item > .delete {
  margin: 1rem 0 0;
}
.f-fieldgroup-item + .f-fieldgroup-item {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed;
}

.f-fieldgroup-confirm {
  margin: 0;
}
.f-fieldgroup-confirm > *:first-child {
  margin-top: 0 !important;
}
.f-fieldgroup-confirm dt, .f-fieldgroup-confirm dd {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
}
.f-fieldgroup-confirm dt {
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  color: #707070;
}
.f-fieldgroup-confirm + .f-fieldgroup-confirm {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px dashed;
}

.f-heading-a {
  margin: 4rem 0 0;
  font-size: 1.75rem;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 767px) {
  .f-heading-a {
    font-size: 1.375rem;
  }
}

.f-lead {
  margin: 1.5rem 0 0;
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 767px) {
  .f-lead {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: left;
  }
}

.f-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding-left: 0;
  font-size: 1.125rem;
  line-height: 1.75;
}
.f-list > li {
  display: block;
  position: relative;
  padding-left: 1.75em;
}
.f-list > li::before {
  display: inline-block;
  position: absolute;
  top: 0.359375rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/icon-check.svg) no-repeat center/contain;
  content: "";
}
.f-list > li + li {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .f-list {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.f-table {
  margin: 2.5rem auto 0;
}
.f-table > table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.f-table th, .f-table td {
  padding: 1.5rem 0;
  font-size: 1rem;
  text-align: left;
  line-height: 1.75;
  vertical-align: middle;
}
.f-table th > *:first-child, .f-table td > *:first-child {
  margin-top: 0 !important;
}
.f-table th {
  box-sizing: border-box;
  width: 12.5rem;
  padding-right: 1.25rem;
  font-weight: 700;
}
.f-table th.-top {
  vertical-align: top;
}
.f-table th .required {
  display: block;
}
.f-table th .required::after {
  display: inline-block;
  content: "必須";
  top: -0.125em;
  margin-left: 1em;
  padding: 0.3333333333em 0.75em;
  border-radius: 0.25rem;
  background: var(--form-required-color);
  font-size: 0.75em;
  color: #fff;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  vertical-align: inherit;
}
.f-table.-confirm th {
  vertical-align: top;
}
@media (max-width: 999px) {
  .f-table table, .f-table tbody, .f-table tr, .f-table th, .f-table td {
    display: block;
  }
  .f-table th, .f-table td {
    padding: 0;
  }
  .f-table tr + tr {
    margin-top: 3rem;
  }
  .f-table th {
    width: auto;
  }
  .f-table td {
    margin-top: 0.5rem;
  }
}

.f-flow {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  list-style: none;
  padding-left: 0;
  margin: 3rem auto 0;
  padding: 3rem 0 0;
}
.f-flow > li {
  display: flex;
  flex-direction: column;
  position: relative;
}
.f-flow > li.tryangle {
  flex: 0 0 auto;
  justify-content: center;
}
.f-flow > li.tryangle::before {
  display: block;
  border: solid transparent;
  border-width: 0.75rem 0 0.75rem 1rem;
  border-left-color: #ED4E4F;
  content: "";
}
.f-flow > li > .step {
  flex: 1 1 auto;
  position: relative;
  padding: 3rem 1.75rem;
  background: #F2EFED;
}
.f-flow > li > .step .num {
  display: block;
  position: absolute;
  top: -4rem;
  left: -0.2em;
  font-family: "Barlow Condensed";
  font-size: 6.25rem;
  color: #F8D1D1;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
.f-flow > li > .step .txt {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-orientation: upright;
}
.f-flow > li > .balloon {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background: #F8D1D1;
  font-size: 0.875rem;
  line-height: 1.75;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}
.f-flow > li > .balloon::after {
  display: block;
  position: absolute;
  top: -0.5rem;
  left: calc(50% - 0.375rem);
  border: solid transparent;
  border-width: 0 0.375rem 0.5625rem 0.375rem;
  border-bottom-color: #F8D1D1;
  content: "";
}
.f-flow.-webmeeting {
  padding-bottom: 6.25rem;
}
@media (min-width: 1000px) {
  .f-flow > li > .step .txt {
    writing-mode: vertical-rl;
  }
}
@media (max-width: 999px) {
  .f-flow {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
  .f-flow > li {
    padding-left: 1.25rem;
  }
  .f-flow > li > .step {
    padding: 1.25rem 1rem 1.25rem 4.5rem;
  }
  .f-flow > li > .step .num {
    top: -0.45em;
    left: -1.25rem;
    font-size: 5rem;
  }
  .f-flow > li > .step .txt {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .f-flow > li.tryangle {
    padding: 1.5rem 0;
  }
  .f-flow > li.tryangle::before {
    margin: auto;
    border: solid transparent;
    border-width: 0.75rem 0.5625rem 0 0.5625rem;
    border-top-color: #ED4E4F;
  }
  .f-flow > li > .balloon {
    top: auto;
    left: auto;
    bottom: calc(100% - 0.375rem);
    right: -0.5rem;
    padding: 0.375rem 0.5rem;
    font-size: 0.8125rem;
    line-height: 1.5;
    transform: none;
  }
  .f-flow > li > .balloon::after {
    top: auto;
    bottom: -0.5rem;
    left: calc(50% - 0.375rem);
    border: solid transparent;
    border-width: 0.5625rem 0.375rem 0 0.375rem;
    border-top-color: #F8D1D1;
  }
  .f-flow.-webmeeting {
    padding-bottom: 0;
  }
}

.f-webmeeting {
  margin: 4rem auto 0;
  padding: 2rem 1.5rem;
  border-radius: 0.25rem;
  background: #F2EFED;
}
.f-webmeeting > .title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
.f-webmeeting > .title .required {
  display: block;
}
.f-webmeeting > .title .required::after {
  display: inline-block;
  content: "必須";
  top: -0.125em;
  margin-left: 1em;
  padding: 0.3333333333em 0.75em;
  border-radius: 0.25rem;
  background: var(--form-required-color);
  font-size: 0.75em;
  color: #fff;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  vertical-align: inherit;
}
.f-webmeeting > .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  gap: 1rem 3rem;
  margin: 1.5rem 0 0;
}
.f-webmeeting > .confirm {
  margin: 1.5rem 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .f-webmeeting {
    margin-top: 2rem;
  }
  .f-webmeeting > .list {
    justify-content: flex-start;
    gap: 0.75rem 2rem;
    margin-top: 1rem;
  }
  .f-webmeeting > .confirm {
    margin-top: 1rem;
  }
}

.f-policy {
  margin: 5rem auto 0;
  padding-top: 5rem;
  border-top: 1px dashed #707070;
}
.f-policy > .text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .f-policy {
    margin-top: 3rem;
    padding-top: 3rem;
  }
  .f-policy > .text {
    font-size: 0.875rem;
    text-align: left;
  }
}

.f-policyAgree {
  display: block;
  margin: 2rem auto 0;
  text-align: center;
}
.f-policyAgree > .intext {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.75rem 1rem;
  background: #F8D1D1;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.f-policyAgree > .intext::after {
  order: -1;
  flex: 0 0 auto;
  display: block;
  box-sizing: border-box;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  border-radius: 0;
  background: #fff no-repeat center/1.125rem 1.125rem;
  content: "";
}
.f-policyAgree > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-policyAgree > input[type=checkbox]:checked ~ .intext::after {
  background-image: url(../img/icon-checkbox-checked.svg);
}
@media (max-width: 767px) {
  .f-policyAgree {
    margin-top: 1.5rem;
  }
  .f-policyAgree > .intext {
    padding: 0.875rem 0.875rem;
    font-size: 0.875rem;
  }
}

.f-policyBox {
  display: block;
  box-sizing: border-box;
  max-height: 17.5rem;
  margin: 2rem auto 0;
  padding: 1.75rem;
  font-size: 0.9375rem;
  line-height: 1.75;
  border: 0.25rem solid #EAEBF2;
  overflow-y: scroll;
}
.f-policyBox > *:first-child {
  margin-top: 0 !important;
}
.f-policyBox h2, .f-policyBox h3, .f-policyBox h4 {
  margin: 1.5em 0 0;
  font-weight: 700;
}
.f-policyBox h2 {
  font-size: 1.0666666667em;
}
.f-policyBox h3 {
  font-size: 1em;
}
.f-policyBox h4 {
  font-size: 1em;
}
.f-policyBox p, .f-policyBox ul, .f-policyBox ol, .f-policyBox dl {
  margin: 1em 0 0;
  font-size: 1em;
}
.f-policyBox .notes {
  list-style: none;
  padding-left: 0;
}
.f-policyBox .notes > li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  .f-policyBox {
    margin-top: 1.5rem;
    padding: 1.5rem 1rem;
    font-size: 0.875rem;
  }
}

.f-complete {
  margin: 4rem auto 0;
  padding: 2rem 1.5rem;
  border-radius: 0.25rem;
  background: #F2EFED;
}
.f-complete > .text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
}
.f-complete > .return {
  max-width: 20rem;
  margin: 1.5rem auto 0;
}
@media (max-width: 767px) {
  .f-complete > .text {
    font-size: 1rem;
  }
}

.f-step-error {
  margin: 4rem auto 0;
  padding: 2rem 1.5rem;
  border-radius: 0.25rem;
  background: #F2EFED;
}
.f-step-error > .text {
  margin: 0;
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
}
.f-step-error > .return {
  max-width: 20rem;
  margin: 1.5rem auto 0;
}
@media (max-width: 767px) {
  .f-step-error > .text {
    font-size: 1rem;
  }
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Home */
/**************************************************/
.pg-home .home-mainvisual {
  margin-top: -6.125rem;
  background: url(../../images/home/mainvisual.jpg) no-repeat center/cover;
  padding: 7.5rem 1.25rem 21.25rem;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pg-home .home-mainvisual {
    padding-top: 6.25rem;
    padding-bottom: 17.5rem;
    margin-top: -4rem;
  }
}
.pg-home .home-mainvisual-textarea {
  display: inline-block;
  margin-inline: auto;
  opacity: 0;
}
.pg-home .home-mainvisual-textarea.-show {
  opacity: 1;
}
.pg-home .home-mainvisual-textarea > .tags {
  display: flex;
  gap: 0.5rem;
}
.pg-home .home-mainvisual-textarea > .tags > span {
  display: inline-block;
  font-size: 2.5rem;
  background-color: #000;
  border-radius: 0.25rem;
  font-weight: 700;
  color: #fff;
  padding: 0.1875rem 1.375rem;
}
.pg-home .home-mainvisual-textarea .subtext {
  font-weight: 700;
  line-height: 1em;
  margin-top: 1.25rem;
  white-space: nowrap;
  text-align: left;
}
.pg-home .home-mainvisual-textarea .subtext .txtXL {
  font-size: 7.5rem;
  line-height: 1em;
  display: inline-block;
}
.pg-home .home-mainvisual-textarea .subtext .txtL {
  font-size: 4.5rem;
  line-height: 1em;
  display: inline-block;
}
.pg-home .home-mainvisual-textarea .subtext .txtM {
  font-size: 4.1875rem;
  line-height: 1em;
  display: inline-block;
}
.pg-home .home-mainvisual-textarea .subtext .txtS {
  font-size: 3.625rem;
  line-height: 1em;
  display: inline-block;
}
.pg-home .home-mainvisual-textarea .maintext {
  font-weight: 700;
  line-height: 1em;
  margin-top: 3.75rem;
  white-space: nowrap;
  text-align: left;
}
.pg-home .home-mainvisual-textarea .maintext .num {
  display: inline-block;
  height: 16.25rem;
  width: fit-content;
}
.pg-home .home-mainvisual-textarea .maintext .num > .num1 {
  display: inline-block;
  margin-left: 1rem;
}
.pg-home .home-mainvisual-textarea .maintext .num > .num2 {
  display: inline-block;
  margin-left: 1.25rem;
}
.pg-home .home-mainvisual-textarea .maintext .num > .num3 {
  display: inline-block;
  margin-left: 1.25rem;
  margin-right: 0.375rem;
}
.pg-home .home-mainvisual-textarea .maintext .num img {
  height: 100%;
  object-fit: contain;
}
.pg-home .home-mainvisual-textarea > .maintext .unit {
  font-size: 10.625rem;
  line-height: 1em;
  display: inline-block;
  margin-left: 0.875rem;
}
.pg-home .home-mainvisual-textarea > .maintext .unit .txtM {
  font-size: 8.75rem;
}
.pg-home .home-mainvisual-textarea > .maintext .unit.-color {
  color: #FD0003;
}
.pg-home .home-mainvisual-textarea > .maintext .payment {
  font-size: 12.5rem;
  color: #FD0003;
  line-height: 1em;
  display: inline-block;
}
.pg-home .home-mainvisual-textarea > .maintext > .normal {
  font-size: 8.125rem;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: -1.875rem;
}
.pg-home .home-mainvisual-textarea .ls-90 {
  letter-spacing: -0.09em;
  display: inline-block;
}
.pg-home .home-mainvisual-textarea .ls-60 {
  letter-spacing: -0.06em;
  display: inline-block;
}
.pg-home .home-mainvisual-textarea .ls-50 {
  letter-spacing: -0.05em;
  display: inline-block;
}
.pg-home .home-mainvisual-textarea .ls-30 {
  letter-spacing: -0.03em;
  display: inline-block;
}
.pg-home .home-mainvisual-textarea > .note {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  left: 14%;
  top: -1.5rem;
}
.pg-home .home-mainvisual-textarea > .period {
  font-size: 2.5rem;
  font-weight: 700;
  border: 0.125rem solid #000;
  background-color: #fff;
  text-align: center;
  width: 90%;
  display: inline-block;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .pg-home .home-mainvisual-textarea > .tags {
    gap: 0.25rem;
  }
  .pg-home .home-mainvisual-textarea > .tags > span {
    font-size: 0.875rem;
    border-radius: 0.25rem;
    padding: 0.1875rem 0.75rem;
  }
  .pg-home .home-mainvisual-textarea .subtext {
    margin-top: 0.875rem;
  }
  .pg-home .home-mainvisual-textarea .subtext .txtXL {
    font-size: 2.5rem;
  }
  .pg-home .home-mainvisual-textarea .subtext .txtL {
    font-size: 1.6875rem;
  }
  .pg-home .home-mainvisual-textarea .subtext .txtM {
    font-size: 1.5625rem;
  }
  .pg-home .home-mainvisual-textarea .subtext .txtS {
    font-size: 1.375rem;
  }
  .pg-home .home-mainvisual-textarea > .maintext {
    margin-top: 1.5rem;
  }
  .pg-home .home-mainvisual-textarea > .maintext .num {
    height: 6rem;
  }
  .pg-home .home-mainvisual-textarea > .maintext .num > .num1 {
    margin-left: 0.3125rem;
  }
  .pg-home .home-mainvisual-textarea > .maintext .num > .num2 {
    margin-left: 0.5rem;
  }
  .pg-home .home-mainvisual-textarea > .maintext .num > .num3 {
    margin-left: 0.5rem;
    margin-right: 0;
  }
  .pg-home .home-mainvisual-textarea > .maintext .unit {
    font-size: 3.125rem;
    margin-left: 0.5rem;
  }
  .pg-home .home-mainvisual-textarea > .maintext .unit .txtM {
    font-size: 3rem;
  }
  .pg-home .home-mainvisual-textarea > .maintext .payment {
    font-size: 4.5625rem;
  }
  .pg-home .home-mainvisual-textarea > .maintext > .normal {
    font-size: 2.9375rem;
    position: static !important;
  }
  .pg-home .home-mainvisual-textarea > .note {
    font-size: 0.875rem;
    left: 0;
    top: 0;
    display: block;
    text-align: left;
    margin-top: 1rem;
  }
  .pg-home .home-mainvisual-textarea > .period {
    font-size: 1.125rem;
    border: 0.125rem solid #000;
    width: 96%;
    border-radius: 0.25rem;
    margin-top: 1rem;
  }
}
@keyframes showAnimation1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showAnimation2 {
  0% {
    transform: scale(5) rotate(180deg);
    opacity: 0;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
.pg-home .home-mainvisual-textarea.-show .subtext .show1 {
  display: inline-block;
  animation: showAnimation1 0s ease-out;
  animation-fill-mode: both;
}
.pg-home .home-mainvisual-textarea.-show .subtext .show1.show1-1 {
  animation-delay: calc(0.07s * 1);
}
.pg-home .home-mainvisual-textarea.-show .subtext .show1.show1-2 {
  animation-delay: calc(0.07s * 2);
}
.pg-home .home-mainvisual-textarea.-show .subtext .show1.show1-3 {
  animation-delay: calc(0.07s * 3);
}
.pg-home .home-mainvisual-textarea.-show .subtext .show1.show1-4 {
  animation-delay: calc(0.07s * 4);
}
.pg-home .home-mainvisual-textarea.-show .subtext .show1.show1-5 {
  animation-delay: calc(0.07s * 5);
}
.pg-home .home-mainvisual-textarea.-show .subtext .show1.show1-6 {
  animation-delay: calc(0.07s * 6);
}
.pg-home .home-mainvisual-textarea.-show .subtext .show1.show1-7 {
  animation-delay: calc(0.07s * 7);
}
.pg-home .home-mainvisual-textarea.-show .subtext .show1.show1-8 {
  animation-delay: calc(0.07s * 8);
}
.pg-home .home-mainvisual-textarea.-show .subtext .show1.show1-9 {
  animation-delay: calc(0.07s * 9);
}
.pg-home .home-mainvisual-textarea.-show .subtext .show1.show1-10 {
  animation-delay: calc(0.07s * 10);
}
.pg-home .home-mainvisual-textarea.-show .subtext .show1.show1-11 {
  animation-delay: calc(0.07s * 11);
}
.pg-home .home-mainvisual-textarea.-show .subtext .show1.show1-12 {
  animation-delay: calc(0.07s * 12);
}
.pg-home .home-mainvisual-textarea.-show .subtext .show1.show1-13 {
  animation-delay: calc(0.07s * 13);
}
.pg-home .home-mainvisual-textarea.-show .maintext .show2 {
  display: inline-block;
  opacity: 0;
  animation: showAnimation2 0.22s ease-out;
  animation-fill-mode: both;
}
.pg-home .home-mainvisual-textarea.-show .maintext .show2.show2-1 {
  animation-delay: calc(0.09s * 1 + 0.91s + 0.2s);
}
.pg-home .home-mainvisual-textarea.-show .maintext .show2.show2-2 {
  animation-delay: calc(0.09s * 2 + 0.91s + 0.2s);
}
.pg-home .home-mainvisual-textarea.-show .maintext .show2.show2-3 {
  animation-delay: calc(0.09s * 3 + 0.91s + 0.2s);
}
.pg-home .home-mainvisual-textarea.-show .maintext .show2.show2-4 {
  animation-delay: calc(0.09s * 4 + 0.91s + 0.2s);
}
.pg-home .home-mainvisual-textarea.-show .maintext .show2.show2-5 {
  animation-delay: calc(0.09s * 5 + 0.91s + 0.2s);
}
.pg-home .home-mainvisual-textarea.-show .maintext .show2.show2-6 {
  animation-delay: calc(0.09s * 6 + 0.91s + 0.2s);
}
.pg-home .home-mainvisual-textarea.-show .maintext .show2.show2-7 {
  animation-delay: calc(0.09s * 7 + 0.91s + 0.2s);
}
.pg-home .home-mainvisual-textarea.-show .maintext .show3 {
  display: inline-block;
  animation: showAnimation1 0s ease-out;
  animation-fill-mode: both;
}
.pg-home .home-mainvisual-textarea.-show .maintext .show3.show3-1 {
  animation-delay: calc(0.1s * 1 + 0.63s + 0.24s + 0.91s + 0.2s);
}
.pg-home .home-mainvisual-textarea.-show .maintext .show3.show3-2 {
  animation-delay: calc(0.1s * 2 + 0.63s + 0.24s + 0.91s + 0.2s);
}
.pg-home .home-mainvisual-textarea.-show .maintext .show3.show3-3 {
  animation-delay: calc(0.1s * 3 + 0.63s + 0.24s + 0.91s + 0.2s);
}
.pg-home .home-mainvisual-textarea.-show .maintext .show3.show3-4 {
  animation-delay: calc(0.1s * 4 + 0.63s + 0.24s + 0.91s + 0.2s);
}
.pg-home .home-mainvisual-textarea.-show .maintext .show3.show3-5 {
  animation-delay: calc(0.1s * 5 + 0.63s + 0.24s + 0.91s + 0.2s);
}
@keyframes showAnimation4 {
  0% {
    opacity: 0;
    transform: translateY(-3.125rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showAnimation4_sp {
  0% {
    opacity: 0;
    transform: translateY(-1.25rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pg-home .home-mainvisual-textarea.-show .tags {
  position: relative;
  animation: showAnimation4 1s ease-out;
  animation-fill-mode: both;
  animation-delay: 3s;
}
@media (max-width: 767px) {
  .pg-home .home-mainvisual-textarea.-show .tags {
    animation: showAnimation4_sp 1s ease-out;
    animation-fill-mode: both;
    animation-delay: 3s;
  }
}
@keyframes showAnimation5 {
  0% {
    opacity: 0;
    transform: translateY(3.125rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showAnimation5_sp {
  0% {
    opacity: 0;
    transform: translateY(1.25rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pg-home .home-mainvisual-textarea.-show .note,
.pg-home .home-mainvisual-textarea.-show .period {
  position: relative;
  animation: showAnimation5 1s ease-out;
  animation-fill-mode: both;
  animation-delay: 3s;
}
@media (max-width: 767px) {
  .pg-home .home-mainvisual-textarea.-show .note,
  .pg-home .home-mainvisual-textarea.-show .period {
    animation: showAnimation5_sp 1s ease-out;
    animation-fill-mode: both;
    animation-delay: 3s;
  }
}
.pg-home .l-section.-introduction {
  padding-bottom: 10rem;
  border-radius: 0 0 5rem 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .pg-home .l-section.-introduction {
    padding-bottom: 4rem;
    border-radius: 0 0 2.5rem 0;
  }
}
.pg-home .webmeeting-box {
  border-radius: 1.5rem;
  padding: 4rem 1.25rem 3.75rem;
  position: relative;
  top: -10.125rem;
  margin-bottom: -10.125rem;
  text-align: center;
  background-color: #FFF61B;
}
.pg-home .webmeeting-box:before {
  content: "";
  width: 11.625rem;
  height: 10.25rem;
  position: absolute;
  top: -1.875rem;
  left: calc(50% + 18.3125rem);
  background: url(../../images/home/webmeeting-illust.svg) no-repeat center/contain;
}
.pg-home .webmeeting-box > * {
  max-width: 50.875rem;
  margin-inline: auto;
}
.pg-home .webmeeting-box .l-page-contents > * {
  max-width: 50.875rem;
  margin-inline: auto;
}
.pg-home .webmeeting-box .lead {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
  margin-top: 1.375rem;
}
.pg-home .webmeeting-box .btnarea {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
}
.pg-home .webmeeting-box .btnarea > li > a {
  text-decoration: none;
  display: block;
  font-weight: 700;
}
.pg-home .webmeeting-box .btnarea > li:first-of-type {
  width: 100%;
}
.pg-home .webmeeting-box .btnarea > li:first-of-type > a {
  background-color: #000;
  color: #fff;
  font-size: 2.25rem;
  padding: 1.375rem;
}
.pg-home .webmeeting-box .btnarea > li:nth-of-type(2),
.pg-home .webmeeting-box .btnarea > li:nth-of-type(3) {
  width: calc(50% - 0.5rem);
}
.pg-home .webmeeting-box .btnarea > li:nth-of-type(2) > a,
.pg-home .webmeeting-box .btnarea > li:nth-of-type(3) > a {
  background-color: #fff;
  color: #000;
  border: 0.125rem solid #000;
  font-size: 1.125rem;
  padding: 1.0625rem;
}
@media (max-width: 767px) {
  .pg-home .webmeeting-box:before {
    width: 6.875rem;
    height: 6.125rem;
    top: -2.375rem;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
  .pg-home .webmeeting-box .heading {
    max-width: 17.1875rem;
  }
  .pg-home .webmeeting-box .lead {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .pg-home .webmeeting-box .btnarea {
    margin-top: 1.375rem;
    gap: 0;
    flex-direction: column;
    align-items: center;
    max-width: 17.5rem;
  }
  .pg-home .webmeeting-box .btnarea > li:first-of-type > a {
    font-size: 1rem;
    padding: 0.75rem;
  }
  .pg-home .webmeeting-box .btnarea > li:nth-of-type(2),
  .pg-home .webmeeting-box .btnarea > li:nth-of-type(3) {
    width: 13.75rem;
  }
  .pg-home .webmeeting-box .btnarea > li:nth-of-type(2) > a,
  .pg-home .webmeeting-box .btnarea > li:nth-of-type(3) > a {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
  .pg-home .webmeeting-box .btnarea > li:nth-of-type(2) {
    margin-top: 0.75rem;
  }
  .pg-home .webmeeting-box .btnarea > li:nth-of-type(3) {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .pg-home .webmeeting-box {
    margin-inline: -1.25rem;
    padding-top: 3.625rem;
    padding-bottom: 2.5rem;
    border-radius: 0.75rem;
  }
}
.pg-home .company-heading {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg-home .company-heading > .heading {
  text-align: center;
  display: inline-flex;
  flex-direction: column;
}
.pg-home .company-heading > .heading > span {
  display: inline-block;
  font-weight: 700;
}
.pg-home .company-heading > .heading > span:first-of-type {
  background-color: #ED4E4F;
  color: #fff;
  font-size: 4.6875rem;
  transform: rotate(-3deg);
  line-height: 0.83;
  padding-bottom: 0.5625rem;
  white-space: nowrap;
}
.pg-home .company-heading > .heading > span:nth-of-type(2) {
  font-size: 3rem;
  margin-top: 1.5625rem;
}
.pg-home .company-heading > .image {
  margin-left: -1.875rem;
}
@media (max-width: 767px) {
  .pg-home .company-heading {
    display: block;
  }
  .pg-home .company-heading > .heading {
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .pg-home .company-heading > .heading > span:first-of-type {
    font-size: 2.1875rem;
    padding-bottom: 0.3125rem;
  }
  .pg-home .company-heading > .heading > span:nth-of-type(2) {
    font-size: 1.375rem;
    margin-top: 0.75rem;
  }
  .pg-home .company-heading > .image {
    width: 13.75rem;
    margin-left: auto;
    margin-top: -3.375rem;
  }
}
.pg-home .company-answer {
  display: flex;
  align-items: center;
  max-width: 59.375rem;
  margin-inline: auto;
}
.pg-home .company-answer > .num {
  font-size: 12.5rem;
  line-height: 1;
  display: inline-block;
  color: #F8D1D1;
  font-family: "Barlow Condensed", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}
.pg-home .company-answer > .textarea {
  margin-left: -4.375rem;
  margin-bottom: -2.25rem;
}
.pg-home .company-answer > .textarea > .subtext {
  font-size: 1.5rem;
  color: #FD0003;
  font-weight: 700;
}
.pg-home .company-answer > .textarea > .text {
  font-size: 2.625rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pg-home .company-answer > .num {
    font-size: 5.9375rem;
  }
  .pg-home .company-answer > .textarea {
    margin-left: -2.125rem;
    margin-bottom: 0;
    margin-top: 2.8125rem;
  }
  .pg-home .company-answer > .textarea > .subtext {
    font-size: 0.875rem;
  }
  .pg-home .company-answer > .textarea > .text {
    font-size: 1.25rem;
  }
  .pg-home .company-answer.-num1 {
    margin-top: -1.6875rem;
  }
  .pg-home .company-answer.-num1 > .textarea {
    margin-left: -1.125rem;
  }
}
.pg-home .company-link {
  text-align: center;
  margin-top: 3.125rem;
}
.pg-home .company-link > .link {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  color: inherit;
  text-decoration: none;
  font-size: 1.5rem;
}
.pg-home .company-link .txt {
  padding-bottom: 0.5rem;
  border-bottom: 0.1875rem solid #ED4E4F;
  font-weight: 700;
  display: inline-block;
}
.pg-home .company-link img {
  display: inline-block;
}
@media (max-width: 767px) {
  .pg-home .company-link {
    margin-top: 2.75rem;
  }
  .pg-home .company-link > .link {
    gap: 0.5rem;
    font-size: 0.875rem;
  }
  .pg-home .company-link .txt {
    padding-bottom: 0.375rem;
    border-bottom-width: 0.125rem;
  }
  .pg-home .company-link img {
    max-width: 1.4375rem;
    max-height: 1.4375rem;
  }
}
.pg-home .introduction-heading {
  margin-top: 6.75rem;
  text-align: center;
}
.pg-home .introduction-heading > .en {
  font-size: 6.25rem;
  font-family: "Barlow Condensed", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ED9595;
  line-height: 1.1;
}
.pg-home .introduction-heading > .ja {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pg-home .introduction-heading {
    margin-top: 4.125rem;
  }
  .pg-home .introduction-heading > .en {
    font-size: 2.5rem;
  }
  .pg-home .introduction-heading > .ja {
    font-size: 1.25rem;
  }
}
.pg-home .introduction-list {
  display: flex;
  gap: 3.875rem 2rem;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.pg-home .introduction-list > li {
  width: calc(50% - 1rem);
}
.pg-home .introduction-list .heading {
  font-size: 1.25rem;
  border-bottom: 0.0625rem solid #ED4E4F;
  font-weight: 700;
  padding-bottom: 0.6875rem;
}
.pg-home .introduction-list .wrap {
  display: flex;
  margin-top: 2rem;
  gap: 1.5rem;
}
.pg-home .introduction-list .image {
  width: 12.5rem;
  min-width: 12.5rem;
}
.pg-home .introduction-list .image > img {
  border-radius: 1rem;
}
.pg-home .introduction-list .text {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .pg-home .introduction-list {
    display: block;
    margin-top: 1.25rem;
    gap: 0;
  }
  .pg-home .introduction-list > li {
    width: 100%;
  }
  .pg-home .introduction-list > li + li {
    margin-top: 2.5rem;
  }
  .pg-home .introduction-list .heading {
    font-size: 1rem;
  }
  .pg-home .introduction-list .wrap {
    display: block;
    margin-top: 0.9375rem;
  }
  .pg-home .introduction-list .image {
    margin-inline: auto;
    margin-top: 1rem;
  }
  .pg-home .introduction-list .text {
    margin-top: 0.9375rem;
    font-size: 0.9375rem;
  }
}
.pg-home .interview-heading {
  margin-top: 6.75rem;
}
.pg-home .interview-heading > .en {
  font-size: 6.25rem;
  font-family: "Barlow Condensed", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  color: #ED9595;
  line-height: 1.1;
}
.pg-home .interview-heading > .ja {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pg-home .interview-heading {
    margin-top: 4.125rem;
  }
  .pg-home .interview-heading > .en {
    font-size: 2.5rem;
  }
  .pg-home .interview-heading > .ja {
    font-size: 1.25rem;
  }
}
.pg-home .interviewSwiper-button {
  text-align: right;
  margin-top: -2.8125rem;
}
.pg-home .interviewSwiper-button-next,
.pg-home .interviewSwiper-button-prev {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 1rem;
  background: url(../../images/home/interview-arrow.svg) no-repeat center/contain;
  cursor: pointer;
}
.pg-home .interviewSwiper-button-prev {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .pg-home .interviewSwiper-button {
    margin-top: 0rem;
  }
  .pg-home .interviewSwiper-button-next,
  .pg-home .interviewSwiper-button-prev {
    width: 2rem;
    margin-left: 0.5rem;
  }
}
.pg-home .interview-list {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 3.75rem;
}
.pg-home .interview-list .swiper-slide > a {
  padding-left: 0.5rem;
  text-decoration: none;
  color: inherit;
  display: block;
}
.pg-home .interview-list .swiper-slide > a > .image {
  width: 100%;
  position: relative;
}
.pg-home .interview-list .swiper-slide > a img {
  aspect-ratio: 240/320;
  object-fit: cover;
  border-radius: 1rem;
}
.pg-home .interview-list .swiper-slide > a .copy {
  position: absolute;
  left: -0.5rem;
  bottom: 1.2441679627vw;
  font-size: 1.0886469673vw;
}
.pg-home .interview-list .swiper-slide > a .copy > span {
  background-color: #ED4E4F;
  color: #fff;
  display: inline-block;
  padding: 0.3110419907vw 0.6220839813vw;
  font-weight: 700;
  border-radius: 0.1555209953vw;
}
.pg-home .interview-list .swiper-slide > a .copy > span + span, .pg-home .interview-list .swiper-slide > a .copy > span + br + span {
  margin-top: 0.3110419907vw;
}
.pg-home .interview-list .swiper-slide > a > .textarea {
  padding-left: 1.625rem;
  margin-top: 1.5rem;
  font-weight: 700;
}
.pg-home .interview-list .swiper-slide > a > .textarea > .department {
  color: #606060;
  font-size: 1.2441679627vw;
}
.pg-home .interview-list .swiper-slide > a > .textarea > .name {
  margin-top: 0.3110419907vw;
  color: #333;
  font-size: 1.5552099533vw;
}
@media (max-width: 767px) {
  .pg-home .interview-list {
    margin-top: 1.875rem;
  }
  .pg-home .interview-list .swiper-slide > a img {
    border-radius: 0.5rem;
  }
  .pg-home .interview-list .swiper-slide > a .copy {
    font-size: 0.75rem;
    bottom: 1rem;
  }
  .pg-home .interview-list .swiper-slide > a > .textarea {
    padding-left: 0;
  }
  .pg-home .interview-list .swiper-slide > a > .textarea > .department {
    font-size: 0.875rem;
  }
  .pg-home .interview-list .swiper-slide > a > .textarea > .name {
    font-size: 1.0625rem;
  }
}
.pg-home .interview-link {
  text-align: right;
  margin-top: 5rem;
}
.pg-home .interview-link > .link {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  color: inherit;
  text-decoration: none;
  font-size: 1.5rem;
}
.pg-home .interview-link .txt {
  padding-bottom: 0.5rem;
  border-bottom: 0.1875rem solid #ED4E4F;
  font-weight: 700;
  display: inline-block;
}
.pg-home .interview-link img {
  display: inline-block;
}
@media (max-width: 767px) {
  .pg-home .interview-link {
    margin-top: 2.75rem;
  }
  .pg-home .interview-link > .link {
    gap: 0.5rem;
    font-size: 0.875rem;
  }
  .pg-home .interview-link .txt {
    padding-bottom: 0.375rem;
    border-bottom-width: 0.125rem;
  }
  .pg-home .interview-link img {
    max-width: 1.4375rem;
    max-height: 1.4375rem;
  }
}
.pg-home .bnr-list {
  display: flex;
  margin-top: 10rem;
  margin-left: calc((-100vw + 80px + 1000px) / 2);
}
@media (max-width: 1120px) {
  .pg-home .bnr-list {
    margin-left: -1.25rem;
  }
}
@media (max-width: 767px) {
  .pg-home .bnr-list {
    flex-direction: column;
    margin-top: 4rem;
  }
}
.pg-home .home-bgimg {
  display: block;
  height: 100vh;
  margin: calc((100vh - 25rem) / -2) 0;
  background: #ED4E4F url(../../images/home/imagearea.png) repeat center/100% auto;
  background-attachment: fixed;
}
.pg-home .home-bgimg img {
  display: block;
  width: 100%;
  opacity: 0;
}
@media (max-width: 767px) {
  .pg-home .home-bgimg {
    margin: calc((100vh - 12.5rem) / -2) 0;
  }
}
.pg-home .l-section.-recruit {
  padding: 5rem 0 19.375rem;
  margin-inline: -2.5rem;
  border-radius: 5rem 5rem 0 0;
  background-color: #F2EFED;
}
@media (max-width: 767px) {
  .pg-home .l-section.-recruit {
    padding: 2.5rem 0 7.25rem;
    margin-inline: -0.8125rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }
}
.pg-home .recruit-heading {
  font-size: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-home .recruit-heading {
    font-size: 1.5rem;
  }
}
.pg-home .recruit-list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.5rem;
}
.pg-home .recruit-list > li {
  height: 7.5rem;
}
.pg-home .recruit-list > li a {
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #333;
  text-decoration: none;
  box-shadow: 0 0.375rem 0 #ED4E4F;
  transition: margin-top 0.1s linear, box-shadow 0.1s linear;
}
.pg-home .recruit-list > li a:hover {
  margin-top: 0.5rem;
  box-shadow: 0 0 0 #ED4E4F;
}
.pg-home .recruit-list .text {
  font-size: 1.625rem;
  font-weight: 700;
  margin-left: 0.875rem;
}
@media (max-width: 767px) {
  .pg-home .recruit-list {
    grid-template-columns: 1fr;
    margin-top: 1.5625rem;
    gap: 1rem;
  }
  .pg-home .recruit-list > li {
    height: 4.5rem;
  }
  .pg-home .recruit-list .text {
    font-size: 0.9375rem;
  }
}
.pg-home .l-section.-faq {
  margin-top: -13.375rem;
  padding-bottom: 19.375rem;
  margin-inline: -2.5rem;
}
@media (max-width: 767px) {
  .pg-home .l-section.-faq {
    margin-top: -3.25rem;
    padding-bottom: 7.25rem;
    margin-inline: -0.8125rem;
  }
}
.pg-home .faq-heading {
  font-size: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-home .faq-heading {
    font-size: 1.5rem;
  }
}
.pg-home .faq-list {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .pg-home .faq-list {
    margin-top: 1.25rem;
  }
}
.pg-home .faq-item {
  border-bottom: 0.125rem solid #F8D1D1;
  margin-top: 0.875rem;
}
.pg-home .faq-item > dt {
  font-size: 1.125rem;
  font-weight: 700;
  min-height: 8.5rem;
  box-sizing: border-box;
  padding: 1.5rem 5.5rem 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: url(../../images/home/faq-q.svg) no-repeat 0.375rem center/contain;
  background-size: 2.5rem 4.125rem;
  cursor: pointer;
  position: relative;
}
.pg-home .faq-item > dt:after {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../../images/home/faq-plus.svg) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 2.75rem;
  pointer-events: none;
}
.pg-home .faq-item > dt.-show:after {
  background-image: url(../../images/home/faq-minus.svg);
}
.pg-home .faq-item > dt > span.txt {
  pointer-events: none;
}
.pg-home .faq-item > dd {
  font-size: 1.125rem;
  min-height: 6.625rem;
  box-sizing: border-box;
  padding: 1.25rem 2.5rem 1.25rem 3.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #F8D1D1 url(../../images/home/faq-a.svg) no-repeat 1.5rem center/contain;
  background-size: 2.8125rem 3.625rem;
  margin-left: 0;
}
@media (max-width: 767px) {
  .pg-home .faq-item > dt, .pg-home .faq-item > dd {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    padding: 1rem 2.75rem 1rem 1.5625rem;
    min-height: 5.125rem;
  }
  .pg-home .faq-item > dt {
    background-size: 1.25rem 2.0625rem;
    background-position: 0.9375rem 0.5rem;
  }
  .pg-home .faq-item > dt:after {
    width: 1.25rem;
    height: 1.25rem;
    top: 1.875rem;
  }
  .pg-home .faq-item > dd {
    background-size: 1.4375rem 1.8125rem;
    background-position: 0.875rem 0.5rem;
  }
}

.l-section.-webmeeting {
  padding-block: 2.875rem 4.125rem;
  margin: -13.375rem -2.5rem -2.5rem;
  border-radius: 5rem 5rem 0 0;
  text-align: center;
  background-color: #FFF61B;
}
.l-section.-webmeeting:before {
  content: "";
  width: 11.625rem;
  height: 10.25rem;
  position: absolute;
  top: -1.875rem;
  left: calc(50% + 18.3125rem);
  background: url(../../images/home/webmeeting-illust.svg) no-repeat center/contain;
}
.l-section.-webmeeting > * {
  max-width: 50.875rem;
  margin-inline: auto;
}
.l-section.-webmeeting .l-page-contents > * {
  max-width: 50.875rem;
  margin-inline: auto;
}
.l-section.-webmeeting .lead {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
  margin-top: 1.375rem;
}
.l-section.-webmeeting .btnarea {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
}
.l-section.-webmeeting .btnarea > li > a {
  text-decoration: none;
  display: block;
  font-weight: 700;
}
.l-section.-webmeeting .btnarea > li:first-of-type {
  width: 100%;
}
.l-section.-webmeeting .btnarea > li:first-of-type > a {
  background-color: #000;
  color: #fff;
  font-size: 2.25rem;
  padding: 1.375rem;
}
.l-section.-webmeeting .btnarea > li:nth-of-type(2),
.l-section.-webmeeting .btnarea > li:nth-of-type(3) {
  width: calc(50% - 0.5rem);
}
.l-section.-webmeeting .btnarea > li:nth-of-type(2) > a,
.l-section.-webmeeting .btnarea > li:nth-of-type(3) > a {
  background-color: #fff;
  color: #000;
  border: 0.125rem solid #000;
  font-size: 1.125rem;
  padding: 1.0625rem;
}
@media (max-width: 767px) {
  .l-section.-webmeeting:before {
    width: 6.875rem;
    height: 6.125rem;
    top: -2.375rem;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
  .l-section.-webmeeting .heading {
    max-width: 17.1875rem;
  }
  .l-section.-webmeeting .lead {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .l-section.-webmeeting .btnarea {
    margin-top: 1.375rem;
    gap: 0;
    flex-direction: column;
    align-items: center;
    max-width: 17.5rem;
  }
  .l-section.-webmeeting .btnarea > li:first-of-type > a {
    font-size: 1rem;
    padding: 0.75rem;
  }
  .l-section.-webmeeting .btnarea > li:nth-of-type(2),
  .l-section.-webmeeting .btnarea > li:nth-of-type(3) {
    width: 13.75rem;
  }
  .l-section.-webmeeting .btnarea > li:nth-of-type(2) > a,
  .l-section.-webmeeting .btnarea > li:nth-of-type(3) > a {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
  .l-section.-webmeeting .btnarea > li:nth-of-type(2) {
    margin-top: 0.75rem;
  }
  .l-section.-webmeeting .btnarea > li:nth-of-type(3) {
    margin-top: 0.5rem;
  }
}
.l-section.-webmeeting:after {
  top: -2.25rem;
  left: calc(50% + 17.25rem);
}
@media (max-width: 767px) {
  .l-section.-webmeeting {
    margin: -3.25rem -0.8125rem -0.8125rem;
    border-radius: 2.5rem 2.5rem 0 0;
    padding-block: 4rem 2.5rem;
  }
}

/**************************************************/
/* pages */
/**************************************************/
.pg-about .c-about-heading {
  text-align: center;
  padding-top: 3.75rem;
}
.pg-about .c-about-heading > span {
  display: block;
}
.pg-about .c-about-heading > .main {
  font-size: 3rem;
  z-index: 1;
  position: relative;
}
.pg-about .c-about-heading > .bg {
  font-size: 10rem;
  line-height: 1;
  font-family: "Barlow Condensed", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  color: #F8D1D1;
  margin-top: -8.25rem;
}
@media (max-width: 767px) {
  .pg-about .c-about-heading {
    padding-top: 1.875rem;
  }
  .pg-about .c-about-heading > .main {
    font-size: 1.5rem;
  }
  .pg-about .c-about-heading > .bg {
    font-size: 5rem;
    margin-top: -4.125rem;
  }
}
.pg-about .message-lead {
  text-align: center;
  font-size: 1.25rem;
  line-height: 3rem;
  margin-top: 3.375rem;
}
@media (max-width: 767px) {
  .pg-about .message-lead {
    font-size: 0.9375rem;
    line-height: 2;
    margin-top: 1.875rem;
    text-align: left;
  }
}
.pg-about .l-section.-concept .headarea {
  text-align: center;
  display: inline-block;
  margin-top: 3.125rem;
  padding-left: 7.5rem;
}
.pg-about .l-section.-concept .headarea > .main {
  font-size: 3.25rem;
  font-weight: 700;
  background: linear-gradient(transparent 75%, #ED9595 75%);
}
.pg-about .l-section.-concept .headarea > .sub {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.75rem;
}
.pg-about .l-section.-concept > .l-page-contents > .text {
  font-size: 1.125rem;
  line-height: 2.8125rem;
  margin-top: 3.125rem;
  padding-left: 7.5rem;
}
@media (max-width: 767px) {
  .pg-about .l-section.-concept .headarea {
    padding-left: 0;
    text-align: center;
    display: block;
    margin-top: 1.875rem;
  }
  .pg-about .l-section.-concept .headarea > .main {
    font-size: 1.625rem;
  }
  .pg-about .l-section.-concept .headarea > .sub {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
  .pg-about .l-section.-concept > .l-page-contents > .text {
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 1.875rem;
  }
}
.pg-about .business-box {
  display: flex;
  background-color: #F8DCD9;
  padding: 1.625rem 3rem 2.1875rem 2.125rem;
  border-radius: 1.5rem;
  margin-top: 8.125rem;
}
.pg-about .business-box > .image {
  width: 11.5625rem;
  min-width: 11.5625rem;
  margin-right: 1.5rem;
  margin-block: -2.6875rem -1rem;
}
.pg-about .business-box .heading {
  font-size: 1.25rem;
  font-weight: 700;
}
.pg-about .business-box .text {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .pg-about .business-box {
    display: block;
    margin-top: 3.75rem;
    padding: 1rem 1.25rem;
  }
  .pg-about .business-box > .image {
    width: 7.125rem;
    min-width: 7.125rem;
    margin: -2.5rem 0 -1.625rem auto;
  }
  .pg-about .business-box .heading {
    font-size: 1.125rem;
  }
  .pg-about .business-box .text {
    font-size: 0.875rem;
    line-height: 2;
  }
}
.pg-about .keyword-heading {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
  margin-top: 2.125rem;
}
.pg-about .keyword-heading > .sm {
  font-size: 2.25rem;
}
.pg-about .keyword-heading > .lg {
  font-size: 7.5rem;
  margin-bottom: -1.75rem;
  color: #ED4E4F;
}
.pg-about .keyword-heading > .md {
  font-size: 5rem;
  margin-bottom: -1rem;
  color: #ED4E4F;
}
@media (max-width: 767px) {
  .pg-about .keyword-heading {
    display: block;
    text-align: center;
    line-height: 1.1;
    margin-top: 2.875rem;
  }
  .pg-about .keyword-heading > .sm {
    font-size: 1.625rem;
  }
  .pg-about .keyword-heading > .lg {
    font-size: 3.125rem;
  }
  .pg-about .keyword-heading > .md {
    font-size: 2.5rem;
  }
}
.pg-about .keyword-heading-b {
  width: 100%;
  position: relative;
  margin-top: 1.875rem;
}
.pg-about .keyword-heading-b > .num {
  font-size: 7.5rem;
  line-height: 1;
  font-family: "Barlow Condensed", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  color: #F8D1D1;
}
.pg-about .keyword-heading-b > .main {
  font-size: 2rem;
  position: absolute;
  left: 2.125rem;
  bottom: 0.875rem;
}
@media (max-width: 767px) {
  .pg-about .keyword-heading-b > .num {
    font-size: 5.625rem;
  }
  .pg-about .keyword-heading-b > .main {
    font-size: 1.375rem;
    bottom: auto;
    top: 2.5rem;
    line-height: 1.5;
  }
}
.pg-about .keyword-text {
  font-size: 1.125rem;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .pg-about .keyword-text {
    font-size: 0.875rem;
    line-height: 1.7;
    margin-top: 1.625rem;
  }
}
.pg-about .l-section.-overview {
  padding-bottom: 20.625rem;
}
@media (max-width: 767px) {
  .pg-about .l-section.-overview {
    padding-bottom: 7.25rem;
  }
}
.pg-about .overview-heading {
  font-size: 2.5rem;
  text-align: center;
}
.pg-about .overview-heading + .c-table-a {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .pg-about .overview-heading {
    font-size: 1.5rem;
  }
  .pg-about .overview-heading + .c-table-a {
    margin-top: 1.25rem;
  }
}

.pg-interview .l-section.-pb-webmeeting {
  padding-bottom: 23.125rem;
}
@media (max-width: 767px) {
  .pg-interview .l-section.-pb-webmeeting {
    padding-bottom: 8.75rem;
  }
}
.pg-interview .interview-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9.125rem 3.125rem;
  margin-top: 5.625rem;
}
.pg-interview .interview-list > li > a {
  position: relative;
  color: inherit;
  display: block;
}
.pg-interview .interview-list .images > img {
  border-radius: 1rem;
}
.pg-interview .interview-list .copy {
  position: absolute;
  left: -0.5rem;
  bottom: 5.875rem;
  font-size: 1.25rem;
}
.pg-interview .interview-list .copy > span {
  background-color: #ED4E4F;
  color: #fff;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-weight: 700;
  border-radius: 0.125rem;
}
.pg-interview .interview-list .copy > span + span, .pg-interview .interview-list .copy > span + br + span {
  margin-top: 0.25rem;
}
.pg-interview .interview-list .textarea {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  font-weight: 700;
  padding: 0.75rem 1rem 0.375rem;
  border-radius: 0 1rem 0 0;
  width: 77.6470588235%;
  box-sizing: border-box;
}
.pg-interview .interview-list .textarea > .name {
  font-size: 1.5rem;
  color: #333;
}
.pg-interview .interview-list .textarea > .department {
  font-size: 1rem;
  color: #606060;
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .pg-interview .interview-list {
    column-gap: 4.0322580645vw;
  }
  .pg-interview .interview-list .copy {
    position: absolute;
    left: -0.6451612903vw;
    bottom: 7.5806451613vw;
    font-size: 1.6129032258vw;
  }
  .pg-interview .interview-list .copy > span {
    background-color: #ED4E4F;
    color: #fff;
    display: inline-block;
    padding: 0.3225806452vw 0.6451612903vw;
    font-weight: 700;
    border-radius: 0.1612903226vw;
  }
  .pg-interview .interview-list .copy > span + span, .pg-interview .interview-list .copy > span + br + span {
    margin-top: 0.3225806452vw;
  }
  .pg-interview .interview-list .textarea {
    padding: 0.9677419355vw 1.2903225806vw 0.4838709677vw;
    border-radius: 0 1.2903225806vw 0 0;
    width: 77.6470588235%;
  }
  .pg-interview .interview-list .textarea > .name {
    font-size: 1.935483871vw;
  }
  .pg-interview .interview-list .textarea > .department {
    font-size: 1.2903225806vw;
  }
}
@media (max-width: 767px) {
  .pg-interview .interview-list {
    grid-template-columns: repeat(1, 1fr);
    width: 13.75rem;
    margin-inline: auto;
    gap: 3rem;
    margin-top: 0.625rem;
  }
  .pg-interview .interview-list .copy {
    font-size: 0.8125rem;
    bottom: 4.25rem;
  }
  .pg-interview .interview-list .textarea {
    padding: 0.5rem 0.5rem 0.3125rem;
    width: 12.375rem;
  }
  .pg-interview .interview-list .textarea > .name {
    font-size: 1rem;
  }
  .pg-interview .interview-list .textarea > .department {
    font-size: 0.8125rem;
  }
}

.pg-interview.-entry .interview-headarea {
  position: relative;
  margin-top: 2.375rem;
}
.pg-interview.-entry .interview-headarea > .textarea {
  margin-top: 3rem;
  position: absolute;
  top: 0;
  left: 0;
}
.pg-interview.-entry .interview-headarea > .textarea > .copy {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
}
.pg-interview.-entry .interview-headarea > .textarea > .copy > span {
  background-color: #ED4E4F;
  display: inline-block;
  white-space: nowrap;
  padding: 0.4375rem 1.5rem 0.5rem;
  border-radius: 0.25rem;
}
.pg-interview.-entry .interview-headarea > .textarea > .copy > span + br + span {
  margin-top: 1rem;
}
.pg-interview.-entry .interview-headarea > .textarea > .name {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 3.125rem;
}
.pg-interview.-entry .interview-headarea > .textarea > .department {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
  color: #606060;
}
.pg-interview.-entry .interview-headarea > .image {
  width: 45rem;
  min-width: 45rem;
  margin-left: auto;
}
.pg-interview.-entry .interview-headarea > .image > img {
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .pg-interview.-entry .interview-headarea {
    display: flex;
    flex-direction: column;
    margin-top: 0.625rem;
  }
  .pg-interview.-entry .interview-headarea > .textarea {
    margin-top: 1.5rem;
    position: static;
    order: 1;
  }
  .pg-interview.-entry .interview-headarea > .textarea > .copy {
    font-size: 1.125rem;
  }
  .pg-interview.-entry .interview-headarea > .textarea > .copy > span {
    padding: 0.25rem 0.75rem;
  }
  .pg-interview.-entry .interview-headarea > .textarea > .copy > span + br + span {
    margin-top: 0.5rem;
  }
  .pg-interview.-entry .interview-headarea > .textarea > .name {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
  .pg-interview.-entry .interview-headarea > .textarea > .department {
    font-size: 1rem;
    margin-top: 0.125rem;
  }
  .pg-interview.-entry .interview-headarea > .image {
    width: 100%;
    min-width: auto;
    margin-left: 0;
  }
  .pg-interview.-entry .interview-headarea > .image > img {
    border-radius: 1rem;
  }
}
.pg-interview.-entry .interview-contents {
  max-width: 50rem;
  margin-inline: auto;
  margin-top: 7.5rem;
}
.pg-interview.-entry .interview-contents > *:first-child {
  margin-top: 0;
}
.pg-interview.-entry .interview-contents > h2 {
  font-size: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 0.25rem solid;
  margin-top: 7.5rem;
}
.pg-interview.-entry .interview-contents > p {
  font-size: 1.25rem;
  line-height: 2.5rem;
  margin-top: 2.375rem;
}
.pg-interview.-entry .interview-contents > [class^=column-media-] {
  margin-top: 3.875rem;
}
.pg-interview.-entry .interview-contents > [class^=column-media-] > img {
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .pg-interview.-entry .interview-contents {
    margin-top: 2rem;
  }
  .pg-interview.-entry .interview-contents > h2 {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    margin-top: 2rem;
  }
  .pg-interview.-entry .interview-contents > p {
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 1.125rem;
  }
  .pg-interview.-entry .interview-contents > [class^=column-media-] {
    margin-top: 1rem;
  }
}
.pg-interview.-entry .entryInterview-heading {
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-interview.-entry .entryInterview-heading {
    font-size: 1.125rem;
  }
}
.pg-interview.-entry .entryInterview-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 2rem;
  margin-top: 3rem;
}
.pg-interview.-entry .entryInterview-list > li > a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.pg-interview.-entry .entryInterview-list .image {
  position: relative;
}
.pg-interview.-entry .entryInterview-list .image > img {
  border-radius: 1rem;
}
.pg-interview.-entry .entryInterview-list .copy {
  position: absolute;
  left: -1rem;
  bottom: 1.375rem;
  font-size: 0.8125rem;
}
.pg-interview.-entry .entryInterview-list .copy > span {
  background-color: #ED4E4F;
  color: #fff;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-weight: 700;
  border-radius: 0.125rem;
}
.pg-interview.-entry .entryInterview-list .copy > span + span, .pg-interview.-entry .entryInterview-list .copy > span + br + span {
  margin-top: 0.25rem;
}
.pg-interview.-entry .entryInterview-list .textarea {
  font-weight: 700;
  margin-top: 0.625rem;
  padding-left: 0.625rem;
}
.pg-interview.-entry .entryInterview-list .textarea > .name {
  font-size: 1rem;
  color: #333;
}
.pg-interview.-entry .entryInterview-list .textarea > .department {
  font-size: 0.875rem;
  color: #606060;
}
@media screen and (max-width: 1120px) and (min-width: 768px) {
  .pg-interview.-entry .entryInterview-list {
    column-gap: 2.8571428571vw;
  }
  .pg-interview.-entry .entryInterview-list .copy {
    left: -1.4285714286vw;
    bottom: 1.9642857143vw;
    font-size: 1.1607142857vw;
  }
  .pg-interview.-entry .entryInterview-list .copy > span {
    padding: 0.3571428571vw 0.7142857143vw;
    border-radius: 0.1785714286vw;
  }
  .pg-interview.-entry .entryInterview-list .copy > span + span, .pg-interview.-entry .entryInterview-list .copy > span + br + span {
    margin-top: 0.3571428571vw;
  }
  .pg-interview.-entry .entryInterview-list .textarea {
    padding-left: 0.8928571429vw;
  }
  .pg-interview.-entry .entryInterview-list .textarea > .name {
    font-size: 1.4285714286vw;
  }
  .pg-interview.-entry .entryInterview-list .textarea > .department {
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) {
  .pg-interview.-entry .entryInterview-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 0.875rem;
    margin-inline: auto;
    margin-top: 1.5rem;
  }
  .pg-interview.-entry .entryInterview-list .copy {
    left: -0.5rem;
    right: -0.5rem;
    bottom: 0.5rem;
    font-size: 0.625rem;
  }
  .pg-interview.-entry .entryInterview-list .copy > span {
    padding: 0.0625rem 0.125rem;
    border-radius: 0.125rem;
  }
  .pg-interview.-entry .entryInterview-list .copy > span + span, .pg-interview.-entry .entryInterview-list .copy > span + br + span {
    margin-top: 0.125rem;
  }
  .pg-interview.-entry .entryInterview-list .textarea {
    padding-left: 0;
  }
}

.pg-workEnvironment .l-section.-workEnvironment {
  padding-bottom: 23.125rem;
}
@media (max-width: 767px) {
  .pg-workEnvironment .l-section.-workEnvironment {
    padding-bottom: 8.75rem;
  }
}
.pg-workEnvironment .step-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 6.25rem;
  position: relative;
}
@media (min-width: 768px) {
  .pg-workEnvironment .step-item:before {
    content: "";
    width: 1rem;
    position: absolute;
    left: 3.5rem;
    top: 0.625rem;
    bottom: 0.9375rem;
    background-color: #F8D1D1;
  }
  .pg-workEnvironment .step-item:after {
    content: "";
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #F8D1D1 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 3rem;
  }
  .pg-workEnvironment .step-item.-last {
    padding-bottom: 0;
  }
  .pg-workEnvironment .step-item.-last:before, .pg-workEnvironment .step-item.-last:after {
    content: none;
  }
}
.pg-workEnvironment .step-item > .num {
  color: #fff;
  background-color: #ED4E4F;
  border-radius: 0.5rem;
  margin-right: 1.5rem;
  font-size: 2rem;
  font-family: "Barlow Condensed", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  white-space: nowrap;
  padding: 0.0625rem 0.625rem;
  min-width: 8.125rem;
  width: 8.125rem;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.pg-workEnvironment .step-item > .textarea {
  width: 33rem;
  margin-right: 3.75rem;
}
.pg-workEnvironment .step-item .heading {
  font-size: 1.5rem;
  font-weight: 700;
}
.pg-workEnvironment .step-item .text {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-top: 0.625rem;
}
.pg-workEnvironment .step-item > .image {
  width: 20rem;
  min-width: 20rem;
}
.pg-workEnvironment .step-item > .image > img {
  border-radius: 0.5rem;
}
.pg-workEnvironment .step-item + .c-heading-c {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .pg-workEnvironment .step-item {
    display: block;
    margin-top: 4.375rem;
    padding-bottom: 0;
  }
  .pg-workEnvironment .step-item:before {
    content: none;
  }
  .pg-workEnvironment .step-item:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.25rem 1.875rem 0 1.875rem;
    border-color: #F8D1D1 transparent transparent transparent;
    position: absolute;
    bottom: -2.75rem;
    right: 0;
    left: 0;
    margin-inline: auto;
  }
  .pg-workEnvironment .step-item.-last {
    padding-bottom: 0;
  }
  .pg-workEnvironment .step-item.-last:after {
    content: none;
  }
  .pg-workEnvironment .step-item > .num {
    font-size: 1.75rem;
    width: 6.875rem;
    min-width: 6.875rem;
    margin-inline: auto;
  }
  .pg-workEnvironment .step-item > .textarea {
    width: 100%;
  }
  .pg-workEnvironment .step-item .heading {
    font-size: 1.125rem;
    margin-top: 0.625rem;
    text-align: center;
  }
  .pg-workEnvironment .step-item .text {
    font-size: 0.9375rem;
    margin-top: 1rem;
    line-height: 1.5rem;
  }
  .pg-workEnvironment .step-item > .image {
    width: 100%;
    min-width: auto;
    margin-top: 1.25rem;
  }
  .pg-workEnvironment .step-item + .c-heading-c {
    margin-top: 5rem;
  }
}
.pg-workEnvironment .system-box {
  padding: 4rem;
  background-color: #F2EFED;
  border-radius: 1.5rem;
  margin-top: 9.25rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 3rem;
}
.pg-workEnvironment .system-box > .unit {
  width: calc(50% - 1.5rem);
}
.pg-workEnvironment .system-box > .unit-full {
  width: 100%;
}
@media (max-width: 767px) {
  .pg-workEnvironment .system-box {
    padding: 2.5rem 0.9375rem;
    display: block;
    border-radius: 0.75rem;
    margin-top: 4.375rem;
  }
  .pg-workEnvironment .system-box > .unit {
    width: 100%;
  }
  .pg-workEnvironment .system-box > [class^=unit]:first-of-type > .system-box-item:first-of-type {
    margin-top: 0;
  }
}
.pg-workEnvironment .system-box-heading {
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -1.8125rem;
  left: 0;
  right: 0;
}
.pg-workEnvironment .system-box-heading > span {
  display: inline-block;
  background-color: #ED4E4F;
  padding: 0.5rem 2.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .pg-workEnvironment .system-box-heading {
    font-size: 1.3125rem;
    top: -1.3125rem;
  }
  .pg-workEnvironment .system-box-heading > span {
    padding: 0.375rem 1.25rem;
  }
}
.pg-workEnvironment .system-box-item {
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 1.5rem;
  box-sizing: border-box;
  width: 100%;
}
.pg-workEnvironment .system-box-item > .heading {
  font-size: 1.3125rem;
}
.pg-workEnvironment .system-box-item > .heading.-center {
  text-align: center;
}
.pg-workEnvironment .system-box-item > .image {
  text-align: center;
  margin-top: 1.5rem;
}
.pg-workEnvironment .system-box-item > .image > .borderRadius {
  border-radius: 0.5rem;
}
.pg-workEnvironment .system-box-item > .image + .text {
  margin-top: 1.25rem;
}
.pg-workEnvironment .system-box-item > .text {
  font-size: 1rem;
  line-height: 2rem;
  margin-top: 0.5rem;
}
.pg-workEnvironment .system-box-item > .notes {
  font-size: 1rem;
  color: #888;
  margin-top: 0.375rem;
}
.pg-workEnvironment .system-box-item + .system-box-item {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .pg-workEnvironment .system-box-item {
    padding: 1.25rem 0.9375rem;
    margin-top: 1.25rem;
    border-radius: 0.75rem;
  }
  .pg-workEnvironment .system-box-item > .heading {
    font-size: 1.0625rem;
    text-align: center;
  }
  .pg-workEnvironment .system-box-item > .image {
    margin-top: 0.75rem;
  }
  .pg-workEnvironment .system-box-item > .image.-icon {
    max-width: 11.875rem;
    margin-inline: auto;
  }
  .pg-workEnvironment .system-box-item > .image.-icon > img {
    max-height: 4.0625rem;
  }
  .pg-workEnvironment .system-box-item > .text {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .pg-workEnvironment .system-box-item > .notes {
    font-size: 0.875rem;
  }
  .pg-workEnvironment .system-box-item + .system-box-item {
    margin-top: 1.25rem;
  }
}

.pg-data .l-section.-data {
  padding-bottom: 27.125rem;
}
@media (max-width: 767px) {
  .pg-data .l-section.-data {
    padding-bottom: 12.5rem;
  }
}
.pg-data .data-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5.5rem 1.5rem;
}
@media (max-width: 767px) {
  .pg-data .data-wrap {
    flex-direction: column;
    gap: 3.75rem;
  }
  .pg-data .data-wrap + .c-heading-c {
    margin-top: 4.375rem;
  }
}
.pg-data .data-box {
  padding: 4rem;
  background-color: #F2EFED;
  border-radius: 1.5rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
}
.pg-data .data-box.-col2 {
  width: calc(50% - 0.75rem);
}
.pg-data .data-box.-transition {
  gap: 1.25rem 3.375rem;
}
.pg-data .data-box.-transition > .text {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
}
.pg-data .data-box.-transition > .text > .em {
  font-size: 1.875rem;
  color: #F50303;
}
.pg-data .data-box.-transition > .text > .txtS {
  font-size: 1.25rem;
}
.pg-data .data-box > .image {
  text-align: center;
}
.pg-data .data-box > .image.-business01 {
  max-width: 33.75rem;
}
.pg-data .data-box > .image.-business02 {
  width: 18.125rem;
}
.pg-data .data-box > .image.-business03 {
  width: 26.75rem;
}
.pg-data .data-box > .image.-business05 {
  width: 17.8125rem;
}
.pg-data .data-box > .image.-business06 {
  width: 13.875rem;
}
.pg-data .data-box > .image.-jobchange07 {
  margin-bottom: -8.375rem;
}
.pg-data .data-box.-as-fs {
  align-self: flex-start;
}
.pg-data .data-box > .illust01 {
  position: absolute;
  bottom: -18.125rem;
  left: 2.75rem;
  right: 2.75rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .pg-data .data-box {
    padding: 2.75rem 0.9375rem 1.875rem;
    border-radius: 0.75rem;
  }
  .pg-data .data-box.-col2 {
    width: 100%;
  }
  .pg-data .data-box.-transition {
    gap: 1.25rem;
  }
  .pg-data .data-box.-transition > .text {
    font-size: 1.125rem;
    line-height: 2.125rem;
  }
  .pg-data .data-box.-transition > .text > .em {
    font-size: 1.5rem;
    color: #F50303;
  }
  .pg-data .data-box.-transition > .text > .txtS {
    font-size: 1rem;
  }
  .pg-data .data-box > .image.-business02 {
    width: 12.5rem;
  }
  .pg-data .data-box > .image.-business03 {
    width: 15rem;
  }
  .pg-data .data-box > .image.-business04 {
    width: 15.625rem;
  }
  .pg-data .data-box > .image.-business05 {
    width: 12.5rem;
  }
  .pg-data .data-box > .image.-business06 {
    width: 10rem;
  }
  .pg-data .data-box > .image.-jobchange07 {
    margin-bottom: -5.625rem;
  }
  .pg-data .data-box > .illust01 {
    display: none;
  }
}
.pg-data .data-box-heading {
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -1.8125rem;
  left: 0;
  right: 0;
}
.pg-data .data-box-heading.-select > span {
  padding-inline: 0.375rem;
}
.pg-data .data-box-heading > span {
  display: inline-block;
  background-color: #ED4E4F;
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .pg-data .data-box-heading {
    font-size: 1.1875rem;
    top: -1.3125rem;
  }
  .pg-data .data-box-heading > span {
    padding: 0.375rem 1.25rem;
  }
}
/*# sourceMappingURL=site.css.map */