@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: 1063px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1064px) {
  ._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: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._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;
  color: #333;
  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;
  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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.6);
}
.l-header > .inner {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 1.0625rem 1.5625rem;
  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: 3.5rem;
  }
  .l-header > .inner {
    padding: 0.5rem;
  }
  .l-header > .inner > .logo a {
    width: 16.5rem;
    padding: 0;
  }
}

.l-header-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.5rem;
  height: 7.5rem;
  margin: 0;
  cursor: pointer;
}
.l-header-hamburger > .bar {
  top: 50%;
  left: 50%;
  margin-top: -0.0625rem;
  margin-left: -1.25rem;
  background-color: transparent !important;
}
.l-header-hamburger > .bar, .l-header-hamburger > .bar::before, .l-header-hamburger > .bar::after {
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 0.25rem;
  border-radius: 0.25rem;
  background: #333;
  content: "";
  transition: all 0.2s ease-out;
}
.l-header-hamburger > .bar::before {
  top: -0.375rem;
}
.l-header-hamburger > .bar::after {
  top: 0.375rem;
}
.l-header-hamburger.-open {
  background: #333;
}
.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 {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
  }
  .l-header-hamburger > .bar {
    margin-top: -0.0625rem;
    margin-left: -1rem;
  }
  .l-header-hamburger > .bar, .l-header-hamburger > .bar::before, .l-header-hamburger > .bar::after {
    width: 2rem;
    height: 0.1875rem;
    border-radius: 0.1875rem;
  }
  .l-header-hamburger > .bar::before {
    top: -0.3125rem;
  }
  .l-header-hamburger > .bar::after {
    top: 0.3125rem;
  }
}

.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: 6.25rem;
  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: #F07098;
  color: #fff;
  opacity: 1;
}
.l-globalnav-list li.-reverse > .btn {
  background-color: #333;
  color: #fff;
}

.l-spnav {
  display: none;
  position: fixed;
  top: 120px;
  right: 0;
  width: 100%;
  max-width: 22.5rem;
  margin: 1rem 0 0 auto;
  background: #333333;
  z-index: 100;
}
.l-spnav::after {
  display: block;
  position: absolute;
  top: -0.6875rem;
  right: 3.125rem;
  border: solid transparent;
  border-width: 0 0.5625rem 0.75rem 0.5625rem;
  border-bottom-color: #333;
  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: 56px;
    max-width: 16.25rem;
    margin-top: 0.875rem;
  }
  .l-spnav::after {
    top: -0.5rem;
    right: 1.375rem;
    border: solid transparent;
    border-width: 0 0.375rem 0.5625rem 0.375rem;
    border-bottom-color: #333;
  }
}

.l-spnav-list {
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  background: #333;
  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: #333;
  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: 7.5rem;
}
@media (max-width: 767px) {
  body > .inbox {
    padding-top: 3.5rem;
  }
}

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

.l-section {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
.l-section.-fillGray {
  background-color: #F2EFED;
}
.l-section.-fillWhite {
  background-color: #fff;
}
.l-section.-fillYellow {
  background-color: #FFF61B;
}
.l-section.-circleTop {
  overflow: visible;
  padding-top: 2.8125rem;
}
.l-section.-circleTop:before {
  content: "";
  width: 100%;
  height: 6.25rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  background: url(../img/bg-circle.png) no-repeat center bottom/100% 100%;
}
.l-section.-fillGray.-circleTop:before {
  background-image: url(../img/bg-circle-gray.png);
}
.l-section.-fillWhite.-circleTop:before {
  background-image: url(../img/bg-circle-white.png);
}
.l-section.-circleBottom {
  padding-bottom: 11.875rem;
}
.l-section.-crTop {
  padding-top: 6.625rem;
  border-radius: 5rem 5rem 0 0;
  margin-top: -5.25rem;
}
.l-section.-crBottom {
  padding-bottom: 14.25rem;
}
.l-section.-pagevisual {
  padding-top: 2.5rem;
  z-index: 1;
}
.l-section.-pagevisual + .-circleTop {
  padding-top: 15rem;
  margin-top: -10.625rem;
}
.l-section.-pagetitle {
  padding-top: 2.5rem;
  z-index: 1;
}
.l-section.-pb0 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .l-section {
    padding: 2.5rem 0;
  }
  .l-section.-circleTop:before {
    height: 1.875rem;
  }
  .l-section.-circleBottom {
    padding-bottom: 5.625rem;
  }
  .l-section.-crTop {
    padding-top: 3.125rem;
    border-radius: 2.5rem 2.5rem 0 0;
    margin-top: -2.625rem;
  }
  .l-section.-crBottom {
    padding-bottom: 7.125rem;
  }
  .l-section.-joinBottom {
    padding-bottom: 8.75rem;
  }
  .l-section.-pagevisual {
    padding-top: 1.25rem;
  }
  .l-section.-pagevisual + .-circleTop {
    padding-top: 8.75rem;
    margin-top: -7.1875rem;
  }
  .l-section.-pagetitle {
    padding-top: 1.25rem;
    z-index: 1;
  }
}

.l-page-contents {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1.25rem;
}
.l-page-contents:not(.-firstMargin) > *:first-child {
  margin-top: 0;
}
.l-page-contents.-w1080 {
  max-width: 67.5rem;
}
.l-page-contents.-w1000 {
  max-width: 62.5rem;
}
.l-page-contents.-w1120 {
  max-width: 70rem;
}
.l-page-contents.-w800 {
  max-width: 50rem;
}
.l-page-contents.-w760 {
  max-width: 47.5rem;
}
@media (max-width: 1160px) {
  .l-page-contents.-w1120.-of_h {
    overflow: hidden;
  }
}

.l-breadcrumb {
  position: relative;
  margin-top: 1.5rem;
}
@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-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 #F07098;
}
.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: #F07098;
  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-pagevisual {
  width: 100%;
  height: 20rem;
  display: flex;
  align-items: center;
  position: relative;
}
.c-pagevisual > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
}
.c-pagevisual > .title {
  z-index: 1;
  line-height: 1;
}
.c-pagevisual > .title > .en {
  font-size: 6.25rem;
  color: #fff;
  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;
  position: absolute;
  left: 2.25rem;
  top: 4.375rem;
}
.c-pagevisual > .title > .ja {
  font-size: 3.5rem;
  margin-left: 3.75rem;
  position: relative;
  color: #333;
  text-shadow: 0 0 1.25rem white;
}
@media (max-width: 767px) {
  .c-pagevisual {
    height: 10rem;
  }
  .c-pagevisual > img {
    border-radius: 1.5rem;
  }
  .c-pagevisual > .title > .en {
    font-size: 2.5rem;
    left: 0.625rem;
    top: 2.875rem;
  }
  .c-pagevisual > .title > .ja {
    font-size: 1.375rem;
    margin-left: 1.25rem;
  }
}

.c-pagetitle {
  width: 100%;
  position: relative;
}
.c-pagetitle > .title {
  z-index: 1;
  line-height: 1;
}
.c-pagetitle > .title > .en {
  font-size: 6.25rem;
  color: #F07098;
  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;
  display: block;
}
.c-pagetitle > .title > .ja {
  font-size: 2.25rem;
  margin-left: 1.5rem;
  position: relative;
  color: #333;
  display: block;
  margin-top: -1.75rem;
}
@media (max-width: 767px) {
  .c-pagetitle > .title > .en {
    font-size: 3.5rem;
  }
  .c-pagetitle > .title > .ja {
    font-size: 1.5rem;
    margin-left: 1.25rem;
    margin-top: -1.25rem;
  }
}

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

@keyframes fixedEntryBtn {
  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;
  }
}

/**************************************************/
/* components - form */
/**************************************************/
:root {
  --form-border-color: #ccc;
  --form-required-color: #D63668;
  --form-alert-color: #F00;
  --form-alert-bg-color: #FFF0F0;
  --form-btn-bg-color: #F07098;
  --form-btn-edit-color: #6F6F6F;
}

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

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

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

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

.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.625em 0.75em;
  border: 1px solid var(--form-border-color);
  border-radius: 0.25rem;
  line-height: 1.25em;
  background-color: #FAFAFA;
}

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.125rem 0.125rem 0.125rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-checkbox > .intext::after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0.25rem;
  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.125rem 0.125rem 0.125rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-radio > .intext::after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--form-border-color);
  border-radius: 50%;
  background: #fff no-repeat center/1.125rem 1.125rem;
  content: "";
}
.f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio > input[type=radio]:checked ~ .intext::after {
  background-image: url(../img/icon-checkbox-checked.svg);
}

