@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuMinchoM";
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/* メインフォント */
/* サブフォント */
/* 文字色 */
.slick-slider * {
  outline: 0;
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 6px;
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  overflow: hidden;
}

.slick-slide {
  float: left;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  content: "";
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
  CUSTOM
———————————————–*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp, .pswp__bg, .pswp__scroll-wrap {
  height: 100%;
  width: 100%;
}

.pswp, .pswp__item, .pswp__scroll-wrap {
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0;
}

.pswp, .pswp__bg, .pswp__container, .pswp__img--placeholder, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp, .pswp__bg, .pswp__error-msg, .pswp__img, .pswp__item, .pswp__scroll-wrap, .pswp__zoom-wrap {
  position: absolute;
}

.pswp {
  display: none;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  outline: 0;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.pswp__bg {
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__item {
  right: 0;
  bottom: 0;
}

.pswp__img {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.pswp__error-msg {
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
/*=============================================

	ボタンパーツ

==============================================*/
/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

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

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

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

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

i {
  font-style: normal;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* add PPT */
body,
div,
p,
form,
input,
textarea,
select,
option,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
address,
time {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

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

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

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

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

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

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

hr {
  border: none;
}

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

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

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

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

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

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

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

/* 共通スタイル定設
-----------------------------------------------------------------*/
body, html {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

body.scrollLock, html.scrollLock {
  overflow: hidden;
}

html {
  font-size: 10px;
}

body {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 300;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 768px;
  }
}
@media print, screen and (max-width: 767px) {
  body {
    min-width: 2px;
  }
}
body {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 768px;
  }
}
@media print, screen and (max-width: 767px) {
  body {
    min-width: 2px;
  }
}
a {
  text-decoration: none;
  color: inherit;
}

button,
input[type=button] {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.defs {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none;
}

img {
  width: 100%;
}

@media print, screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .dn-tab_pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tab {
    display: none !important;
  }
}
@media print, screen and (max-width: 1024px) {
  .dn-sp_tab {
    display: none !important;
  }
}
@media print, screen and (max-width: 767px) {
  .dn-sp {
    display: none !important;
  }
}
.header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 10000;
  height: 70px;
}

@media print, screen and (min-width: 1201px) {
  .header {
    height: 80px;
    padding: 0 5px;
  }
}
.headerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 92%;
}

@media print, screen and (min-width: 1201px) {
  .headerFlex {
    width: 100%;
    max-width: 1286px;
  }
}
.headerFlexLeft {
  width: 128px;
  margin: 0 0 6px 0;
}

@media print, screen and (min-width: 1025px) {
  .headerFlexLeft {
    width: 170px;
  }
}
@media print, screen and (min-width: 1201px) {
  .headerFlexLeft {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 170px;
    min-width: 150px;
    margin: 0 5px 0 0;
  }
}
.headerFlexLeft_link {
  width: 100%;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.headerFlexLeft_link img {
  width: 100%;
}

.headerFlexLeft_link:hover {
  opacity: 0.6;
}

.headerFlexRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

@media print, screen and (min-width: 1201px) {
  .headerFlexRight {
    gap: 5px;
    width: 100%;
    max-width: 974px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 1201px) {
  .headerNav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 784px;
  }
}
.headerNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media print, screen and (min-width: 1201px) {
  .headerNavList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.headerNavList_node_link {
  color: #253494;
  position: relative;
}

.headerNavList_node_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #253494;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.headerNavList_node_link:hover::after {
  width: 100%;
}

@media print, screen and (min-width: 1201px) {
  .headerNavList_node_link {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1201px) {
  .headerEntryBtn {
    width: 170px;
    height: 48px;
  }
}
@media print, screen and (min-width: 1201px) {
  .drawerArea {
    display: none;
  }
}
.buttonBurger {
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.buttonBurger_border, .buttonBurger_bottom, .buttonBurger_middle, .buttonBurger_top {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #253494;
  border-radius: 1px;
  -webkit-transition: top 0.5s ease, bottom 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: top 0.5s ease, bottom 0.5s ease, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease;
  transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease, -webkit-transform 0.6s ease-in-out;
}

.active .buttonBurger_border, .active .buttonBurger_bottom, .active .buttonBurger_middle, .active .buttonBurger_top {
  background: #000;
}

.buttonBurger_top {
  position: absolute;
  top: 0;
}

.active .buttonBurger_top {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}

.buttonBurger_middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.active .buttonBurger_middle {
  background: transparent !important;
}

.buttonBurger_bottom {
  position: absolute;
  bottom: 0;
}

.active .buttonBurger_bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.headerNavSp {
  display: none;
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  left: 100%;
  width: 100%;
  overflow: hidden;
  color: #fff;
  margin: 0;
  padding: 40px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  z-index: 10;
  background-color: #fff;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.is-open .headerNavSp {
  display: block;
  left: 0;
}

.headerNavSp_logo {
  width: 100%;
  max-width: 150px;
  margin: 0 auto 0;
}

.headerNavSp_logo a {
  display: block;
}

.headerNavSp_list {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  margin: 42px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.headerNavSp_listNode {
  width: 250px;
  margin: 0 auto 33px;
}

.headerNavSp_listNode:last-child {
  margin: 0 auto 0;
}

.headerNavSp_listNode_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.headerNavSp_listNode_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #253494;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.headerNavSp_listNode_link:hover::after {
  width: 100%;
}

.headerNavSpListNodeText {
  font-size: 1.6rem;
  color: #253494;
  font-weight: bold;
  line-height: 24px;
}

.headerNavSpListNodeIcon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 2px 0 0 0;
  position: relative;
  background-color: #253494;
}

.headerNavSpListNodeIcon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 8px;
  left: 7px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
  background-image: url(../svg/entrybtn_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.headerNavSp_listNode_link:hover .headerNavSpListNodeIcon::after {
  top: 60%;
}

.headerNavSpEntryBtn {
  width: 100%;
  max-width: 315px;
  height: 55px;
  margin: 51px auto 0;
}

.headerNavSpEntryBtn .headerNavSpEntryBtn_link {
  gap: 111px;
}

.headerNavSpEntryBtn_link_text {
  font-size: 2.4rem;
}

.headerNavSp_closeBtn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #253494;
  margin: 50px auto 0;
  position: relative;
  text-align: center;
  display: block;
}

.headerNavSp_closeBtn_two, .headerNavSp_closeBtn_one {
  position: absolute;
  width: 15px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
  background-color: #253494;
}

.headerNavSp_closeBtn_one {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.headerNavSp_closeBtn_two {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.footer {
  width: 100%;
  background-color: #F1F3F5;
}

.footerWrap_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media print, screen and (max-width: 1024px) {
  .footerWrap {
    padding: 30px 0 75px;
    position: relative;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerWrap {
    padding: 60px 0;
    position: relative;
  }
}
.footerWrap_link_link {
  display: block;
  color: #253494;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
}

.footerWrap_link_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #253494;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.footerWrap_link_link:hover::after {
  width: 100%;
}

.footerWrap_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (max-width: 1024px) {
  .footerWrap_icon {
    width: 230px;
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerWrap_icon {
    position: absolute;
    width: 200px;
    height: 70px;
    right: 0;
    top: 60px;
  }
}
.footerWrap_icon_img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footerWrap_icon_img:first-child {
  width: 70px;
}

.footerWrap_icon_img:nth-child(2) {
  width: 105px;
}

.footerWrap_icon_img:hover {
  opacity: 0.6;
}

.footer_copyright {
  display: block;
  color: #253494;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (max-width: 1024px) {
  .footer_copyright {
    font-size: 1.2rem;
    line-height: 1.75;
    margin: 20px auto;
    text-align: center;
  }
}
@media print, screen and (min-width: 1025px) {
  .footer_copyright {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 30px auto 0;
  }
}
.c-entryBtn_link {
  background-color: #FFF200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 4px #FFF200 solid;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.c-entryBtn_link:hover {
  background-color: #fff;
}

.c-entryBtn_link_text {
  color: #253494;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media print, screen and (min-width: 768px) {
  .c-entryBtn_link_text {
    font-size: 1.8rem;
  }
}
.c-entryBtn_link_icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  background-color: #253494;
}

.c-entryBtn_link_icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 8px;
  left: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../svg/entrybtn_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.c-entryBtn_link:hover .c-entryBtn_link_icon::after {
  left: 10px;
}

.c-wrapper {
  margin: 0 auto;
  width: 92%;
  max-width: 1200px;
}

.c-sectionTitle-blue, .c-sectionTitle-wht {
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (max-width: 767px) {
  .c-sectionTitle-blue, .c-sectionTitle-wht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 20px;
    font-size: 2.6rem;
    line-height: 1.5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-sectionTitle-blue::before, .c-sectionTitle-wht::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 40px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url(../svg/sectiontitle_bgsp.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .c-sectionTitle-blue::after, .c-sectionTitle-wht::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 40px;
    background-image: url(../svg/sectiontitle_bgsp.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media print, screen and (min-width: 768px) {
  .c-sectionTitle-blue, .c-sectionTitle-wht {
    height: 89px;
    padding: 5px 44px 0;
    font-size: 3.2rem;
    line-height: 89px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-sectionTitle-blue::before, .c-sectionTitle-wht::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 51px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background-image: url(../svg/sectiontitle_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .c-sectionTitle-blue::after, .c-sectionTitle-wht::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 51px;
    background-image: url(../svg/sectiontitle_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.c-sectionTitle-wht {
  color: #fff;
}

.c-sectionTitle-blue {
  color: #253494;
}

@media print, screen and (max-width: 767px) {
  .c-text-blue, .c-text-wht {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .c-text-blue, .c-text-wht {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.c-text-wht {
  color: #fff;
}

.c-text-blue {
  color: #253494;
}

main {
  overflow-x: hidden;
}

@media print, screen and (max-width: 1024px) {
  main {
    padding-top: 70px;
  }
}
@media print, screen and (min-width: 1025px) {
  main {
    padding-top: 80px;
  }
}
.fv {
  position: relative;
  overflow: visible;
}

.fv::before {
  content: "";
  position: absolute;
  z-index: -10;
}

@media print, screen and (max-width: 767px) {
  .fv::before {
    width: 603px;
    height: 962px;
    top: -173px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../img/fv_bg_sp.png);
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .fv::before {
    width: 2009px;
    height: 1212px;
    top: -315px;
    left: calc(50% - 35px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../img/fv_bg.png);
    background-size: cover;
  }
}
.fvWrap {
  overflow-x: hidden;
  position: relative;
  z-index: 20;
}

@media print, screen and (max-width: 767px) {
  .fvWrap {
    padding: 160px 0 131px 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .fvWrap {
    padding: 31px 0 30px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .fvWrap {
    padding: 31px 0 0 0;
  }
}
.fvWrap_message {
  color: #253494;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 10;
}

@media print, screen and (max-width: 767px) {
  .fvWrap_message {
    font-size: 2.4rem;
    padding: 10px 0 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .fvWrap_message {
    font-size: 3.8rem;
    padding: 13px 0 0 4px;
  }
}
.fvWrap_message::before {
  content: "";
  position: absolute;
}

@media print, screen and (max-width: 767px) {
  .fvWrap_message::before {
    width: 253px;
    height: 32px;
    left: 50%;
    top: 40px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: -10;
    background-image: url(../svg/fv_titlebg_01.svg);
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .fvWrap_message::before {
    width: 470px;
    height: 60px;
    left: calc(50% + 7px);
    top: 70px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: -10;
    background-image: url(../svg/fv_titlebg_01.svg);
  }
}
.fvWrap_message-small {
  display: block;
}

@media print, screen and (max-width: 767px) {
  .fvWrap_message-small {
    font-size: 1.4rem;
    margin: 0 1px 0 1px;
  }
}
@media print, screen and (min-width: 768px) {
  .fvWrap_message-small {
    font-size: 2rem;
    margin: 0 3px 0 3px;
  }
}
.fvWrap_message-large {
  font-family: "Chakra Petch", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  display: block;
  font-weight: bold;
  position: relative;
}

.fvWrap_message-large::after {
  content: "";
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .fvWrap_message-large::after {
    width: 27px;
    height: 35px;
    right: -33px;
    top: -5px;
    background-image: url(../svg/fv_titlebg_02.svg);
  }
}
@media print, screen and (max-width: 767px) {
  .fvWrap_message-large {
    margin: 0px 2px -8px 1px;
    font-size: 4.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .fvWrap_message-large {
    margin: 0px 5px -15px 2px;
    font-size: 8.5rem;
  }
}
.fvWrap_title {
  color: #253494;
  text-align: center;
  font-weight: bold;
}

@media print, screen and (max-width: 767px) {
  .fvWrap_title {
    font-size: 2.8rem;
    margin: 20px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .fvWrap_title {
    font-size: 6rem;
    margin: 28px 0 0 0;
  }
}
.fvWrap_title-name {
  font-family: "Chakra Petch", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  display: inline-block;
}

@media print, screen and (max-width: 767px) {
  .fvWrap_title-name {
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .fvWrap_title-name {
    font-size: 14.3rem;
    padding: 0 14px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .fvWrap_title-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.fvWrap_title-number {
  font-family: "Chakra Petch", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  display: inline-block;
}

@media print, screen and (max-width: 767px) {
  .fvWrap_title-number {
    font-size: 3.7rem;
    padding: 2px 0 0 7px;
    margin-top: -6px;
  }
}
@media print, screen and (min-width: 768px) {
  .fvWrap_title-number {
    font-size: 7.7rem;
    padding: 10px 3px 0 0px;
  }
}
@media print, screen and (max-width: 767px) {
  .fvWrap_title-small {
    font-size: 1.5rem;
    padding: 0 3px 6px 2px;
  }
}
@media print, screen and (min-width: 768px) {
  .fvWrap_title-small {
    font-size: 3rem;
    padding: 10px 3px 0 0px;
  }
}
@media print, screen and (max-width: 767px) {
  .fvWrap_title-recruit {
    padding: 0px 5px 6px 0px;
  }
}
@media print, screen and (max-width: 767px) {
  .fvWrapEntryBtn {
    margin: 10px auto 0;
    width: 100%;
    max-width: 260px;
    height: 36px;
  }
}
@media print, screen and (min-width: 768px) {
  .fvWrapEntryBtn {
    margin: 30px auto 0;
    width: 360px;
    height: 56px;
  }
}
@media print, screen and (max-width: 767px) {
  .fvWrapEntryBtn_link {
    gap: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .fvWrapEntryBtn_link {
    gap: 20px;
  }
}
@media print, screen and (max-width: 767px) {
  .fvWrapEntryBtn_link_text {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .fvWrapEntryBtn_link_text {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .fvWrapEntryBtn_link_icon {
    margin: 1px 0 0 0;
  }
}
.fvWrap_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 767px) {
  .fvWrap_list {
    margin: 10px auto 0;
    gap: 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .fvWrap_list {
    margin: 25px auto 0;
    gap: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fvWrap_list_node {
  color: #253494;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 767px) {
  .fvWrap_list_node {
    width: 100%;
    height: 29px;
    max-width: 260px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 1.2rem;
    background-image: url(../svg/fv_listbg_sp.svg);
    background-size: contain;
  }
}
@media print, screen and (min-width: 768px) {
  .fvWrap_list_node {
    width: 181px;
    height: 177px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.6;
    background-image: url(../svg/fv_listbg.svg);
    background-size: contain;
  }
}
.work {
  position: relative;
  z-index: 10;
}

@media print, screen and (max-width: 1024px) {
  .work {
    background-color: #253494;
    z-index: 100;
    padding: 22px 0 66px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .work {
    margin: 0 0 0;
    padding: 76.5px 0 156px 0;
  }
}
.work::before {
  content: "";
  position: absolute;
  z-index: -100;
}

@media print, screen and (max-width: 1024px) {
  .work::before {
    width: 100%;
    height: 66px;
    bottom: 0;
    left: 0;
    background-image: url(../img/work_bg_sp.jpg);
    background-size: 100% 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .work::before {
    width: 1465px;
    height: 1075.22px;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../svg/work_bg.svg);
    background-size: cover;
  }
}
@media print, screen and (max-width: 1024px) {
  .workWrapText {
    margin: 20.3px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .workWrapText {
    margin: 22.8px auto 0;
    text-align: center;
  }
}
@media print, screen and (max-width: 1024px) {
  .workWrapList {
    width: 100%;
    margin: 15px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .workWrapList {
    width: 100%;
    max-width: 1060px;
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.workWrapList_node {
  background-color: #fff;
}

@media print, screen and (max-width: 1024px) {
  .workWrapList_node {
    padding: 10px 10px 13.5px 78px;
    position: relative;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 12%, 100% 100%, 5% 100%, 0 88%);
            clip-path: polygon(0 0, 95% 0, 100% 12%, 100% 100%, 5% 100%, 0 88%);
  }
}
@media print, screen and (min-width: 1025px) {
  .workWrapList_node {
    padding: 19px 10px 20px;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 8%, 100% 100%, 6% 100%, 0 92%);
            clip-path: polygon(0 0, 95% 0, 100% 8%, 100% 100%, 6% 100%, 0 92%);
  }
}
.workWrapList_node_title {
  color: #253494;
  font-weight: bold;
}

@media print, screen and (max-width: 1024px) {
  .workWrapList_node_title {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 1025px) {
  .workWrapList_node_title {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media print, screen and (max-width: 1024px) {
  .workWrapList_node_img {
    position: absolute;
    width: 58px;
    height: 40px;
    top: 10px;
    left: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .workWrapList_node_img {
    width: 140px;
    height: 95px;
    margin: 10px auto 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .workWrapList_node_text {
    margin: 5px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .workWrapList_node_text {
    margin: 17px auto 0;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .merit {
    padding: 57px 0 0 0;
    margin: -40px 0 0 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .meritWrapContent {
    margin: 19px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .meritWrapContent {
    margin: 32px auto 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .meritWrapContentNode {
    position: relative;
    z-index: 20;
  }
}
@media print, screen and (min-width: 1025px) {
  .meritWrapContentNode {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1010px;
    width: 100%;
    z-index: 20;
  }
}
.meritWrapContentNode:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 1030px;
  z-index: 10;
}

@media print, screen and (min-width: 1025px) {
  .meritWrapContentNode:nth-child(2) {
    margin: -25px 0 0 auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .meritWrapContentNode:nth-child(2) .meritWrapContentNode_left_title {
    margin: 125px auto 0;
  }
}
.meritWrapContentNode:nth-child(3) {
  z-index: 10;
}

@media print, screen and (min-width: 1025px) {
  .meritWrapContentNode:nth-child(3) {
    margin: -5px 0 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .meritWrapContentNode:nth-child(3) .meritWrapContentNode_left_title {
    margin: 117px auto 0;
  }
}
.meritWrapContentNode_right {
  position: relative;
  z-index: 20;
}

@media print, screen and (max-width: 1024px) {
  .meritWrapContentNode_right {
    max-width: 345px;
    margin: 0 auto;
    padding: 0 15px 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .meritWrapContentNode_right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 560px;
  }
}
.meritWrapContentNode_left {
  z-index: 10;
  position: relative;
}

@media print, screen and (max-width: 1024px) {
  .meritWrapContentNode:first-child .meritWrapContentNode_left::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -4vw;
    width: 76%;
    aspect-ratio: 263/267;
    max-width: 345px;
    z-index: -10;
    background-image: url(../svg/merit_nodebg01_sp.svg);
    background-size: 100% 100%;
  }
  .meritWrapContentNode:nth-child(2) .meritWrapContentNode_left::after {
    content: "";
    position: absolute;
    bottom: -66px;
    left: -4vw;
    width: 106%;
    aspect-ratio: 365/267;
    max-width: 345px;
    z-index: -10;
    background-image: url(../svg/merit_nodebg02_sp.svg);
    background-size: 100% 100%;
  }
  .meritWrapContentNode:nth-child(3) .meritWrapContentNode_left::after {
    content: "";
    position: absolute;
    bottom: -24px;
    right: -4vw;
    width: 106%;
    aspect-ratio: 366/267;
    max-width: 365px;
    z-index: -10;
    background-image: url(../svg/merit_nodebg03_sp.svg);
    background-size: 100% 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .meritWrapContentNode_left {
    width: 390px;
  }
  .meritWrapContentNode:first-child .meritWrapContentNode_left::after {
    content: "";
    position: absolute;
    top: -6px;
    left: -170px;
    width: 945px;
    height: 391px;
    z-index: -10;
    background-image: url(../svg/merit_nodebg01.svg);
    background-size: 100% 100%;
  }
  .meritWrapContentNode:nth-child(2) .meritWrapContentNode_left::after {
    content: "";
    position: absolute;
    top: -137px;
    left: -253px;
    width: 1387.61px;
    height: 537.65px;
    z-index: -10;
    background-image: url(../svg/merit_nodebg02.svg);
    background-size: 100% 100%;
  }
  .meritWrapContentNode:nth-child(3) .meritWrapContentNode_left::after {
    content: "";
    position: absolute;
    top: -40px;
    left: -174px;
    width: 875.26px;
    height: 431.14px;
    z-index: -10;
    background-image: url(../svg/merit_nodebg03.svg);
    background-size: 100% 100%;
  }
}
.meritWrapContentNode_left_title {
  color: #253494;
  font-weight: bold;
}

@media print, screen and (max-width: 1024px) {
  .meritWrapContentNode_left_title {
    font-size: 1.8rem;
    margin: 24px 0 0 0;
    text-align: center;
  }
}
@media print, screen and (min-width: 1025px) {
  .meritWrapContentNode_left_title {
    font-size: 2.4rem;
    margin: 96px 0 0 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .meritWrapContentNode_left_text {
    margin: 13px 0 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .meritWrapContentNode_left_text {
    margin: 37px 0 0 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .flow {
    margin: 26px 0 0 0;
    padding: 110px 0 79px 0;
    background-image: url(../img/flow_bg_sp.png);
    background-size: 100% 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .flow {
    margin: 52px 0 0 0;
    padding: 143px 0 112px 0;
    position: relative;
    z-index: 10;
  }
  .flow::before {
    content: "";
    position: absolute;
    width: 2025px;
    height: 879px;
    top: 0;
    left: calc(50% - 46px);
    -webkit-transform: translateX(-34%);
            transform: translateX(-34%);
    z-index: -10;
    background-image: url(../svg/flow_bg.svg);
  }
}
@media print, screen and (max-width: 1024px) {
  .flowWrapContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 17px auto 0;
    width: 100%;
    max-width: 315px;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowWrapContent {
    margin: 35px auto 0;
    width: 100%;
    max-width: 852px;
  }
}
@media print, screen and (max-width: 1024px) {
  .flowWrapContent_odd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowWrapContent_odd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 88px;
  }
}
@media print, screen and (max-width: 1024px) {
  .flowWrapContent_odd .flowWrapContentNode::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
    right: -81px;
    bottom: 43px;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
    z-index: -10;
    background-color: #fff;
  }
  .flowWrapContent_odd .flowWrapContentNode:last-child::after {
    bottom: 39px;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowWrapContent_odd .flowWrapContentNode::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    right: -9px;
    bottom: 0;
    -webkit-transform: rotate(53deg);
            transform: rotate(53deg);
    z-index: -10;
    background-color: #fff;
  }
}
@media print, screen and (max-width: 1024px) {
  .flowWrapContent_even {
    padding: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowWrapContent_even {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 88px;
    padding: 0 0 0 135px;
  }
}
@media print, screen and (max-width: 1024px) {
  .flowWrapContent_even .flowWrapContentNode::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 4px;
    left: -85px;
    bottom: 0;
    z-index: -10;
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
    background-color: #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowWrapContent_even .flowWrapContentNode::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    right: -9px;
    top: 0;
    z-index: -10;
    -webkit-transform: rotate(-53deg);
            transform: rotate(-53deg);
    background-color: #fff;
  }
}
.flowWrapContent_even .flowWrapContentNode:last-child::after {
  display: none;
}

@media print, screen and (max-width: 1024px) {
  .flowWrapContent_even .flowWrapContentNode:last-child {
    background-image: url(../svg/flow_listbg_yellow_sp.svg);
    background-size: contain;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowWrapContent_even .flowWrapContentNode:last-child {
    background-image: url(../svg/flow_listbg_yellow.svg);
    background-size: contain;
  }
}
.flowWrapContentNode {
  color: #253494;
  font-weight: bold;
  position: relative;
  z-index: 10;
}

@media print, screen and (max-width: 1024px) {
  .flowWrapContentNode {
    width: 130px;
    height: 130px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background-image: url(../svg/flow_listbg_sp.svg);
    background-size: contain;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowWrapContentNode {
    width: 181px;
    height: 177px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background-image: url(../svg/flow_listbg.svg);
    background-size: contain;
  }
}
.flowWrapContentNode_step {
  font-family: "Chakra Petch", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}

@media print, screen and (max-width: 1024px) {
  .flowWrapContentNode_step {
    font-size: 2rem;
    margin: 18px 0 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowWrapContentNode_step {
    font-size: 2rem;
    margin: 21px 0 0 0;
  }
}
.flowWrapContentNode_step-number {
  font-weight: bold;
}

@media print, screen and (max-width: 1024px) {
  .flowWrapContentNode_step-number {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowWrapContentNode_step-number {
    font-size: 3.7rem;
  }
}
.flowWrapContentNode_text {
  font-weight: bold;
  color: #253494;
}

@media print, screen and (max-width: 1024px) {
  .flowWrapContentNode_text {
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 11px 0 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowWrapContentNode_text {
    font-size: 2rem;
    line-height: 1.4;
    margin: 19px 0 0 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .flowWrapContentNode_text-small {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowWrapContentNode_text-small {
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .flowWrap_twoWeek {
    margin: 13.5px auto 0;
    max-width: 360px;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowWrap_twoWeek {
    margin: 4px auto 0;
    width: 500px;
  }
}
@media print, screen and (min-width: 768px) {
  .cta {
    position: relative;
  }
  .cta::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: calc(50% + 339px);
    width: 343px;
    background-image: url(../img/cta_bg01.jpg);
    background-size: 100% 100%;
  }
  .cta::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: calc(50% + 339px);
    width: 343px;
    background-image: url(../img/cta_bg02.jpg);
    background-size: 100% 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .ctaWrap {
    padding: 43px 0 43px;
    position: relative;
  }
  .ctaWrap::before {
    content: "";
    position: absolute;
    top: 0;
    height: 6px;
    left: 50%;
    width: max(100%, 683px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../img/ctawrap_bg_sp.jpg);
    background-size: 100%;
  }
  .ctaWrap::after {
    content: "";
    content: "";
    position: absolute;
    bottom: 0;
    height: 6px;
    left: 50%;
    width: max(100%, 683px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../img/ctawrap_bg_sp.jpg);
    background-size: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .ctaWrap {
    max-width: 678px;
    padding: 112px 0 124px;
    background-image: url(../img/ctawrap_bg.png);
    background-size: 100% 100%;
  }
}
.ctaWrap_message {
  color: #253494;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .ctaWrap_message {
    font-size: 2rem;
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 768px) {
  .ctaWrap_message {
    font-size: 3rem;
    line-height: 1.92;
  }
}
@media print, screen and (max-width: 767px) {
  .ctaWrapEntryBtn {
    max-width: 345px;
    height: 56px;
    margin: 17px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .ctaWrapEntryBtn {
    width: 360px;
    height: 56px;
    margin: 34px auto 0;
  }
}
.ctaWrapEntryBtn_link_text {
  font-size: 2.4rem;
}

.interview {
  position: relative;
  z-index: 30;
}

@media print, screen and (max-width: 767px) {
  .interview {
    padding: 20px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .interview {
    padding: 80px 0 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapNode-01 {
    margin: 17.5px auto 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNode-01 {
    margin: 42.5px auto 0;
    width: 100%;
    max-width: 1100px;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapNode-02 {
    margin: 30px auto 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNode-02 {
    margin: 111px auto 0;
    width: 100%;
    max-width: 1100px;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeUpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeUpperLeft {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 36px 0 0 0;
    max-width: 531px;
  }
}
.interviewWrapNodeUpperLeft_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeUpperRight {
    margin: 14px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeUpperRight {
    width: 500px;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeUpperLeft_profile_left {
    padding: 6px 20px 0 2px;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeUpperLeft_profile_left {
    padding: 0 40px 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeUpperLeftJoin {
    font-size: 1.6rem;
  }
}
.interviewWrapNodeUpperLeftName {
  font-weight: bold;
  color: #253494;
}

@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeUpperLeftName {
    font-size: 2.6rem;
    margin: 10px 0 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeUpperLeftName {
    font-size: 3.2rem;
    margin: 13px 0 0 0;
  }
}
.interviewWrapNodeUpperLeft_profile_right {
  border-left: 1px solid #253494;
}

@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeUpperLeft_profile_right {
    padding: 0 0 0 20px;
    gap: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeUpperLeft_profile_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 0 0 40px;
    gap: 5px;
  }
}
.interviewWrapNodeUpperLeftOccupation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #253494;
  border: 1px #253494 solid;
  font-size: 1.4rem;
  height: 22px;
}

.interviewWrapNode-01 .interviewWrapNodeUpperLeftOccupation {
  width: 54px;
}

.interviewWrapNode-02 .interviewWrapNodeUpperLeftOccupation {
  width: 82px;
}

@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeUpperLeftOccupation {
    width: 54px;
    margin: 9px 0 0 -1px;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNode-01 .interviewWrapNodeUpperLeftOccupation {
    width: 54px;
    margin: 1px 0 0 -1px;
  }
  .interviewWrapNode-02 .interviewWrapNodeUpperLeftOccupation {
    width: 82px;
    margin: 1px 0 0 11px;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeUpper_left_text {
    margin: 18px 0 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeUpper_left_text {
    margin: 36px 0 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeLower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeLower .interviewWrapNodeMessage {
    width: 362px;
    margin: 0 0 0 0;
    padding: 54px 40px 0;
    background-image: url(../img/interview_messagebg01.png);
    background-size: 100% 100%;
  }
}
.interviewWrapNodeLower .interviewWrapNodeSchedule {
  background: -webkit-gradient(linear, left top, right top, from(#FFF200), to(#FFF200));
  background: linear-gradient(90deg, #FFF200 0%, #FFF200 100%);
}

@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeLower .interviewWrapNodeSchedule {
    padding: 19px 15px 20px 15px;
    margin: 19px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeLower .interviewWrapNodeSchedule {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 63.45%;
    padding: 24px 60px 20px;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeMessage {
    padding: 18px 15px 15px 15px;
    margin: 15px 0 0 0;
    background-image: url(../img/interview_messagebg01_sp.png);
    background-size: 100% 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeMessage {
    padding: 43px 40px 66px;
    margin: 30px 0 0 0;
    background-image: url(../img/interview_messagebg02.png);
    background-size: 100% 100%;
  }
}
.interviewWrapNodeMessage_title {
  color: #253494;
  font-weight: bold;
}

@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeMessage_title {
    font-size: 2rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeMessage_title {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeMessage_text {
    margin: 21px 0 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeMessage_text {
    margin: 30px 0 0 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeSchedule {
    background-color: #FFF200;
    margin: 15px 0 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeSchedule {
    background: -webkit-gradient(linear, left top, right top, from(#FFF200), color-stop(50%, #FFF200), color-stop(50%, #253494), to(#253494));
    background: linear-gradient(90deg, #FFF200 0%, #FFF200 50%, #253494 50%, #253494 100%);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    margin: 30px 0 0 0;
    padding: 0 0 26px;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeSchedule_Flex {
    margin: 15px 0 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeSchedule_Flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0 0;
  }
}
.interviewWrapNodeSchedule_title {
  color: #253494;
  font-weight: bold;
}

@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeSchedule_title {
    font-size: 2rem;
    text-align: center;
  }
  .interviewWrapNode-02 .interviewWrapNodeSchedule_title {
    max-width: 315px;
    width: 95%;
    padding: 12px 0 14px 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 10% 100%);
            clip-path: polygon(0 0, 100% 0%, 90% 100%, 10% 100%);
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeSchedule_title {
    font-size: 2rem;
  }
  .interviewWrapNode-02 .interviewWrapNodeSchedule_title {
    width: 387px;
    height: 45px;
    padding: 2px 0 0 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 92% 100%, 8% 100%);
            clip-path: polygon(0 0, 100% 0%, 92% 100%, 8% 100%);
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
  }
}
.interviewWrapNodeScheduleNode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeScheduleNode {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 9px 0 0 0;
    gap: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeScheduleNode {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px 0 0 0;
    gap: 20px;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapNode-02 .interviewWrapNodeScheduleNode {
    margin: 14px 0 0 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapNode-02 .interviewWrapNodeScheduleNode:nth-child(2) {
    margin: 15px 0 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNode-02 .interviewWrapNodeScheduleNode:nth-child(2) {
    margin: 17px 0 0 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeScheduleNode:nth-child(2) {
    margin: 17px 0 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeScheduleNode:nth-child(2) {
    margin: 29px 0 0 0;
  }
}
.interviewWrapNodeScheduleNode_time {
  font-family: "Chakra Petch", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  color: #253494;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #253494;
  position: relative;
}

@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeScheduleNode_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 76px;
    font-size: 1.6rem;
    text-align: center;
    min-height: 35px;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeScheduleNode_time {
    width: 104px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 50px;
    text-align: center;
  }
  .interviewWrapNodeScheduleNode_time::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 1px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background-color: #253494;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeScheduleNode_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeScheduleNode_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeSchedule_Flex_left {
    padding: 0 15px 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeSchedule_Flex_left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 30px;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeSchedule_Flex_right {
    background-color: #253494;
    padding: 15px 15px 19px;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeSchedule_Flex_right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 30px;
  }
}
.interviewWrapNodeScheduleTime-night, .interviewWrapNodeScheduleTime-date {
  font-weight: bold;
  padding: 0 0 0 34px;
  line-height: 26px;
  font-size: 1.8rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.interviewWrapNodeScheduleTime-night::before, .interviewWrapNodeScheduleTime-date::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
  left: 0;
}

@media print, screen and (max-width: 1024px) {
  .interviewWrapNodeScheduleTime-night, .interviewWrapNodeScheduleTime-date {
    text-align: center;
    margin: 0 auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .interviewWrapNodeScheduleTime-night, .interviewWrapNodeScheduleTime-date {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.interviewWrapNodeScheduleTime-date {
  color: #253494;
}

.interviewWrapNodeScheduleTime-date::before {
  background-image: url(../svg/interview_date.svg);
  background-size: 100% 100%;
}

.interviewWrapNodeScheduleTime-night {
  color: #fff;
}

.interviewWrapNodeScheduleTime-night::before {
  background-image: url(../svg/interview_night.svg);
  background-size: 100% 100%;
}

@media print, screen and (max-width: 1024px) {
  .interviewWrapAccordionBtn {
    border: 1px solid #253494;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    height: 40px;
    width: 100%;
    margin: 15px auto 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .interviewWrapAccordionBtn_text-close, .interviewWrapAccordionBtn_text-open {
    color: #253494;
    font-size: 1.4rem;
  }
}
.interviewWrapAccordionBtn_text-open {
  display: block;
}

.accordion-open .interviewWrapAccordionBtn_text-open {
  display: none;
}

.interviewWrapAccordionBtn_text-close {
  display: none;
}

.accordion-open .interviewWrapAccordionBtn_text-close {
  display: block;
}

@media print, screen and (max-width: 1024px) {
  .interviewWrapAccordionBtn_icon {
    width: 24px;
    height: 24px;
    position: relative;
    border-radius: 50%;
    background-color: #253494;
  }
}
.dataWrapContentNodeIconBorder-vartical, .dataWrapContentNodeIconBorder-horizontal, .interviewWrapAccordionBtn_icon_border-vartical, .interviewWrapAccordionBtn_icon_border-horizontal {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.interviewWrapAccordionBtn_icon_border-horizontal {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.accordion-open .interviewWrapAccordionBtn_icon_border-horizontal {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.interviewWrapAccordionBtn_icon_border-vartical {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-open .interviewWrapAccordionBtn_icon_border-vartical {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.data {
  position: relative;
  z-index: 10;
}

@media print, screen and (max-width: 1024px) {
  .data {
    padding: 68px 0 45px 0;
    margin: 18px 0 0 0;
    background-image: url(../img/data_bg_sp.png);
    background-size: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .data {
    padding: 110px 0 82px 0;
  }
  .data::after {
    content: "";
    z-index: -10;
    position: absolute;
    width: 1384.78px;
    height: calc(100% + 566px);
    top: -250px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 10px));
            transform: translateX(calc(-50% + 10px));
    background-image: url(../svg/data_bg.svg);
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContent {
    margin: 19px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContent {
    margin: 68px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px 10px;
    position: relative;
  }
}
.dataWrapContentNode {
  background-color: #fff;
}

@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode.accordion-open {
    padding: 19px 15px 15px;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode {
    padding: 19px 15px 19px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    cursor: pointer;
  }
  .dataWrapContentNode:first-child .dataWrapContentNode_answer {
    width: 76%;
    padding: 10px 0 0 0;
    margin: 0 auto;
  }
  .dataWrapContentNode:nth-child(2) .dataWrapContentNode_answer {
    padding: 10px 0 0 20px;
    margin: 0 auto 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode {
    padding: 36px 30px 31px;
    width: 47.5%;
  }
}
.dataWrapContentNode-gap {
  background-color: #fff;
}

@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode-gap {
    padding: 19px 15px 15px;
    cursor: pointer;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode-gap {
    padding: 36px 30px 31px;
    width: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode-gap .dataWrapContentNode_answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 17px;
  }
}
.dataWrapContentNode-pleasure {
  background-color: #fff;
}

@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode-pleasure {
    padding: 19px 10px 15px;
    cursor: pointer;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode-pleasure {
    padding: 33px 30px 31px;
    width: 100%;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode-pleasure .dataWrapContentNode_title {
    padding: 0 5px;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode-pleasure .dataWrapContentNode_answer {
    padding: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode-pleasure .dataWrapContentNode_answer {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode-pleasure .dataWrapContentPleasureNodeIcon {
    width: 100px;
    margin: 21px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode-pleasure .dataWrapContentPleasureNodeIcon {
    width: 130px;
    padding: 7px 0 0 0;
    margin: auto auto 0;
  }
}
.dataWrapContentNode_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode_title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.dataWrapContentNode_title_q {
  font-weight: 500;
  color: #253494;
  font-family: "Chakra Petch", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 3rem;
}

.dataWrapContentNode_title_text {
  font-weight: bold;
  color: #253494;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode_title_text {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 4px 0 0 0;
    margin: 0 20px 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode_title_text {
    font-size: 2rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode_title_icon {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    border-radius: 50%;
    margin: auto 0 auto auto;
    background-color: #253494;
  }
}
.dataWrapContentNodeIconBorder-horizontal {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.accordion-open .dataWrapContentNodeIconBorder-horizontal {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.dataWrapContentNodeIconBorder-vartical {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-open .dataWrapContentNodeIconBorder-vartical {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode_answer {
    width: 100%;
    padding: 17px 0 0 0;
    margin: 0 auto 0;
  }
  .dataWrapContentNode_answer img {
    display: block;
    max-width: 450px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode_answer {
    width: 100%;
    margin: 32px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .datadataWrapContentNode_answer_node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContentNodeAnswerLeftNode, .dataWrapContentNodeAnswerRightNode {
    margin: 14px 0 0 0;
  }
  .datadataWrapContentNode_answer_node:first-child .dataWrapContentNodeAnswerLeftNode, .datadataWrapContentNode_answer_node:first-child .dataWrapContentNodeAnswerRightNode {
    margin: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNodeAnswerLeftNode, .dataWrapContentNodeAnswerRightNode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 1025px) and (min-width: 1025px) {
  .dataWrapContentNodeAnswerLeftNode, .dataWrapContentNodeAnswerRightNode {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContentNodeAnswerLeftNode_icon, .dataWrapContentNodeAnswerRightNode_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    z-index: 10;
    position: relative;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNodeAnswerLeftNode_icon, .dataWrapContentNodeAnswerRightNode_icon {
    width: 105px;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContentNodeAnswerLeftNode_icon_img, .dataWrapContentNodeAnswerRightNode_icon_img {
    width: 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNodeAnswerLeftNode_icon_img, .dataWrapContentNodeAnswerRightNode_icon_img {
    width: 100px;
  }
}
.dataWrapContentNodeAnswerLeftNode_icon_title, .dataWrapContentNodeAnswerRightNode_icon_title {
  font-weight: bold;
  color: #253494;
}

@media print, screen and (max-width: 1024px) {
  .dataWrapContentNodeAnswerLeftNode_icon_title, .dataWrapContentNodeAnswerRightNode_icon_title {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNodeAnswerLeftNode_icon_title, .dataWrapContentNodeAnswerRightNode_icon_title {
    margin: 11px auto 0;
    font-size: 1.5rem;
    text-align: center;
  }
}
.dataWrapContentNodeAnswerLeftNode_list, .dataWrapContentNodeAnswerRightNode_list {
  border-radius: 8px;
  position: relative;
}

@media print, screen and (max-width: 1024px) {
  .dataWrapContentNodeAnswerLeftNode_list, .dataWrapContentNodeAnswerRightNode_list {
    padding: 11px 19px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: -5px 0 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNodeAnswerLeftNode_list, .dataWrapContentNodeAnswerRightNode_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px 16px 15px;
  }
  .dataWrapContentNodeAnswerLeftNode_list::before, .dataWrapContentNodeAnswerRightNode_list::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 16px;
    right: 100%;
    top: 42px;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
            clip-path: polygon(100% 0, 0 50%, 100% 100%);
  }
}
.dataWrapContentNodeAnswerLeftNode_list {
  background-color: #F9EFF0;
}

.dataWrapContentNodeAnswerLeftNode_list::before {
  background-color: #F9EFF0;
}

.dataWrapContentNodeAnswerRightNode_list {
  background-color: #F1F3FB;
}

.dataWrapContentNodeAnswerRightNode_list::before {
  background-color: #F1F3FB;
}

.dataWrapContentNodeAnswerLeftNode_list_node, .dataWrapContentNodeAnswerRightNode_list_node {
  position: relative;
  color: #253494;
}

@media print, screen and (max-width: 1024px) {
  .dataWrapContentNodeAnswerLeftNode_list_node, .dataWrapContentNodeAnswerRightNode_list_node {
    padding: 0 0 0 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNodeAnswerLeftNode_list_node, .dataWrapContentNodeAnswerRightNode_list_node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.dataWrapContentNodeAnswerLeftNode_list_node::before, .dataWrapContentNodeAnswerRightNode_list_node::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #253494;
}

@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode_answer_pleasureNode-red {
    max-width: 375px;
    margin: 0 auto 0;
    padding: 0 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode_answer_pleasureNode-red {
    width: 323px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode_answer_pleasureNode-red .dataWrapContentPleasureNodeComment {
    margin: 25px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode_answer_pleasureNode-red .dataWrapContentPleasureNodeComment {
    margin: 33px 0 0;
    gap: 4px;
  }
}
.dataWrapContentNode_answer_pleasureNode-red .dataWrapContentPleasureNodeComment_node {
  color: #C7201D;
  background-color: #F9EFF0;
}

.dataWrapContentNode_answer_pleasureNode-red .dataWrapContentPleasureNodeComment_node::before {
  background-color: #F9EFF0;
}

@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode_answer_pleasureNode-yellow {
    max-width: 375px;
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode_answer_pleasureNode-yellow {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode_answer_pleasureNode-yellow .dataWrapContentPleasureNodeComment {
    margin: 5px 0 0;
    gap: 23px;
  }
}
.dataWrapContentNode_answer_pleasureNode-yellow .dataWrapContentPleasureNodeComment_node {
  color: #A75500;
  background-color: #FEEAC8;
}

.dataWrapContentNode_answer_pleasureNode-yellow .dataWrapContentPleasureNodeComment_node::before {
  background-color: #FEEAC8;
}

@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode_answer_pleasureNode-yellow .dataWrapContentPleasureNodeComment_node {
    margin: 19px auto 0 0;
  }
  .dataWrapContentNode_answer_pleasureNode-yellow .dataWrapContentPleasureNodeComment_node:nth-child(2n) {
    margin: 19px 9px 0 auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode_answer_pleasureNode-yellow .dataWrapContentPleasureNodeComment_node {
    margin: 0 0 0 30px;
  }
  .dataWrapContentNode_answer_pleasureNode-yellow .dataWrapContentPleasureNodeComment_node:first-child {
    margin: 0 28px 0 auto;
  }
  .dataWrapContentNode_answer_pleasureNode-yellow .dataWrapContentPleasureNodeComment_node:nth-child(2n) {
    margin: 0 0 0 auto;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode_answer_pleasureNode-blue {
    margin: 20px auto 0;
    padding: 0 5px;
    max-width: 375px;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode_answer_pleasureNode-blue {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 344px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode_answer_pleasureNode-blue .dataWrapContentPleasureNodeComment {
    margin: 5px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode_answer_pleasureNode-blue .dataWrapContentPleasureNodeComment {
    margin: -5px 0 0;
    gap: 7px;
  }
}
.dataWrapContentNode_answer_pleasureNode-blue .dataWrapContentPleasureNodeComment_node {
  color: #1C45A4;
  background-color: #F1F3FB;
}

.dataWrapContentNode_answer_pleasureNode-blue .dataWrapContentPleasureNodeComment_node::before {
  background-color: #F1F3FB;
}

@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode_answer_pleasureNode-blue .dataWrapContentPleasureNodeComment_node {
    margin: 22px auto 0 0;
  }
  .dataWrapContentNode_answer_pleasureNode-blue .dataWrapContentPleasureNodeComment_node:nth-child(2n) {
    margin: 6px 0 0 auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentNode_answer_pleasureNode-blue .dataWrapContentPleasureNodeComment_node:first-child {
    margin: 0 0 0 26px;
  }
  .dataWrapContentNode_answer_pleasureNode-blue .dataWrapContentPleasureNodeComment_node:nth-child(2n) {
    margin: 0 0 7px auto;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContentNode_answer_pleasureNode-blue .dataWrapContentPleasureNodeIcon {
    margin: 10px auto 0;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContentPleasureNodeComment {
    margin: 0 auto;
    width: 100%;
    max-width: 375px;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentPleasureNodeComment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 4px;
  }
}
@media print, screen and (max-width: 1024px) {
  .dataWrapContentPleasureNodeComment_node {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 8px;
    position: relative;
    margin: 4px auto 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .dataWrapContentPleasureNodeComment_node {
    padding: 10px 15px;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 8px;
    position: relative;
  }
}
.dataWrapContentPleasureNodeComment_node::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  top: 100%;
  left: 21px;
  -webkit-clip-path: polygon(100% 0, 0 0, 73% 100%);
          clip-path: polygon(100% 0, 0 0, 73% 100%);
}

.dataWrapContentPleasureNodeComment_node:nth-child(2n) {
  margin: 4px 0 0 auto;
}

.dataWrapContentPleasureNodeComment_node:nth-child(2n)::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 12px;
  top: 100%;
  left: calc(100% - 45px);
  -webkit-clip-path: polygon(100% 0, 16% 0, 27% 100%);
          clip-path: polygon(100% 0, 16% 0, 27% 100%);
}

.footerCta {
  z-index: 20;
  position: relative;
}

@media print, screen and (max-width: 1024px) {
  .footerCta {
    background-image: url(../img/footercta_bg01_sp.jpg);
    background-size: cover;
  }
  .footerCta::after {
    content: "";
    position: absolute;
    width: 379px;
    height: 200px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../img/footercta_bg02_sp.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerCta {
    background-image: url(../img/footercta_bg01.jpg);
    background-size: cover;
  }
  .footerCta::after {
    content: "";
    position: absolute;
    width: 1366px;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: -10;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../img/footercta_bg02.png);
    background-size: 100%;
  }
}
@media print, screen and (max-width: 1024px) {
  .footerCtaWrap {
    padding: 25px 0 212px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerCtaWrap {
    padding: 100px 0 75px 0;
  }
}
.footerCtaWrap_message {
  color: #fff;
  font-weight: bold;
}

@media print, screen and (max-width: 1024px) {
  .footerCtaWrap_message {
    font-size: 2rem;
    line-height: 1.7;
    text-align: center;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerCtaWrap_message {
    font-size: 3.2rem;
    line-height: 1.8;
    text-align: center;
  }
}
@media print, screen and (max-width: 1024px) {
  .footerCtaEntryBtn {
    width: 100%;
    max-width: 345px;
    height: 56px;
    margin: 18px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerCtaEntryBtn {
    width: 360px;
    height: 56px;
    margin: 34px auto 0;
  }
}
.footerCtaEntryBtn_link_text {
  font-size: 2.4rem;
}

.pageTop {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1200;
  display: none;
}

@media print, screen and (max-width: 1024px) {
  .pageTop {
    position: fixed;
    right: 15px;
    bottom: 55px;
    margin: 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .pageTop {
    position: fixed;
    right: 30px;
    bottom: 20px;
    margin: 0;
    padding: 0;
  }
}
.pageTopArea {
  position: relative;
  display: block;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../svg/pagetop_bg.svg);
  background-size: 100%;
}

@media print, screen and (max-width: 767px) {
  .pageTopArea {
    margin: 0 auto;
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageTopArea {
    width: 63px;
    height: 63px;
  }
}
.pageTopArea_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

@media (hover: hover) {
  .pageTopArea_link:hover img {
    padding: 0 0 10px 0;
  }
}
.pageTopArea_link img {
  width: 19.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fixedCta {
  display: none;
}

@media print, screen and (max-width: 1024px) {
  .fixedCta {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    z-index: 1200;
  }
}
@media print, screen and (max-width: 1024px) {
  .fixedCtaEntryBtn {
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .fixedCtaEntryBtn {
    display: none;
  }
}
@media print, screen and (max-width: 1024px) {
  .fixedCtaEntryBtn_link {
    gap: 30px;
    border-radius: 0px;
  }
}
@media print, screen and (max-width: 1024px) {
  .fixedCtaEntryBtn_link_text {
    font-size: 1.8rem;
  }
}