@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 {
  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: relative;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .c-sectionTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-sectionTitle {
    font-size: 3rem;
  }
}
.c-sectionTitle:before, .c-sectionTitle:after {
  content: "";
  display: inline-block;
  background-size: 100%;
  background-position: center;
}
@media print, screen and (max-width: 1024px) {
  .c-sectionTitle:before, .c-sectionTitle:after {
    width: 28px;
    height: 36px;
    background-image: url(../images/section_title_obj_sp.svg);
  }
}
@media print, screen and (min-width: 1025px) {
  .c-sectionTitle:before, .c-sectionTitle:after {
    width: 35px;
    height: 24px;
    background-image: url(../images/section_title_obj_pc.svg);
  }
}
@media print, screen and (max-width: 1024px) {
  .c-sectionTitle:before {
    content: none;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-sectionTitle:before {
    margin-right: 10px;
  }
}
@media print, screen and (max-width: 1024px) {
  .c-sectionTitle:after {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .c-sectionTitle:after {
    margin-left: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

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

.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 18px;
  }
}
@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;
  }
}
@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 {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .mv {
    padding: 50px 83px 90px;
  }
}
.mv:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 1920px;
}
@media print, screen and (max-width: 1024px) {
  .mv:after {
    left: 0;
    background-color: #E5ECEF;
    background-image: url(../images/bg-mv_sp.png);
    background-size: 100%;
    background-position: center;
  }
}
.mv:after {
  z-index: 1;
}
@media print, screen and (min-width: 1025px) {
  .mv:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../images/bg-mv_pc.png);
    background-size: 1920px;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    z-index: 2;
  }
}