.f-radio-b {
  display: inline-block;
  cursor: pointer;
  padding: 1.375rem;
  padding-right: 0.875rem;
  border: 0.125rem solid #F07098;
  background-color: #fff;
  border-radius: 0.25rem;
  width: 100%;
  box-sizing: border-box;
}
.f-radio-b > .intext {
  display: block;
  position: relative;
  padding: 0.125rem 0.125rem 0.125rem 2.25rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-radio-b > .intext::after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--form-border-color);
  border-radius: 50%;
  background: #fff no-repeat center/1.125rem 1.125rem;
  content: "";
}
.f-radio-b > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio-b > input[type=radio]:checked ~ .intext::after {
  background-image: url(../img/icon-checkbox-checked.svg);
}
.f-radio-b .status {
  background-color: #fff;
  font-size: 0.875rem;
  border: 0.0625rem solid #F07098;
  border-radius: 0.25rem;
  font-weight: 700;
  color: #F07098;
  padding: 0.1875rem 0.5rem;
  margin-right: 2rem;
}
.f-radio-b .limit {
  font-size: 0.875rem;
  color: #666;
  margin-left: 2.375rem;
}
.f-radio-b.-closed {
  border: 0.125rem solid #CCC;
  background-color: #EEE;
}
.f-radio-b.-closed .status {
  background-color: #fff;
  border: 0.0625rem solid #fff;
  color: #666;
  margin-right: 1.125rem;
}
@media (max-width: 767px) {
  .f-radio-b {
    padding: 1rem 0.875rem 1rem;
  }
  .f-radio-b .intext::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .f-radio-b .date {
    margin-top: 0.375rem;
    display: inline-block;
  }
  .f-radio-b .limit {
    margin-left: 0;
  }
}

