@charset "UTF-8";
/*!
 * 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;
}

@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を指定 */
}
/* 文字色 */
/* 共通スタイル定設
-----------------------------------------------------------------*/
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;
  color: #333;
  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: 1025px) {
  body {
    min-width: 1024px;
  }
}
@media print, screen and (max-width: 1024px) {
  body {
    min-width: 2px;
  }
}
@media print, screen and (max-width: 1024px) {
  body {
    padding-bottom: 70px;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

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

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

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

@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;
  }
}

.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;
}

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

	ボタンパーツ

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

	ボタンパーツ

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

	ボタンパーツ

==============================================*/
.c-button {
  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: 300px;
  height: 60px;
  color: #fff;
  margin: 50px auto;
  background: #000;
}

.c-sectionInner {
  width: 100%;
}
@media print, screen and (max-width: 1024px) {
  .c-sectionInner {
    margin: -60px auto 0;
    padding: 60px 20px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-sectionInner {
    margin: -120px auto 0;
    padding: 120px 20px 0;
    max-width: 1180px;
  }
}

.c-sectionTitle {
  position: relative;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .c-sectionTitle {
    padding-bottom: 34px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-sectionTitle {
    padding-bottom: 44px;
    font-size: 3.2rem;
  }
}
.c-sectionTitle:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/section_title_obj.svg);
  background-size: 100%;
  background-position: center;
}
@media print, screen and (max-width: 1024px) {
  .c-sectionTitle:after {
    width: 24px;
    height: 22px;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-sectionTitle:after {
    width: 28px;
    height: 25px;
  }
}

.c-sectionLede {
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .c-sectionLede {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-sectionLede {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10000;
}

.headerMain {
  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) {
  .headerMain {
    position: relative;
    padding-left: 10px;
    z-index: 20;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 1025px) {
  .headerMain {
    padding: 0 40px;
  }
}

.headerMain_logo {
  display: inline-block;
  width: 100%;
}
@media print, screen and (max-width: 1024px) {
  .headerMain_logo {
    max-width: 285px;
    padding: 8px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .headerMain_logo {
    max-width: 413px;
    padding-top: 8px;
  }
}
.headerMain_logo img {
  width: 100%;
}

@media print, screen and (max-width: 1024px) {
  .headerMain_menu {
    position: relative;
    width: 60px;
    height: 50px;
    padding: 17px 20px;
    background-color: #97999B;
  }
}

.headerMain_menu_bars {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media print, screen and (max-width: 1024px) {
  .headerMainMenuBar {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform-origin: left;
            transform-origin: left;
    width: 18px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.headerMainMenuBar:nth-child(1) {
  top: 0;
  -webkit-transform: rotate(0) translate(-50%, 0);
          transform: rotate(0) translate(-50%, 0);
}
.headerMainMenuBar:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.headerMainMenuBar:nth-child(3) {
  top: calc(100% - 2px);
  -webkit-transform: rotate(0) translate(-50%, 0);
          transform: rotate(0) translate(-50%, 0);
}
.header.is-open .headerMainMenuBar:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
          transform: rotate(45deg) translate(-50%, 0);
}
.header.is-open .headerMainMenuBar:nth-child(2) {
  opacity: 0;
}
.header.is-open .headerMainMenuBar:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg) translate(-50%, 0);
          transform: rotate(-45deg) translate(-50%, 0);
}

.headerMain_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 40px;
  padding: 10px 0;
}

.headerMain_button-download, .headerMain_button-contact {
  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;
  width: 210px;
  height: 40px;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
.headerMain_button-download:after, .headerMain_button-contact:after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  background-position: center;
  background-size: 100%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.headerMain_button-contact {
  border: 1px solid #00BFB3;
  background-color: #00BFB3;
}
.headerMain_button-contact:after {
  width: 12px;
  height: 7px;
  background-image: url(../images/icon-arrow.svg);
}
@media (hover: hover) {
  .headerMain_button-contact:hover {
    color: #00BFB3;
    background-color: #fff;
  }
  .headerMain_button-contact:hover:after {
    background-image: url(../images/icon-arrow_hover.svg);
  }
}

.headerMain_button-download {
  border: 1px solid #707070;
  margin-left: 10px;
  background-color: #707070;
}
.headerMain_button-download:after {
  width: 14px;
  height: 12px;
  background-image: url(../images/icon-download.svg);
}
@media (hover: hover) {
  .headerMain_button-download:hover {
    color: #707070;
    background-color: #fff;
  }
  .headerMain_button-download:hover:after {
    background-image: url(../images/icon-download_hover.svg);
  }
}

@media print, screen and (max-width: 1024px) {
  .headerNav {
    position: absolute;
    top: 0;
    right: -55%;
    width: 55%;
    height: 100vh;
    background-color: #97999B;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media print, screen and (min-width: 1025px) {
  .headerNav {
    background-color: #F2F2F1;
  }
}
.header.is-open .headerNav {
  opacity: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media print, screen and (max-width: 1024px) {
  .headerNav_inner {
    padding: 80px 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .headerNav_inner {
    padding: 13px 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .headerNavList {
    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;
  }
}

@media print, screen and (min-width: 1025px) {
  .headerNavList_node {
    padding: 0 20px;
  }
}
@media print, screen and (max-width: 1024px) {
  .headerNavList_node + .headerNavList_node {
    margin-top: 35px;
  }
}

.headerNavList_node_link {
  display: inline-block;
}
@media print, screen and (max-width: 1024px) {
  .headerNavList_node_link {
    color: #fff;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 1025px) {
  .headerNavList_node_link {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
}
.headerNavList_node_link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 10px;
  background-image: url(../images/icon-arrow_nav.svg);
  background-position: center;
  background-size: 100%;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
@media (hover: hover) {
  .headerNavList_node_link:hover {
    color: #00bfb3;
  }
  .headerNavList_node_link:hover:after {
    background-image: url(../images/icon-arrow_hover.svg);
  }
}

@media print, screen and (max-width: 1024px) {
  .main {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .main {
    padding-top: 100px;
  }
}

.mv {
  width: 100%;
}
@media print, screen and (max-width: 1024px) {
  .mv {
    background-color: #E5ECEF;
    background-image: url(../images/bg_mv_sp.png);
    background-size: 100%;
    background-position: center;
  }
}
@media print, screen and (min-width: 1025px) {
  .mv {
    padding-bottom: 108px;
    background-color: #E5ECEF;
    background-image: url(../images/bg_mv_pc.png);
    background-size: 1866px;
    background-position: center;
  }
}

@media print, screen and (min-width: 1025px) {
  .mv_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin: 0 auto;
    max-width: 1366px;
  }
}

@media print, screen and (max-width: 1024px) {
  .mvInfo {
    padding: 12px 20px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .mvInfo {
    -webkit-box-flex: 33%;
        -ms-flex: 33% 0 0px;
            flex: 33% 0 0;
    margin-right: 43px;
    padding-left: 113px;
    padding-top: 36px;
    text-align: center;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

.mvInfo_lede {
  font-weight: 600;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .mvInfo_lede {
    font-size: 1.5rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 1025px) {
  .mvInfo_lede {
    font-size: 2rem;
  }
}

.mvInfo_lede_top {
  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;
  font-weight: 700;
  color: #fff;
  background-image: url(../images/bg_mv_lede.png);
  background-position: center;
}
@media print, screen and (max-width: 1024px) {
  .mvInfo_lede_top {
    width: 196px;
    height: 50px;
    margin: 0 auto 7px;
    background-size: 196px 50px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .mvInfo_lede_top {
    width: 330px;
    height: 70px;
    margin: 0 auto 17px;
    background-size: 330px 70px;
    font-size: 2.6rem;
  }
}

@media print, screen and (max-width: 1024px) {
  .mvInfo_title {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .mvInfo_title {
    margin: 34px auto 0;
  }
}
.mvInfo_title img {
  width: 100%;
}

.mvInfo_button {
  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;
  max-width: 360px;
  width: 100%;
  height: 70px;
  margin: 64px auto 0;
  background-color: #00BFB3;
  border: 1px solid #00BFB3;
  border-radius: 6px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
.mvInfo_button:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-left: 20px;
  background-image: url(../images/icon-arrow.svg);
  background-position: center;
  background-size: 100%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (hover: hover) {
  .mvInfo_button:hover {
    color: #00BFB3;
    background-color: #fff;
  }
  .mvInfo_button:hover:after {
    background-image: url(../images/icon-arrow_hover.svg);
  }
}

.mvImage {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .mvImage {
    padding-right: 25px;
    max-width: 735px;
    margin-bottom: -108px;
  }
}
.mvImage img {
  width: 100%;
}

.assignment {
  position: relative;
  background-color: #F5F5F5;
}
@media print, screen and (max-width: 1024px) {
  .assignment {
    padding: 40px 0 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  .assignment {
    padding: 100px 0 90px;
  }
}
.assignment:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center;
  background-size: 100%;
}
@media print, screen and (max-width: 1024px) {
  .assignment:after {
    bottom: -30px;
    width: 80px;
    height: 30px;
    background-image: url(../images/section_arrow_sp.svg);
  }
}
@media print, screen and (min-width: 1025px) {
  .assignment:after {
    bottom: -40px;
    width: 90px;
    height: 40px;
    background-image: url(../images/section_arrow_pc.svg);
  }
}

.assignmentContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 1024px) {
  .assignmentContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .assignmentContent {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    padding: 0 83px;
  }
}

@media print, screen and (max-width: 1024px) {
  .assignmentVis {
    max-width: 50.1492537313%;
    margin: 12px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .assignmentVis {
    max-width: 480px;
  }
}
.assignmentVis img {
  width: 100%;
}

@media print, screen and (min-width: 1025px) {
  .assignmentList {
    margin-left: 30px;
  }
}

.assignmentList_node {
  position: relative;
  background-color: #fff;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .assignmentList_node {
    width: 100%;
    padding: 12px 10px;
    border-radius: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  .assignmentList_node {
    width: calc(100% - 90px);
    padding: 15px 40px;
    border-radius: 24px;
    font-size: 1.6rem;
  }
}
.assignmentList_node:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-position: center;
  background-size: 100%;
}
@media print, screen and (max-width: 1024px) {
  .assignmentList_node:after {
    bottom: -12px;
    width: 18px;
    height: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  .assignmentList_node:after {
    left: -22px;
    bottom: 20px;
    width: 22px;
    height: 22px;
  }
}
@media print, screen and (max-width: 1024px) {
  .assignmentList_node + .assignmentList_node {
    margin-top: 22px;
  }
}
@media print, screen and (min-width: 1025px) {
  .assignmentList_node + .assignmentList_node {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .assignmentList_node:nth-child(2n) {
    margin-left: 90px;
  }
}
@media print, screen and (max-width: 1024px) {
  .assignmentList_node:nth-child(1):after {
    left: 17px;
    background-image: url(../images/assignment_obj03.svg);
  }
}
@media print, screen and (min-width: 1025px) {
  .assignmentList_node:nth-child(1):after {
    background-image: url(../images/assignment_obj01.svg);
  }
}
@media print, screen and (max-width: 1024px) {
  .assignmentList_node:nth-child(2):after {
    right: 17px;
    background-image: url(../images/assignment_obj04.svg);
  }
}
@media print, screen and (min-width: 1025px) {
  .assignmentList_node:nth-child(2):after {
    background-image: url(../images/assignment_obj02.svg);
  }
}
@media print, screen and (max-width: 1024px) {
  .assignmentList_node:nth-child(3):after {
    left: 17px;
    background-image: url(../images/assignment_obj03.svg);
  }
}
@media print, screen and (min-width: 1025px) {
  .assignmentList_node:nth-child(3):after {
    background-image: url(../images/assignment_obj02.svg);
  }
}

.features {
  background-color: #E5ECEF;
  background-position: center;
}
@media print, screen and (max-width: 1024px) {
  .features {
    padding: 60px 0 40px;
    background-image: url(../images/bg_features_sp.png);
    background-size: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .features {
    padding: 90px 0;
    background-image: url(../images/bg_features_pc.png);
    background-size: 1866px;
  }
}

.featuresList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1024px) {
  .featuresList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}

.featuresList_node {
  position: relative;
  width: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}
@media print, screen and (max-width: 1024px) {
  .featuresList_node {
    max-width: clamp(225px, 67%, 300px);
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresList_node {
    max-width: 300px;
  }
}
@media print, screen and (max-width: 1024px) {
  .featuresList_node + .featuresList_node {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresList_node + .featuresList_node {
    margin-left: 70px;
  }
}
.featuresList_node + .featuresList_node:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-features_cross.svg);
  background-position: center;
  background-size: 100%;
}
@media print, screen and (max-width: 1024px) {
  .featuresList_node + .featuresList_node:before {
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresList_node + .featuresList_node:before {
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.featuresListDetail {
  position: absolute;
  top: calc(50% - 12px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.featuresListNumber {
  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;
  margin: 0 auto;
  font-weight: 700;
  color: #fff;
  background-color: #53565A;
  border-radius: 18px;
}
@media print, screen and (max-width: 1024px) {
  .featuresListNumber {
    width: 90px;
    height: 28px;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresListNumber {
    width: 114px;
    height: 36px;
    font-size: 1.6rem;
  }
}

.featuresListLede {
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (max-width: 1024px) {
  .featuresListLede {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresListLede {
    margin-top: 25px;
    font-size: clamp(1.1rem, 2.02vw, 2.2rem);
  }
}

.featuresListBg {
  width: 100%;
}
.featuresListBg img {
  width: 100%;
}

.featuresPartner {
  background-color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .featuresPartner {
    margin: 30px auto 0;
    padding: 30px 20px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresPartner {
    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;
    max-width: 900px;
    margin: 40px auto 0;
    padding: 40px 60px;
    border-radius: 15px;
  }
}

.featuresPartnerDetail_title {
  font-weight: 700;
  color: #004F94;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .featuresPartnerDetail_title {
    font-size: 2rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresPartnerDetail_title {
    font-size: 2.4rem;
  }
}

.featuresPartnerDetail_text {
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .featuresPartnerDetail_text {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresPartnerDetail_text {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 1024px) {
  .featuresPartnerVis {
    width: 69.4915254237%;
    margin: 20px auto 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresPartnerVis {
    width: 254px;
    margin-left: 20px;
  }
}
.featuresPartnerVis img {
  width: 100%;
}

.service {
  position: relative;
  background-color: #F5F5F5;
}
@media print, screen and (max-width: 1024px) {
  .service {
    padding: 60px 0 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .service {
    padding: 90px 0 82px;
  }
}

@media print, screen and (max-width: 1024px) {
  .serviceList {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .serviceList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 15px 20px;
    margin-top: 40px;
  }
}

.serviceList_node {
  position: relative;
  background-image: url(../images/bg_service_node.png);
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
@media print, screen and (max-width: 1024px) {
  .serviceList_node {
    padding: 20px 20px 20px 56px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .serviceList_node {
    padding: 40px 40px 30px 84px;
    border-radius: 15px;
  }
}
.serviceList_node:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-family: "Poppins", "游ゴシック体", 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;
  text-align: center;
  font-weight: 500;
  color: #D9D9D6;
  border-right: 1px solid #E8E8E6;
}
@media print, screen and (max-width: 1024px) {
  .serviceList_node:before {
    width: 35px;
    padding-top: 13px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .serviceList_node:before {
    width: 58px;
    padding-top: 20px;
    font-size: 2.2rem;
  }
}
.serviceList_node:nth-child(1):before {
  content: "1";
}
.serviceList_node:nth-child(2):before {
  content: "2";
}
.serviceList_node:nth-child(3):before {
  content: "3";
}
.serviceList_node:nth-child(4):before {
  content: "4";
}
@media print, screen and (max-width: 1024px) {
  .serviceList_node + .serviceList_node {
    margin-top: 15px;
  }
}

.serviceListTitle {
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (max-width: 1024px) {
  .serviceListTitle {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .serviceListTitle {
    font-size: 2.2rem;
  }
}

.serviceListText {
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .serviceListText {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .serviceListText {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

.servicePoint {
  position: relative;
  font-weight: 700;
  color: #004F94;
  text-align: center;
  background-image: url(../images/service_obj.png);
  background-position: bottom;
}
@media print, screen and (max-width: 1024px) {
  .servicePoint {
    margin: 0 -20px;
    padding: 45px 0 45px;
    font-size: 1.6rem;
    line-height: 1.85;
    letter-spacing: -0.02em;
    background-size: 100%;
  }
}
@media print, screen and (min-width: 1025px) {
  .servicePoint {
    padding: 87px 0 40px;
    font-size: 2.6rem;
    line-height: 2.25;
    background-size: 92%;
  }
}
.servicePoint:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  background-image: url(../images/w_arrow.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .servicePoint:before {
    top: 6px;
    width: 28px;
    height: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .servicePoint:before {
    top: 30px;
    width: 37px;
    height: 50px;
  }
}
.servicePoint span {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 50%;
}
@media print, screen and (max-width: 1024px) {
  .servicePoint span {
    padding-bottom: 1px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(40%, #F8E3B3));
    background: linear-gradient(transparent 94%, #F8E3B3 40%);
  }
}
@media print, screen and (min-width: 1025px) {
  .servicePoint span {
    padding-bottom: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(91%, transparent), color-stop(40%, #F8E3B3));
    background: linear-gradient(transparent 91%, #F8E3B3 40%);
  }
}

.conversion {
  position: relative;
  background-color: #fff;
  z-index: 20;
}

.conversion_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media print, screen and (max-width: 1024px) {
  .conversion_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversion_inner {
    max-width: 1366px;
    padding-left: 113px;
  }
}

.conversionInfo {
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 1024px) {
  .conversionInfo {
    padding: 25px 20px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfo {
    -webkit-box-flex: 525px;
        -ms-flex: 525px 0 0px;
            flex: 525px 0 0;
    padding: 62px 0 40px;
  }
}

@media print, screen and (min-width: 1025px) {
  .conversionInfo_lede {
    font-size: 1.8rem;
  }
}

.conversionInfo_title {
  font-weight: 700;
}
@media print, screen and (max-width: 1024px) {
  .conversionInfo_title {
    margin-top: 16px;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfo_title {
    margin-top: 25px;
    font-size: 3.2rem;
  }
}

@media print, screen and (max-width: 1024px) {
  .conversionInfo_button {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfo_button {
    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-top: 40px;
  }
}

@media print, screen and (max-width: 1024px) {
  .conversionInfo_button_list {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfo_button_list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.conversionInfoButtonNode-download, .conversionInfoButtonNode-contact {
  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;
  max-width: 360px;
  width: 100%;
  font-weight: 600;
  color: #fff;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
@media print, screen and (max-width: 1024px) {
  .conversionInfoButtonNode-download, .conversionInfoButtonNode-contact {
    height: 48px;
    border-radius: 4px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfoButtonNode-download, .conversionInfoButtonNode-contact {
    height: 65px;
    border-radius: 6px;
    font-size: 2rem;
  }
}
.conversionInfoButtonNode-download:after, .conversionInfoButtonNode-contact:after {
  content: "";
  display: inline-block;
  margin-left: 20px;
  background-position: center;
  background-size: 100%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.conversionInfoButtonNode-contact {
  border: 1px solid #00BFB3;
  background-color: #00BFB3;
}
.conversionInfoButtonNode-contact:after {
  background-image: url(../images/icon-arrow.svg);
}
@media print, screen and (max-width: 1024px) {
  .conversionInfoButtonNode-contact:after {
    width: 12px;
    height: 8px;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfoButtonNode-contact:after {
    width: 16px;
    height: 10px;
  }
}
@media (hover: hover) {
  .conversionInfoButtonNode-contact:hover {
    color: #00BFB3;
    background-color: #fff;
  }
  .conversionInfoButtonNode-contact:hover:after {
    background-image: url(../images/icon-arrow_hover.svg);
  }
}

.conversionInfoButtonNode-download {
  border: 1px solid #707070;
  margin-top: 15px;
  background-color: #707070;
}
.conversionInfoButtonNode-download:after {
  width: 14px;
  height: 12px;
  background-image: url(../images/icon-download.svg);
}
@media print, screen and (max-width: 1024px) {
  .conversionInfoButtonNode-download:after {
    width: 15px;
    height: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfoButtonNode-download:after {
    width: 14px;
    height: 12px;
  }
}
@media (hover: hover) {
  .conversionInfoButtonNode-download:hover {
    color: #707070;
    background-color: #fff;
  }
  .conversionInfoButtonNode-download:hover:after {
    background-image: url(../images/icon-download_hover.svg);
  }
}

.conversionInfo_button_text {
  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;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .conversionInfo_button_text {
    width: 295px;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfo_button_text {
    -webkit-box-flex: 140px;
        -ms-flex: 140px 0 0px;
            flex: 140px 0 0;
    height: 140px;
    border-radius: 50%;
    background-color: #FCF2DB;
  }
}
@media print, screen and (max-width: 1024px) {
  .conversionInfo_button_text:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 25px;
    width: 1px;
    height: 44px;
    background-color: #FFB81C;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}
.conversionInfo_button_text:after {
  content: "";
  display: inline-block;
  position: absolute;
}
@media print, screen and (max-width: 1024px) {
  .conversionInfo_button_text:after {
    top: 0;
    right: 25px;
    width: 1px;
    height: 44px;
    background-color: #FFB81C;
    -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfo_button_text:after {
    left: -22px;
    bottom: 11px;
    width: 54px;
    height: 24px;
    background-image: url(../images/conversion_obj.svg);
    background-position: center;
    background-size: 100%;
  }
}

.conversionImage {
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media print, screen and (max-width: 1024px) {
  .conversionImage {
    width: 100%;
    height: clamp(160px, 42vw, 400px);
    background-image: url(../images/conversion_sp.jpg);
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionImage {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: clamp(41.6vw, 93.4vw - 525px, 54.6vw);
    background-image: url(../images/conversion_pc.png);
    background-position: top;
  }
}
.conversionImage:after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(100% 0, 0% 100%, 0% 0);
}
@media print, screen and (max-width: 1024px) {
  .conversionImage:after {
    content: none;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionImage:after {
    content: "";
  }
}

.achievements {
  position: relative;
}

.achievements_top {
  position: relative;
  background-color: #F5F5F5;
}
@media print, screen and (max-width: 1024px) {
  .achievements_top {
    padding: 60px 0 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievements_top {
    padding: 90px 0 40px;
  }
}
.achievements_top:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center;
  background-size: 100%;
}
@media print, screen and (max-width: 1024px) {
  .achievements_top:after {
    bottom: -30px;
    width: 80px;
    height: 30px;
    background-image: url(../images/section_arrow_sp.svg);
  }
}
@media print, screen and (min-width: 1025px) {
  .achievements_top:after {
    bottom: -40px;
    width: 90px;
    height: 40px;
    background-image: url(../images/section_arrow_pc.svg);
  }
}

.achievements_bottom {
  background-color: #E5ECEF;
}
@media print, screen and (max-width: 1024px) {
  .achievements_bottom {
    padding: 50px 0 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievements_bottom {
    padding: 70px 0 60px;
  }
}

@media print, screen and (max-width: 1024px) {
  .achievementsItems {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsItems {
    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;
    margin-top: 40px;
  }
}

.achievementsItems_node {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(244, 244, 244)));
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(244, 244, 244));
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
@media print, screen and (max-width: 1024px) {
  .achievementsItems_node {
    padding: 20px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsItems_node {
    padding: 30px 40px;
    border-radius: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsItems_node + .achievementsItems_node {
    margin-left: 30px;
  }
}

.achievementsItemsTitle {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .achievementsItemsTitle {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsItemsTitle {
    font-size: 2.2rem;
  }
}

.achievementsItemsData {
  font-family: "Poppins", "游ゴシック体", 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-weight: 700;
  text-align: center;
  color: #004F94;
}
@media print, screen and (max-width: 1024px) {
  .achievementsItemsData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    font-size: 6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsItemsData {
    margin-top: 30px;
    font-size: 8.5rem;
  }
}

.achievementsItemsData_small {
  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;
  color: #333;
}
@media print, screen and (max-width: 1024px) {
  .achievementsItemsData_small {
    padding-bottom: 10px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsItemsData_small {
    font-size: 1.8rem;
  }
}

.achievementsItemsText {
  margin-top: 20px;
  background-color: #EEF2F4;
  border-radius: 4px;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .achievementsItemsText {
    padding: 8px 10px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsItemsText {
    padding: 15px 25px;
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 1024px) {
  .achievementsAnn {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsAnn {
    margin-top: 20px;
  }
}

.achievementsAnn_node {
  text-indent: -0.8em;
  padding-left: 2em;
}
@media print, screen and (max-width: 1024px) {
  .achievementsAnn_node {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsAnn_node {
    font-size: 1.3rem;
  }
}
.achievementsAnn_node:before {
  content: "※";
  display: inline-block;
  margin-right: 5px;
}
.achievementsAnn_node + .achievementsAnn_node {
  margin-top: 5px;
}

.achievementsCase_node {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(244, 244, 244)));
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgb(244, 244, 244));
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}
@media print, screen and (max-width: 1024px) {
  .achievementsCase_node {
    padding: 20px 15px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCase_node {
    padding: 30px 40px;
    border-radius: 15px;
  }
}
@media print, screen and (max-width: 1024px) {
  .achievementsCase_node + .achievementsCase_node {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCase_node + .achievementsCase_node {
    margin-top: 30px;
  }
}

.achievementsCaseTitle {
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (max-width: 1024px) {
  .achievementsCaseTitle {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCaseTitle {
    font-size: 2.2rem;
  }
}

.achievementsCaseTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (max-width: 1024px) {
  .achievementsCaseTag {
    margin: 10px -4px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCaseTag {
    margin-top: 16px;
  }
}

.achievementsCaseTag_node {
  display: inline-block;
  background-color: #F0F5F6;
  border: 1px solid #A8CCF7;
  border-radius: 4px;
  color: #004F94;
}
@media print, screen and (max-width: 1024px) {
  .achievementsCaseTag_node {
    margin: 4px;
    padding: 2px 5px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCaseTag_node {
    padding: 7px 14px;
    line-height: 1;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCaseTag_node + .achievementsCaseTag_node {
    margin-left: 8px;
  }
}

.achievementsCaseContext {
  margin-top: 10px;
  position: relative;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .achievementsCaseContext {
    padding: 0 0 0 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCaseContext {
    padding: 10px 0 10px 75px;
    font-size: 1.6rem;
  }
}
.achievementsCaseContext:before {
  content: "背景";
  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;
  position: absolute;
  left: 0;
  background-color: #fff;
  border: 1px solid #D9D9D6;
  border-radius: 50%;
  font-weight: 700;
  color: #53565A;
}
@media print, screen and (max-width: 1024px) {
  .achievementsCaseContext:before {
    top: 4px;
    width: 50px;
    height: 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCaseContext:before {
    top: 4px;
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 1024px) {
  .achievementsCaseDetails {
    display: none;
    padding-top: 22px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCaseDetails {
    margin-top: 25px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.achievementsCaseDetails_effect, .achievementsCaseDetails_measures {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (max-width: 1024px) {
  .achievementsCaseDetails_effect, .achievementsCaseDetails_measures {
    padding: 18px 10px 10px 10px;
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCaseDetails_effect, .achievementsCaseDetails_measures {
    padding: 23px 20px;
    border-radius: 10px;
  }
}

.achievementsCaseDetails_measures {
  background-color: #F5F5F5;
}

.achievementsCaseDetails_effect {
  background-color: #EFF3F7;
}
@media print, screen and (max-width: 1024px) {
  .achievementsCaseDetails_effect {
    margin-top: 37px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCaseDetails_effect {
    margin-left: 48px;
  }
}
.achievementsCaseDetails_effect:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../images/w_arrow.svg);
  background-position: center;
  background-size: 100%;
}
@media print, screen and (max-width: 1024px) {
  .achievementsCaseDetails_effect:before {
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    width: 20px;
    height: 26px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCaseDetails_effect:before {
    top: 50%;
    left: -32px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 26px;
  }
}

.achievementsCaseDetails_title {
  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;
  position: absolute;
  top: -13px;
  left: 0;
  border-radius: 18px;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .achievementsCaseDetails_title {
    width: 84px;
    height: 24px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCaseDetails_title {
    width: 90px;
    height: 26px;
    font-size: 1.6rem;
  }
}
.achievementsCaseDetails_measures .achievementsCaseDetails_title {
  background-color: #53565A;
}
.achievementsCaseDetails_effect .achievementsCaseDetails_title {
  background-color: #004F94;
}

.achievementsCaseDetails_list_node {
  position: relative;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .achievementsCaseDetails_list_node {
    padding-left: 9px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCaseDetails_list_node {
    padding-left: 12px;
    font-size: 1.6rem;
  }
}
.achievementsCaseDetails_list_node:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
@media print, screen and (max-width: 1024px) {
  .achievementsCaseDetails_list_node:before {
    width: 4px;
    height: 4px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCaseDetails_list_node:before {
    width: 6px;
    height: 6px;
  }
}
@media print, screen and (max-width: 1024px) {
  .achievementsCaseDetails_list_node + .achievementsCaseDetails_list_node {
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 1025px) {
  .achievementsCaseDetails_list_node + .achievementsCaseDetails_list_node {
    margin-top: 5px;
  }
}
.achievementsCaseDetails_measures .achievementsCaseDetails_list_node:before {
  background-color: #BBBCBC;
}
.achievementsCaseDetails_effect .achievementsCaseDetails_list_node {
  font-weight: 700;
}
.achievementsCaseDetails_effect .achievementsCaseDetails_list_node:before {
  background-color: #004F94;
}

@media print, screen and (max-width: 1024px) {
  .achievementsCaseButton {
    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;
    width: 177px;
    height: 30px;
    margin: 20px auto 0;
    border: 1px solid #333;
    border-radius: 18px;
  }
}
@media print, screen and (max-width: 1024px) {
  .achievementsCaseButton:before {
    content: "もっと見る";
    display: inline-block;
  }
}
@media print, screen and (max-width: 1024px) {
  .achievementsCase_node.is-open .achievementsCaseButton {
    background-color: #333;
    color: #fff;
  }
}
@media print, screen and (max-width: 1024px) {
  .achievementsCase_node.is-open .achievementsCaseButton:before {
    content: "閉じる";
  }
}

.flow {
  position: relative;
  background-color: #F5F5F5;
}
@media print, screen and (max-width: 1024px) {
  .flow {
    padding: 60px 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .flow {
    padding: 90px 0 0;
  }
}

@media print, screen and (max-width: 1024px) {
  .flowStep {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowStep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}

.flowStep_node {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .flowStep_node {
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowStep_node {
    border-radius: 15px;
  }
}
@media print, screen and (max-width: 1024px) {
  .flowStep_node + .flowStep_node {
    margin-top: 34px;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowStep_node + .flowStep_node {
    margin-left: 52px;
  }
}
.flowStep_node:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #004F94;
}
@media print, screen and (max-width: 1024px) {
  .flowStep_node:before {
    top: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 16px;
    height: 14px;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  }
}
@media print, screen and (min-width: 1025px) {
  .flowStep_node:before {
    top: 50%;
    left: -33px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 20px;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  }
}
.flowStep_node:nth-child(1):before {
  content: none;
}

.flowStep_node_content {
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .flowStep_node_content {
    padding: 60px 20px 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowStep_node_content {
    padding: 90px 20px 36px;
  }
}

.flowStepNumber {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #004F94;
  border-radius: 50%;
  overflow: hidden;
  font-family: "Poppins", "游ゴシック体", 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-weight: 600;
  color: #fff;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .flowStepNumber {
    width: 100px;
    height: 100px;
    padding-top: 55px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowStepNumber {
    width: 118px;
    height: 118px;
    padding-top: 55px;
    font-size: 3rem;
  }
}
.flowStepNumber span {
  display: block;
  font-weight: 600;
}
@media print, screen and (max-width: 1024px) {
  .flowStepNumber span {
    margin-bottom: 2px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowStepNumber span {
    margin-bottom: 6px;
    font-size: 1.8rem;
  }
}

.flowStepIcon {
  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;
}
@media print, screen and (max-width: 1024px) {
  .flowStepIcon img {
    width: 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowStepIcon img {
    width: 90px;
  }
}
@media print, screen and (max-width: 1024px) {
  .flowStepIcon img + img {
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowStepIcon img + img {
    margin-left: 7px;
  }
}

.flowStepTitle {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .flowStepTitle {
    margin-top: 10px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .flowStepTitle {
    font-size: 2.2rem;
  }
}

.faq {
  position: relative;
  background-color: #F5F5F5;
}
@media print, screen and (max-width: 1024px) {
  .faq {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .faq {
    padding: 90px 0;
  }
}

@media print, screen and (max-width: 1024px) {
  .faqContents {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .faqContents {
    margin-top: 40px;
  }
}

.faqNode {
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media print, screen and (max-width: 1024px) {
  .faqNode {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .faqNode {
    padding: 0 40px;
  }
}
@media print, screen and (max-width: 1024px) {
  .faqNode + .faqNode {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .faqNode + .faqNode {
    margin-top: 20px;
  }
}

.faqNode_q {
  cursor: pointer;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .faqNode_q {
    padding: 12px 50px 14px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .faqNode_q {
    padding: 30px 60px 25px;
  }
}
.faqNode_q:before {
  content: "Q.";
  font-family: "Poppins", "游ゴシック体", 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-weight: 700;
}
@media print, screen and (max-width: 1024px) {
  .faqNode_q:before {
    display: block;
    margin-bottom: 2px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .faqNode_q:before {
    display: inline-block;
    position: absolute;
    top: 28px;
    left: 0;
    font-size: 3.4rem;
  }
}

.faqNode_q_text {
  font-weight: 700;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .faqNode_q_text {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .faqNode_q_text {
    font-size: 2rem;
  }
}

.faqNode_q_icon {
  display: inline-block;
  position: absolute;
  right: 0;
  background-color: #F5F5F5;
  border-radius: 50%;
}
@media print, screen and (max-width: 1024px) {
  .faqNode_q_icon {
    top: 30px;
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 1025px) {
  .faqNode_q_icon {
    top: 17px;
    width: 50px;
    height: 50px;
  }
}
.faqNode_q_icon:before, .faqNode_q_icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #333;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faqNode_q_icon:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faqNode_q_icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.faqNode.is-open .faqNode_q_icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
}

.faqNode_a {
  display: none;
  position: relative;
  border-top: 1px solid #D9D9D6;
  line-height: 1.5;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .faqNode_a {
    padding-top: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  .faqNode_a {
    padding-left: 60px;
  }
}
.faqNode_a:before {
  content: "A.";
  font-family: "Poppins", "游ゴシック体", 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-weight: 700;
  color: #004F94;
}
@media print, screen and (max-width: 1024px) {
  .faqNode_a:before {
    display: block;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .faqNode_a:before {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 3.4rem;
  }
}

.faqNode_a_text {
  display: block;
}
@media print, screen and (max-width: 1024px) {
  .faqNode_a_text {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .faqNode_a_text {
    padding: 20px 0;
    font-size: 1.6rem;
  }
}
.faqNode_a_text a {
  color: #00BFB3;
}
@media (hover: hover) {
  .faqNode_a_text a:hover {
    text-decoration: underline;
  }
}

.contact {
  position: relative;
  background-color: #FFF5DC;
}
@media print, screen and (max-width: 1024px) {
  .contact {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .contact {
    padding: 90px 0;
  }
}

.contactContents {
  background-color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .contactContents {
    margin-top: 20px;
    padding: 30px 20px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .contactContents {
    margin-top: 40px;
    padding: 60px 140px;
    border-radius: 14px;
  }
}
.contactContents iframe {
  width: 100%;
}

.footer {
  width: 100%;
  overflow: hidden;
}

.footerLinks {
  background-color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .footerLinks {
    padding: 30px 15px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 23px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 18px;
  }
}

@media print, screen and (min-width: 1025px) {
  .footerLinks_node + .footerLinks_node {
    margin-left: 20px;
  }
}

.footerLinks_node_link {
  font-size: 1.2rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .footerLinks_node_link:hover {
    color: #00bfb3;
  }
}

.footerLogos {
  background-color: #97999B;
}

.footerLogos_inner {
  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;
}
@media print, screen and (max-width: 1024px) {
  .footerLogos_inner {
    padding: 24px 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerLogos_inner {
    max-width: 1264px;
    padding: 30px 20px 25px;
  }
}

@media print, screen and (max-width: 1024px) {
  .footerLogos_persol {
    max-width: 108px;
  }
}
.footerLogos_persol img {
  width: 100%;
}

@media print, screen and (max-width: 1024px) {
  .footerLogos_laugh {
    max-width: 136px;
  }
}
.footerLogos_laugh img {
  width: 100%;
}

.footerCopy {
  background-color: #fff;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .footerCopy {
    padding: 5px 8px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerCopy {
    padding: 25px 20px;
  }
}

@media print, screen and (max-width: 1024px) {
  .footerCopy_text {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .footerCopy_text {
    font-size: 1.2rem;
  }
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

.pagetop_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;
  width: 60px;
  height: 60px;
  padding-top: 12px;
  background-color: #97999B;
  border-radius: 50%;
  font-size: 1.3rem;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pagetop_link:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  width: 16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 10px;
  background-image: url(../images/icon-arrow.svg);
  background-position: center;
  background-size: 100%;
}
@media (hover: hover) {
  .pagetop_link:hover {
    opacity: 0.7;
  }
}

.fixedButton {
  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;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 12px;
  background-color: #F4F4F4;
  z-index: 10000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fixedButton.is-hide {
  pointer-events: none;
  opacity: 0;
}

.fixedButton-download, .fixedButton-contact {
  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;
  width: 210px;
  height: 40px;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fixedButton-download:after, .fixedButton-contact:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-position: center;
  background-size: 100%;
}
@media (hover: hover) {
  .fixedButton-download:hover, .fixedButton-contact:hover {
    opacity: 0.7;
  }
}

.fixedButton-contact {
  background-color: #00BFB3;
}
.fixedButton-contact:after {
  width: 12px;
  height: 7px;
  background-image: url(../images/icon-arrow.svg);
}

.fixedButton-download {
  margin-left: 10px;
  background-color: #707070;
}
.fixedButton-download:after {
  width: 14px;
  height: 12px;
  background-image: url(../images/icon-download.svg);
}