@media print, screen and (max-width: 1024px) {
  .mv_inner {
    padding: 20px 20px 290px 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .mv_inner {
    position: relative;
    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;
    padding: 0 20px;
    max-width: 1406px;
    z-index: 10;
  }
}

.mvInfo {
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 1024px) {
  .mvInfo {
    max-width: 482px;
    width: 100%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .mvInfo {
    max-width: 482px;
    width: 42%;
  }
}

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

.mvInfo_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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.mvInfo_title:before, .mvInfo_title:after {
  content: "";
  display: inline-block;
  width: 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .mvInfo_title:before, .mvInfo_title:after {
    height: 21px;
  }
}
@media print, screen and (min-width: 1025px) {
  .mvInfo_title:before, .mvInfo_title:after {
    height: 30px;
  }
}
.mvInfo_title:before {
  background-image: url(../images/mv_title_before.svg);
}
.mvInfo_title:after {
  background-image: url(../images/mv_title_after.svg);
}
@media print, screen and (max-width: 1024px) {
  .mvInfo_title:after {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .mvInfo_title:after {
    margin-top: 25px;
  }
}

.mvInfo_title_image {
  width: 100%;
}
.mvInfo_title_image img {
  width: 100%;
}
@media print, screen and (max-width: 1024px) {
  .mvInfo_title_image {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .mvInfo_title_image {
    margin-top: 25px;
  }
}

.mvInfo_title_lede {
  width: 100%;
}
.mvInfo_title_lede img {
  width: 100%;
}
@media print, screen and (max-width: 1024px) {
  .mvInfo_title_lede {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .mvInfo_title_lede {
    margin-top: 22px;
  }
}

.mvInfo_title_text {
  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: 10px;
  position: relative;
  padding: 16px;
  background-color: #06439B;
  border-radius: 20px;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .mvInfo_title_text {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .mvInfo_title_text {
    margin-top: 22px;
  }
}
.mvInfo_title_text:before, .mvInfo_title_text:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #00ceff;
  border-right: 0;
}
.mvInfo_title_text:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mvInfo_title_text i {
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 20px;
  background-image: url(../images/mv_title_text_frame.svg);
  background-position: center;
  background-size: 100%;
}
.mvInfo_title_text i:nth-child(1) {
  top: 0;
  left: 0;
}
.mvInfo_title_text i:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
}
.mvInfo_title_text i:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
          transform: rotate3d(1, 0, 0, 180deg);
}
.mvInfo_title_text i:nth-child(4) {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.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;
  width: 100%;
  background-color: #00BFB3;
  border: 1px solid #00BFB3;
  border-radius: 6px;
  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) {
  .mvInfo_button {
    max-width: 270px;
    height: 50px;
    margin: 15px auto 0;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .mvInfo_button {
    max-width: 360px;
    height: 70px;
    margin: 40px auto 0;
    font-size: 2rem;
  }
}
.mvInfo_button:after {
  content: "";
  display: inline-block;
  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 print, screen and (max-width: 1024px) {
  .mvInfo_button:after {
    width: 14px;
    height: 8px;
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .mvInfo_button:after {
    width: 16px;
    height: 10px;
    margin-left: 20px;
  }
}
@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%;
}

.pageLede {
  background-color: #F5F5F5;
}

.pageLede_inner {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (max-width: 1024px) {
  .pageLede_inner {
    padding: 50px 20px 0;
    max-width: 550px;
  }
}
@media print, screen and (min-width: 1025px) {
  .pageLede_inner {
    padding: 60px 20px 0;
    max-width: 980px;
  }
}

.pageLedeText {
  position: relative;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .pageLedeText {
    padding: 28px 18px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .pageLedeText {
    padding: 46px 90px;
    font-size: 1.6rem;
  }
}
.pageLedeText:before, .pageLedeText:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #A0C5ED;
  width: calc(100% - 60px);
  height: 2px;
}
.pageLedeText:before {
  top: 2px;
}
.pageLedeText:after {
  bottom: 2px;
}

.pageLedeText_frame {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.pageLedeText_frame i {
  display: inline-block;
  position: absolute;
}
@media print, screen and (max-width: 1024px) {
  .pageLedeText_frame i {
    width: 30px;
    height: 22px;
  }
}
@media print, screen and (min-width: 1025px) {
  .pageLedeText_frame i {
    width: 40px;
    height: 30px;
  }
}
.pageLedeText_frame i {
  background-image: url(../images/pagelede_frame.svg);
  background-position: center;
  background-size: 100%;
}
.pageLedeText_frame i:nth-child(1) {
  top: 0;
  left: 0;
}
.pageLedeText_frame i:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
}
.pageLedeText_frame i:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
          transform: rotate3d(1, 0, 0, 180deg);
}
.pageLedeText_frame i:nth-child(4) {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

@media print, screen and (max-width: 1024px) {
  .featuresContents_block {
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresContents_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

.featuresContents_block_bottom, .featuresContents_block_top {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 18px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 18px 0px;
}
@media print, screen and (max-width: 1024px) {
  .featuresContents_block_bottom, .featuresContents_block_top {
    padding: 20px 15px;
    border-radius: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresContents_block_bottom, .featuresContents_block_top {
    width: 50%;
    padding: 30px 40px;
    border-radius: 15px;
  }
}

.featuresContents_block_top: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;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 0;
  background-image: url(../images/obj-trapezoid.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .featuresContents_block_top:before {
    border-right: clamp(155px, 30vw, 300px) solid transparent;
    border-left: clamp(155px, 30vw, 300px) solid transparent;
    border-top: 38vw solid #70a8e4;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresContents_block_top:before {
    border-right: clamp(200px, 22vw, 255px) solid transparent;
    border-left: clamp(200px, 22vw, 255px) solid transparent;
    border-top: 19.2vw solid #70a8e4;
  }
}
.featuresContents_block_top:after {
  content: "解決策";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-weight: 700;
  color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .featuresContents_block_top:after {
    bottom: -31px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresContents_block_top:after {
    bottom: -40px;
    font-size: 2rem;
  }
}

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

.featuresTopLists {
  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) {
  .featuresTopLists {
    gap: 5px;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresTopLists {
    gap: 10px;
    margin-top: 20px;
  }
}

.featuresTopLists_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F8F8F8;
  border-radius: 6px;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .featuresTopLists_node {
    padding: 8px 10px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresTopLists_node {
    padding: 10px 20px;
    font-size: 1.6rem;
  }
}
.featuresTopLists_node::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon-vortex.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .featuresTopLists_node::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    height: 35px;
    margin-right: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresTopLists_node::before {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    height: 48px;
    margin-right: 8px;
  }
}

.featuresTopImage {
  margin-top: 10px;
}
@media print, screen and (max-width: 1024px) {
  .featuresTopImage {
    max-width: 550px;
    margin: 0 auto;
  }
}
.featuresTopImage img {
  width: 100%;
}

@media print, screen and (max-width: 1024px) {
  .featuresContents_block_bottom {
    margin-top: 44px;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresContents_block_bottom {
    margin-top: 60px;
  }
}

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

.featuresBottomLists {
  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) {
  .featuresBottomLists {
    gap: 5px;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresBottomLists {
    gap: 10px;
    margin-top: 20px;
  }
}

.featuresBottomLists_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F2F8FD;
  border-radius: 6px;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .featuresBottomLists_node {
    padding: 8px 10px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresBottomLists_node {
    padding: 10px 20px;
    font-size: 1.6rem;
  }
}
.featuresBottomLists_node::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  background-image: url(../images/icon-check.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .featuresBottomLists_node::before {
    margin: 1px 10px 0 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .featuresBottomLists_node::before {
    margin: 4px 10px 0 0;
  }
}

.about {
  position: relative;
  background-color: #F5F5F5;
  overflow: hidden;
}
@media print, screen and (max-width: 1024px) {
  .about {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 1025px) {
  .about {
    padding-top: 90px;
  }
}

@media print, screen and (max-width: 1024px) {
  .about_processImage {
    text-align: center;
    margin: 0 -15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .about_processImage {
    margin: 0 -26px;
  }
}
.about_processImage img {
  width: 100%;
}
@media print, screen and (max-width: 1024px) {
  .about_processImage img {
    max-width: 550px;
  }
}

.about_result {
  background-color: #E9EEF7;
}
@media print, screen and (max-width: 1024px) {
  .about_result {
    margin-top: -62px;
    padding: 54px 10px 15px;
    border-radius: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  .about_result {
    margin-top: -78px;
    padding: 62px 30px 30px;
    border-radius: 20px;
  }
}

.about_result_inner {
  background-color: #fff;
  border: 1px solid #126ED3;
}
@media print, screen and (max-width: 1024px) {
  .about_result_inner {
    padding: 20px;
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 1025px) {
  .about_result_inner {
    padding: 30px 40px;
    border-radius: 10px;
  }
}

@media print, screen and (min-width: 1025px) {
  .aboutToolTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}

@media print, screen and (max-width: 1024px) {
  .aboutToolLogo {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutToolLogo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }
}
.aboutToolLogo img {
  width: 100%;
}

.aboutToolLists {
  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 (max-width: 1024px) {
  .aboutToolLists {
    margin-top: 15px;
  }
}

.aboutToolLists_node {
  background-color: #F2F8FD;
  border-radius: 6px;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .aboutToolLists_node {
    padding: 10px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutToolLists_node {
    padding: 12px 20px;
    font-size: 1.6rem;
  }
}

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

.aboutToolBottom_text {
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .aboutToolBottom_text {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutToolBottom_text {
    font-size: 2rem;
  }
}
.aboutToolBottom_text span {
  color: #126ED3;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 50%;
}
@media print, screen and (max-width: 1024px) {
  .aboutToolBottom_text span {
    line-height: 1.9;
    padding-bottom: 1px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(90%, #FFD476));
    background: linear-gradient(transparent 92%, #FFD476 90%);
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutToolBottom_text span {
    padding-bottom: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(90%, #FFD476));
    background: linear-gradient(transparent 92%, #FFD476 90%);
  }
}

.about_tools {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 18px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 18px 0px;
}
@media print, screen and (max-width: 1024px) {
  .about_tools {
    margin-top: 30px;
    padding: 30px 15px;
    border-radius: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  .about_tools {
    margin-top: 40px;
    padding: 50px 60px 40px;
    border-radius: 20px;
  }
}

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

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

.aboutToolsContent_node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D9D9D6;
}
@media print, screen and (max-width: 1024px) {
  .aboutToolsContent_node {
    padding: 12px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutToolsContent_node {
    padding: 20px 0;
  }
}
.aboutToolsContent_node:first-child {
  padding: 0;
  border-bottom: none;
}
.aboutToolsContent_node:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media print, screen and (max-width: 1024px) {
  .aboutToolsContent_node_title {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50px;
            flex: 1 0 50px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutToolsContent_node_title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 160px;
            flex: 0 1 160px;
    padding-right: 20px;
  }
}

@media print, screen and (max-width: 1024px) {
  .aboutToolsContent_node_left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 138px;
            flex: 1 1 138px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutToolsContent_node_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 460px;
            flex: 0 1 460px;
    padding-right: 60px;
  }
}
.aboutToolsContent_node_left img {
  width: 100%;
}

@media print, screen and (max-width: 1024px) {
  .aboutToolsContent_node_right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 118px;
            flex: 1 1 118px;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutToolsContent_node_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 400px;
            flex: 0 1 400px;
  }
}
.aboutToolsContent_node_right img {
  width: 100%;
}

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

.aboutToolsContentText {
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .aboutToolsContentText {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutToolsContentText {
    font-size: 1.6rem;
  }
}
.aboutToolsContentText span {
  display: inline-block;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .aboutToolsContentText span {
    margin-top: 5px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutToolsContentText span {
    margin-top: 8px;
    font-size: 1.3rem;
  }
}

.about_shiftleft {
  background-color: #E9EEF7;
}
@media print, screen and (max-width: 1024px) {
  .about_shiftleft {
    margin-top: 30px;
    padding: 30px 15px;
    border-radius: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  .about_shiftleft {
    margin-top: 40px;
    padding: 40px 30px;
    border-radius: 20px;
  }
}

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

@media print, screen and (max-width: 1024px) {
  .about_shiftleft_lede {
    margin-top: 16px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1025px) {
  .about_shiftleft_lede {
    margin-top: 22px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

@media print, screen and (max-width: 1024px) {
  .aboutShiftleftContent {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutShiftleftContent {
    margin-top: 22px;
  }
}

.aboutShiftleftProcess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 1024px) {
  .aboutShiftleftProcess {
    gap: 8px;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutShiftleftProcess {
    gap: 20px;
  }
}

.aboutShiftleftProcess_node {
  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;
  background-image: linear-gradient(181deg, rgb(255, 255, 255) 10%, rgb(245, 245, 245) 90%);
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 18px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 18px 0px;
  font-weight: 700;
}
@media print, screen and (max-width: 1024px) {
  .aboutShiftleftProcess_node {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55px;
            flex: 1 1 55px;
    height: 66px;
    font-size: 1.4rem;
    line-height: 1.28;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutShiftleftProcess_node {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 80px;
    font-size: 1.8rem;
  }
}
@media print, screen and (max-width: 1024px) {
  .aboutShiftleftProcess_node:last-child {
    letter-spacing: -0.106em;
  }
}

.aboutShiftleftArrow {
  position: relative;
  margin-top: 10px;
}
@media print, screen and (max-width: 1024px) {
  .aboutShiftleftArrow {
    padding: 14px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutShiftleftArrow {
    padding: 28px 0;
  }
}
.aboutShiftleftArrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #126ED3;
  z-index: 1;
}
@media print, screen and (max-width: 1024px) {
  .aboutShiftleftArrow:before {
    width: calc(100% - 10px);
    height: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutShiftleftArrow:before {
    width: calc(100% - 20px);
    height: 26px;
  }
}
.aboutShiftleftArrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/obj-about_shiftleft_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
@media print, screen and (max-width: 1024px) {
  .aboutShiftleftArrow:after {
    width: 34px;
    height: 42px;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutShiftleftArrow:after {
    width: 60px;
    height: 74px;
  }
}
.aboutShiftleftArrow span {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 3;
}
@media print, screen and (max-width: 1024px) {
  .aboutShiftleftArrow span {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutShiftleftArrow span {
    font-size: 1.8rem;
  }
}

.aboutShiftleftArrow_main {
  background-color: #126ED3;
}

.aboutShiftleftMerit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 1024px) {
  .aboutShiftleftMerit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-top: 22px;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutShiftleftMerit {
    gap: 21px;
    margin-top: 30px;
  }
}

.aboutShiftleftMerit_node {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  background-color: #fff;
}
@media print, screen and (max-width: 1024px) {
  .aboutShiftleftMerit_node {
    border-radius: 6px;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutShiftleftMerit_node {
    border-radius: 10px;
  }
}

.aboutShiftleftMeritNumber {
  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;
  background-color: #70A8E4;
  color: #fff;
  font-weight: 700;
}
@media print, screen and (max-width: 1024px) {
  .aboutShiftleftMeritNumber {
    height: 30px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutShiftleftMeritNumber {
    height: 35px;
    font-size: 1.6rem;
  }
}

.aboutShiftleftMeritDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 1024px) {
  .aboutShiftleftMeritDetail {
    gap: 20px;
    padding: 12px 14px;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutShiftleftMeritDetail {
    gap: 20px;
    padding: 15px 25px 22px;
  }
}

.aboutShiftleftMeritDetail_icon {
  display: inline-block;
}
@media print, screen and (max-width: 1024px) {
  .aboutShiftleftMeritDetail_icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 75px;
            flex: 0 1 75px;
  }
}
@media print, screen and (min-width: 1025px) {
  .aboutShiftleftMeritDetail_icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 84px;
            flex: 0 1 84px;
  }
}
.aboutShiftleftMeritDetail_icon img {
  width: 100%;
}

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

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

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

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

.functionalNode {
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 18px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 18px 0px;
}
@media print, screen and (max-width: 1024px) {
  .functionalNode {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .functionalNode {
    padding: 0 40px;
  }
}
@media print, screen and (max-width: 1024px) {
  .functionalNode + .functionalNode {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .functionalNode + .functionalNode {
    margin-top: 20px;
  }
}

.functionalNode_q {
  cursor: pointer;
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .functionalNode_q {
    padding: 12px 26px 14px 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .functionalNode_q {
    padding: 30px 0;
  }
}

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

.functionalNode_q_icon {
  display: inline-block;
  position: absolute;
  right: 0;
  background-color: #F5F5F5;
  border-radius: 50%;
}
@media print, screen and (max-width: 1024px) {
  .functionalNode_q_icon {
    top: 10px;
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .functionalNode_q_icon {
    top: 17px;
    width: 50px;
    height: 50px;
  }
}
.functionalNode_q_icon:before, .functionalNode_q_icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  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;
}
@media print, screen and (max-width: 1024px) {
  .functionalNode_q_icon:before, .functionalNode_q_icon:after {
    width: 14px;
  }
}
@media print, screen and (min-width: 1025px) {
  .functionalNode_q_icon:before, .functionalNode_q_icon:after {
    width: 18px;
  }
}
.functionalNode_q_icon:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.functionalNode_q_icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.functionalNode.is-open .functionalNode_q_icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
}

.functionalNode_a {
  display: none;
  position: relative;
  padding-bottom: 30px;
}

.functionalTableWrap {
  width: 100%;
}
.functionalTableWrap.license {
  padding-bottom: 25px;
  overflow-x: auto;
}
.functionalTableWrap.license:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-image: url(../images/icon-scroll.svg);
  background-size: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.functionalTableWrap.is-noscroll:after {
  -webkit-animation: scrollHint 1.5s ease-in-out infinite;
          animation: scrollHint 1.5s ease-in-out infinite;
}

@-webkit-keyframes scrollHint {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  91% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}

@keyframes scrollHint {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  91% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
}
.functionalTable {
  position: relative;
  border: 1px solid #D9D9D6;
  border-collapse: collapse;
  table-layout: fixed;
}
.functionalTable tbody tr {
  border: 1px solid #D9D9D6;
}
.functionalTable tbody tr th {
  background-color: #53565A;
  border: 1px solid #D9D9D6;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
@media print, screen and (max-width: 1024px) {
  .functionalTable tbody tr th {
    padding: 6px 8px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1025px) {
  .functionalTable tbody tr th {
    padding: 14px 10px;
    font-size: 1.4rem;
  }
}
.functionalTable tbody tr td {
  border: 1px solid #D9D9D6;
}
@media print, screen and (max-width: 1024px) {
  .license .functionalTable {
    width: 580px;
  }
}
@media print, screen and (min-width: 1025px) {
  .license .functionalTable {
    width: 1360px;
  }
}
.language .functionalTable {
  width: 100%;
}

.icon-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-check:before {
  content: "";
  margin-top: 2px;
  margin-right: 2px;
  background-image: url(../images/icon-table_check.svg);
  background-size: 100%;
}
@media print, screen and (max-width: 1024px) {
  .icon-check:before {
    width: 16px;
    height: 16px;
  }
}
@media print, screen and (min-width: 1025px) {
  .icon-check:before {
    width: 20px;
    height: 20px;
  }
}

.icon-enterprise {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-enterprise:before {
  content: "";
  margin-top: 2px;
  margin-right: 2px;
  background-image: url(../images/icon-table_enterprise.svg);
  background-size: 100%;
}
@media print, screen and (max-width: 1024px) {
  .icon-enterprise:before {
    width: 16px;
    height: 16px;
  }
}
@media print, screen and (min-width: 1025px) {
  .icon-enterprise:before {
    width: 20px;
    height: 20px;
  }
}

.icon-none {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-none: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;
  margin-top: 2px;
  margin-right: 2px;
}
@media print, screen and (max-width: 1024px) {
  .icon-none:before {
    width: 16px;
    height: 16px;
  }
}
@media print, screen and (min-width: 1025px) {
  .icon-none:before {
    width: 20px;
    height: 20px;
  }
}

@media print, screen and (max-width: 1024px) {
  .functionalTable_head_cat {
    width: 75px;
  }
}
@media print, screen and (min-width: 1025px) {
  .functionalTable_head_cat {
    width: 175px;
  }
}

@media print, screen and (max-width: 1024px) {
  .functionalTable_head_explan {
    width: 140px;
  }
}
@media print, screen and (min-width: 1025px) {
  .functionalTable_head_explan {
    width: 380px;
  }
}

@media print, screen and (max-width: 1024px) {
  .functionalTable_head_dServer,
  .functionalTable_head_eServer,
  .functionalTable_head_data,
  .functionalTable_head_cTeam,
  .functionalTable_head_cEnterprise {
    width: 74px;
  }
}
@media print, screen and (min-width: 1025px) {
  .functionalTable_head_dServer,
  .functionalTable_head_eServer,
  .functionalTable_head_data,
  .functionalTable_head_cTeam,
  .functionalTable_head_cEnterprise {
    width: 162px;
  }
}

@media print, screen and (max-width: 1024px) {
  .functionalTable_head_lang {
    width: 24.5901639344%;
  }
}
@media print, screen and (min-width: 1025px) {
  .functionalTable_head_lang {
    width: 283px;
  }
}

@media print, screen and (max-width: 1024px) {
  .functionalTable_head_cBuild,
  .functionalTable_head_cloud,
  .functionalTable_head_sever {
    width: 25.9016393443%;
  }
}
@media print, screen and (min-width: 1025px) {
  .functionalTable_head_cBuild,
  .functionalTable_head_cloud,
  .functionalTable_head_sever {
    width: 260px;
  }
}

.functionalTable_line:nth-child(2n-1) {
  background-color: #F8F8F8;
}

.functionalTable_line_overview {
  line-height: 1.5;
  overflow-wrap: break-word;
  font-weight: 500;
}
@media print, screen and (max-width: 1024px) {
  .functionalTable_line_overview {
    padding: 6px 8px;
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .functionalTable_line_overview {
    padding: 10px 14px;
    font-size: 1.4rem;
  }
}

.functionalTable_line_item {
  text-align: center;
  vertical-align: middle;
  overflow-wrap: break-word;
}
@media print, screen and (max-width: 1024px) {
  .functionalTable_line_item {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .functionalTable_line_item {
    font-size: 1.4rem;
  }
}

@media print, screen and (max-width: 1024px) {
  .functionalTableAnn {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 1025px) {
  .functionalTableAnn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.3rem;
  }
}
.functionalNode_a > .functionalTableAnn:nth-child(1) {
  margin-bottom: 20px;
}
.functionalTableWrap + .functionalTableAnn {
  margin-top: 20px;
}

.conversion {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  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;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfo {
    -webkit-box-flex: 920px;
        -ms-flex: 920px 0 1;
            flex: 920px 0 1;
    padding: 62px 0 40px;
  }
}

@media print, screen and (max-width: 1024px) {
  .conversionInfo_lede {
    text-align: center;
  }
}
@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_content {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfo_content {
    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;
    gap: 20px;
    margin-top: 40px;
  }
}

@media print, screen and (max-width: 1024px) {
  .conversionInfoButtons {
    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) {
  .conversionInfoButtons {
    -webkit-box-flex: 360px;
        -ms-flex: 360px 0 1;
            flex: 360px 0 1;
  }
}

.conversionInfoButtons_node-download, .conversionInfoButtons_node-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) {
  .conversionInfoButtons_node-download, .conversionInfoButtons_node-contact {
    height: 48px;
    border-radius: 4px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfoButtons_node-download, .conversionInfoButtons_node-contact {
    height: 65px;
    border-radius: 6px;
    font-size: 2rem;
  }
}
.conversionInfoButtons_node-download:after, .conversionInfoButtons_node-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;
}

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

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

.conversionInfoPartner {
  position: relative;
  background-color: #F5F5F5;
  border: 1px solid #ADC0D5;
  border-radius: 10px;
}
@media print, screen and (max-width: 1024px) {
  .conversionInfoPartner {
    width: 100%;
    margin-top: 25px;
    padding: 12px 15px;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfoPartner {
    -webkit-box-flex: 540px;
        -ms-flex: 540px 0 1;
            flex: 540px 0 1;
    padding: 14px 74px;
  }
}
.conversionInfoPartner:before, .conversionInfoPartner:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 117px;
  background-size: 100%;
}
@media print, screen and (max-width: 1024px) {
  .conversionInfoPartner:before, .conversionInfoPartner:after {
    content: none;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfoPartner:before, .conversionInfoPartner:after {
    content: "";
  }
}
.conversionInfoPartner:before {
  left: 15px;
  background-image: url(../images/icon-branch_left.svg);
}
.conversionInfoPartner:after {
  right: 15px;
  background-image: url(../images/icon-branch_right.svg);
}

.conversionInfoPartner_title {
  font-weight: 700;
  color: #114783;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 1024px) {
  .conversionInfoPartner_title {
    position: relative;
    padding: 15px 33px;
    text-align: center;
  }
}
.conversionInfoPartner_title:before, .conversionInfoPartner_title:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: 78px;
  background-size: 100%;
}
@media print, screen and (max-width: 1024px) {
  .conversionInfoPartner_title:before, .conversionInfoPartner_title:after {
    content: "";
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfoPartner_title:before, .conversionInfoPartner_title:after {
    content: none;
  }
}
.conversionInfoPartner_title:before {
  background-image: url(../images/icon-branch_left.svg);
}
@media print, screen and (max-width: 1024px) {
  .conversionInfoPartner_title:before {
    left: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfoPartner_title:before {
    left: 15px;
  }
}
.conversionInfoPartner_title:after {
  background-image: url(../images/icon-branch_right.svg);
}
@media print, screen and (max-width: 1024px) {
  .conversionInfoPartner_title:after {
    right: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfoPartner_title:after {
    right: 15px;
  }
}

.conversionInfoPartner_text {
  margin-top: 6px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.conversionInfoPartner_link {
  position: relative;
  display: inline-block;
  margin-top: 8px;
  margin-right: 14px;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #126ED3;
  text-decoration: underline;
}
.conversionInfoPartner_link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url(../images/icon-blank.svg);
  background-size: 100%;
}
@media print, screen and (max-width: 1024px) {
  .conversionInfoPartner_link:after {
    margin-left: 4px;
  }
}
@media print, screen and (min-width: 1025px) {
  .conversionInfoPartner_link:after {
    position: absolute;
    top: 6px;
    right: -17px;
  }
}
@media (hover: hover) {
  .conversionInfoPartner_link:hover {
    text-decoration: none;
  }
}

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

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

.support_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 18px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 18px 0px;
}
@media print, screen and (max-width: 1024px) {
  .support_lists {
    gap: 20px;
    margin-top: 20px;
    padding: 30px 15px;
    border-radius: 12px;
  }
}
@media print, screen and (min-width: 1025px) {
  .support_lists {
    gap: 15px;
    margin-top: 40px;
    padding: 30px 40px;
    border-radius: 15px;
  }
}

@media print, screen and (min-width: 1025px) {
  .support_lists_node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.support_lists_node:first-child {
  padding: 0;
}
.support_lists_node:last-child {
  padding-bottom: 0;
}

@media print, screen and (min-width: 1025px) {
  .supportListsTitle {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 188px;
            flex: 0 1 188px;
  }
}

.supportListsLeft {
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .supportListsLeft {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 1025px) {
  .supportListsLeft {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 405px;
            flex: 0 1 405px;
    margin-left: 20px;
    padding: 12px 20px;
    background-color: #F8F8F8;
  }
}
.supportListsLeft:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
@media print, screen and (max-width: 1024px) {
  .supportListsLeft:after {
    bottom: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #126ed3;
    border-bottom: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  .supportListsLeft:after {
    top: 50%;
    right: -33px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #126ed3;
    border-right: 0;
  }
}
.head .supportListsLeft {
  padding: 0;
  background: none;
}
.head .supportListsLeft:after {
  content: none;
}
.supportListsLeft img {
  width: 100%;
}

@media print, screen and (max-width: 1024px) {
  .supportListsRight {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .supportListsRight {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 405px;
            flex: 0 1 405px;
    margin-left: 42px;
    padding: 12px 20px;
    background-color: #F2F8FD;
  }
}
@media print, screen and (min-width: 1025px) {
  .head .supportListsRight {
    padding: 0;
    background: none;
  }
}
.supportListsRight img {
  width: 100%;
}

.supportListsHead {
  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: 100%;
  height: 40px;
  border-radius: 10px 10px 0 0;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
}
.supportListsLeft .supportListsHead {
  background-color: #BBBCBC;
}
.supportListsRight .supportListsHead {
  background-color: #126ED3;
}

.supportListsTitleStr {
  line-height: 1.5;
  font-weight: 700;
}
@media print, screen and (max-width: 1024px) {
  .supportListsTitleStr {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .supportListsTitleStr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background-color: #53565A;
    border-radius: 10px 0 0 10px;
    font-size: 1.6rem;
    color: #fff;
  }
}

@media print, screen and (max-width: 1024px) {
  .supportListsHeadText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 4px 12px;
    border-radius: 6px 6px 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
  }
}
@media print, screen and (max-width: 1024px) {
  .supportListsLeft .supportListsHeadText {
    background-color: #BBBCBC;
  }
}
@media print, screen and (max-width: 1024px) {
  .supportListsRight .supportListsHeadText {
    background-color: #126ED3;
  }
}

@media print, screen and (max-width: 1024px) {
  .supportListsText {
    padding: 10px 12px;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 0 0 6px 6px;
  }
}
@media print, screen and (min-width: 1025px) {
  .supportListsText {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media print, screen and (max-width: 1024px) {
  .supportListsLeft .supportListsText {
    background-color: #F8F8F8;
  }
}
@media print, screen and (max-width: 1024px) {
  .supportListsRight .supportListsText {
    background-color: #F2F8FD;
  }
}

.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;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 18px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 18px 0px;
}
@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 {
  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: #126ED3;
}
@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;
  }
}

.faqComment {
  position: relative;
}
@media print, screen and (max-width: 1024px) {
  .faqComment {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 1025px) {
  .faqComment {
    padding-top: 100px;
  }
}
.faqComment:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/icon-3d_arrow.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (max-width: 1024px) {
  .faqComment:after {
    top: 15px;
    width: 40px;
    height: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .faqComment:after {
    top: 30px;
    width: 60px;
    height: 40px;
  }
}

.faqComment_text {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 1024px) {
  .faqComment_text {
    font-size: 1.6rem;
    line-height: 2.4;
  }
}
@media print, screen and (min-width: 1025px) {
  .faqComment_text {
    font-size: 2.4rem;
    line-height: 2.4;
  }
}
.faqComment_text span {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 50%;
}
@media print, screen and (max-width: 1024px) {
  .faqComment_text span {
    padding-bottom: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(90%, #FFD476));
    background: linear-gradient(transparent 92%, #FFD476 90%);
  }
}
@media print, screen and (min-width: 1025px) {
  .faqComment_text span {
    padding-bottom: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(90%, #FFD476));
    background: linear-gradient(transparent 92%, #FFD476 90%);
  }
}

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

.contact_lede {
  text-align: center;
}

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