.f-selectbox {
  appearance: none;
  position: relative;
  padding: 0.625em 2.625em 0.625em 0.75em;
  border: 1px solid var(--form-border-color);
  border-radius: 0.25em;
  background: url(../img/icon-select.svg) no-repeat right 0.625em top 50%, linear-gradient(to bottom, #eee 0%, #ddd 100%) no-repeat right -1px top 50%, #fff;
  background-size: 0.75em 0.75em, 2em 100%;
  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;
}

.f-btn {
  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: 1em;
  color: #fff;
  font-weight: 700;
  border-radius: 6.25rem;
  font-size: 1.25rem;
  background-color: #888;
}
.f-btn > .txt {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .f-btn {
    padding-block: 0.5625rem;
    font-size: 1rem;
    line-height: 1.5rem;
    width: 13rem;
  }
}

.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-text {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 0.75rem;
}

.f-note {
  font-size: 0.875rem;
}

.f-submit {
  max-width: 15rem;
  margin: 2.5rem auto 0;
}

.f-toConfirm {
  max-width: 20rem;
  margin: 5rem auto 0;
}
@media (max-width: 767px) {
  .f-toConfirm {
    margin-top: 2.25rem;
  }
}

.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-heading-a {
  margin: 0;
  font-size: 2rem;
  line-height: 1.75;
  text-align: center;
  color: #666;
}
@media (max-width: 767px) {
  .f-heading-a {
    font-size: 1.375rem;
  }
}

.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.75rem;
  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: 1023px) {
  .f-table {
    margin-top: 2.125rem;
  }
  .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-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: 1.125rem;
    padding-top: 1.5rem;
  }
  .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: #F7B3CA;
  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: 0 auto;
  padding: 2rem 1.5rem;
  border-radius: 0.25rem;
  background: #F2EFED;
}
.f-complete > .text {
  margin: 0.625rem 0 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;
  }
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Home */
/**************************************************/
.pg-home .inbox {
  padding: 0;
}
.pg-home .home-mainvisual-container {
  overflow: hidden;
  padding-bottom: 0%;
  position: relative;
}
.pg-home .home-mainvisual-container .text { /* font-size: calc(18/1366*100vw); */
  font-size: 1.125rem;
  line-height: 2em;
  font-weight: 700; /* max-width: calc(628/1366*100%); */
  max-width: 39.25rem;
  margin-left: 14.7877013177%; /* margin-top: calc(-40/1366*100%); */
}
.pg-home .home-mainvisual-container .text > em {
  color: #D63668;
}
@media (min-aspect-ratio: 3/4) {
  .pg-home .home-mainvisual-container .text {
    margin-left: 14.7877013177%;
  }
}
@media (max-aspect-ratio: 3/4) {
  .pg-home .home-mainvisual-container .text {
    max-width: 90%;
    margin: 2.5rem auto 0;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .pg-home .home-mainvisual-container .text {
    font-size: 1rem;
    max-width: 90%;
    margin: 2.5rem auto 0;
  }
}
.pg-home .home-mainvisual-area {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.pg-home .home-mainvisual {
  width: 100vw;
  position: relative;
  display: none;
}
.pg-home .home-mainvisual.-fixed {
  position: fixed;
}
.pg-home .home-mainvisual.-absolute {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.pg-home .home-mainvisual .image.-img1 {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
.pg-home .home-mainvisual .image.-img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pg-home .home-mainvisual .image.-img1 .copy {
  color: #fff;
  text-align: left;
}
.pg-home .home-mainvisual .-img2,
.pg-home .home-mainvisual .-img3,
.pg-home .home-mainvisual .-img4,
.pg-home .home-mainvisual .-img5,
.pg-home .home-mainvisual .-img6,
.pg-home .home-mainvisual .-img7,
.pg-home .home-mainvisual .-img8,
.pg-home .home-mainvisual .-img9,
.pg-home .home-mainvisual .-img10,
.pg-home .home-mainvisual .-img11 {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: none;
  transition: transform 0.6s ease-out, filter 0.3s linear;
}
.pg-home .home-mainvisual .-img2 > span,
.pg-home .home-mainvisual .-img3 > span,
.pg-home .home-mainvisual .-img4 > span,
.pg-home .home-mainvisual .-img5 > span,
.pg-home .home-mainvisual .-img6 > span,
.pg-home .home-mainvisual .-img7 > span,
.pg-home .home-mainvisual .-img8 > span,
.pg-home .home-mainvisual .-img9 > span,
.pg-home .home-mainvisual .-img10 > span,
.pg-home .home-mainvisual .-img11 > span {
  display: inline-block;
}
.pg-home .home-mainvisual .-img2 img,
.pg-home .home-mainvisual .-img3 img,
.pg-home .home-mainvisual .-img4 img,
.pg-home .home-mainvisual .-img5 img,
.pg-home .home-mainvisual .-img6 img,
.pg-home .home-mainvisual .-img7 img,
.pg-home .home-mainvisual .-img8 img,
.pg-home .home-mainvisual .-img9 img,
.pg-home .home-mainvisual .-img10 img,
.pg-home .home-mainvisual .-img11 img {
  border-radius: 50%;
  transition: transform 0.3s ease-out;
}
.pg-home .home-mainvisual .copy {
  position: absolute;
  font-weight: 700;
  z-index: 4;
  line-height: 1.2;
  margin: 0;
  transform: translateX(-50%);
}
.pg-home .home-mainvisual > .copy {
  text-shadow: 0 0 0.7320644217vw #fff, 0 0 0.7320644217vw #fff;
  color: #000;
}
.pg-home .home-mainvisual .-fadeIn {
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 3/4) {
  .pg-home .home-mainvisual {
    height: 100vh;
    width: 100vw;
  }
  .pg-home .home-mainvisual .-img2 {
    width: 23.7188872621vw;
    height: 23.7188872621vw;
    left: 61.7130307467%;
    top: 15.2542372881vh;
  }
  .pg-home .home-mainvisual .-img3 {
    width: 14.494875549vw;
    height: 14.494875549vw;
    left: 30.6734992679%;
    top: 20.5084745763vh;
  }
  .pg-home .home-mainvisual .-img4 {
    width: 14.494875549vw;
    height: 14.494875549vw;
    left: 90.9956076135%;
    top: 22.8813559322vh;
  }
  .pg-home .home-mainvisual .-img5 {
    width: 23.7188872621vw;
    height: 23.7188872621vw;
    left: 13.17715959%;
    top: 42.3728813559vh;
  }
  .pg-home .home-mainvisual .-img6 {
    width: 14.494875549vw;
    height: 14.494875549vw;
    left: 51.4641288433%;
    top: 39.6610169492vh;
  }
  .pg-home .home-mainvisual .-img7 {
    width: 14.494875549vw;
    height: 14.494875549vw;
    left: 77.6720351391%;
    top: 44.9152542373vh;
  }
  .pg-home .home-mainvisual .-img8 {
    width: 19.7657393851vw;
    height: 14.494875549vw;
    left: 45.3147877013%;
    top: 44.9152542373vh;
  }
  .pg-home .home-mainvisual .-img9 {
    width: 14.494875549vw;
    height: 14.494875549vw;
    left: 5.9297218155%;
    top: 65vh;
  }
  .pg-home .home-mainvisual .-img10 {
    width: 23.7188872621vw;
    height: 23.7188872621vw;
    left: 64.1288433382%;
    top: 69.2372881356vh;
  }
  .pg-home .home-mainvisual .-img11 {
    width: 14.494875549vw;
    height: 14.494875549vw;
    left: 79.1361639824%;
    top: 94.6610169492vh;
  }
  .pg-home .home-mainvisual .copy {
    font-size: 5.8565153734vw;
    left: 35.2122986823%; /* bottom: calc(84/1180*100vh); */
    bottom: 4.406779661vh;
  }
}
@media (max-aspect-ratio: 3/4) {
  .pg-home .home-mainvisual {
    height: 100vh;
    width: 100vw;
  }
  .pg-home .home-mainvisual .-img2 {
    width: 20.9359605911vh;
    height: 20.9359605911vh;
    left: calc(50% + 34.6666666667vw);
    top: 14.7783251232vh;
  }
  .pg-home .home-mainvisual .-img3 {
    width: 12.684729064vh;
    height: 12.684729064vh;
    left: calc(50% - 15.7333333333vw);
    top: 15.1477832512vh;
  }
  .pg-home .home-mainvisual .-img4 {
    width: 12.684729064vh;
    height: 12.684729064vh;
    left: calc(50% + 24vw);
    top: 38.0541871921vh;
  }
  .pg-home .home-mainvisual .-img5 {
    width: 20.9359605911vh;
    height: 20.9359605911vh;
    left: calc(50% - 33.3333333333vw);
    top: 32.6354679803vh;
  }
  .pg-home .home-mainvisual .-img6 {
    width: 12.684729064vh;
    height: 12.684729064vh;
    left: calc(50% + 13.6vw);
    top: 26.4778325123vh;
  }
  .pg-home .home-mainvisual .-img7 {
    width: 12.684729064vh;
    height: 12.684729064vh;
    left: calc(50% - 10.6666666667vw);
    top: 51.724137931vh;
  }
  .pg-home .home-mainvisual .-img8 {
    width: 12.684729064vh;
    height: 12.684729064vh;
    left: calc(50% - 5.6vw);
    top: 86.6995073892vh;
  }
  .pg-home .home-mainvisual .-img9 {
    width: 12.684729064vh;
    height: 12.684729064vh;
    left: calc(50% - 31.7333333333vw);
    top: 56.2807881773vh;
  }
  .pg-home .home-mainvisual .-img10 {
    width: 20.9359605911vh;
    height: 20.9359605911vh;
    left: calc(50% + 29.3333333333vw);
    top: 59.1133004926vh;
  }
  .pg-home .home-mainvisual .-img11 {
    width: 12.684729064vh;
    height: 12.684729064vh;
    left: calc(50% + 28.2666666667vw);
    top: 95.5665024631vh;
  }
  .pg-home .home-mainvisual .copy {
    font-size: 4.9261083744vh;
    left: 6.4vw;
    bottom: 13.3004926108vh;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .pg-home .home-mainvisual .copy {
    font-size: 4.9261083744vh;
    left: 6.4vw; /*  bottom: calc(108/812*100vh); */
    transform: translateX(0);
  }
}
@keyframes ani1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Roll {
  0% {
    transform: rotate(0.5deg) scale(0.97);
  }
  50% {
    transform: rotate(-0.5deg) scale(1);
  }
  100% {
    transform: rotate(0.5deg) scale(0.97);
  }
}
@keyframes FloatHorizontal_a {
  0% {
    transform: translateX(calc(-50% + 5px));
  }
  50% {
    transform: translateX(calc(-50% - 5px));
  }
  100% {
    transform: translateX(calc(-50% + 5px));
  }
}
@keyframes FloatHorizontal_b {
  0% {
    transform: translateX(calc(-50% + 2px));
  }
  50% {
    transform: translateX(calc(-50% - 2px));
  }
  100% {
    transform: translateX(calc(-50% + 2px));
  }
}
@keyframes FloatVertical_a {
  0% {
    transform: translateY(calc(-50% + 10px));
  }
  50% {
    transform: translateY(calc(-50% - 10px));
  }
  100% {
    transform: translateY(calc(-50% + 10px));
  }
}
@keyframes FloatVertical_b {
  0% {
    transform: translateY(calc(-50% + 5px));
  }
  50% {
    transform: translateY(calc(-50% - 5px));
  }
  100% {
    transform: translateY(calc(-50% + 5px));
  }
}
.pg-home .home-mainvisual .ani1 {
  animation: ani1 1.2s linear both;
}
.pg-home .home-mainvisual .image:not(.-img1) {
  animation: 6s Roll ease-in-out infinite;
}
.pg-home .home-mainvisual .image.-img2,
.pg-home .home-mainvisual .image.-img5,
.pg-home .home-mainvisual .image.-img10 {
  z-index: 2;
}
.pg-home .home-mainvisual .image.-img2 > span,
.pg-home .home-mainvisual .image.-img5 > span,
.pg-home .home-mainvisual .image.-img10 > span {
  animation: FloatHorizontal_a 7s ease-in-out infinite alternate;
}
.pg-home .home-mainvisual .image.-img2 img,
.pg-home .home-mainvisual .image.-img5 img,
.pg-home .home-mainvisual .image.-img10 img {
  animation: FloatVertical_a 6s ease-in-out infinite alternate;
}
.pg-home .home-mainvisual .image.-img3 > span,
.pg-home .home-mainvisual .image.-img4 > span,
.pg-home .home-mainvisual .image.-img6 > span,
.pg-home .home-mainvisual .image.-img7 > span,
.pg-home .home-mainvisual .image.-img8 > span,
.pg-home .home-mainvisual .image.-img9 > span,
.pg-home .home-mainvisual .image.-img11 > span {
  animation: FloatHorizontal_b 7s ease-in-out infinite alternate;
}
.pg-home .home-mainvisual .image.-img3 img,
.pg-home .home-mainvisual .image.-img4 img,
.pg-home .home-mainvisual .image.-img6 img,
.pg-home .home-mainvisual .image.-img7 img,
.pg-home .home-mainvisual .image.-img8 img,
.pg-home .home-mainvisual .image.-img9 img,
.pg-home .home-mainvisual .image.-img11 img {
  animation: FloatVertical_b 6s ease-in-out infinite alternate;
}
.pg-home .home-mainvisual .image.-img2 {
  animation-delay: -0.8s;
}
.pg-home .home-mainvisual .image.-img3 {
  animation-delay: -9.2s;
}
.pg-home .home-mainvisual .image.-img4 {
  animation-delay: -3.6s;
}
.pg-home .home-mainvisual .image.-img5 {
  animation-delay: -14.6s;
}
.pg-home .home-mainvisual .image.-img6 {
  animation-delay: -1.9s;
}
.pg-home .home-mainvisual .image.-img7 {
  animation-delay: -5.1s;
}
.pg-home .home-mainvisual .image.-img8 {
  animation-delay: -32s;
}
.pg-home .home-mainvisual .image.-img9 {
  animation-delay: -9s;
}
.pg-home .home-mainvisual .image.-img10 {
  animation-delay: -6.6s;
}
.pg-home .home-mainvisual .image.-img11 {
  animation-delay: -21s;
}
.pg-home .home-mainvisual .image.-img2 span {
  animation-delay: -3.4s;
}
.pg-home .home-mainvisual .image.-img3 span {
  animation-delay: -21s;
}
.pg-home .home-mainvisual .image.-img4 span {
  animation-delay: -9s;
}
.pg-home .home-mainvisual .image.-img5 span {
  animation-delay: -1.2s;
}
.pg-home .home-mainvisual .image.-img6 span {
  animation-delay: -4.5s;
}
.pg-home .home-mainvisual .image.-img7 span {
  animation-delay: -5.8s;
}
.pg-home .home-mainvisual .image.-img8 span {
  animation-delay: -8s;
}
.pg-home .home-mainvisual .image.-img9 span {
  animation-delay: -21s;
}
.pg-home .home-mainvisual .image.-img10 span {
  animation-delay: -16s;
}
.pg-home .home-mainvisual .image.-img11 span {
  animation-delay: -11.8s;
}
.pg-home .home-mainvisual .image.-img2 span img {
  animation-delay: -23s;
}
.pg-home .home-mainvisual .image.-img3 span img {
  animation-delay: -13s;
}
.pg-home .home-mainvisual .image.-img4 span img {
  animation-delay: -1.2s;
}
.pg-home .home-mainvisual .image.-img5 span img {
  animation-delay: -3.2s;
}
.pg-home .home-mainvisual .image.-img6 span img {
  animation-delay: -11.9s;
}
.pg-home .home-mainvisual .image.-img7 span img {
  animation-delay: -0.3s;
}
.pg-home .home-mainvisual .image.-img8 span img {
  animation-delay: -8.1s;
}
.pg-home .home-mainvisual .image.-img9 span img {
  animation-delay: -23.5s;
}
.pg-home .home-mainvisual .image.-img10 span img {
  animation-delay: -19.3s;
}
.pg-home .home-mainvisual .image.-img11 span img {
  animation-delay: -1s;
}
.pg-home .event-heading {
  text-align: center;
}
.pg-home .event-heading > .en {
  font-size: 5rem;
  color: #F07098;
  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 .event-heading > .ja {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pg-home .event-heading > .en {
    font-size: 3.125rem;
  }
  .pg-home .event-heading > .ja {
    font-size: 1.25rem;
  }
}
.pg-home .event-lead {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.0625rem;
}
@media (max-width: 767px) {
  .pg-home .event-lead {
    font-size: 1rem;
  }
}
.pg-home .event-col2 {
  display: flex;
  gap: 5rem;
  margin-top: 4.375rem;
}
.pg-home .event-col2 > .item {
  flex: 1;
}
.pg-home .event-col2 > .item > .heading {
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 0.125rem solid #F07098;
  color: #fff;
}
.pg-home .event-col2 > .item > .heading > .txt {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: #F07098;
  border-radius: 0.25rem 0.25rem 0 0;
}
@media (max-width: 767px) {
  .pg-home .event-col2 {
    display: block;
    margin-top: 2.5rem;
  }
  .pg-home .event-col2 > .item + .item {
    margin-top: 2.5rem;
  }
  .pg-home .event-col2 > .item > .heading {
    font-size: 1rem;
  }
  .pg-home .event-col2 > .item > .heading > .txt {
    padding: 0.25rem 1rem;
  }
}
.pg-home .event-list {
  list-style: none;
  padding-left: 0;
}
.pg-home .event-list > li {
  border-bottom: 0.0625rem solid #333;
}
.pg-home .event-list > li > a {
  padding: 2rem 0;
  display: block;
  color: inherit;
  text-decoration: none;
}
.pg-home .event-list > li .headarea {
  display: flex;
  align-items: center;
}
.pg-home .event-list > li .headarea > .date {
  font-size: 1rem;
}
.pg-home .event-list > li .headarea > .tag {
  font-size: 0.9375rem;
  padding: 0.1875rem 1rem;
  background-color: #F07098;
  border-radius: 1.25rem;
  margin-left: 1.5625rem;
  color: #fff;
}
.pg-home .event-list > li .title {
  margin-top: 0.8125rem;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .pg-home .event-list > li > a {
    padding: 1.25rem 0;
  }
  .pg-home .event-list > li .headarea > .date {
    font-size: 0.875rem;
  }
  .pg-home .event-list > li .headarea > .tag {
    font-size: 0.8125rem;
    padding: 0.125rem 0.5rem;
  }
  .pg-home .event-list > li .title {
    font-size: 0.875rem;
  }
}
.pg-home .event-link {
  text-align: right;
  margin-top: 1.625rem;
}
.pg-home .event-link > a {
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.pg-home .event-link > a:after {
  content: "";
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: 1rem;
  background: url(../../images/home/icon-arrow.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .pg-home .event-link {
    margin-top: 1.25rem;
  }
  .pg-home .event-link > a {
    font-size: 0.875rem;
  }
}
.pg-home .interview-heading {
  text-align: center;
}
.pg-home .interview-heading > .en {
  font-size: 8.75rem;
  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: #F07098;
}
.pg-home .interview-heading > .ja {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pg-home .interview-heading > .en {
    font-size: 3.75rem;
  }
  .pg-home .interview-heading > .ja {
    font-size: 1.25rem;
  }
}
.pg-home .interview-lead {
  margin-top: 1.0625rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-home .interview-lead {
    font-size: 1rem;
  }
}
.pg-home .interview-area {
  display: flex;
  width: 92rem;
  margin-inline: auto;
  max-width: 100%;
  overflow: hidden;
  padding-top: 9.875rem;
  position: relative;
}
.pg-home .interview-area .swiper-wrapper {
  margin-left: -1.25rem;
}
.pg-home .interview-area .swiper-slide {
  transition: transform 0.3s linear; /* width: rem(240) !important; */ /* height: rem(546); */
  transform: scale(0.8);
}
.pg-home .interview-area .swiper-slide > a {
  color: inherit;
  text-decoration: none;
}
.pg-home .interview-area .swiper-slide:nth-of-type(1) {
  transform: translateY(-5rem) scale(0.8);
}
.pg-home .interview-area .swiper-slide:nth-of-type(2) {
  transform: translateY(-5rem) scale(0.8);
}
.pg-home .interview-area .swiper-slide.swiper-slide-prev {
  transform: translateY(-7.5rem) scale(0.8);
}
.pg-home .interview-area .swiper-slide.swiper-slide-active {
  transform: scale(1);
  margin-inline: 1.25rem;
}
.pg-home .interview-area .swiper-slide.swiper-slide-next {
  transform: translateY(-5rem) scale(0.8);
}
.pg-home .interview-area + .swiper-slide {
  transform: translateY(0rem) scale(0.8);
}
.pg-home .interview-area .image {
  position: relative;
}
.pg-home .interview-area .image > img {
  border-radius: 1rem;
}
.pg-home .interview-area .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F07098;
  transform: translate(1.25rem, 1.5625rem) rotate(-4deg);
  z-index: -1;
  border-radius: 1rem;
}
.pg-home .interview-area .image > .copy {
  position: absolute;
  bottom: 1.6875rem;
  left: -0.625rem;
  right: -1.25rem;
  color: #333;
  font-weight: 700;
  font-size: 0.9375rem;
}
.pg-home .interview-area .image > .copy > span {
  display: inline-block;
  background-color: #fff;
  padding-inline: 0.5rem;
}
.pg-home .interview-area .image > .copy > span + br + span {
  margin-top: 0.125rem;
}
.pg-home .interview-area .position {
  margin-top: 3.75rem;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #666;
  font-weight: 700;
}
.pg-home .interview-area .name {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  vertical-align: middle;
}
.pg-home .interview-area .join {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  background-color: #F7B3CA;
  color: #333;
  vertical-align: middle;
  margin-left: 0.5rem;
  border-radius: 0.25rem;
}
.pg-home .interview-area .pagination {
  position: absolute;
  left: 5.5rem;
  bottom: 1.125rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.pg-home .interview-area .swiper-button-prev {
  position: static;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../../images/home/icon-arrow2.svg) no-repeat center/contain;
  transform: rotate(180deg);
  margin-top: 0;
}
.pg-home .interview-area .swiper-button-prev:after {
  content: none;
}
.pg-home .interview-area .swiper-button-next {
  position: static;
  width: 3.5rem;
  height: 3.5rem;
  background: url(../../images/home/icon-arrow2.svg) no-repeat center/contain;
  margin-top: 0;
}
.pg-home .interview-area .swiper-button-next:after {
  content: none;
}
.pg-home .interview-area .swiper-pagination {
  display: inline-block;
  width: auto;
  position: static;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pg-home .interview-area {
    padding-top: 0;
    margin-top: 2.5rem;
    padding-bottom: 5rem;
  }
  .pg-home .interview-area .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .pg-home .interview-area .swiper-slide:not(.swiper-slide-active) {
    transform: translateY(0) scale(0.8);
  }
  .pg-home .interview-area + .swiper-slide {
    transform: translateY(0rem) scale(0.8);
  }
  .pg-home .interview-area .pagination {
    bottom: 0.125rem;
  }
}
.pg-home .l-page-contents > .interview-btn {
  max-width: 30rem;
  margin-inline: auto;
  margin-top: 5.25rem !important;
}
.pg-home .l-page-contents > .interview-btn > .btn {
  text-align: center;
  display: block;
  padding: 1.5rem;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  border: 0.0625rem solid #F07098;
  border-radius: 4.5rem;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
}
.pg-home .l-page-contents > .interview-btn > .btn:after {
  content: "";
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  background: url(../../images/home/icon-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 2.0625rem;
  top: 0;
  bottom: 0;
  margin-block: auto;
}
@media (max-width: 767px) {
  .pg-home .l-page-contents > .interview-btn {
    margin-top: 3.125rem !important;
  }
  .pg-home .l-page-contents > .interview-btn > .btn {
    font-size: 1rem;
    padding: 1.25rem;
  }
}
.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: #F07098;
  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: #F5CBD8;
  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: #FF3B77;
  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-btnlist {
  margin-top: 5rem;
}
.pg-home .company-btnlist > li > a {
  display: inline-flex;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
}
.pg-home .company-btnlist > li.job_introduction, .pg-home .company-btnlist > li.data {
  text-align: right;
}
.pg-home .company-btnlist > li.job_introduction > a, .pg-home .company-btnlist > li.data > a {
  text-align: left;
}
.pg-home .company-btnlist > li.job_introduction {
  margin-top: -10rem;
}
.pg-home .company-btnlist > li.work_environment {
  margin-left: 10.625rem;
  margin-top: -3.5rem;
}
.pg-home .company-btnlist > li.data {
  margin-right: 7.125rem;
  margin-top: -7.5rem;
}
.pg-home .company-btnlist .image {
  width: 20rem;
}
.pg-home .company-btnlist .image > img {
  border-radius: 50%;
}
.pg-home .company-btnlist .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: #F07098;
  line-height: 0.85;
}
.pg-home .company-btnlist .heading > .jp {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.125rem;
}
.pg-home .company-btnlist .heading > .jp:after {
  content: "";
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  margin-left: 0.75rem;
  margin-bottom: -0.375rem;
  background: url(../../images/home/icon-arrow.svg) no-repeat center/contain;
}
.pg-home .company-btnlist .about .heading {
  margin-left: -4.25rem;
  margin-top: 2.625rem;
}
.pg-home .company-btnlist .job_introduction .heading {
  margin-left: -30.625rem;
  margin-top: 4.375rem;
}
.pg-home .company-btnlist .work_environment .heading {
  margin-left: -28rem;
  margin-top: 7.625rem;
}
.pg-home .company-btnlist .data .heading {
  margin-left: -24.375rem;
  margin-top: 13.125rem;
}
@media (max-width: 767px) {
  .pg-home .company-btnlist {
    margin-top: 2.875rem;
  }
  .pg-home .company-btnlist > li.data {
    margin-right: 0rem;
  }
  .pg-home .company-btnlist > li > a {
    align-items: flex-end;
  }
  .pg-home .company-btnlist .image {
    width: 10.625rem;
  }
  .pg-home .company-btnlist .heading > .en {
    font-size: 3.25rem;
  }
  .pg-home .company-btnlist .heading > .jp {
    font-size: 1rem;
    margin-top: 0;
  }
  .pg-home .company-btnlist .heading > .jp:after {
    margin-bottom: -0.4375rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .pg-home .company-btnlist > li.about {
    margin-left: 0.375rem;
  }
  .pg-home .company-btnlist > li.about .heading {
    margin-left: -5.125rem;
    margin-top: 0rem;
    margin-bottom: -1.5rem;
  }
  .pg-home .company-btnlist > li.job_introduction {
    margin-left: 1.25rem;
    margin-top: 2.5rem;
    margin-right: 1.4375rem;
  }
  .pg-home .company-btnlist > li.job_introduction .heading {
    margin-left: 0rem;
    margin-right: -9.375rem;
    margin-top: 0rem;
    margin-bottom: -1.25rem;
    order: -1;
    position: relative;
  }
  .pg-home .company-btnlist > li.work_environment { /* margin-left: rem(0); */
    margin-left: 0.875rem;
    margin-top: 2.375rem;
  }
  .pg-home .company-btnlist > li.work_environment > a {
    flex-direction: row-reverse;
  }
  .pg-home .company-btnlist > li.work_environment .heading {
    margin-left: 0rem;
    margin-right: -11.25rem;
    margin-top: 0rem;
    margin-bottom: -2.5rem;
    z-index: 1;
  }
  .pg-home .company-btnlist > li.work_environment .heading > .jp {
    text-align: right;
  }
  .pg-home .company-btnlist > li.data {
    margin-top: 3.5rem;
    margin-right: 0.9375rem;
  }
  .pg-home .company-btnlist > li.data > a {
    flex-direction: row-reverse;
  }
  .pg-home .company-btnlist > li.data .heading {
    margin-left: -2.75rem;
    margin-right: 0rem;
    margin-top: 0rem;
    margin-bottom: -1.5rem;
    order: -1;
    position: relative;
  }
}
.pg-home .guideline-heading {
  font-size: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-home .guideline-heading {
    font-size: 1.5rem;
  }
}
.pg-home .guideline-list {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 2.5rem;
}
.pg-home .guideline-list > li {
  height: 7.5rem;
}
.pg-home .guideline-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 #D63668;
  transition: margin-top 0.1s linear, box-shadow 0.1s linear;
}
.pg-home .guideline-list > li a:hover {
  margin-top: 0.5rem;
  box-shadow: 0 0 0 #D63668;
}
.pg-home .guideline-list .text {
  font-size: 1.625rem;
  font-weight: 700;
  margin-left: 0.875rem;
}
@media (max-width: 767px) {
  .pg-home .guideline-list {
    grid-template-columns: 1fr;
    margin-top: 1.5625rem;
    gap: 1rem;
  }
  .pg-home .guideline-list > li {
    height: 4.5rem;
  }
  .pg-home .guideline-list .text {
    font-size: 0.9375rem;
  }
}
.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 #F7B3CA;
  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: #F7B3CA 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.-join {
  background-color: #FFF61B;
  overflow: visible;
  padding: 4.0625rem 0 5.625rem;
}
@media (max-width: 767px) {
  .l-section.-join {
    padding-bottom: 3.125rem;
  }
}

.join-illust {
  width: 11.5rem;
  position: absolute;
  right: 1.25rem;
  top: -8.125rem;
}
@media (max-width: 767px) {
  .join-illust {
    width: 8.125rem;
    top: -8.75rem;
    right: 0;
    left: 0;
    margin-inline: auto;
  }
}

.join-heading {
  width: 47.5rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .join-heading {
    width: 100%;
    width: 18.5rem;
  }
}

.join-col2 {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 3rem;
}
.join-col2 > li {
  display: block;
  flex: 1;
  max-width: 30rem;
}
.join-col2 .heading {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
}
.join-col2 a {
  box-sizing: border-box;
  width: 100%;
  height: 5.5rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-col2 .rikunabi {
  background-color: #fff;
  border: 0.125rem solid #333;
  margin-top: 2.125rem;
}
.join-col2 .rikunabi > img {
  width: 13.75rem;
}
.join-col2 .info {
  background-color: #333;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
}
.join-col2 a + a {
  margin-top: 1.0625rem;
}
@media (max-width: 767px) {
  .join-col2 {
    flex-direction: column;
    max-width: 19.375rem;
    margin-inline: auto;
    margin-top: 1.875rem;
    gap: 1.875rem;
  }
  .join-col2 .heading {
    font-size: 1.1875rem;
  }
  .join-col2 a {
    height: 4.375rem;
  }
  .join-col2 .rikunabi {
    margin-top: 1.25rem;
  }
  .join-col2 .rikunabi > img {
    width: 11.25rem;
  }
  .join-col2 .info {
    font-size: 1.0625rem;
  }
}

/**************************************************/
/* 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: #F5CBD8;
  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.-message > .image {
  width: 100%;
  margin-top: 6.875rem;
}
.pg-about .l-section.-message > .image > img {
  width: 100%;
}
@media (max-width: 767px) {
  .pg-about .l-section.-message > .image {
    margin-top: 2.5rem;
  }
}
.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%, #F7B3CA 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: #F5E4E9;
  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: #F07098;
}
.pg-about .keyword-heading > .md {
  font-size: 5rem;
  margin-bottom: -1rem;
  color: #F07098;
}
@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: #F5CBD8;
}
.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 .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-workEnvironment .step-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 6.25rem;
  position: relative;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 3rem 5rem 2.5rem 0rem;
}
.pg-workEnvironment .step-item + .step-item {
  margin-top: 7.3125rem;
}
.pg-workEnvironment .step-item:not(.-last):before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  bottom: -3.625rem;
  right: 0;
  left: 0;
  margin-inline: auto;
  background-color: #F7B3CA;
}
.pg-workEnvironment .step-item:not(.-last):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.375rem 2.40625rem 0 2.40625rem;
  border-color: #F7B3CA transparent transparent transparent;
  position: absolute;
  bottom: -5.875rem;
  right: 0;
  left: 0;
  margin-inline: auto;
}
.pg-workEnvironment .step-item > .num {
  color: #fff;
  background-color: #F07098;
  margin-right: 2.5rem;
  margin-left: -0.75rem;
  font-size: 2.3125rem;
  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.375rem 2rem;
  min-width: 9.5rem;
  width: 9.5rem;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.pg-workEnvironment .step-item > .num:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #D63668 transparent transparent;
  border-width: 0 0.75rem 0.75rem 0;
  position: absolute;
  left: 0;
  bottom: -0.75rem;
}
.pg-workEnvironment .step-item > .textarea {
  width: 33rem;
  margin-right: 3rem;
}
.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: 2rem 1.125rem 1.5rem;
    position: relative;
  }
  .pg-workEnvironment .step-item + .step-item {
    margin-top: 5rem;
  }
  .pg-workEnvironment .step-item:not(.-last):before {
    width: 1.25rem;
    height: 1.25rem;
    bottom: -2.3125rem;
  }
  .pg-workEnvironment .step-item:not(.-last):after {
    content: "";
    border-width: 1.25rem 1.25rem 0 1.25rem;
    bottom: -3.5rem;
  }
  .pg-workEnvironment .step-item > .num {
    font-size: 1.4375rem;
    width: 6.25rem;
    min-width: 6.25rem;
    padding: 0.3125rem 0.625rem;
    position: absolute;
    left: -0.5rem;
    top: -1rem;
    margin-left: 0;
  }
  .pg-workEnvironment .step-item > .num:before {
    border-width: 0 0.5rem 0.5rem 0;
    position: absolute;
    bottom: -0.5rem;
  }
  .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: #F07098;
  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;
  }
}

@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-wrap.-questionnaire {
    gap: 1.5rem;
    margin-top: 2rem !important;
  }
}
.pg-data .data-box:not(.-questionnaire) {
  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:not(.-questionnaire).-col2 {
  width: calc(50% - 0.75rem);
}
.pg-data .data-box:not(.-questionnaire).-transition {
  gap: 1.25rem 3.375rem;
}
.pg-data .data-box:not(.-questionnaire).-transition > .text {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
}
.pg-data .data-box:not(.-questionnaire).-transition > .text > .em {
  font-size: 1.875rem;
  color: #F50303;
}
.pg-data .data-box:not(.-questionnaire).-transition > .text > .txtS {
  font-size: 1.25rem;
}
.pg-data .data-box:not(.-questionnaire) > .image {
  text-align: center;
}
.pg-data .data-box:not(.-questionnaire) > .image.-business01 {
  max-width: 33.75rem;
}
.pg-data .data-box:not(.-questionnaire) > .image.-business02 {
  width: 18.125rem;
}
.pg-data .data-box:not(.-questionnaire) > .image.-business03 {
  width: 26.75rem;
}
.pg-data .data-box:not(.-questionnaire) > .image.-business05 {
  width: 17.8125rem;
}
.pg-data .data-box:not(.-questionnaire) > .image.-business06 {
  width: 13.875rem;
}
.pg-data .data-box:not(.-questionnaire) > .image.-jobchange07 {
  margin-bottom: -8.375rem;
}
.pg-data .data-box:not(.-questionnaire).-as-fs {
  align-self: flex-start;
}
.pg-data .data-box:not(.-questionnaire) > .illust01 {
  position: absolute;
  bottom: -18.125rem;
  left: 2.75rem;
  right: 2.75rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .pg-data .data-box:not(.-questionnaire) {
    padding: 2.75rem 0.9375rem 1.875rem;
    border-radius: 0.75rem;
  }
  .pg-data .data-box:not(.-questionnaire).-col2 {
    width: 100%;
  }
  .pg-data .data-box:not(.-questionnaire).-transition {
    gap: 1.25rem;
  }
  .pg-data .data-box:not(.-questionnaire).-transition > .text {
    font-size: 1.125rem;
    line-height: 2.125rem;
  }
  .pg-data .data-box:not(.-questionnaire).-transition > .text > .em {
    font-size: 1.5rem;
    color: #F50303;
  }
  .pg-data .data-box:not(.-questionnaire).-transition > .text > .txtS {
    font-size: 1rem;
  }
  .pg-data .data-box:not(.-questionnaire) > .image.-business02 {
    width: 12.5rem;
  }
  .pg-data .data-box:not(.-questionnaire) > .image.-business03 {
    width: 15rem;
  }
  .pg-data .data-box:not(.-questionnaire) > .image.-business04 {
    width: 15.625rem;
  }
  .pg-data .data-box:not(.-questionnaire) > .image.-business05 {
    width: 12.5rem;
  }
  .pg-data .data-box:not(.-questionnaire) > .image.-business06 {
    width: 10rem;
  }
  .pg-data .data-box:not(.-questionnaire) > .image.-jobchange07 {
    margin-bottom: -5.625rem;
  }
  .pg-data .data-box:not(.-questionnaire) > .illust01 {
    display: none;
  }
}
.pg-data .data-box:not(.-questionnaire) .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:not(.-questionnaire) .data-box-heading.-select > span {
  padding-inline: 0.375rem;
}
.pg-data .data-box:not(.-questionnaire) .data-box-heading > span {
  display: inline-block;
  background-color: #F07098;
  padding: 0.5rem 1.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .pg-data .data-box:not(.-questionnaire) .data-box-heading {
    font-size: 1.1875rem;
    top: -1.3125rem;
  }
  .pg-data .data-box:not(.-questionnaire) .data-box-heading > span {
    padding: 0.375rem 1.25rem;
  }
}
.pg-data .data-box.-questionnaire {
  padding: 3rem 4rem 4.5rem;
  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.-questionnaire > .image {
  margin-top: 3.875rem;
}
.pg-data .data-box.-questionnaire > .image + .data-box-textlist {
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .pg-data .data-box.-questionnaire {
    padding: 1rem;
    border-radius: 0.75rem;
  }
  .pg-data .data-box.-questionnaire > .image {
    margin-top: 2.125rem;
  }
  .pg-data .data-box.-questionnaire .image.-text {
    display: none;
  }
  .pg-data .data-box.-questionnaire .image.-graph ~ .data-box-textlist {
    margin-top: 2rem;
  }
}
.pg-data .data-box.-questionnaire .data-box-heading {
  font-size: 1.5rem;
  line-height: 2.1875rem;
  color: #fff;
  text-align: left;
  width: calc(100% + 84px);
  margin-left: -4.75rem;
}
.pg-data .data-box.-questionnaire .data-box-heading.-select > span {
  padding-inline: 0.375rem;
}
.pg-data .data-box.-questionnaire .data-box-heading > span {
  display: inline-block;
  background-color: #F07098;
  padding: 1.25rem 2rem;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.pg-data .data-box.-questionnaire .data-box-heading > span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #D63668 transparent transparent;
  border-width: 0 0.75rem 0.75rem 0;
  position: absolute;
  left: 0;
  bottom: -0.75rem;
}
@media (max-width: 767px) {
  .pg-data .data-box.-questionnaire .data-box-heading {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-left: -1.75rem;
  }
  .pg-data .data-box.-questionnaire .data-box-heading > span {
    padding: 0.75rem 1rem;
  }
}
.pg-data .data-box-textlist {
  display: none;
  gap: 1.5rem;
}
.pg-data .data-box-textlist .text > .txt {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 700;
  padding: 0.5rem 0.75rem 0.625rem;
  border-radius: 0.5rem;
  background-color: #F2EFED;
  display: inline-block;
}
.pg-data .data-box-textlist .text > .txt em {
  font-size: 1.125rem;
  color: #D63668;
}
.pg-data .data-box-textlist .text + .text {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .pg-data .data-box-textlist {
    display: block;
  }
}

.pg-jobIntroduction .jobIntroduction-btnlist {
  display: flex;
  justify-content: center;
  gap: 0.875rem;
}
.pg-jobIntroduction .jobIntroduction-btnlist .btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.875rem 1.0625rem 1.8125rem;
  min-width: 5.625rem;
  position: relative;
  box-shadow: 0 0.375rem 0 #D63668;
  background-color: #fff;
  border-radius: 0.5rem;
  color: #333;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  font-size: 1.25rem;
}
.pg-jobIntroduction .jobIntroduction-btnlist .btn:after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  position: absolute;
  bottom: 0.6875rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  background: url(../../images/job_introduction/btnlist-arrow.svg) no-repeat center/contain;
}
.pg-jobIntroduction .jobIntroduction-btnlist .tag {
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  top: -1.375rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0.25rem 0.5rem;
  background-color: #F7B3CA;
  border-radius: 0.25rem;
}
.pg-jobIntroduction .jobIntroduction-btnlist + .jobIntroduction-item {
  margin-top: 4rem;
}
@media (max-width: 1160px) {
  .pg-jobIntroduction .jobIntroduction-btnlist .btn {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .pg-jobIntroduction .jobIntroduction-btnlist {
    flex-wrap: wrap;
    gap: 2.125rem 0.3125rem;
  }
  .pg-jobIntroduction .jobIntroduction-btnlist > li {
    width: calc(25% - 0.3125rem);
  }
  .pg-jobIntroduction .jobIntroduction-btnlist .btn {
    padding: 0.5rem 0.125rem 1rem;
    min-width: auto;
    width: 100%;
    font-size: 0.75rem;
  }
  .pg-jobIntroduction .jobIntroduction-btnlist .btn:after {
    width: 0.375rem;
    height: 0.375rem;
    bottom: 0.5rem;
  }
  .pg-jobIntroduction .jobIntroduction-btnlist .btn.-sales {
    font-size: 0.6875rem;
    line-height: 0.75rem;
    padding-block: 0.25rem 0.875rem;
  }
  .pg-jobIntroduction .jobIntroduction-btnlist .tag {
    font-size: 0.75rem;
    top: -1.25rem;
  }
  .pg-jobIntroduction .jobIntroduction-btnlist + .jobIntroduction-item {
    margin-top: 2.5rem;
  }
}
.pg-jobIntroduction .jobIntroduction-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  margin-top: 5rem;
}
.pg-jobIntroduction .jobIntroduction-item .heading {
  font-size: 2.5rem;
}
.pg-jobIntroduction .jobIntroduction-item .heading > .tag {
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  background-color: #F7B3CA;
  border-radius: 0.25rem;
  margin-left: 0.9375rem;
  vertical-align: middle;
}
.pg-jobIntroduction .jobIntroduction-item .text {
  font-size: 1.125rem;
  line-height: 2.5rem;
  margin-top: 2.1875rem;
}
.pg-jobIntroduction .jobIntroduction-item > .image {
  min-width: 25rem;
}
@media (max-width: 767px) {
  .pg-jobIntroduction .jobIntroduction-item {
    display: block;
    margin-top: 2.5rem;
  }
  .pg-jobIntroduction .jobIntroduction-item .heading {
    font-size: 1.75rem;
  }
  .pg-jobIntroduction .jobIntroduction-item .text {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 0.75rem;
  }
  .pg-jobIntroduction .jobIntroduction-item > .image {
    width: 17.5rem;
    min-width: auto;
    margin: 1.5rem auto 0;
  }
}

.pg-event:not(.-entry) .event-heading {
  font-size: 2rem;
  text-align: center;
}
.pg-event:not(.-entry) .event-heading > .txt {
  padding-bottom: 0.4375rem;
  border-bottom: 0.375rem solid #F07098;
  display: inline-block;
}
@media (max-width: 767px) {
  .pg-event:not(.-entry) .event-heading {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .pg-event:not(.-entry) .event-heading > .txt {
    border-bottom-width: 0.25rem;
  }
}
.pg-event:not(.-entry) .event-list {
  margin-top: 4.25rem;
}
.pg-event:not(.-entry) .event-list > li {
  border-bottom: 0.0625rem solid #707070;
}
.pg-event:not(.-entry) .event-list > li > a {
  padding-block: 2.5rem;
  color: inherit;
  text-decoration: none;
  display: block;
}
.pg-event:not(.-entry) .event-list .date {
  font-size: 1.125rem;
  display: inline-block;
}
.pg-event:not(.-entry) .event-list .tag {
  font-size: 0.9375rem;
  background-color: #F07098;
  display: inline-block;
  color: #fff;
  padding: 0.1875rem 1rem;
  border-radius: 1.75rem;
  margin-left: 1rem;
}
.pg-event:not(.-entry) .event-list .title {
  font-size: 1.125rem;
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .pg-event:not(.-entry) .event-list {
    margin-top: 1.375rem;
  }
  .pg-event:not(.-entry) .event-list > li > a {
    padding: 1.625rem 0 1.5rem;
  }
  .pg-event:not(.-entry) .event-list .date {
    font-size: 1rem;
  }
  .pg-event:not(.-entry) .event-list .tag {
    font-size: 0.875rem;
    margin-left: 0.5rem;
  }
  .pg-event:not(.-entry) .event-list .title {
    font-size: 1rem;
  }
}
.pg-event:not(.-entry) .event-pager {
  margin-top: 4.875rem;
}
.pg-event:not(.-entry) .event-pager > .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.pg-event:not(.-entry) .event-pager > .list a {
  text-decoration: none;
  color: inherit;
}
.pg-event:not(.-entry) .event-pager > .list a, .pg-event:not(.-entry) .event-pager > .list .cur > span {
  padding: 0.1875rem 0.625rem;
  position: relative;
}
.pg-event:not(.-entry) .event-pager > .list a:after, .pg-event:not(.-entry) .event-pager > .list .cur > span:after {
  content: "";
  width: 0.75rem;
  height: 0.0625rem;
  background-color: #D63668;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.25rem;
}
.pg-event:not(.-entry) .event-pager > .list a:after {
  opacity: 0;
}
.pg-event:not(.-entry) .event-pager > .list a:hover {
  color: #D63668;
  opacity: 1;
}
.pg-event:not(.-entry) .event-pager > .list a:hover:after {
  opacity: 1;
}
.pg-event:not(.-entry) .event-pager > .list > .cur {
  color: #D63668;
}
.pg-event:not(.-entry) .event-pager > .list .prev > a, .pg-event:not(.-entry) .event-pager > .list .next > a {
  padding: 0;
}
.pg-event:not(.-entry) .event-pager > .list .prev > a:hover, .pg-event:not(.-entry) .event-pager > .list .next > a:hover {
  opacity: 0.7;
}
.pg-event:not(.-entry) .event-pager > .list .prev > a:hover:after, .pg-event:not(.-entry) .event-pager > .list .next > a:hover:after {
  content: none;
}
.pg-event:not(.-entry) .event-pager > .list .prev img {
  transform: rotate(180deg);
}
.pg-event:not(.-entry) .event-pager > .list .prev {
  margin-right: 1.75rem;
}
.pg-event:not(.-entry) .event-pager > .list .next {
  margin-left: 1.75rem;
}
@media (max-width: 767px) {
  .pg-event:not(.-entry) .event-pager {
    margin-top: 2.5rem;
  }
  .pg-event:not(.-entry) .event-pager > .list {
    gap: 0;
  }
  .pg-event:not(.-entry) .event-pager a, .pg-event:not(.-entry) .event-pager .cur > span {
    padding: 0.1875rem 0.25rem;
  }
  .pg-event:not(.-entry) .event-pager .prev {
    margin-right: 0.625rem;
  }
  .pg-event:not(.-entry) .event-pager .next {
    margin-left: 0.625rem;
  }
}

.pg-event.-entry .event-fixedBtn {
  width: 100%;
  padding: 1.25rem;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(214, 54, 104, 0.8);
  z-index: 10;
  box-sizing: border-box;
}
.pg-event.-entry .event-fixedBtn > .btn {
  display: inline-block;
  min-width: 35rem;
  padding: 2.3125rem 1.25rem;
  font-weight: 700;
  font-size: 2rem;
  background-color: #fff;
  border-radius: 1rem;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
.pg-event.-entry .event-fixedBtn > .btn:after {
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  background: url(../../images/event/icon-arrow.svg) no-repeat center/contain;
  position: absolute;
  right: 2rem;
  top: calc(50% - 1.125rem);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .pg-event.-entry .event-fixedBtn {
    padding: 1rem 1.25rem;
  }
  .pg-event.-entry .event-fixedBtn > .btn {
    padding: 1rem 1.25rem;
    min-width: auto;
    font-size: 1.125rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pg-event.-entry .event-fixedBtn > .btn:after {
    position: static;
    display: inline-block;
    margin-left: 1em;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.pg-event.-entry .event-heading {
  font-size: 1.625rem;
  padding-bottom: 1rem;
  border-bottom: 0.25rem solid #333;
}
@media (max-width: 767px) {
  .pg-event.-entry .event-heading {
    font-size: 1.25rem;
  }
}
.pg-event.-entry .event-headarea {
  margin-top: 1.5625rem;
}
.pg-event.-entry .event-headarea .date {
  font-size: 1.125rem;
}
.pg-event.-entry .event-headarea .tag {
  font-size: 0.9375rem;
  color: #fff;
  padding: 0.1875rem 1rem;
  background: #F07098;
  border-radius: 1.75rem;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .pg-event.-entry .event-headarea {
    margin-top: 1.125rem;
  }
  .pg-event.-entry .event-headarea .date {
    font-size: 1rem;
  }
  .pg-event.-entry .event-headarea .tag {
    font-size: 0.75rem;
  }
}
.pg-event.-entry .event-contents {
  margin-top: 2.5rem;
}
.pg-event.-entry .event-contents > *:first-child {
  margin-top: 0 !important;
}
.pg-event.-entry .event-contents > h2 {
  font-size: 1.5rem;
  border-left: 0.25rem solid #333;
  padding-left: 1rem;
  margin-top: 4rem;
}
.pg-event.-entry .event-contents > p {
  font-size: 1.125rem;
  line-height: 2.6875rem;
  margin-top: 2.25rem;
}
@media (max-width: 767px) {
  .pg-event.-entry .event-contents {
    margin-top: 1.5rem;
  }
  .pg-event.-entry .event-contents > h2 {
    font-size: 1.125rem;
    margin-top: 2rem;
  }
  .pg-event.-entry .event-contents > p {
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 1.125rem;
  }
}
.pg-event.-entry .event-info {
  margin-top: 5rem;
  background-color: #F2EFED;
  border-radius: 1rem;
  padding: 2.875rem 4.125rem 3.75rem;
}
.pg-event.-entry .event-info dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.pg-event.-entry .event-info dt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background-color: #F07098;
  border-radius: 0.25rem;
  padding: 0.1875rem 1rem;
  min-width: 6.5rem;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  min-width: 6.5rem;
  white-space: nowrap;
}
.pg-event.-entry .event-info dd {
  margin-left: 1.5625rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.pg-event.-entry .event-info dl + dl {
  margin-top: 2.375rem;
}
.pg-event.-entry .event-info dd .address {
  font-size: 1rem;
}
.pg-event.-entry .event-info dd .address:after {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 1.25rem;
  background: url(../img/icon-map.svg) no-repeat center/contain;
  margin-left: 0.5rem;
  margin-bottom: -0.25rem;
}
.pg-event.-entry .event-info .link {
  font-size: 1.125rem;
  color: #F07098;
}
.pg-event.-entry .event-info .link[href$="/PDF/"]:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.75rem;
  background: url(../img/icon-pdf.svg) no-repeat center/contain;
  margin-right: 0.5rem;
  margin-bottom: -0.25rem;
}
@media (max-width: 767px) {
  .pg-event.-entry .event-info {
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 1rem;
  }
  .pg-event.-entry .event-info dl + dl {
    margin-top: 1rem;
  }
  .pg-event.-entry .event-info dt {
    font-size: 0.875rem;
    min-width: 4.625rem;
    width: auto;
    padding-inline: 0.5625rem;
  }
  .pg-event.-entry .event-info dd {
    font-size: 1rem;
    margin-left: 0.75rem;
  }
  .pg-event.-entry .event-info dd .address {
    font-size: 0.6875rem;
  }
  .pg-event.-entry .event-info dd .address:after {
    content: "";
    width: 0.6875rem;
    height: 1rem;
    margin-left: 0.375rem;
  }
  .pg-event.-entry .event-info .link {
    font-size: 0.875rem;
  }
  .pg-event.-entry .event-info .link[href$="/PDF/"]:before {
    width: 1.0625rem;
    height: 1.3125rem;
    margin-right: 0.5rem;
    margin-bottom: -0.25rem;
  }
}
.pg-event.-entry .event-form {
  border: 0.25rem solid #333;
  padding: 5rem 1.25rem 7.5rem;
  border-radius: 1.5rem;
  margin-top: 7.5rem;
}
.pg-event.-entry .event-form > .f-form {
  max-width: 50rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .pg-event.-entry .event-form {
    margin-top: 2.5rem;
    padding: 1.875rem 0.875rem 2.875rem;
  }
}

.pg-interview .interview-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 7.25rem;
  margin-left: -4.1875rem;
  position: relative;
  z-index: 1;
}
.pg-interview .interview-list > li {
  width: calc(33.3333333333% - 4.1875rem);
  margin-left: 4.1875rem;
}
.pg-interview .interview-list > li > a {
  color: inherit;
  text-decoration: none;
}
.pg-interview .interview-list .image {
  position: relative;
}
.pg-interview .interview-list .image > img {
  border-radius: 1rem;
}
.pg-interview .interview-list .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F07098;
  transform: translate(1.25rem, 1.5625rem) rotate(-4deg);
  z-index: -1;
  border-radius: 1rem;
}
.pg-interview .interview-list .image > .copy {
  position: absolute;
  bottom: 1.6875rem;
  left: -0.625rem;
  right: -0.9375rem;
  color: #333;
  font-weight: 700;
  font-size: 1.375rem;
}
.pg-interview .interview-list .image > .copy > span {
  display: inline-block;
  background-color: #fff;
  padding-inline: 0.5rem;
}
.pg-interview .interview-list .image > .copy > span + br + span {
  margin-top: 0.125rem;
}
.pg-interview .interview-list .position {
  margin-top: 2.875rem;
  font-size: 1rem;
  margin-bottom: 0.25rem;
  color: #666;
  font-weight: 700;
}
.pg-interview .interview-list .name {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  vertical-align: middle;
}
.pg-interview .interview-list .form {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  background-color: #F7B3CA;
  color: #333;
  vertical-align: middle;
  margin-left: 0.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .pg-interview .interview-list {
    display: block;
    width: 15.625rem;
    margin-inline: auto;
  }
  .pg-interview .interview-list > li {
    width: auto;
    margin-left: auto;
  }
  .pg-interview .interview-list > li + li {
    margin-top: 3rem;
  }
  .pg-interview .interview-list .image > .copy {
    font-size: 1.125rem;
    right: -1rem;
  }
  .pg-interview .interview-list .position {
    font-size: 0.875rem;
  }
  .pg-interview .interview-list .name {
    font-size: 1.125rem;
  }
  .pg-interview .interview-list .form {
    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: #F07098;
  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 > .name > .form {
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  background-color: #F7B3CA;
  border-radius: 0.25rem;
  margin-left: 1em;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.25rem;
}
.pg-interview.-entry .interview-headarea > .textarea > .position {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
  color: #666;
}
.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 > .name > .form {
    font-size: 0.875rem;
    padding: 0.125rem 0.375rem;
  }
  .pg-interview.-entry .interview-headarea > .textarea > .position {
    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.625rem;
  padding-bottom: 1rem;
  border-bottom: 0.25rem solid #333;
  margin-top: 7.5rem;
}
.pg-interview.-entry .interview-contents > h2 > em {
  font-size: 1.75rem;
  color: #f80000;
}
.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.125rem;
    padding-bottom: 0.5rem;
    margin-top: 4rem;
  }
  .pg-interview.-entry .interview-contents > h2 > em {
    font-size: 1.25rem;
  }
  .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: 3rem;
  }
}
.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: flex;
  flex-wrap: wrap;
  row-gap: 4.75rem;
  margin-left: -2.25rem;
  margin-top: 4.125rem;
}
.pg-interview.-entry .entryInterview-list > li {
  width: calc(25% - 2.25rem);
  margin-left: 2.25rem;
}
.pg-interview.-entry .entryInterview-list > li > a {
  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 .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F07098;
  transform: translate(0.5rem, 0.75rem) rotate(-2deg);
  z-index: -1;
  border-radius: 1rem;
}
.pg-interview.-entry .entryInterview-list .image > .copy {
  position: absolute;
  bottom: 1.6875rem;
  left: -0.5rem;
  color: #333;
  font-weight: 700;
}
.pg-interview.-entry .entryInterview-list .image > .copy > span {
  display: inline-block;
  background-color: #fff;
  padding-inline: 0.5rem;
}
.pg-interview.-entry .entryInterview-list .image > .copy > span + br + span {
  margin-top: 0.125rem;
}
.pg-interview.-entry .entryInterview-list .position {
  margin-top: 2.875rem;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  color: #666;
  font-weight: 700;
}
.pg-interview.-entry .entryInterview-list .name {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  vertical-align: middle;
}
.pg-interview.-entry .entryInterview-list .form {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  background-color: #F7B3CA;
  color: #333;
  vertical-align: middle;
  margin-left: 0.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .pg-interview.-entry .entryInterview-list {
    display: flex;
    margin-left: -1.625rem;
    margin-top: 2.125rem;
    row-gap: 3rem;
  }
  .pg-interview.-entry .entryInterview-list > li {
    margin-left: 1.625rem;
    width: calc(50% - 1.625rem);
  }
  .pg-interview.-entry .entryInterview-list .image:before {
    transform: translate(0.375rem, 0.4375rem) rotate(-2deg);
  }
  .pg-interview.-entry .entryInterview-list .image > .copy {
    font-size: 0.625rem;
    right: -1rem;
    bottom: 0.75rem;
  }
  .pg-interview.-entry .entryInterview-list .position {
    font-size: 0.875rem;
    margin-top: 1.125rem;
    margin-bottom: 0.125rem;
  }
  .pg-interview.-entry .entryInterview-list .name {
    font-size: 1rem;
  }
  .pg-interview.-entry .entryInterview-list .form {
    font-size: 0.625rem;
  }
}
/*# sourceMappingURL=site.css.map */