@charset "UTF-8";
.gradation_color_fill, .home__plan .btn-area .btn-more.--main, .conversion-bnr .btn-conversion, .home__function .btn-area .btn-more.--main, .main-visual .mv__btn-area .btn-mv.--main, .conversion__item-btn.--main, .header__btn a.btn__cv-start {
  text-shadow: 0 0 3px #2daae5;
  background: linear-gradient(170deg, #45c3ff, #2daae5);
}

.gradation_color_fill, .home__plan .btn-area .btn-more.--main, .conversion-bnr .btn-conversion, .home__function .btn-area .btn-more.--main, .main-visual .mv__btn-area .btn-mv.--main, .conversion__item-btn.--main, .header__btn a.btn__cv-start {
  text-shadow: 0 0 3px #2daae5;
  background: linear-gradient(170deg, #45c3ff, #2daae5);
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  /* for mozilla: always display scrollbar */
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  font-display: swap;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table,
th,
td,
tbody,
tfoot,
thead,
object,
iframe,
code,
fieldset,
legend,
caption,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale→ */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  form,
  fieldset,
  input,
  textarea,
  p,
  blockquote,
  table,
  th,
  td,
  tbody,
  tfoot,
  thead,
  object,
  iframe,
  code,
  fieldset,
  legend,
  caption,
  article,
  aside,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  audio,
  video,
  canvas {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
address,
caption,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  font-size: 1.5rem;
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.5;
}

img,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

figure {
  text-align: center;
}

br {
  letter-spacing: normal;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

a {
  text-decoration: none;
  transition: all 0.25s ease-out;
  display: inline-block;
  color: inherit;
}

/* default */
html {
  font-size: 62.5%;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
}
[class^=icon-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-]:before {
  font-family: "icons";
}

.icon-clock:before {
  content: "\e94e";
}

.icon-link:before {
  content: "\e9cb";
}

.icon-info:before {
  content: "\ea0c";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-loop:before {
  content: "\ea2d";
}

.icon-arrow-right:before {
  content: "\ea34";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-times-circle:before {
  content: "\ea0d";
}

.pc {
  display: none;
}

@media only screen and (min-width: 960px ) {
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
body {
  background: #fff;
  font-size: 1.6rem;
  color: #333;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", sans-serif;
}

.section__inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (min-width: 560px ) {
  .section__inner {
    padding: 0 70px;
    max-width: 1360px;
  }
}

a,
a::before,
a::after {
  transition: all 0.25s ease-out;
}

.svg-sns-frame {
  fill: rgba(255, 255, 255, 0);
}

br.sp {
  display: none;
}
@media only screen and (max-width: 559px ) {
  br.sp {
    display: inherit;
  }
}

.slider {
  opacity: 0;
  transition: all 0.25s ease-out;
}
.slider.slick-initialized {
  opacity: 1;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  z-index: 2;
  background: #fcfcfc;
}

html.side-open {
  overflow: hidden;
}

.side-open .wrapper,
.side-open .overlay {
  transform: translate3d(-300px, 0, 0);
}

/* overlay */
.overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
  z-index: 3;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
}

/* side_menu */
.side-nav {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  padding-top: 70px;
  background: #fff;
  z-index: 1;
  overflow-y: scroll;
}
.side-open .side-nav {
  right: 0;
}
@media screen and (min-width: 1261px) {
  .side-nav {
    display: none;
  }
}
.side-nav .nav_ul {
  width: 100%;
  height: 70%;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
.side-nav .nav_ul li + li {
  margin-top: 0.25em;
}
.side-nav .nav_ul li a {
  padding: 0.5em 1em 0.5em 1.5em;
  display: block;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.side-nav .nav_ul li.has_child {
  cursor: pointer;
}
.side-nav .nav_ul li.has_child:not(.sp-no-child) > a {
  position: relative;
}
.side-nav .nav_ul li.has_child:not(.sp-no-child) > a::after {
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.4em;
  content: "";
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  transform: rotate(45deg);
}
.side-nav .nav_ul li.has_child:not(.sp-no-child) > a.active::after {
  transform: rotate(225deg);
}
.side-nav .nav_ul li .nav--child {
  padding-left: 1em;
  list-style: none;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.25s ease-out;
}
.side-nav .nav_ul li .nav--child li {
  font-size: 1.4rem;
}
.side-nav .nav_ul li:not(.sp-no-child) .active + .nav--child {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  height: fit-content;
  opacity: 1;
  background: #f5f5f5;
}

/* humberger_btn */
.side-menu-btn {
  position: fixed;
  top: 19px;
  right: 10px;
  width: 32px;
  height: 32px;
  padding: 5px;
  cursor: pointer;
  z-index: 4;
}
@media (hover: hover) {
  .side-menu-btn:hover .top {
    transform: translateY(-2px);
  }
  .side-menu-btn:hover .bot {
    transform: translateY(2px);
  }
}
@media screen and (min-width: 1261px) {
  .side-menu-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .side-menu-btn {
    top: 44px;
  }
}

.ellipsis-v {
  position: relative;
  display: block;
  cursor: pointer;
  width: 22px;
  height: 22px;
  background: none;
  border: none;
  appearance: none;
  outline: none;
}
.ellipsis-v .point {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #333;
  transition: all 0.3s;
}
.ellipsis-v .point.top {
  top: 0;
}
.ellipsis-v .point.mid {
  top: 0;
  bottom: 0;
}
.ellipsis-v .point.bot {
  bottom: 0;
}

.side-open .side-menu-btn {
  top: 10px;
}
.side-open .side-menu-btn .top {
  width: 30px;
  height: 1px;
  transform-origin: left top;
  transform: rotate(45deg);
}
.side-open .side-menu-btn .mid {
  opacity: 0;
}
.side-open .side-menu-btn .bot {
  width: 30px;
  height: 1px;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}

.header {
  position: fixed;
  width: 100%;
  z-index: 500;
}
.header__inner {
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 2px rgba(100, 100, 100, 0.5);
}
.header__nav-area {
  display: flex;
  align-items: center;
  gap: 1.4285714286vw;
}
.header__logo img {
  max-width: 190px;
}
.header__global-nav .nav_ul {
  display: flex;
  gap: 1.0714285714vw;
  font-size: 1.4rem;
}
.header__global-nav .nav_item {
  cursor: pointer;
}
.header__global-nav .nav_item a {
  padding: 0.25em 0.5em;
  font-weight: bold;
}
@media (hover: hover) {
  .header__global-nav .nav_item a:hover {
    opacity: 0.5;
  }
}
.header__global-nav .nav_item.has_child {
  position: relative;
}
.header__global-nav .nav_ul > .has_child > .nav--child {
  position: absolute;
  left: -1em;
  padding: 0 30px;
  width: 280px;
  height: 0;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.25s ease-out;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.header__global-nav .nav_ul > .has_child > .nav--child:has(.nav-cat-title) {
  width: 700px;
}
.header__global-nav .nav_ul > .has_child > .nav--child.is-open {
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
  max-height: calc(100vh - 100px);
  overflow: auto;
  opacity: 1;
  z-index: 500;
}
.header__global-nav .nav_ul > .has_child > .nav--child > .nav_item.nav-cat-title > a {
  position: relative;
  display: block;
  margin-bottom: 1em;
  padding-left: 0;
  font-size: 1.5rem;
  color: #f0675a;
  border-bottom: 2px solid #eee;
  cursor: default;
}
@media (hover: hover) {
  .header__global-nav .nav_ul > .has_child > .nav--child > .nav_item.nav-cat-title > a:hover {
    opacity: 1;
  }
}
.header__global-nav .nav_ul > .has_child > .nav--child > .nav_item.nav-cat-title > a::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 2em;
  height: 2px;
  content: "";
  background: currentColor;
}
.header__global-nav .nav_ul > .has_child > .nav--child > .nav_item + .nav_item {
  margin-top: 1.5em;
}
.header__global-nav .nav--child > .has_child > .nav--child {
  display: flex;
  flex-wrap: wrap;
}
.header__global-nav .nav--child > .has_child > .nav--child .nav_item {
  margin-right: 1em;
}
.header__cv-area {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__btn a {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 10px;
}
@media (hover: hover) {
  .header__btn a:hover {
    transform: scale(0.98);
    opacity: 0.5;
  }
}
.header__btn a.btn__cv-start {
  padding: calc(0.75em + 2px) 0.75em;
  color: #fff;
}
.header__btn a.btn__cv-contact {
  padding: 0.75em;
  color: #f0675a;
  background: #fff;
  border: 2px solid currentColor;
}
.header .searchform {
  display: flex;
  align-items: center;
  gap: 0.25em;
  padding: 2px;
  width: 34px;
  font-size: 1.3rem;
  border: 1px solid;
  border-color: rgba(204, 204, 204, 0);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.header .searchform__toggle-btn {
  font-size: 2rem;
  padding: 0.2em;
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
}
.header .searchform__toggle-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.header .searchform__input {
  flex: 1;
  width: 100%;
}
.header .searchform.is-open {
  width: 180px;
  border-color: #cccccc;
  background: white;
}
@media screen and (min-width: 1261px) and (max-width: 1362px) {
  .header .nav_ul {
    gap: 0.6vw;
    font-size: 1.3rem;
  }
  .header__btn a {
    font-size: 1.3rem;
  }
  .header .searchform.is-open {
    width: 120px;
  }
}
@media screen and (max-width: 1260px) {
  .header__global-nav {
    display: none;
  }
  .header__cv-area {
    padding-right: 26px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 42px 1em 4px;
  }
  .header__logo img {
    max-width: 150px;
  }
  .header__cv-area {
    padding-right: 32px;
  }
  .header__btn {
    position: absolute;
    top: 0;
    width: 50%;
  }
  .header__btn01 {
    left: 0;
  }
  .header__btn02 {
    right: 0;
  }
  .header__btn a {
    padding: 0.75em 1.25em;
    width: 100%;
    font-size: 1.4rem;
    border-radius: 0;
  }
  .header .searchform.is-open {
    width: 150px;
  }
}
@media screen and (max-width: 374px) {
  .header__btn a {
    font-size: 1.1rem;
  }
  .header__btn a.btn__cv-start {
    padding: calc(1em + 2px) 0.75em;
  }
  .header__btn a.btn__cv-contact {
    padding: 1em 0.75em;
  }
}

.section__title {
  margin-bottom: 0.75em;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.25;
}
@media only screen and (min-width: 960px ) {
  .section__title {
    font-size: 4rem;
  }
}

.section__copy {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 960px ) {
  .section__copy {
    font-size: 3rem;
  }
}

.btn-area {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.btn-area .btn-more {
  padding: 1em;
  width: 100%;
  max-width: 300px;
  color: #f0675a;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 2px solid currentColor;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .btn-area .btn-more:hover {
    transform: scale(0.98);
    opacity: 0.5;
  }
}

.btn-sub {
  padding: 0.75em 1.5em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  border: 2px solid #333;
  border-radius: 12px;
}

.news-list .news-item + .news-item {
  margin-top: 0.25em;
}
.news-list .news-item a {
  position: relative;
  padding: 0.75em 0;
  display: block;
}
.news-list .news-item a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background: #ccc;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .news-list .news-item a:hover::before {
    width: 100%;
  }
}
.news-list .news-item time {
  display: block;
  font-size: 1.2rem;
  color: #999;
}
.news-list .news-item__title {
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 559px ) {
  .news-list .news-item time {
    margin-bottom: 0.25em;
  }
}
@media only screen and (min-width: 560px ) {
  .news-list .news-item a {
    display: flex;
    align-items: center;
    gap: 1.5em;
  }
  .news-list .news-item time {
    width: 5em;
  }
  .news-list .news-item__title {
    flex: 1;
  }
}

.conversion__item-btn {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 12px;
}
.conversion__item-btn.--main {
  padding: 1em;
  max-width: 300px;
  color: #fff;
  font-size: 1.6rem;
}
@media only screen and (min-width: 560px ) {
  .conversion__item-btn.--main {
    font-size: 1.8rem;
  }
}

.conversion {
  position: relative;
  margin-top: 80px;
  padding: 40px 0;
}
.conversion::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #f6f5f5;
  z-index: -1;
}
.conversion__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.conversion__item-main a {
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .conversion__item-main a:hover {
    transform: scale(0.98);
    opacity: 0.5;
  }
}
.conversion__item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
.conversion__item-icon {
  width: 2.75em;
  padding: 10px;
  background: #f3f5f7;
  border-radius: 50%;
}
.conversion__item-text {
  margin-top: 0.75em;
  text-align: center;
}
.conversion .conversion__item-btn {
  margin: 1.25em auto 0;
}
.conversion__item-main {
  width: 100%;
}
.conversion__item-main .conversion__item-title {
  font-size: 2rem;
}
.conversion__item-sub {
  flex: 1;
}
.conversion__item-sub a {
  display: block;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .conversion__item-sub a:hover {
    transform: scale(0.98);
    opacity: 0.5;
  }
}
.conversion__item-sub .conversion__item-btn {
  padding: 0.6em 1em;
  background: #fff;
  border: solid 2px #333;
  border-radius: 10px;
}
@media screen and (max-width: 438px) {
  .conversion__item-sub {
    flex: inherit;
    width: 100%;
  }
  .conversion__item-sub .conversion__item-btn {
    margin: 0;
  }
}
@media screen and (max-width: 634px) {
  .conversion__item-sub .conversion__item-title,
  .conversion__item-sub .conversion__item-text {
    display: none;
  }
  .conversion__item-sub .conversion__item-btn {
    padding: 0.8em 1em;
    font-size: 14px;
  }
}
@media screen and (min-width: 635px) {
  .conversion {
    padding: 60px 0;
  }
  .conversion__list {
    gap: 24px;
  }
  .conversion__item-sub a {
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
  }
  .conversion__item-title {
    gap: 20px;
  }
  .conversion__item-icon {
    width: 2.75em;
  }
  .conversion__item-main .conversion__item-title {
    font-size: 2.6rem;
  }
  .conversion__item-sub .conversion__item-title {
    font-size: 2rem;
  }
  .conversion__item-sub .conversion__item-btn {
    max-width: 150px;
    font-size: 14px;
  }
  .conversion__item-sub.conversion__item-resister .conversion__item-btn {
    max-width: inherit;
    width: fit-content;
  }
}
@media only screen and (min-width: 960px ) {
  .conversion {
    margin-top: 120px;
  }
}

.footer {
  background: #3c494f;
}
.footer__inner {
  margin: 0 auto;
  padding: 30px 20px;
  width: 100%;
  max-width: 1460px;
}
.footer-nav {
  display: flex;
  justify-content: center;
  gap: 0.25em 0.75em;
  font-size: 1.4rem;
  color: #fff;
}
.footer-nav li a {
  position: relative;
}
.footer-nav li a::after {
  position: absolute;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  background: #fff;
  opacity: 0.7;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .footer-nav li a:hover::after {
    width: 100%;
  }
}
.footer-nav li:not(:last-child) {
  border-right: 1px solid #fff;
}
.footer-nav li:not(:last-child) a {
  margin-right: 0.75em;
}
.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
@media (hover: hover) {
  .footer__sns a:hover {
    transform: scale(0.98);
    opacity: 0.5;
  }
}
.footer__sns img {
  width: 26px;
}
.footer .copyright {
  margin-top: 60px;
  color: #fff;
}
@media only screen and (max-width: 559px ) {
  .footer__sns {
    margin-top: 1.5em;
  }
  .footer .copyright {
    font-size: 1.2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 560px ) {
  .footer__inner {
    padding: 40px 30px;
  }
  .footer__nav-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
  }
  .footer-nav {
    justify-content: left;
    gap: 0.25em 1em;
    font-size: 1.6rem;
  }
  .footer-nav li:not(:last-child) a {
    margin-right: 1em;
  }
  .footer__sns {
    justify-content: right;
  }
  .footer .copyright {
    margin-top: 36px;
  }
}

.main-visual {
  position: relative;
  padding-top: 82px;
}
.main-visual__inner {
  padding: 40px 6vw 30px;
  width: 100%;
  max-width: 1420px;
}
.main-visual .main-copy {
  text-align: center;
}
.main-visual .main-copy__heading {
  margin-bottom: 0.25em;
  display: block;
  font-size: max(4vw, 3rem);
  font-size: clamp(1.8rem, 5.4166666667vw, 3.2rem);
  font-weight: bold;
  color: #444;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.main-visual .main-copy:has(.main-copy__logo) .main-copy__heading {
  font-size: 2rem;
}
.main-visual .main-copy__logo {
  display: block;
}
.main-visual .main-copy__logo img {
  width: 100%;
  max-width: 280px;
}
.main-visual .sub-copy {
  margin-top: 1.25em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #666;
  text-align: center;
}
.main-visual:has(.main-copy__logo) .sub-copy {
  margin-top: 0.5em;
}
.main-visual .mv__btn-area {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.main-visual .mv__btn-area .btn-mv {
  padding: 0.75em;
  width: 100%;
  max-width: 320px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .main-visual .mv__btn-area .btn-mv:hover {
    transform: scale(0.98);
    opacity: 0.5;
  }
}
.main-visual .mv__btn-area .btn-mv.--main {
  color: #fff;
}
.main-visual .mv__btn-area .btn-mv.--sub {
  color: #f0675a;
  border: 2px solid currentColor;
}
.main-visual .mv__facility-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 5px;
  margin-top: 30px;
}
.main-visual .mv__facility-list .mv__facility-item figure {
  display: flex;
  flex-wrap: wrap;
  padding: 5%;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.main-visual .mv__facility-list .mv__facility-item figure img {
  margin: 0 auto;
  width: 32%;
  min-width: 30px;
}
.main-visual .mv__facility-list .mv__facility-item figure figcaption {
  margin-top: 0.5em;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.2;
}
.main-visual .mv__img {
  position: relative;
  width: 90%;
  max-width: 500px;
  height: fit-content;
}
.main-visual .mv__img.sp {
  margin: 1em auto 0;
}
.main-visual .mv__img--pc {
  width: 100%;
}
.main-visual .mv__img--pc img {
  width: 100%;
}
.main-visual .mv__img--sp {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 26%;
}
.main-visual .mv__foot-contents {
  position: relative;
  margin-top: 40px;
  transition: all 0.25s ease-out;
}
.main-visual .mv__foot-contents:not(:has(.slick-initialized)) {
  opacity: 0;
}
.main-visual .mv-news {
  position: absolute;
  right: -6vw;
  bottom: 0;
  padding: 0.6em 1em;
  display: flex;
  align-items: center;
  gap: 1em 20px;
  width: 92%;
  max-width: 472px;
  background: #fff;
  border-radius: 12px 0 0 12px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.08));
  z-index: 1;
}
.main-visual .mv-news__title {
  padding: 0.5em 1.5em 0.5em 0;
  font-size: 1.4rem;
  color: #f0675a;
  letter-spacing: 0.125em;
  border-right: 1px solid #c1c1c1;
}
.main-visual .mv-news__list {
  flex: 1;
  font-size: 1.2rem;
}
.main-visual .mv-news__item {
  width: 100% !important;
}
.main-visual .mv-news__item a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (hover: hover) {
  .main-visual .mv-news__item a:hover {
    opacity: 0.5;
  }
}
.main-visual .mv-scroll__wrapper {
  width: 13%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.06));
  transform: translateX(-3vw);
}
.main-visual .mv-scroll {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-visual .mv-scroll::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 60%;
  content: "";
  background: #333;
}
.main-visual .mv-scroll::after {
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  margin: auto;
  width: 5px;
  aspect-ratio: 1/1;
  content: "";
  background: #333;
  border-radius: 50%;
  animation: mvScroll 2s cubic-bezier(0, 0, 0.38, 0.97) infinite;
}
@media only screen and (min-width: 560px ) and (max-width: 959px ) {
  .main-visual .mv__facility-list {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 960px ) {
  .main-visual {
    padding-top: 72px;
  }
  .main-visual__inner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    padding: 36px 5vw 55px;
    min-height: calc(90vh - 80px);
  }
  .main-visual .catchcopy {
    width: 48%;
  }
  .main-visual .mv__img {
    flex: 1;
    width: 100%;
    max-width: inherit;
  }
  .main-visual .main-copy {
    text-align: left;
  }
  .main-visual .main-copy__heading {
    margin-bottom: 0;
    font-size: clamp(2.6rem, 2.7333333333vw, 3.8rem);
  }
  .main-visual .main-copy:has(.main-copy__logo) .main-copy__heading {
    font-size: clamp(2.6rem, 2vw, 3.2rem);
  }
  .main-visual .main-copy__logo img {
    max-width: 480px;
  }
  .main-visual .sub-copy {
    font-size: 1.6rem;
    text-align: left;
  }
  .main-visual .mv__btn-area {
    margin-top: 40px;
    justify-content: left;
  }
  .main-visual .mv__btn-area .btn-mv {
    flex: 1;
    max-width: 240px;
  }
  .main-visual .mv__btn-area .btn-mv.--main {
    max-width: 240px;
  }
  .main-visual .mv__btn-area .btn-mv.--sub {
    max-width: 200px;
  }
  .main-visual .mv__facility-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    max-width: 95%;
    min-width: 380px;
  }
  .main-visual .mv__facility-list .mv__facility-item {
    width: calc((100% - 15px) / 4);
  }
  .main-visual .mv__facility-list .mv__facility-item figure figcaption {
    font-size: clamp(10px, 0.8vw, 12px);
  }
  .main-visual .mv__foot-contents {
    position: inherit;
    margin-top: 0;
  }
  .main-visual .mv-news {
    position: absolute;
    right: 0;
    bottom: -40px;
    padding: 20px;
    width: 96%;
  }
  .main-visual .mv-news__title {
    padding: 0.5em 1.5em 0.5em 0;
    font-size: 1.4rem;
  }
  .main-visual .mv-scroll__wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 60px;
    width: 10%;
    max-width: 130px;
    min-width: 70px;
    aspect-ratio: 1/1;
    transform: translateY(50%);
  }
  .main-visual .mv-scroll::after {
    width: 7px;
    animation: mvScroll 2.2s cubic-bezier(0, 0, 0.38, 0.97) infinite;
  }
}
@media only screen and (min-width: 960px ) and (prefers-reduced-motion: reduce) {
  .main-visual .mv-scroll::after {
    animation: mvScroll 2.2s cubic-bezier(0, 0, 0.38, 0.97) infinite;
  }
}
@media screen and (min-width: 1700px) {
  .main-visual__inner {
    max-width: 1600px;
    min-height: calc(90vh - 140px);
  }
}

@keyframes mvScroll {
  0% {
    opacity: 1;
    top: 20%;
  }
  45% {
    opacity: 1;
    top: 75%;
  }
  70% {
    opacity: 0;
    top: 75%;
  }
  100% {
    opacity: 0;
    top: 20%;
  }
}
.home__numerical {
  margin: 0 auto 20px;
}
@media only screen and (min-width: 960px ) {
  .home__numerical {
    margin: 90px auto 20px;
  }
}

.numerical-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
.numerical-list .numerical-item {
  padding: 14px 14px 14px;
  width: 50%;
  text-align: center;
}
.numerical-list .numerical-item p {
  color: #f0675a;
  font-size: 1.4rem;
  font-weight: bold;
}
.numerical-list .numerical-item__counter {
  margin-top: 0.3em;
  color: #222;
  font-weight: bold;
  line-height: 1;
}
.numerical-list .numerical-item__counter .counter {
  font-size: 4.4rem;
  letter-spacing: -0.01em;
}
.numerical-list .numerical-item__counter .counter small {
  display: inline-block;
  margin-left: 2px;
  font-size: 50%;
  transform: translateY(-2px);
}
@media screen and (max-width: 959px) {
  .numerical-list .numerical-item {
    border-bottom: 1px solid #ccc;
  }
  .numerical-list .numerical-item:nth-child(2n+1) {
    border-right: 1px solid #ccc;
  }
  .numerical-list .numerical-item:nth-last-child(1), .numerical-list .numerical-item:nth-last-child(2) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 960px ) {
  .numerical-list .numerical-item {
    flex: 1;
  }
  .numerical-list .numerical-item p {
    font-size: 1.5rem;
  }
  .numerical-list .numerical-item:not(:last-child) {
    border-right: 1px solid #ccc;
  }
  .numerical-list .numerical-item__counter {
    margin-top: 0.5em;
  }
  .numerical-list .numerical-item__counter .counter {
    font-size: 7.2rem;
  }
}

.home__user-company {
  margin: 30px 0 25px;
}
@media only screen and (min-width: 960px ) {
  .home__user-company {
    margin: 30px 0;
  }
}

.user-company__list li {
  background-color: #fcfcfc;
}

.user-company-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--base-width, 200px);
  aspect-ratio: 3/1;
  background-color: inherit;
}
.user-company-item img {
  width: 100%;
  max-width: var(--base-width, 200px);
  min-width: 60px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 559px ) {
  .user-company-item {
    width: calc(var(--base-width, 200px) * 0.75);
  }
  .user-company-item img {
    max-width: calc(var(--base-width, 200px) * 0.75);
  }
}

/* $feature_gradient_color_01: rgb(244, 242, 241); // 最初の色
$feature_gradient_color_02: rgb(252, 251, 248); // 中間色1
$feature_gradient_color_03: rgb(255, 255, 255); // 中間色2
$feature_gradient_color_04: rgb(244, 242, 241); // 最後の色 */
.home__feature {
  position: relative;
}
.home__feature__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  --gradient-offset: 0;
  background: linear-gradient(210deg, #f6f5f5 calc(0% - var(--gradient-offset) * 1%), #f6f5f5 calc(30% - var(--gradient-offset) * 1%), #f6f5f5 calc(50% - var(--gradient-offset) * 1%), #f6f5f5 calc(80% - var(--gradient-offset) * 1%), #f6f5f5 calc(106% - var(--gradient-offset) * 1%), #f6f5f5 calc(140% - var(--gradient-offset) * 1%), #f6f5f5 calc(200% - var(--gradient-offset) * 1%));
  opacity: 1;
  transition: all 0.5s ease-out;
}
.home__feature.grad-item01 {
  color: #3b341b;
}
.home__feature.grad-item02 {
  color: #2f1b1b;
}
.home__feature.grad-item03 {
  color: #202e37;
}
.home__feature .feature__text-area {
  padding: 80px 0;
}
.home__feature .feature__text-area .feature-item + .feature-item {
  padding-top: 80px;
}
.home__feature .feature-item__img--sp {
  margin: 5vw 0;
}
.home__feature .feature-item__img--sp img {
  width: 100%;
  max-width: 420px;
}
.home__feature .feature__img-area {
  display: none;
}
.home__feature .feature-item__num {
  margin-bottom: 0.25em;
  font-size: 1.2rem;
  font-weight: bold;
}
.home__feature .feature-item__num .num {
  font-size: 1.6rem;
}
.home__feature .feature-item__title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.home__feature .feature-item__title br {
  display: none;
}
.home__feature .feature-item__text {
  margin-top: 1.5em;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media only screen and (min-width: 960px ) {
  .home__feature .feature-item__img--sp {
    display: none;
  }
  .home__feature .feature__inner {
    display: flex;
    justify-content: space-between;
    gap: 2vw;
  }
  .home__feature .feature__text-area {
    padding: 0;
    width: 50vw;
  }
  .home__feature .feature__text-area .feature-item + .feature-item {
    padding-top: 0;
  }
  .home__feature .feature__text-area .feature-item {
    display: flex;
    align-items: center;
    height: 100vh;
  }
  .home__feature .feature__text-area .feature-item__inner {
    transform: translateY(-1.75vw);
  }
  .home__feature .feature__img-area {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    width: 48vw;
    height: 100vh;
  }
  .home__feature .feature__img-area .feature-item {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: fit-content;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-out;
  }
  .home__feature .feature__img-area .feature-item.active {
    visibility: visible;
    opacity: 1;
  }
  .home__feature .feature-item__num {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
  .home__feature .feature-item__num .num {
    display: inline-block;
    margin-left: 0.15em;
    font-size: 1.8rem;
  }
  .home__feature .feature-item__title {
    font-size: clamp(2.6rem, 2.1333333333vw, 3.6rem);
  }
  .home__feature .feature-item__title br {
    display: inherit;
  }
}

.home__function {
  margin-top: 80px;
}
.home__function-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.home__function-item {
  width: 100%;
  border-radius: 20px;
}
.home__function .function-item__icon {
  margin-bottom: 1em;
}
.home__function .function-item__icon img {
  width: 90%;
  max-width: 200px;
}
.home__function .function-item__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.home__function .function-item__description {
  margin-top: 0.5em;
  font-size: 1.6rem;
  line-height: 1.6;
  word-break: break-all;
}
.home__function .btn-area {
  margin-top: 60px;
}
.home__function .btn-area .btn-more.--main {
  color: #fff;
  border: none;
}
@media only screen and (min-width: 560px ) {
  .home__function-list {
    gap: 10vw 4vw;
  }
  .home__function-item {
    width: calc((100% - 4vw) / 2);
  }
  .home__function .function-item__icon {
    margin-bottom: 1.5em;
  }
  .home__function .function-item__icon img {
    width: 90%;
  }
  .home__function .function-item__title {
    font-size: 1.6rem;
  }
  .home__function .function-item__description {
    margin-top: 1em;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 960px ) {
  .home__function {
    margin-top: 100px;
  }
  .home__function-list {
    margin-top: 80px;
    gap: 5vw 4vw;
  }
  .home__function-item {
    width: calc((100% - 12vw) / 4);
    border-radius: 20px;
  }
  .home__function .function-item__icon img {
    max-width: 180px;
  }
}

.conversion-bnr {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 auto;
  padding: 4px;
  max-width: 960px;
  border: 2px solid #1b94e0;
  border-radius: 12px;
  background: #F5F8FA;
}
.conversion-bnr.home__conversion-bnr {
  margin-top: 60px;
}
.conversion-bnr__text-area {
  padding: 10px 20px;
  width: 100%;
}
.conversion-bnr__img {
  width: 100%;
  aspect-ratio: 16/5;
  position: relative;
  overflow: hidden;
}
.conversion-bnr__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 5px 5px 0;
}
.conversion-bnr__img::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: calc(100% + 1px);
  height: 20%;
  content: "";
  background: #F5F8FA;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.conversion-bnr__btn-area {
  margin-top: 1em;
  text-align: center;
}
.conversion-bnr__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.conversion-bnr__title strong {
  display: inline-block;
  color: transparent;
  background: linear-gradient(170deg, #1B94E0, #84C7F0);
  background-clip: text;
}
.conversion-bnr__title br {
  display: none;
}
.conversion-bnr .btn-conversion {
  padding: 0.75em 1em;
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 12px;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .conversion-bnr .btn-conversion:hover {
    transform: scale(0.98);
    opacity: 0.5;
  }
}
@media only screen and (min-width: 960px ) {
  .conversion-bnr {
    flex-direction: inherit;
  }
  .conversion-bnr.home__conversion-bnr {
    margin-top: 100px;
  }
  .conversion-bnr__img {
    width: inherit;
    aspect-ratio: inherit;
    flex: 1;
  }
  .conversion-bnr__img::after {
    position: absolute;
    top: 0;
    bottom: inherit;
    left: -1px;
    width: 20%;
    height: calc(100% + 1px);
    content: "";
    background: #F5F8FA;
    clip-path: polygon(0 0, 1px 0, 100% 100%, 0 100%);
  }
  .conversion-bnr__text-area {
    padding: 24px 0 24px 30px;
    width: 43%;
  }
  .conversion-bnr__btn-area {
    margin-top: 1.75em;
    text-align: left;
  }
  .conversion-bnr__title {
    font-size: 4rem;
    text-align: left;
  }
  .conversion-bnr__title br {
    display: inherit;
  }
  .conversion-bnr .btn-conversion {
    padding: 0.75em 1em;
    max-width: 300px;
  }
}

.home__plan {
  margin-top: 80px;
}
@media only screen and (min-width: 960px ) {
  .home__plan {
    margin-top: 100px;
  }
}
.home__plan .btn-area {
  margin-top: 50px;
}
.home__plan .btn-area .btn-more.--main {
  color: #fff;
  border: none;
}

.plan-list {
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.plan-list .plan-item {
  padding: 1.6em 1.25em 1.25em;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: #fff;
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .plan-list .plan-item:has(.btn-sub:hover) {
    transform: scale(0.98);
    opacity: 0.5;
  }
}
.plan-list .plan-item__info {
  width: 100%;
}
.plan-list .plan-item__conversion {
  width: 100%;
}
.plan-list .plan-item__name {
  margin: 0 auto 1.45em;
  padding: 0.25em 0.5em 0.15em;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
  border-radius: 3px;
  background: #444;
}
.plan-list .plan-item__price {
  font-weight: bold;
  line-height: 1;
}
.plan-list .plan-item__price .num {
  font-size: 3.9rem;
  letter-spacing: -0.02em;
}
.plan-list .plan-item__price .unit {
  padding-left: 0.25em;
  font-size: 1.3rem;
}
.plan-list .plan-item__cycle {
  font-size: 1.1rem;
  color: #777;
}
.plan-list .plan-item__description {
  margin-top: 1em;
  font-size: 1.3rem;
  text-align: left;
}
.plan-list .plan-item__btn-area {
  margin-top: 1em;
}
.plan-list .plan-item__btn-area .btn-sub {
  width: 100%;
  background: #fff;
  color: #666;
  border-color: #666;
}
@media (hover: hover) {
  .plan-list .plan-item__btn-area .btn-sub:hover {
    background: #f5f5f5;
  }
}
.plan-list .plan-item.recommended {
  position: relative;
  border: 3px solid #ff8a8a;
  background: #fdfbfb;
}
.plan-list .plan-item.recommended::after {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "＼ おすすめ ／";
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff8a8a;
}
@media only screen and (max-width: 559px ) {
  .plan-list .plan-item {
    width: 100%;
    max-width: 280px;
  }
}
@media only screen and (min-width: 560px ) {
  .plan-list .plan-item {
    width: calc((100% - 24px) / 3);
    min-width: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .plan-list .plan-item {
    width: calc((100% - 48px) / 5);
    min-width: 200px;
  }
}

.home__solution {
  margin-top: 80px;
  /**
   **
   ** ソリューション
   **
   **/
}
.home__solution-list {
  margin-top: 40px;
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.home__solution-list__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F5F8FA;
}
.home__solution-item a {
  padding: 0.5em 1.25em 0.55em 0.75em;
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  height: 100%;
  min-height: 5.5em;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease-out;
}
@media (hover: hover) {
  .home__solution-item a:hover {
    transform: scale(0.98);
    opacity: 0.5;
  }
}
.home__solution .solution-item__icon {
  padding: 6px;
  max-width: 58px;
}
.home__solution .solution-item__title {
  flex: 1;
  margin-left: 0.5em;
  font-weight: bold;
}
.home__solution-annotation {
  margin-top: 30px;
  color: #f0675a;
  font-size: 1.4rem;
  text-align: center;
}
.home__solution {
  /**
   **
   ** 導入実績
   **
   **/
}
.home__solution .article-list {
  display: flex;
  flex-wrap: wrap;
  gap: max(3vw, 2em);
  margin-top: 60px;
}
.home__solution .article-item {
  width: 100%;
}
.home__solution .article-item a {
  width: 100%;
  height: 100%;
}
.home__solution .article-item a:not([href]) {
  pointer-events: none;
}
.home__solution .article-item__img {
  aspect-ratio: 16/9;
  background: #ccc;
  overflow: hidden;
}
.home__solution .article-item__img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.25s ease-out;
}
.home__solution .article-item__textarea {
  padding-top: 0.75em;
}
.home__solution .article-item__title {
  font-size: 1.6rem;
  font-weight: bold;
}
.home__solution .article-item__text {
  margin-top: 0.25em;
  font-size: 1.4rem;
}
@media (hover: hover) {
  .home__solution .article-item a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  .home__solution .article-item a:hover img {
    transform: scale(1.1);
  }
}
.home__solution .btn-area {
  margin-top: 40px;
}
@media only screen and (min-width: 560px ) and (max-width: 959px ) {
  .home__solution {
    /**
    **
    ** 導入実績
    **
    **/
  }
  .home__solution .article-list {
    margin: 40px auto 0;
    max-width: 560px;
  }
}
@media only screen and (min-width: 960px ) {
  .home__solution {
    margin-top: 100px;
    /**
    **
    ** ソリューション
    **
    **/
  }
  .home__solution-list {
    margin-top: 70px;
    gap: 2.1428571429vw;
  }
  .home__solution-list__wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home__solution-item a {
    padding: 0.75em 1.5em 0.75em 1em;
    border-top-width: 0.75em;
    min-height: 6em;
  }
  .home__solution-annotation {
    font-size: 2rem;
  }
  .home__solution {
    /**
    **
    ** 導入実績
    **
    **/
  }
  .home__solution .article-list {
    gap: 3vw;
  }
  .home__solution .article-item {
    width: calc((100% - 6vw) / 3);
  }
  .home__solution .btn-area {
    margin-top: 50px;
  }
}

.home__knowhow {
  margin-top: 80px;
}
.home__knowhow__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f6f5f5;
}
.home__knowhow-list {
  margin-top: 20px;
  position: relative;
}
.home__knowhow-list .slick-list {
  height: initial !important;
}
.home__knowhow-list .slick-track {
  padding: 20px 0;
}
.home__knowhow-list .slick-arrow {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #3E4048;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  z-index: 10;
}
@media (hover: hover) {
  .home__knowhow-list .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}
.home__knowhow-list .slick-arrow:focus {
  background: rgba(255, 255, 255, 0.5);
}
.home__knowhow-list .slick-arrow::after {
  color: #2e2e2e;
  display: block;
  font-family: "icons";
  font-size: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home__knowhow-list .slick-arrow.slick-next::before, .home__knowhow-list .slick-arrow.slick-prev:before {
  background: none;
}
.home__knowhow-list .slick-arrow.slick-next {
  right: 20px;
}
.home__knowhow-list .slick-arrow.slick-next::after {
  content: "\ea3c";
}
.home__knowhow-list .slick-arrow.slick-prev {
  left: 20px;
}
.home__knowhow-list .slick-arrow.slick-prev::after {
  content: "\ea40";
}
.home__knowhow-list.is-static {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
  opacity: 1;
}
.home__knowhow-list.is-static .knowhow-item {
  width: calc(100% - 2vw);
  max-width: 360px;
}
@media (min-width: 769px) {
  .home__knowhow-list.is-static .knowhow-item {
    width: calc(33.3333333333% - 2vw);
    max-width: none;
  }
}
@media (min-width: 1025px) {
  .home__knowhow-list.is-static .knowhow-item {
    width: calc(25% - 2vw);
  }
}
.home__knowhow .knowhow-item {
  margin: 0 1vw;
}
.home__knowhow .knowhow-item a {
  display: block;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: all 0.25s ease-out;
}
.home__knowhow .knowhow-item a .knowhow-item__img {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.home__knowhow .knowhow-item a .knowhow-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.25s ease-out;
}
.home__knowhow .knowhow-item a .knowhow-item__title {
  padding: 1em;
  font-weight: bold;
}
.home__knowhow .knowhow-item a .knowhow-item__title span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 4.5em;
}
@media (hover: hover) {
  .home__knowhow .knowhow-item a:hover {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  }
  .home__knowhow .knowhow-item a:hover .knowhow-item__img img {
    transform: scale(1.1);
  }
}
.home__knowhow .btn-area {
  margin-top: 40px;
}
@media only screen and (min-width: 960px ) {
  .home__knowhow {
    margin-top: 120px;
  }
  .home__knowhow .btn-area {
    margin-top: 50px;
  }
}

.home__news {
  margin-top: 80px;
}
.home__news .section__inner {
  max-width: 960px;
}
.home__news-list {
  margin: 30px auto 0;
}
.home__news .btn-area {
  margin-top: 30px;
}
@media only screen and (min-width: 960px ) {
  .home__news {
    margin-top: 120px;
  }
  .home__news-list {
    margin: 70px auto 0;
  }
  .home__news .btn-area {
    margin-top: 40px;
  }
}

.page-visual__inner {
  margin: 0 auto;
  padding: 75px 20px 0;
  width: 100%;
}
.page-title {
  margin-top: 1.5em;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-visual__inner {
    padding: 90px 20px 0;
  }
}
@media only screen and (max-width: 559px ) {
  .page-title {
    margin-top: 1em;
    font-size: 3.6rem;
  }
}

#breadcrumb {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 1.3rem;
  color: #555;
}
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
}
#breadcrumb ul li:not(:last-child) {
  position: relative;
  padding-right: 1.5em;
}
#breadcrumb ul li:not(:last-child)::before {
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  content: "〉";
}
@media only screen and (max-width: 559px ) {
  #breadcrumb {
    font-size: 1.2rem;
  }
}

.page-headline {
  margin-top: 20px;
}
.page-headline__title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.page-headline__text {
  margin-top: 1em;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .page-headline {
    margin-top: 0;
  }
  .page-headline__title {
    font-size: 2.1rem;
  }
  .page-headline__text {
    margin-top: 0.5em;
    font-size: 1.6rem;
  }
}

.pager {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.pager a,
.pager span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.pager .current {
  color: #fff;
  background: #333;
  border-radius: 3px;
}

.notes {
  font-size: 1.2rem;
  line-height: 1.55;
  color: #808080;
}

.term__list {
  margin-top: 80px;
}

.cat__title {
  margin-top: 80px;
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: bold;
}

.cat-post__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.cat-post__item {
  position: relative;
}
.cat-post__image {
  overflow: hidden;
}
.cat-post__image img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 0.25s ease-out;
}
.cat-post__txtarea {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16/9;
  background: rgba(41, 60, 80, 0.7);
  transition: all 0.25s ease-out;
}
.cat-post__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0 0 6px #293c50;
}
@media (hover: hover) {
  .cat-post__item:hover .cat-post__image img {
    transform: scale(1);
  }
  .cat-post__item:hover .cat-post__txtarea {
    background: rgba(41, 60, 80, 0.1);
  }
}

.function__page-headline .headline-title {
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
}
.function__page-headline .headline-title__sub {
  margin-bottom: 0.2em;
  display: inline-block;
}
.function__page-headline .headline-title__main {
  font-size: 5rem;
  line-height: 1.4;
  background: linear-gradient(transparent 49%, #ffdbc1 50%);
}
.function__page-headline .headline-title__explain {
  margin-top: 1em;
  text-align: center;
}

.function__inner-link {
  margin-top: 50px;
  background: #f1f3f5;
}
.function__inner-link .cat__list {
  display: flex;
  flex-wrap: wrap;
}
.function__inner-link .cat__list__item {
  position: relative;
  flex: 1;
}
.function__inner-link .cat__list__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 66%;
  content: "";
  background: #d2d2d2;
}
.function__inner-link .cat__list__item:last-child::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 66%;
  content: "";
  background: #d2d2d2;
}
.function__inner-link .cat__list__item a {
  padding: 1.25em 1em;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 800;
  text-align: left;
  background: rgba(255, 255, 255, 0);
  transition: all 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .function__inner-link .cat__list__item a:hover {
    background: rgba(229, 231, 233, 0.5);
  }
}
.function__inner-link .cat__list__item__txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 6px;
  height: 100%;
  gap: 6px;
  transition: all 0.2s ease-out;
}
.function__inner-link .cat__list__item .icon-arrow {
  width: 22px;
  min-width: 14px;
  height: 22px;
}
.function__inner-link .cat__list__item .icon-arrow .path-arrow {
  stroke: rgba(0, 0, 0, 0);
  fill: #333;
}
@media screen and (max-width: 959px) {
  .function__inner-link .cat__list__item {
    flex: inherit;
    width: 50%;
  }
  .function__inner-link .cat__list__item:nth-child(2n):after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 66%;
    content: "";
    background: #d2d2d2;
  }
  .function__inner-link .cat__list__item:nth-child(3):after {
    display: none;
  }
  .function__inner-link .cat__list__item a {
    text-align: left;
  }
  .function__inner-link .cat__list__item__txt {
    width: 100%;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 559px ) {
  .function__inner-link {
    margin-top: 30px;
  }
  .function__inner-link .cat__list {
    padding: 4px 0;
  }
  .function__inner-link .cat__list__item {
    width: 100%;
  }
  .function__inner-link .cat__list__item + .cat__list__item {
    border-top: 1px solid #dcdcdc;
  }
  .function__inner-link .cat__list__item:before, .function__inner-link .cat__list__item:after {
    display: none;
  }
  .function__inner-link .cat__list__item a {
    padding: 0.75em 0;
  }
}

.function-cat__title {
  margin: 100px 0 1.1em;
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .function-cat__title {
    margin: 40px 0 0.5em;
    font-size: 3rem;
  }
}

.function-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.function-list::after {
  content: "";
  display: block;
  width: calc((100% - 32px) / 3);
}
@media only screen and (max-width: 559px ) {
  .function-list {
    gap: 10px;
  }
  .function-list::after {
    display: none;
  }
}
.function-list .function-item a {
  position: relative;
  padding: 1.5em 0.75em;
  display: flex;
  gap: 1em;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}
.function-list .function-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  content: "";
  background: #f1f3f5;
  border-radius: 6px;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .function-list .function-item a:hover:before {
    left: 0;
    width: 100%;
  }
}
.function-list .function-item__icon {
  padding: 7px;
  width: 64px;
  height: 64px;
  background: #f1f3f5;
  border-radius: 50%;
}
.function-list .function-item__textarea {
  flex: 1;
}
.function-list .function-item__title {
  font-size: 1.8rem;
  font-weight: 800;
}
.function-list .function-item__text {
  margin-top: 0.25em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 559px ) {
  .function-list .function-item {
    width: 100%;
  }
  .function-list .function-item a {
    padding: 1em 0.75em;
  }
  .function-list .function-item__icon {
    width: 56px;
    height: 56px;
  }
  .function-list .function-item__title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 560px ) {
  .function-list .function-item {
    width: calc((100% - 16px) / 2);
  }
}
@media only screen and (min-width: 960px ) {
  .function-list .function-item {
    width: calc((100% - 32px) / 3);
  }
}

.seminar__bnr-area {
  margin-top: 60px;
}
@media only screen and (max-width: 559px ) {
  .seminar__bnr-area {
    margin-top: 40px;
  }
}

.seminar-list__title {
  margin-bottom: 0.8em;
  font-size: 2.4rem;
  font-weight: bold;
}
* + .seminar-list__title {
  margin-top: 60px;
}
@media only screen and (max-width: 559px ) {
  .seminar-list__title {
    font-size: 2.1rem;
  }
}

.seminar-list {
  display: grid;
}
.seminar-list.--now {
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
  gap: 30px;
}
.seminar-list.--past {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}
@media only screen and (max-width: 559px ) {
  .seminar-list {
    gap: 20px;
  }
  .seminar-list.--now, .seminar-list.--past {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}

.seminar-item a {
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 12px;
  transition: all 0.25s ease-out;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 1.25em;
}
@media (hover: hover) {
  .seminar-item a[href]:hover {
    transform: scale(0.98);
    opacity: 0.5;
  }
}
.--past .seminar-item a:not([href]) {
  opacity: 0.35;
  pointer-events: none;
}
@media only screen and (max-width: 559px ) {
  .seminar-item a {
    gap: 1em;
  }
}
.seminar-item__title {
  padding: 16px 16px 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.seminar-item__text {
  padding: 0.25em 16px 0;
  font-size: 1.4rem;
}
.seminar-item__btn {
  padding: 0 16px 16px;
  width: 100%;
}
.seminar-item__btn span {
  margin: 0 auto;
  padding: 1em 1.25em;
  display: block;
  max-width: 300px;
  font-size: 1.6rem;
  color: #f0675a;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  background: #fff;
  border: 2px solid;
  border-radius: 12px;
}
.--past .seminar-item__btn span {
  color: #555;
  border-color: #555;
}

.seminar-child-visual .page-visual__inner {
  padding: 75px 20px 0;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .seminar-child-visual .page-visual__inner {
    padding: 90px 20px 0;
  }
}

.seminar-detail__header {
  padding-bottom: 60px;
}
.seminar-detail .section__inner {
  max-width: 1240px;
}
.seminar-detail__head {
  margin-top: 40px;
}
.seminar-detail__thumbnail {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.seminar-detail__thumbnail img {
  width: 100%;
}
.seminar-detail__page-title {
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: bold;
  word-spacing: 0.5em;
}
.seminar-detail__title-text {
  word-spacing: normal;
}
.seminar-detail__tag {
  position: relative;
  top: -0.2em;
  padding: 0.25em 1em;
  color: #fff;
  font-size: 1.3rem;
  white-space: nowrap;
  word-spacing: normal;
  background: #45c3ff;
  border-radius: 3px;
}
.seminar-detail__datetime {
  margin-bottom: 1em;
}
.seminar-detail__datetime span {
  display: inline-block;
  width: calc(8ch + 3em);
  white-space: nowrap;
}
.seminar-detail__outline {
  font-size: 1.4rem;
}
.seminar-detail__wrapper {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.seminar-detail__body {
  flex: 1;
}
.seminar-detail__btns {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.seminar-detail__head .seminar-detail__btns {
  margin-top: 40px;
}
@media only screen and (max-width: 559px ) {
  .seminar-detail__btns {
    margin-top: 40px;
  }
}
.seminar-detail__btn {
  padding: 16px 20px;
  display: block;
  width: 100%;
  max-width: 300px;
  color: #006ac4;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  background: #fff;
  border: 2px solid;
  border-radius: 12px;
}
.seminar-detail__btn.--sticky {
  margin-top: 1em;
  padding: 10px 16px;
  font-size: 1.4rem;
}
@media (hover: hover) {
  .seminar-detail__btn:hover {
    transform: scale(0.98);
    opacity: 0.5;
  }
}
.seminar-detail-section:not(:first-child) {
  margin-top: 60px;
}
.seminar-detail__cont-title {
  margin-bottom: 0.75em;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
.seminar-detail__cont-title::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2em;
  height: 1px;
  content: "";
  background: #45c3ff;
}
.seminar-detail__content.single-body {
  margin-top: 0;
}
.seminar-detail__content.single-body p {
  margin-top: 1.5em;
}
.seminar-detail__sidebar {
  margin-top: -90px;
  width: 240px;
}
.seminar-detail__sidebar-contents {
  padding-top: 90px;
  position: sticky;
  top: 0;
}
.seminar-detail .sticky-link {
  padding: 20px;
  background: #eef3f7;
  background: #eaf2f9;
  border-radius: 10px;
}
.seminar-detail .sticky-link__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.seminar-detail .sticky-link__page-title {
  font-size: 1.3rem;
}
.seminar-detail .sticky-link__detail {
  padding: 1em;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .seminar-detail__header {
    padding-bottom: 0;
  }
  .seminar-detail .outline-item + .outline-item {
    margin-top: 1em;
  }
  .seminar-detail .outline-item dt {
    width: 100%;
    transform: translateX(-4px);
  }
  .seminar-detail__sidebar {
    display: none;
  }
}

@media only screen and (min-width: 960px ) {
  .page-template-page-seminar-child .conversion {
    margin-top: 80px;
  }
}

.installation-record__article-list {
  margin-top: 60px;
}
.installation-record__article-list .article-list {
  display: grid;
  gap: min(2vw, 30px);
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.installation-record__article-list .article-item a {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
}
.installation-record__article-list .article-item__img {
  aspect-ratio: 16/9;
  background: #ccc;
  overflow: hidden;
}
.installation-record__article-list .article-item__img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.25s ease-out;
}
.installation-record__article-list .article-item__title {
  padding: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  border-top: 1px solid #eee;
}
@media (hover: hover) {
  .installation-record__article-list .article-item a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  .installation-record__article-list .article-item a:hover img {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 559px ) {
  .installation-record__article-list {
    margin-top: 30px;
  }
  .installation-record__article-list .article-list {
    gap: 6vw;
  }
}

.dx-knowledge__terms-list {
  margin-top: 50px;
}
.dx-knowledge__terms-list .term-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 15px;
}
.dx-knowledge__terms-list .term-item {
  line-height: 1;
}
.dx-knowledge__terms-list .term-item a {
  padding: 0.4em;
}
.dx-knowledge__terms-list .term-item:not(:last-child) {
  padding-right: 16px;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 559px ) {
  .dx-knowledge__terms-list {
    margin-top: 30px;
  }
  .dx-knowledge__terms-list .term-list {
    justify-content: left;
  }
  .dx-knowledge__terms-list .term-item {
    font-size: 1.4rem;
  }
}
.dx-knowledge__article-list {
  margin-top: 60px;
}
.dx-knowledge__article-list .article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}
.dx-knowledge__article-list .article-item {
  width: calc((100% - 6vw) / 3);
}
.dx-knowledge__article-list .article-item a {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
}
.dx-knowledge__article-list .article-item__img {
  aspect-ratio: 16/9;
  background: #ccc;
  overflow: hidden;
}
.dx-knowledge__article-list .article-item__img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.25s ease-out;
}
.dx-knowledge__article-list .article-item__title {
  padding: 1em;
  font-size: 1.8rem;
  font-weight: bold;
  border-top: 1px solid #eee;
}
@media (hover: hover) {
  .dx-knowledge__article-list .article-item a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  .dx-knowledge__article-list .article-item a:hover img {
    transform: scale(1.1);
  }
}
@media only screen and (max-width: 559px ) {
  .dx-knowledge__article-list {
    margin-top: 30px;
  }
  .dx-knowledge__article-list .article-list {
    gap: 6vw;
  }
  .dx-knowledge__article-list .article-item {
    width: 100%;
  }
}

.section__security {
  line-height: 1.7;
}
.section__security .section-title {
  margin: 80px 0 16px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.section__security .block-title {
  margin: 80px 0 16px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}
.section__security .block-contents:has(.block-sub-title) {
  margin-top: 24px;
}
.section__security .block-contents + .block-contents {
  margin-top: 60px;
}
.section__security .block-contents {
  /* @media screen and (min-width: 481px) {
      &:has(.block-img):nth-of-type(2n+1) {
          flex-direction: row-reverse;
      }
  } */
}
.section__security .block-sub-title {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.section__security .section-title + .block-title {
  margin-top: 24px;
}
.section__security .flex-block {
  display: flex;
  gap: 30px;
}
.section__security .flex-block .block-text {
  flex: 6;
}
.section__security .flex-block .block-img {
  flex: 2;
  min-width: 180px;
}
.section__security .side-note {
  margin-top: 1.5em;
  padding: 1.5em;
  background: #f7f6f5;
}
.section__security .function-list {
  margin-top: 18px;
}
@media only screen and (max-width: 559px ) {
  .section__security .section-title {
    margin: 48px 0 16px;
    font-size: 2.6rem;
  }
  .section__security .block-title {
    margin: 48px 0 16px;
    font-size: 2.2rem;
  }
  .section__security .block-contents:has(.block-sub-title) {
    margin-top: 18px;
  }
  .section__security .block-contents + .block-contents {
    margin-top: 40px;
  }
  .section__security .flex-block {
    flex-direction: column;
    gap: 0;
  }
  .section__security .block-text {
    display: contents;
  }
  .section__security .block-sub-title {
    order: 1;
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
  .section__security .block-textarea {
    order: 3;
  }
  .section__security .side-note {
    order: 4;
    margin-top: 1.25em;
    padding: 1.25em;
  }
  .section__security .block-img {
    order: 2;
    margin-bottom: 1em;
  }
  .section__security .block-img img {
    max-width: 280px;
  }
  .section__security .function-list {
    margin-top: 18px;
  }
}

.security-base {
  margin-top: 100px;
}
@media only screen and (max-width: 559px ) {
  .security-base {
    margin-top: 48px;
  }
}

.search-visual {
  padding-top: 100px;
}
.search-visual .search-title {
  margin-top: 40px;
  font-size: 3.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 559px ) {
  .search-visual .search-title {
    font-size: 2.2rem;
  }
}

.headline404 {
  padding-top: 180px;
}
.headline404__title {
  font-size: 4.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 559px ) {
  .headline404 {
    padding-top: 160px;
  }
}

.hidden_mokuji .single-body .outline {
  display: none;
}

.single-visual {
  padding-top: 75px;
}
.single-visual #breadcrumb {
  padding: 0 20px;
}
.single-visual__inner {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.single-visual__eyecatch {
  width: 50%;
}
.single-visual__eyecatch img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.single-visual__titlearea {
  margin-left: -20px;
  padding: 40px;
  width: 46%;
  line-height: 1.5;
  background: #fefefe;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.single-visual__title {
  font-size: 3.4rem;
  font-weight: bold;
}
.single-visual__info {
  margin-top: 0.5em;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: end;
}
.single-visual__info time {
  font-size: 1.4rem;
  color: #808080;
}

.single__sns-list {
  display: flex;
  gap: 8px;
}
.single__sns-list .sns-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #808080;
  border-radius: 50%;
}
.single__sns-list .sns-item a .svg-facebook {
  width: 24px;
}
.single__sns-list .sns-item a .svg-x {
  width: 22px;
}
.single__sns-list .sns-item a .path-facebook,
.single__sns-list .sns-item a .path-x {
  fill: #808080;
}
@media (hover: hover) {
  .single__sns-list .sns-item a:hover {
    background: #808080;
  }
  .single__sns-list .sns-item a:hover .path-facebook,
  .single__sns-list .sns-item a:hover .path-x {
    fill: #fff;
  }
}

.single-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 80px;
}
.single-wrapper .single-body {
  flex: 1;
  margin-top: 0;
}
.single-wrapper .singleRelated {
  width: 200px;
}
.single-wrapper .singleRelated__heading {
  padding: 0 0 4px;
  margin: 0 0 20px;
  font-weight: bold;
  border-bottom: 1px solid #808080;
}
.single-wrapper .singleRelated__item:not(:last-child) {
  margin: 0 0 20px;
}
.single-wrapper .singleRelated__item__title {
  font-size: 1.4rem;
  color: #808080;
}
@media only screen and (max-width: 559px ) {
  .single-wrapper {
    margin-top: 48px;
  }
  .single-wrapper .single-body {
    flex: inherit;
    width: 100%;
  }
  .single-wrapper .singleRelated {
    width: 100%;
  }
}

.single-body {
  margin-top: 80px;
  line-height: 1.75;
}
.single-body h2 {
  margin: 60px 0 16px;
  font-size: 2.6rem;
  font-weight: bold;
}
.single-body h3 {
  margin: 36px 0 12px;
  font-size: 2.1rem;
  font-weight: bold;
}
.single-body h4 {
  margin: 24px 0 8px;
  font-size: 1.8rem;
  font-weight: bold;
}
.single-body h5 {
  margin: 1em 0 6px;
  font-size: 1.6rem;
  font-weight: bold;
}
.single-body h2 + h3,
.single-body h2 + h4,
.single-body h2 + h5,
.single-body h3 + h4,
.single-body h3 + h5,
.single-body h4 + h5 {
  margin-top: 20px;
}
.single-body p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.single-body {
  /*リスト設定*/
}
.single-body ul,
.single-body ol {
  list-style-type: none;
  margin-top: 20px;
}
.single-body ul ul,
.single-body ul ol,
.single-body ol ul,
.single-body ol ol {
  margin-top: 0;
}
.single-body ol {
  counter-reset: number;
}
.single-body ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.single-body ol li:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}
.single-body ul li,
.single-body ol li {
  position: relative;
  line-height: 1.5;
  padding: 10px 0 0 20px;
  font-size: 1em;
}
.single-body a:not(.wp-block-button__link) {
  display: inline;
  color: #3a4972;
  line-height: 1.4;
  overflow-wrap: anywhere;
  border-bottom: 1px dotted rgba(58, 73, 114, 0.5);
  transition: border ease 0.2s;
}
@media (hover: hover) {
  .single-body a:not(.wp-block-button__link):hover {
    border-bottom: 1px solid #3a4972;
  }
}
.single-body .wp-block-image figure figcaption {
  display: block;
}
.single-body .outline {
  border: 1px solid #3a4972;
  padding: 20px;
  margin-top: 20px;
  display: inline-block;
}
.single-body .outline__toggle {
  display: none;
}
.single-body .outline__toggle:checked + .outline__switch:after {
  content: "\ea41";
}
.single-body .outline__toggle:checked + .outline__switch + .outline__list {
  width: auto;
  height: auto;
  margin-top: 20px;
  transition: 0.2s;
}
.single-body .outline__switch {
  color: #3a4972;
  vertical-align: middle;
}
.single-body .outline__switch::after {
  font-family: "icons";
  content: "\ea43";
  cursor: pointer;
  margin-left: 5px;
  vertical-align: middle;
}
.single-body .outline__switch + .outline__list {
  overflow: hidden;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-left: -20px;
  transition: 0.2s;
}
.single-body .outline__item:before {
  content: normal;
}
.single-body .outline__item .outline__item .outline__number {
  background: transparent;
  color: #3a4972;
}
.single-body .outline__link {
  display: inline-block;
  color: #191919 !important;
  border-bottom: 1px solid transparent;
}
@media (hover: hover) {
  .single-body .outline__link:hover {
    border-bottom: 1px solid #3a4972;
  }
}
.single-body .outline__number {
  display: inline-block;
  color: #fff;
  background: #3a4972;
  padding: 2px 6px;
  font-weight: 400;
  margin-right: 5px;
}
.single-body {
  /*段落*/
  /*画像設定*/
}
.single-body .size-full,
.single-body .size-large,
.single-body .size-medium,
.single-body .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.single-body .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.single-body .aligncenter {
  display: block;
  margin: 0 auto 10px auto;
}
.single-body .alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.single-body .wp-caption {
  margin-top: 20px;
}
.single-body .wp-caption a {
  display: block;
}
@media (hover: hover) {
  .single-body .wp-caption a:hover {
    border-bottom: none;
  }
}
.single-body .wp-caption img {
  vertical-align: bottom;
}
.single-body .wp-caption-text {
  margin-top: 10px;
  text-align: center;
  font-size: 1.4em;
}
.single-body {
  /*整形済みテキスト*/
}
.single-body pre {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  font-size: 1em;
  margin-top: 20px;
  padding: 20px;
  background-color: #F2F2F2;
  border-left: solid 5px #191919;
  color: #7F7F7F;
  overflow: auto;
}
.single-body {
  /*ライン*/
}
.single-body hr {
  margin-top: 40px;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #E5E5E5;
}
.single-body {
  /*テーブル*/
}
.single-body .wp-block-table {
  text-align: left;
}
.single-body table {
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  font-size: 1em;
}
.single-body table tr:nth-child(2n+1) {
  background: #F2F2F2;
}
.single-body table thead th {
  padding: 10px;
  background: #323232;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid #323232;
  border-bottom: 1px solid #E5E5E5;
}
.single-body table thead th:last-child {
  border-right: 1px solid #323232;
}
.single-body table td {
  padding: 10px;
  border-right: 1px solid #E5E5E5;
  border-left: none;
  border-bottom: 1px solid #E5E5E5;
}
.single-body {
  /*引用*/
  /*     blockquote {
      position: relative;
      color: #3F3F3F;
      margin-top: 20px;
      padding: 20px 20px 20px 70px;
      background-color: #F2F2F2;

      &::before {
          position: absolute;
          top: 10px;
          left: 20px;
          font-family: "icomoon";
          content: "\e909";
          font-size: 1.05em;
          color: #D9D9D9;
      }
  } */
  /*引用*/
}
.single-body blockquote.wp-block-quote {
  background-color: #f7f7f7;
  border-left: 5px solid #7d869f;
  color: #2e2e2e;
  margin-top: 20px;
  padding: 20px 20px 20px 40px;
  position: relative;
}
.single-body {
  /*枠線ボックス*/
}
.single-body .borderBox {
  border: 1px solid #E5E5E5;
  padding: 20px;
  margin-top: 20px;
}
.single-body {
  /*二重線ボックス*/
}
.single-body .border2Box {
  border: 4px double #E5E5E5;
  padding: 20px;
  margin-top: 20px;
}
.single-body {
  /*背景ボックス*/
}
.single-body .bgBox {
  background: #F2F2F2;
  padding: 20px;
  margin-top: 20px;
}
.single-body {
  /*ペーパーボックス*/
}
.single-body .paperBox {
  position: relative;
  padding: 20px;
  margin-top: 20px;
  background-color: #F2F2F2;
}
.single-body .paperBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-color: #D8D8D8 #ffffff #ffffff #D8D8D8;
  border-style: solid;
  border-width: 0 0 20px 20px;
}
.single-body {
  /*太文字ボックス*/
}
.single-body .boldBox {
  border: 3px solid #191919;
  padding: 20px;
  margin-top: 20px;
  font-weight: 700;
}
.single-body {
  /*括弧ボックス*/
}
.single-body .bracketsBox {
  position: relative;
  padding: 20px;
  margin-top: 20px;
}
.single-body .bracketsBox::before, .single-body .bracketsBox::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 30px;
  content: "";
}
.single-body .bracketsBox::before {
  top: 0;
  left: 0;
  border-top: solid 1px #191919;
  border-left: solid 1px #191919;
}
.single-body .bracketsBox::after {
  right: 0;
  bottom: 0;
  border-right: solid 1px #191919;
  border-bottom: solid 1px #191919;
}
.single-body {
  /*はてなボックス*/
  /*ビックリボックス*/
}
.single-body .questionBox,
.single-body .exclamationBox {
  position: relative;
  margin-top: 20px;
  padding: 20px 20px 20px 70px;
}
.single-body .questionBox::before,
.single-body .exclamationBox::before {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1.05em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}
.single-body .questionBox {
  background-color: #D9EFF7;
}
.single-body .questionBox::before {
  content: "?";
  background: #0096c8;
}
.single-body .exclamationBox {
  background-color: #F6E1DF;
}
.single-body .exclamationBox::before {
  content: "!";
  background: #c53929;
}
.single-body {
  /*ポイントボックス*/
}
.single-body .pointBox {
  position: relative;
  border: 2px solid #c53929;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}
.single-body .pointBox::before {
  content: "POINT";
  position: absolute;
  top: -15px;
  left: 15px;
  font-size: 1em;
  font-weight: 700;
  background-color: #ffffff;
  color: #c53929;
  padding: 0 10px;
}
.single-body {
  /*注釈*/
}
.single-body .asterisk {
  display: block;
  font-size: 0.9em;
  color: #7F7F7F;
}
.single-body .borderBox > :first-child,
.single-body .border2Box > :first-child,
.single-body .bgBox > :first-child,
.single-body .paperBox > :first-child,
.single-body .boldBox > :first-child,
.single-body .bracketsBox > :first-child,
.single-body .questionBox > :first-child,
.single-body .exclamationBox > :first-child,
.single-body .pointBox > :first-child {
  margin-top: 0;
}
.single-body .borderBox > :last-child,
.single-body .border2Box > :last-child,
.single-body .bgBox > :last-child,
.single-body .paperBox > :last-child,
.single-body .boldBox > :last-child,
.single-body .bracketsBox > :last-child,
.single-body .questionBox > :last-child,
.single-body .exclamationBox > :last-child,
.single-body .pointBox > :last-child {
  margin-bottom: 0;
}
.single-body {
  /*イエローマーカー*/
}
.single-body .markerYellow {
  background: linear-gradient(transparent 60%, #ffffbc 60%);
}
.single-body {
  /*ピンクマーカー*/
}
.single-body .markerPink {
  background: linear-gradient(transparent 60%, #FFDFEF 60%);
}
.single-body {
  /*ブルーマーカー*/
}
.single-body .markerBlue {
  background: linear-gradient(transparent 60%, #cce5ff 60%);
}
.single-body {
  /*記事内広告*/
}
.single-body .adPost {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 10px;
  background-color: #F2F2F2;
  background-image: linear-gradient(to top right, #fff 0%, #fff 25%, transparent 25%, transparent 50%, #fff 50%, #fff 75%, transparent 75%, transparent 100%);
  background-size: 6px 6px;
}
.single-body .adPost__title {
  font-size: 1.2em;
  padding: 10px 0;
  display: block;
  font-weight: normal;
  text-align: center;
}
.single-body {
  /*YouTube*/
}
.single-body .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 20px auto 0 auto;
}
.single-body .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-body iframe[title*=YouTube] {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.single-body {
  /*twitter & instagram*/
}
.single-body .twitter-tweet,
.single-body .instagram-media {
  width: 500px !important;
  max-width: 100% !important;
  margin: 20px auto 0 auto !important;
}
.single-body {
  /*最初の要素*/
}
.single-body > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.single-body .wp-block-button__link {
  min-width: 180px;
}
.single-body {
  /*デフォルトブログカードを無理やり表示*/
}
.single-body figure.wp-block-embed {
  text-align: left;
}
.single-body figure.wp-block-embed blockquote.wp-embedded-content {
  display: none;
}
.single-body figure.wp-block-embed iframe.wp-embedded-content {
  position: inherit !important;
  visibility: visible !important;
  max-width: 100%;
}

.single-body__date {
  margin-top: 40px;
  font-size: 1.4rem;
  color: #808080;
  text-align: right;
}
.single-body__date time {
  display: block;
}
.single-body__date time + time {
  margin-top: 0.25em;
}
.single-body__date time i {
  margin-right: 0.3em;
}

.single-body__sns {
  margin-top: 20px;
}
.single-body__sns .single__sns-list {
  justify-content: flex-end;
}

.singleBody__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 12px 0 0;
  font-size: 1.4rem;
  color: #808080;
  list-style: none;
}
.singleBody__tags li a {
  padding: 8px;
  line-height: 1;
  border: 1px solid #808080;
  cursor: pointer;
  transition: 0.2s;
}
@media (hover: hover) {
  .singleBody__tags li a:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 959px) {
  .single-visual__titlearea {
    padding: 24px;
  }
  .single-visual__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .single-visual {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 559px ) {
  .single-visual__inner {
    display: block;
  }
  .single-visual__eyecatch {
    width: 85%;
  }
  .single-visual__titlearea {
    position: relative;
    margin: -10px 0 0 auto;
    width: 85%;
  }
  .single-visual__info time {
    font-size: 1.2rem;
  }
  .single__sns-list .sns-item a {
    width: 32px;
    height: 32px;
  }
  .single__sns-list .sns-item a .svg-facebook {
    width: 20px;
  }
  .single__sns-list .sns-item a .svg-x {
    width: 18px;
  }
  .single-body {
    margin-top: 48px;
    font-size: 1.4rem;
  }
  .single-body h2 {
    font-size: 2.2rem;
  }
  .single-body h3 {
    font-size: 1.8rem;
  }
  .single-body h4 {
    font-size: 1.6rem;
  }
  .single-body__date {
    font-size: 1.2rem;
  }
}
.solution__main {
  margin-top: 80px;
}
.solution__main-copy {
  position: relative;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.solution__main-description__area {
  margin-top: 1em;
}
.solution__main-description {
  font-size: 1.8rem;
  text-align: center;
}
.solution__main-description:has(.solution__main-description-text02) .solution__main-description-text01:after {
  content: "、";
}
.solution__main .btn-area {
  margin-top: 50px;
}
@media only screen and (max-width: 559px ) {
  .solution__main {
    margin-top: 40px;
  }
  .solution__main-copy {
    font-size: 3.2rem;
  }
  .solution__main-description__area {
    justify-content: inherit;
  }
  .solution__main-description {
    font-size: 1.6rem;
  }
  .solution__main .btn-area {
    margin-top: 30px;
  }
}

.solution__demo-site {
  margin-top: 120px;
}
.solution__demo-site-title {
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .solution__demo-site {
    margin-top: 80px;
  }
  .solution__demo-site-title {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
}
.solution__demo-site .btn-area {
  margin-top: 40px;
}
@media only screen and (max-width: 559px ) {
  .solution__demo-site .btn-area {
    margin-top: 30px;
  }
}

.demo-site__wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  max-width: 980px;
}
.demo-site {
  position: relative;
  max-height: 38.8vw;
  border: 4px solid #333;
  border-radius: 28px;
  overflow: hidden;
}
.demo-site::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 24px;
  box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05) inset;
  pointer-events: none;
}
.demo-site.--pc {
  width: 74.3%;
}
.demo-site.--sp {
  flex: 1;
}
@media only screen and (min-width: 960px ) {
  .demo-site {
    max-height: 450px;
  }
}
@media only screen and (min-width: 560px ) {
  .demo-site {
    border-radius: 18px;
  }
  .demo-site:after {
    border-radius: 18px;
  }
}
@media only screen and (max-width: 559px ) {
  .demo-site__wrapper {
    margin: 20px auto 0;
  }
  .demo-site {
    border-radius: 28px;
  }
  .demo-site:after {
    border-radius: 28px;
  }
  .demo-site {
    max-height: 640px;
  }
  .demo-site.--pc {
    display: none;
  }
}
.demo-site figure {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.demo-site figure::-webkit-scrollbar {
  width: 6px;
  background: rgba(255, 255, 255, 0.1);
}
.demo-site figure::-webkit-scrollbar-thumb {
  background: rgba(204, 204, 204, 0);
  transition: all 0.3s ease;
  border-top: 24px solid rgba(255, 255, 255, 0.1);
  border-bottom: 24px solid rgba(255, 255, 255, 0.1);
  min-height: 90px;
}
@media (hover: hover) {
  .demo-site figure:hover::-webkit-scrollbar-thumb {
    background: #cccccc;
  }
}
.demo-site figure img {
  width: 100%;
  object-fit: cover;
}

.solution__sub-copy {
  margin-top: 3em;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .solution__sub-copy {
    margin-top: 2em;
    font-size: 2.1rem;
  }
}

.solution__feature {
  margin-top: 100px;
}
.solution__feature-item {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.solution__feature-item:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.solution__feature-item + .solution__feature-item {
  margin-top: 60px;
}
.solution__feature-textarea {
  flex: 1;
}
.solution__feature-image {
  width: 40%;
  max-width: 400px;
}
.solution__feature-title {
  display: flex;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
}
.solution__feature-title .num {
  margin-right: 0.25em;
  display: inline-block;
  font-size: 4.8rem;
  line-height: 1;
  transform: translateY(-0.075em);
}
.solution__feature-text {
  margin-top: 1em;
  font-size: 2.1rem;
  line-height: 1.7;
}
@media only screen and (max-width: 559px ) {
  .solution__feature {
    margin-top: 30px;
  }
  .solution__feature-item {
    display: inherit;
  }
  .solution__feature-item + .solution__feature-item {
    margin-top: 60px;
  }
  .solution__feature-image {
    margin: 0 auto 1em;
    width: 80%;
  }
  .solution__feature-title {
    font-size: 2.1rem;
  }
  .solution__feature-title .num {
    font-size: 3rem;
  }
  .solution__feature-text {
    font-size: 1.6rem;
  }
}

.solution__voice {
  margin-top: 120px;
}
.solution__voice-title {
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.solution__voice {
  /* .section__inner {
      max-width: 960px;
  } */
}
@media only screen and (max-width: 559px ) {
  .solution__voice {
    margin-top: 80px;
  }
  .solution__voice-title {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
}

.voice-item {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.voice-item + .voice-item {
  margin-top: 40px;
}
.voice-item__icon {
  width: clamp(64px, 20%, 120px);
}
.voice-item__icon figure {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #dce5ec;
  overflow: hidden;
}
.voice-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-item__icon:not(:has(img)) {
  background: url("../img/icon_id-none.png") center center/cover no-repeat;
}
.voice-item__comment {
  flex: 1;
}
.voice-item__comment .comment__inner {
  position: relative;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.voice-item__comment .comment__inner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  margin: auto;
  width: 18px;
  height: 15px;
  content: "";
  background: #ccc;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.voice-item__comment .comment__inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  width: 16px;
  height: 13px;
  content: "";
  background: #fff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.voice-item__text {
  font-size: 1.8rem;
}
.voice-item__belong {
  margin-top: 0.5em;
  font-size: 1.4rem;
  text-align: right;
  color: #999;
}
@media only screen and (max-width: 559px ) {
  .voice-item + .voice-item {
    margin-top: 30px;
  }
  .voice-item__icon {
    width: clamp(60px, 16%, 120px);
  }
  .voice-item__text {
    font-size: 1.4rem;
  }
  .voice-item__belong {
    font-size: 1.2rem;
  }
}

.solution__function {
  margin-top: 120px;
}
.solution__function-title {
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
.solution__function .btn-area {
  margin-top: 40px;
}
@media only screen and (max-width: 559px ) {
  .solution__function {
    margin-top: 80px;
  }
  .solution__function-title {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
  .solution__function .btn-area {
    margin-top: 30px;
  }
}

.solution__support {
  margin-top: 120px;
}
.solution__support .section__inner {
  max-width: 1120px;
}
.solution__support-title {
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .solution__support {
    margin-top: 80px;
  }
  .solution__support-title {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }
}

.support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
  justify-content: space-between;
}

.support-item {
  flex: 1;
}
.support-item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16/9;
}
.support-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.support-item__text {
  margin-top: 1em;
}
@media only screen and (max-width: 559px ) {
  .support-item {
    width: 100%;
    flex: inherit;
  }
  .support-item__img {
    margin: 0 auto;
    width: 80%;
    max-width: 480px;
    aspect-ratio: inherit;
  }
  .support-item__text {
    margin-top: 1em;
  }
}

.pre-text__conversion {
  margin-top: 100px;
}
.pre-text__conversion p {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .pre-text__conversion {
    margin-top: 80px;
  }
  .pre-text__conversion p {
    font-size: 2.8rem;
  }
}

main:has(.pre-text__conversion) + .conversion {
  margin-top: 40px;
}
@media only screen and (max-width: 559px ) {
  main:has(.pre-text__conversion) + .conversion {
    margin-top: 30px;
  }
}

.single-function-visual {
  background: #f1f3f5;
  min-height: 420px;
}
.single-function-visual__inner {
  margin: 0 auto;
  padding: 75px 20px 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .single-function-visual__inner {
    padding-top: 90px;
  }
}

.single-function-title {
  font-size: 5rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
}
.single-function-title__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.5em auto 1em;
  padding: 12px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
}
.single-function-title span {
  flex: 1;
}
.single-function-title__text {
  margin-top: 1em;
  text-align: center;
}
@media only screen and (max-width: 559px ) {
  .single-function-title {
    font-size: 3.8rem;
  }
  .single-function-title__text {
    text-align: left;
  }
}

.single-function__feature {
  margin-top: 100px;
}
.single-function__feature .section__title {
  margin-bottom: 1em;
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
}
.single-function__feature .feature__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.single-function__feature .feature__list__item {
  width: calc((100% - 32px) / 3);
}
.single-function__feature .feature__list__item a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 32px 32px 16px;
  width: 100%;
  height: 100%;
  min-height: 138px;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}
.single-function__feature .feature__list__item a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background: #f1f3f5;
  border-radius: 6px;
  z-index: -1;
}
.single-function__feature .feature__list__item__title {
  width: 100%;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
.single-function__feature .feature__list__item__arrow {
  margin: 1em auto 0;
  display: block;
  width: 32px;
}
.single-function__feature .feature__list__item__arrow .path-arrow {
  fill: #fff;
}
@media screen and (max-width: 959px) {
  .single-function__feature .feature__list {
    gap: 10px;
  }
  .single-function__feature .feature__list__item {
    width: 100%;
  }
  .single-function__feature .feature__list__item a {
    padding: 20px;
    align-items: center;
    min-height: inherit;
  }
  .single-function__feature .feature__list__item__title {
    flex: 1;
    font-size: 1.6rem;
    text-align: left;
  }
  .single-function__feature .feature__list__item__arrow {
    margin: 0 0 0 1em;
    width: 20px;
  }
  .single-function__feature .function-feature__item {
    margin-top: 30px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .single-function__feature .function-feature__item:has(.function-feature__item__title) {
    margin-top: 70px;
  }
  .single-function__feature .function-feature__item:nth-child(2n+1) {
    flex-direction: column-reverse;
  }
  .single-function__feature .function-feature__item:nth-child(2n+1).--reverse {
    flex-direction: column-reverse;
  }
  .single-function__feature .function-feature__item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .single-function__feature .function-feature__item:nth-child(2n).--reverse {
    flex-direction: column-reverse;
  }
  .single-function__feature .function-feature__item__txtarea, .single-function__feature .function-feature__item__img {
    width: 100%;
    flex: inherit;
  }
  .single-function__feature .function-feature__item__title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 559px ) {
  .single-function__feature {
    margin-top: 60px;
  }
  .single-function__feature .section__title {
    font-size: 3rem;
  }
  .single-function__feature .function-feature__item__title {
    font-size: 2.2rem;
  }
}

.function-feature__item {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
.function-feature__item:has(.feature__item__ttl) {
  margin-top: 80px;
}
.function-feature__item:nth-child(2n+1).--reverse {
  flex-direction: row-reverse;
}
.function-feature__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.function-feature__item:nth-child(2n).--reverse {
  flex-direction: inherit;
}
.function-feature__item__txtarea, .function-feature__item__img {
  flex: 1;
}
.function-feature__item__title {
  margin-bottom: 0.5em;
  font-size: 2.8rem;
  font-weight: bold;
}
.function-feature__item__title strong {
  font-weight: bold;
  background: linear-gradient(transparent 49%, #ffdbc1 50%);
}
.function-feature__item__txt {
  line-height: 1.75;
  text-align: justify;
}
.function-feature__item img {
  width: auto;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.function-feature__item .maxheight_300 img {
  max-height: 300px;
}
.function-feature__item .maxheight_301 img {
  max-height: 301px;
}
.function-feature__item .maxheight_302 img {
  max-height: 302px;
}
.function-feature__item .maxheight_303 img {
  max-height: 303px;
}
.function-feature__item .maxheight_304 img {
  max-height: 304px;
}
.function-feature__item .maxheight_305 img {
  max-height: 305px;
}
.function-feature__item .maxheight_306 img {
  max-height: 306px;
}
.function-feature__item .maxheight_307 img {
  max-height: 307px;
}
.function-feature__item .maxheight_308 img {
  max-height: 308px;
}
.function-feature__item .maxheight_309 img {
  max-height: 309px;
}
.function-feature__item .maxheight_310 img {
  max-height: 310px;
}
.function-feature__item .maxheight_311 img {
  max-height: 311px;
}
.function-feature__item .maxheight_312 img {
  max-height: 312px;
}
.function-feature__item .maxheight_313 img {
  max-height: 313px;
}
.function-feature__item .maxheight_314 img {
  max-height: 314px;
}
.function-feature__item .maxheight_315 img {
  max-height: 315px;
}
.function-feature__item .maxheight_316 img {
  max-height: 316px;
}
.function-feature__item .maxheight_317 img {
  max-height: 317px;
}
.function-feature__item .maxheight_318 img {
  max-height: 318px;
}
.function-feature__item .maxheight_319 img {
  max-height: 319px;
}
.function-feature__item .maxheight_320 img {
  max-height: 320px;
}
.function-feature__item .maxheight_321 img {
  max-height: 321px;
}
.function-feature__item .maxheight_322 img {
  max-height: 322px;
}
.function-feature__item .maxheight_323 img {
  max-height: 323px;
}
.function-feature__item .maxheight_324 img {
  max-height: 324px;
}
.function-feature__item .maxheight_325 img {
  max-height: 325px;
}
.function-feature__item .maxheight_326 img {
  max-height: 326px;
}
.function-feature__item .maxheight_327 img {
  max-height: 327px;
}
.function-feature__item .maxheight_328 img {
  max-height: 328px;
}
.function-feature__item .maxheight_329 img {
  max-height: 329px;
}
.function-feature__item .maxheight_330 img {
  max-height: 330px;
}
.function-feature__item .maxheight_331 img {
  max-height: 331px;
}
.function-feature__item .maxheight_332 img {
  max-height: 332px;
}
.function-feature__item .maxheight_333 img {
  max-height: 333px;
}
.function-feature__item .maxheight_334 img {
  max-height: 334px;
}
.function-feature__item .maxheight_335 img {
  max-height: 335px;
}
.function-feature__item .maxheight_336 img {
  max-height: 336px;
}
.function-feature__item .maxheight_337 img {
  max-height: 337px;
}
.function-feature__item .maxheight_338 img {
  max-height: 338px;
}
.function-feature__item .maxheight_339 img {
  max-height: 339px;
}
.function-feature__item .maxheight_340 img {
  max-height: 340px;
}
.function-feature__item .maxheight_341 img {
  max-height: 341px;
}
.function-feature__item .maxheight_342 img {
  max-height: 342px;
}
.function-feature__item .maxheight_343 img {
  max-height: 343px;
}
.function-feature__item .maxheight_344 img {
  max-height: 344px;
}
.function-feature__item .maxheight_345 img {
  max-height: 345px;
}
.function-feature__item .maxheight_346 img {
  max-height: 346px;
}
.function-feature__item .maxheight_347 img {
  max-height: 347px;
}
.function-feature__item .maxheight_348 img {
  max-height: 348px;
}
.function-feature__item .maxheight_349 img {
  max-height: 349px;
}
.function-feature__item .maxheight_350 img {
  max-height: 350px;
}
.function-feature__item .maxheight_351 img {
  max-height: 351px;
}
.function-feature__item .maxheight_352 img {
  max-height: 352px;
}
.function-feature__item .maxheight_353 img {
  max-height: 353px;
}
.function-feature__item .maxheight_354 img {
  max-height: 354px;
}
.function-feature__item .maxheight_355 img {
  max-height: 355px;
}
.function-feature__item .maxheight_356 img {
  max-height: 356px;
}
.function-feature__item .maxheight_357 img {
  max-height: 357px;
}
.function-feature__item .maxheight_358 img {
  max-height: 358px;
}
.function-feature__item .maxheight_359 img {
  max-height: 359px;
}
.function-feature__item .maxheight_360 img {
  max-height: 360px;
}
.function-feature__item .maxheight_361 img {
  max-height: 361px;
}
.function-feature__item .maxheight_362 img {
  max-height: 362px;
}
.function-feature__item .maxheight_363 img {
  max-height: 363px;
}
.function-feature__item .maxheight_364 img {
  max-height: 364px;
}
.function-feature__item .maxheight_365 img {
  max-height: 365px;
}
.function-feature__item .maxheight_366 img {
  max-height: 366px;
}
.function-feature__item .maxheight_367 img {
  max-height: 367px;
}
.function-feature__item .maxheight_368 img {
  max-height: 368px;
}
.function-feature__item .maxheight_369 img {
  max-height: 369px;
}
.function-feature__item .maxheight_370 img {
  max-height: 370px;
}
.function-feature__item .maxheight_371 img {
  max-height: 371px;
}
.function-feature__item .maxheight_372 img {
  max-height: 372px;
}
.function-feature__item .maxheight_373 img {
  max-height: 373px;
}
.function-feature__item .maxheight_374 img {
  max-height: 374px;
}
.function-feature__item .maxheight_375 img {
  max-height: 375px;
}
.function-feature__item .maxheight_376 img {
  max-height: 376px;
}
.function-feature__item .maxheight_377 img {
  max-height: 377px;
}
.function-feature__item .maxheight_378 img {
  max-height: 378px;
}
.function-feature__item .maxheight_379 img {
  max-height: 379px;
}
.function-feature__item .maxheight_380 img {
  max-height: 380px;
}
.function-feature__item .maxheight_381 img {
  max-height: 381px;
}
.function-feature__item .maxheight_382 img {
  max-height: 382px;
}
.function-feature__item .maxheight_383 img {
  max-height: 383px;
}
.function-feature__item .maxheight_384 img {
  max-height: 384px;
}
.function-feature__item .maxheight_385 img {
  max-height: 385px;
}
.function-feature__item .maxheight_386 img {
  max-height: 386px;
}
.function-feature__item .maxheight_387 img {
  max-height: 387px;
}
.function-feature__item .maxheight_388 img {
  max-height: 388px;
}
.function-feature__item .maxheight_389 img {
  max-height: 389px;
}
.function-feature__item .maxheight_390 img {
  max-height: 390px;
}
.function-feature__item .maxheight_391 img {
  max-height: 391px;
}
.function-feature__item .maxheight_392 img {
  max-height: 392px;
}
.function-feature__item .maxheight_393 img {
  max-height: 393px;
}
.function-feature__item .maxheight_394 img {
  max-height: 394px;
}
.function-feature__item .maxheight_395 img {
  max-height: 395px;
}
.function-feature__item .maxheight_396 img {
  max-height: 396px;
}
.function-feature__item .maxheight_397 img {
  max-height: 397px;
}
.function-feature__item .maxheight_398 img {
  max-height: 398px;
}
.function-feature__item .maxheight_399 img {
  max-height: 399px;
}
.function-feature__item .maxheight_400 img {
  max-height: 400px;
}
.function-feature__item .maxheight_401 img {
  max-height: 401px;
}
.function-feature__item .maxheight_402 img {
  max-height: 402px;
}
.function-feature__item .maxheight_403 img {
  max-height: 403px;
}
.function-feature__item .maxheight_404 img {
  max-height: 404px;
}
.function-feature__item .maxheight_405 img {
  max-height: 405px;
}
.function-feature__item .maxheight_406 img {
  max-height: 406px;
}
.function-feature__item .maxheight_407 img {
  max-height: 407px;
}
.function-feature__item .maxheight_408 img {
  max-height: 408px;
}
.function-feature__item .maxheight_409 img {
  max-height: 409px;
}
.function-feature__item .maxheight_410 img {
  max-height: 410px;
}
.function-feature__item .maxheight_411 img {
  max-height: 411px;
}
.function-feature__item .maxheight_412 img {
  max-height: 412px;
}
.function-feature__item .maxheight_413 img {
  max-height: 413px;
}
.function-feature__item .maxheight_414 img {
  max-height: 414px;
}
.function-feature__item .maxheight_415 img {
  max-height: 415px;
}
.function-feature__item .maxheight_416 img {
  max-height: 416px;
}
.function-feature__item .maxheight_417 img {
  max-height: 417px;
}
.function-feature__item .maxheight_418 img {
  max-height: 418px;
}
.function-feature__item .maxheight_419 img {
  max-height: 419px;
}
.function-feature__item .maxheight_420 img {
  max-height: 420px;
}
.function-feature__item .maxheight_421 img {
  max-height: 421px;
}
.function-feature__item .maxheight_422 img {
  max-height: 422px;
}
.function-feature__item .maxheight_423 img {
  max-height: 423px;
}
.function-feature__item .maxheight_424 img {
  max-height: 424px;
}
.function-feature__item .maxheight_425 img {
  max-height: 425px;
}
.function-feature__item .maxheight_426 img {
  max-height: 426px;
}
.function-feature__item .maxheight_427 img {
  max-height: 427px;
}
.function-feature__item .maxheight_428 img {
  max-height: 428px;
}
.function-feature__item .maxheight_429 img {
  max-height: 429px;
}
.function-feature__item .maxheight_430 img {
  max-height: 430px;
}
.function-feature__item .maxheight_431 img {
  max-height: 431px;
}
.function-feature__item .maxheight_432 img {
  max-height: 432px;
}
.function-feature__item .maxheight_433 img {
  max-height: 433px;
}
.function-feature__item .maxheight_434 img {
  max-height: 434px;
}
.function-feature__item .maxheight_435 img {
  max-height: 435px;
}
.function-feature__item .maxheight_436 img {
  max-height: 436px;
}
.function-feature__item .maxheight_437 img {
  max-height: 437px;
}
.function-feature__item .maxheight_438 img {
  max-height: 438px;
}
.function-feature__item .maxheight_439 img {
  max-height: 439px;
}
.function-feature__item .maxheight_440 img {
  max-height: 440px;
}
.function-feature__item .maxheight_441 img {
  max-height: 441px;
}
.function-feature__item .maxheight_442 img {
  max-height: 442px;
}
.function-feature__item .maxheight_443 img {
  max-height: 443px;
}
.function-feature__item .maxheight_444 img {
  max-height: 444px;
}
.function-feature__item .maxheight_445 img {
  max-height: 445px;
}
.function-feature__item .maxheight_446 img {
  max-height: 446px;
}
.function-feature__item .maxheight_447 img {
  max-height: 447px;
}
.function-feature__item .maxheight_448 img {
  max-height: 448px;
}
.function-feature__item .maxheight_449 img {
  max-height: 449px;
}
.function-feature__item .maxheight_450 img {
  max-height: 450px;
}
.function-feature__item .maxheight_451 img {
  max-height: 451px;
}
.function-feature__item .maxheight_452 img {
  max-height: 452px;
}
.function-feature__item .maxheight_453 img {
  max-height: 453px;
}
.function-feature__item .maxheight_454 img {
  max-height: 454px;
}
.function-feature__item .maxheight_455 img {
  max-height: 455px;
}
.function-feature__item .maxheight_456 img {
  max-height: 456px;
}
.function-feature__item .maxheight_457 img {
  max-height: 457px;
}
.function-feature__item .maxheight_458 img {
  max-height: 458px;
}
.function-feature__item .maxheight_459 img {
  max-height: 459px;
}
.function-feature__item .maxheight_460 img {
  max-height: 460px;
}
.function-feature__item .maxheight_461 img {
  max-height: 461px;
}
.function-feature__item .maxheight_462 img {
  max-height: 462px;
}
.function-feature__item .maxheight_463 img {
  max-height: 463px;
}
.function-feature__item .maxheight_464 img {
  max-height: 464px;
}
.function-feature__item .maxheight_465 img {
  max-height: 465px;
}
.function-feature__item .maxheight_466 img {
  max-height: 466px;
}
.function-feature__item .maxheight_467 img {
  max-height: 467px;
}
.function-feature__item .maxheight_468 img {
  max-height: 468px;
}
.function-feature__item .maxheight_469 img {
  max-height: 469px;
}
.function-feature__item .maxheight_470 img {
  max-height: 470px;
}
.function-feature__item .maxheight_471 img {
  max-height: 471px;
}
.function-feature__item .maxheight_472 img {
  max-height: 472px;
}
.function-feature__item .maxheight_473 img {
  max-height: 473px;
}
.function-feature__item .maxheight_474 img {
  max-height: 474px;
}
.function-feature__item .maxheight_475 img {
  max-height: 475px;
}
.function-feature__item .maxheight_476 img {
  max-height: 476px;
}
.function-feature__item .maxheight_477 img {
  max-height: 477px;
}
.function-feature__item .maxheight_478 img {
  max-height: 478px;
}
.function-feature__item .maxheight_479 img {
  max-height: 479px;
}
.function-feature__item .maxheight_480 img {
  max-height: 480px;
}
.function-feature__item .maxheight_481 img {
  max-height: 481px;
}
.function-feature__item .maxheight_482 img {
  max-height: 482px;
}
.function-feature__item .maxheight_483 img {
  max-height: 483px;
}
.function-feature__item .maxheight_484 img {
  max-height: 484px;
}
.function-feature__item .maxheight_485 img {
  max-height: 485px;
}
.function-feature__item .maxheight_486 img {
  max-height: 486px;
}
.function-feature__item .maxheight_487 img {
  max-height: 487px;
}
.function-feature__item .maxheight_488 img {
  max-height: 488px;
}
.function-feature__item .maxheight_489 img {
  max-height: 489px;
}
.function-feature__item .maxheight_490 img {
  max-height: 490px;
}
.function-feature__item .maxheight_491 img {
  max-height: 491px;
}
.function-feature__item .maxheight_492 img {
  max-height: 492px;
}
.function-feature__item .maxheight_493 img {
  max-height: 493px;
}
.function-feature__item .maxheight_494 img {
  max-height: 494px;
}
.function-feature__item .maxheight_495 img {
  max-height: 495px;
}
.function-feature__item .maxheight_496 img {
  max-height: 496px;
}
.function-feature__item .maxheight_497 img {
  max-height: 497px;
}
.function-feature__item .maxheight_498 img {
  max-height: 498px;
}
.function-feature__item .maxheight_499 img {
  max-height: 499px;
}
.function-feature__item .maxheight_500 img {
  max-height: 500px;
}
.function-feature__item .maxheight_501 img {
  max-height: 501px;
}
.function-feature__item .maxheight_502 img {
  max-height: 502px;
}
.function-feature__item .maxheight_503 img {
  max-height: 503px;
}
.function-feature__item .maxheight_504 img {
  max-height: 504px;
}
.function-feature__item .maxheight_505 img {
  max-height: 505px;
}
.function-feature__item .maxheight_506 img {
  max-height: 506px;
}
.function-feature__item .maxheight_507 img {
  max-height: 507px;
}
.function-feature__item .maxheight_508 img {
  max-height: 508px;
}
.function-feature__item .maxheight_509 img {
  max-height: 509px;
}
.function-feature__item .maxheight_510 img {
  max-height: 510px;
}
.function-feature__item .maxheight_511 img {
  max-height: 511px;
}
.function-feature__item .maxheight_512 img {
  max-height: 512px;
}
.function-feature__item .maxheight_513 img {
  max-height: 513px;
}
.function-feature__item .maxheight_514 img {
  max-height: 514px;
}
.function-feature__item .maxheight_515 img {
  max-height: 515px;
}
.function-feature__item .maxheight_516 img {
  max-height: 516px;
}
.function-feature__item .maxheight_517 img {
  max-height: 517px;
}
.function-feature__item .maxheight_518 img {
  max-height: 518px;
}
.function-feature__item .maxheight_519 img {
  max-height: 519px;
}
.function-feature__item .maxheight_520 img {
  max-height: 520px;
}
.function-feature__item .maxheight_521 img {
  max-height: 521px;
}
.function-feature__item .maxheight_522 img {
  max-height: 522px;
}
.function-feature__item .maxheight_523 img {
  max-height: 523px;
}
.function-feature__item .maxheight_524 img {
  max-height: 524px;
}
.function-feature__item .maxheight_525 img {
  max-height: 525px;
}
.function-feature__item .maxheight_526 img {
  max-height: 526px;
}
.function-feature__item .maxheight_527 img {
  max-height: 527px;
}
.function-feature__item .maxheight_528 img {
  max-height: 528px;
}
.function-feature__item .maxheight_529 img {
  max-height: 529px;
}
.function-feature__item .maxheight_530 img {
  max-height: 530px;
}
.function-feature__item .maxheight_531 img {
  max-height: 531px;
}
.function-feature__item .maxheight_532 img {
  max-height: 532px;
}
.function-feature__item .maxheight_533 img {
  max-height: 533px;
}
.function-feature__item .maxheight_534 img {
  max-height: 534px;
}
.function-feature__item .maxheight_535 img {
  max-height: 535px;
}
.function-feature__item .maxheight_536 img {
  max-height: 536px;
}
.function-feature__item .maxheight_537 img {
  max-height: 537px;
}
.function-feature__item .maxheight_538 img {
  max-height: 538px;
}
.function-feature__item .maxheight_539 img {
  max-height: 539px;
}
.function-feature__item .maxheight_540 img {
  max-height: 540px;
}
.function-feature__item .maxheight_541 img {
  max-height: 541px;
}
.function-feature__item .maxheight_542 img {
  max-height: 542px;
}
.function-feature__item .maxheight_543 img {
  max-height: 543px;
}
.function-feature__item .maxheight_544 img {
  max-height: 544px;
}
.function-feature__item .maxheight_545 img {
  max-height: 545px;
}
.function-feature__item .maxheight_546 img {
  max-height: 546px;
}
.function-feature__item .maxheight_547 img {
  max-height: 547px;
}
.function-feature__item .maxheight_548 img {
  max-height: 548px;
}
.function-feature__item .maxheight_549 img {
  max-height: 549px;
}
.function-feature__item .maxheight_550 img {
  max-height: 550px;
}
.function-feature__item .maxheight_551 img {
  max-height: 551px;
}
.function-feature__item .maxheight_552 img {
  max-height: 552px;
}
.function-feature__item .maxheight_553 img {
  max-height: 553px;
}
.function-feature__item .maxheight_554 img {
  max-height: 554px;
}
.function-feature__item .maxheight_555 img {
  max-height: 555px;
}
.function-feature__item .maxheight_556 img {
  max-height: 556px;
}
.function-feature__item .maxheight_557 img {
  max-height: 557px;
}
.function-feature__item .maxheight_558 img {
  max-height: 558px;
}
.function-feature__item .maxheight_559 img {
  max-height: 559px;
}
.function-feature__item .maxheight_560 img {
  max-height: 560px;
}
.function-feature__item .maxheight_561 img {
  max-height: 561px;
}
.function-feature__item .maxheight_562 img {
  max-height: 562px;
}
.function-feature__item .maxheight_563 img {
  max-height: 563px;
}
.function-feature__item .maxheight_564 img {
  max-height: 564px;
}
.function-feature__item .maxheight_565 img {
  max-height: 565px;
}
.function-feature__item .maxheight_566 img {
  max-height: 566px;
}
.function-feature__item .maxheight_567 img {
  max-height: 567px;
}
.function-feature__item .maxheight_568 img {
  max-height: 568px;
}
.function-feature__item .maxheight_569 img {
  max-height: 569px;
}
.function-feature__item .maxheight_570 img {
  max-height: 570px;
}
.function-feature__item .maxheight_571 img {
  max-height: 571px;
}
.function-feature__item .maxheight_572 img {
  max-height: 572px;
}
.function-feature__item .maxheight_573 img {
  max-height: 573px;
}
.function-feature__item .maxheight_574 img {
  max-height: 574px;
}
.function-feature__item .maxheight_575 img {
  max-height: 575px;
}
.function-feature__item .maxheight_576 img {
  max-height: 576px;
}
.function-feature__item .maxheight_577 img {
  max-height: 577px;
}
.function-feature__item .maxheight_578 img {
  max-height: 578px;
}
.function-feature__item .maxheight_579 img {
  max-height: 579px;
}
.function-feature__item .maxheight_580 img {
  max-height: 580px;
}
.function-feature__item .maxheight_581 img {
  max-height: 581px;
}
.function-feature__item .maxheight_582 img {
  max-height: 582px;
}
.function-feature__item .maxheight_583 img {
  max-height: 583px;
}
.function-feature__item .maxheight_584 img {
  max-height: 584px;
}
.function-feature__item .maxheight_585 img {
  max-height: 585px;
}
.function-feature__item .maxheight_586 img {
  max-height: 586px;
}
.function-feature__item .maxheight_587 img {
  max-height: 587px;
}
.function-feature__item .maxheight_588 img {
  max-height: 588px;
}
.function-feature__item .maxheight_589 img {
  max-height: 589px;
}
.function-feature__item .maxheight_590 img {
  max-height: 590px;
}
.function-feature__item .maxheight_591 img {
  max-height: 591px;
}
.function-feature__item .maxheight_592 img {
  max-height: 592px;
}
.function-feature__item .maxheight_593 img {
  max-height: 593px;
}
.function-feature__item .maxheight_594 img {
  max-height: 594px;
}
.function-feature__item .maxheight_595 img {
  max-height: 595px;
}
.function-feature__item .maxheight_596 img {
  max-height: 596px;
}
.function-feature__item .maxheight_597 img {
  max-height: 597px;
}
.function-feature__item .maxheight_598 img {
  max-height: 598px;
}
.function-feature__item .maxheight_599 img {
  max-height: 599px;
}
.function-feature__item .maxheight_600 img {
  max-height: 600px;
}
.function-feature__item .maxheight_601 img {
  max-height: 601px;
}
.function-feature__item .maxheight_602 img {
  max-height: 602px;
}
.function-feature__item .maxheight_603 img {
  max-height: 603px;
}
.function-feature__item .maxheight_604 img {
  max-height: 604px;
}
.function-feature__item .maxheight_605 img {
  max-height: 605px;
}
.function-feature__item .maxheight_606 img {
  max-height: 606px;
}
.function-feature__item .maxheight_607 img {
  max-height: 607px;
}
.function-feature__item .maxheight_608 img {
  max-height: 608px;
}
.function-feature__item .maxheight_609 img {
  max-height: 609px;
}
.function-feature__item .maxheight_610 img {
  max-height: 610px;
}
.function-feature__item .maxheight_611 img {
  max-height: 611px;
}
.function-feature__item .maxheight_612 img {
  max-height: 612px;
}
.function-feature__item .maxheight_613 img {
  max-height: 613px;
}
.function-feature__item .maxheight_614 img {
  max-height: 614px;
}
.function-feature__item .maxheight_615 img {
  max-height: 615px;
}
.function-feature__item .maxheight_616 img {
  max-height: 616px;
}
.function-feature__item .maxheight_617 img {
  max-height: 617px;
}
.function-feature__item .maxheight_618 img {
  max-height: 618px;
}
.function-feature__item .maxheight_619 img {
  max-height: 619px;
}
.function-feature__item .maxheight_620 img {
  max-height: 620px;
}
.function-feature__item .maxheight_621 img {
  max-height: 621px;
}
.function-feature__item .maxheight_622 img {
  max-height: 622px;
}
.function-feature__item .maxheight_623 img {
  max-height: 623px;
}
.function-feature__item .maxheight_624 img {
  max-height: 624px;
}
.function-feature__item .maxheight_625 img {
  max-height: 625px;
}
.function-feature__item .maxheight_626 img {
  max-height: 626px;
}
.function-feature__item .maxheight_627 img {
  max-height: 627px;
}
.function-feature__item .maxheight_628 img {
  max-height: 628px;
}
.function-feature__item .maxheight_629 img {
  max-height: 629px;
}
.function-feature__item .maxheight_630 img {
  max-height: 630px;
}
.function-feature__item .maxheight_631 img {
  max-height: 631px;
}
.function-feature__item .maxheight_632 img {
  max-height: 632px;
}
.function-feature__item .maxheight_633 img {
  max-height: 633px;
}
.function-feature__item .maxheight_634 img {
  max-height: 634px;
}
.function-feature__item .maxheight_635 img {
  max-height: 635px;
}
.function-feature__item .maxheight_636 img {
  max-height: 636px;
}
.function-feature__item .maxheight_637 img {
  max-height: 637px;
}
.function-feature__item .maxheight_638 img {
  max-height: 638px;
}
.function-feature__item .maxheight_639 img {
  max-height: 639px;
}
.function-feature__item .maxheight_640 img {
  max-height: 640px;
}
.function-feature__item .maxheight_641 img {
  max-height: 641px;
}
.function-feature__item .maxheight_642 img {
  max-height: 642px;
}
.function-feature__item .maxheight_643 img {
  max-height: 643px;
}
.function-feature__item .maxheight_644 img {
  max-height: 644px;
}
.function-feature__item .maxheight_645 img {
  max-height: 645px;
}
.function-feature__item .maxheight_646 img {
  max-height: 646px;
}
.function-feature__item .maxheight_647 img {
  max-height: 647px;
}
.function-feature__item .maxheight_648 img {
  max-height: 648px;
}
.function-feature__item .maxheight_649 img {
  max-height: 649px;
}
.function-feature__item .maxheight_650 img {
  max-height: 650px;
}
.function-feature__item .maxheight_651 img {
  max-height: 651px;
}
.function-feature__item .maxheight_652 img {
  max-height: 652px;
}
.function-feature__item .maxheight_653 img {
  max-height: 653px;
}
.function-feature__item .maxheight_654 img {
  max-height: 654px;
}
.function-feature__item .maxheight_655 img {
  max-height: 655px;
}
.function-feature__item .maxheight_656 img {
  max-height: 656px;
}
.function-feature__item .maxheight_657 img {
  max-height: 657px;
}
.function-feature__item .maxheight_658 img {
  max-height: 658px;
}
.function-feature__item .maxheight_659 img {
  max-height: 659px;
}
.function-feature__item .maxheight_660 img {
  max-height: 660px;
}
.function-feature__item .maxheight_661 img {
  max-height: 661px;
}
.function-feature__item .maxheight_662 img {
  max-height: 662px;
}
.function-feature__item .maxheight_663 img {
  max-height: 663px;
}
.function-feature__item .maxheight_664 img {
  max-height: 664px;
}
.function-feature__item .maxheight_665 img {
  max-height: 665px;
}
.function-feature__item .maxheight_666 img {
  max-height: 666px;
}
.function-feature__item .maxheight_667 img {
  max-height: 667px;
}
.function-feature__item .maxheight_668 img {
  max-height: 668px;
}
.function-feature__item .maxheight_669 img {
  max-height: 669px;
}
.function-feature__item .maxheight_670 img {
  max-height: 670px;
}
.function-feature__item .maxheight_671 img {
  max-height: 671px;
}
.function-feature__item .maxheight_672 img {
  max-height: 672px;
}
.function-feature__item .maxheight_673 img {
  max-height: 673px;
}
.function-feature__item .maxheight_674 img {
  max-height: 674px;
}
.function-feature__item .maxheight_675 img {
  max-height: 675px;
}
.function-feature__item .maxheight_676 img {
  max-height: 676px;
}
.function-feature__item .maxheight_677 img {
  max-height: 677px;
}
.function-feature__item .maxheight_678 img {
  max-height: 678px;
}
.function-feature__item .maxheight_679 img {
  max-height: 679px;
}
.function-feature__item .maxheight_680 img {
  max-height: 680px;
}
.function-feature__item .maxheight_681 img {
  max-height: 681px;
}
.function-feature__item .maxheight_682 img {
  max-height: 682px;
}
.function-feature__item .maxheight_683 img {
  max-height: 683px;
}
.function-feature__item .maxheight_684 img {
  max-height: 684px;
}
.function-feature__item .maxheight_685 img {
  max-height: 685px;
}
.function-feature__item .maxheight_686 img {
  max-height: 686px;
}
.function-feature__item .maxheight_687 img {
  max-height: 687px;
}
.function-feature__item .maxheight_688 img {
  max-height: 688px;
}
.function-feature__item .maxheight_689 img {
  max-height: 689px;
}
.function-feature__item .maxheight_690 img {
  max-height: 690px;
}
.function-feature__item .maxheight_691 img {
  max-height: 691px;
}
.function-feature__item .maxheight_692 img {
  max-height: 692px;
}
.function-feature__item .maxheight_693 img {
  max-height: 693px;
}
.function-feature__item .maxheight_694 img {
  max-height: 694px;
}
.function-feature__item .maxheight_695 img {
  max-height: 695px;
}
.function-feature__item .maxheight_696 img {
  max-height: 696px;
}
.function-feature__item .maxheight_697 img {
  max-height: 697px;
}
.function-feature__item .maxheight_698 img {
  max-height: 698px;
}
.function-feature__item .maxheight_699 img {
  max-height: 699px;
}
.function-feature__item .maxheight_700 img {
  max-height: 700px;
}
.function-feature__item .maxheight_701 img {
  max-height: 701px;
}
.function-feature__item .maxheight_702 img {
  max-height: 702px;
}
.function-feature__item .maxheight_703 img {
  max-height: 703px;
}
.function-feature__item .maxheight_704 img {
  max-height: 704px;
}
.function-feature__item .maxheight_705 img {
  max-height: 705px;
}
.function-feature__item .maxheight_706 img {
  max-height: 706px;
}
.function-feature__item .maxheight_707 img {
  max-height: 707px;
}
.function-feature__item .maxheight_708 img {
  max-height: 708px;
}
.function-feature__item .maxheight_709 img {
  max-height: 709px;
}
.function-feature__item .maxheight_710 img {
  max-height: 710px;
}
.function-feature__item .maxheight_711 img {
  max-height: 711px;
}
.function-feature__item .maxheight_712 img {
  max-height: 712px;
}
.function-feature__item .maxheight_713 img {
  max-height: 713px;
}
.function-feature__item .maxheight_714 img {
  max-height: 714px;
}
.function-feature__item .maxheight_715 img {
  max-height: 715px;
}
.function-feature__item .maxheight_716 img {
  max-height: 716px;
}
.function-feature__item .maxheight_717 img {
  max-height: 717px;
}
.function-feature__item .maxheight_718 img {
  max-height: 718px;
}
.function-feature__item .maxheight_719 img {
  max-height: 719px;
}
.function-feature__item .maxheight_720 img {
  max-height: 720px;
}
.function-feature__item .maxheight_721 img {
  max-height: 721px;
}
.function-feature__item .maxheight_722 img {
  max-height: 722px;
}
.function-feature__item .maxheight_723 img {
  max-height: 723px;
}
.function-feature__item .maxheight_724 img {
  max-height: 724px;
}
.function-feature__item .maxheight_725 img {
  max-height: 725px;
}
.function-feature__item .maxheight_726 img {
  max-height: 726px;
}
.function-feature__item .maxheight_727 img {
  max-height: 727px;
}
.function-feature__item .maxheight_728 img {
  max-height: 728px;
}
.function-feature__item .maxheight_729 img {
  max-height: 729px;
}
.function-feature__item .maxheight_730 img {
  max-height: 730px;
}
.function-feature__item .maxheight_731 img {
  max-height: 731px;
}
.function-feature__item .maxheight_732 img {
  max-height: 732px;
}
.function-feature__item .maxheight_733 img {
  max-height: 733px;
}
.function-feature__item .maxheight_734 img {
  max-height: 734px;
}
.function-feature__item .maxheight_735 img {
  max-height: 735px;
}
.function-feature__item .maxheight_736 img {
  max-height: 736px;
}
.function-feature__item .maxheight_737 img {
  max-height: 737px;
}
.function-feature__item .maxheight_738 img {
  max-height: 738px;
}
.function-feature__item .maxheight_739 img {
  max-height: 739px;
}
.function-feature__item .maxheight_740 img {
  max-height: 740px;
}
.function-feature__item .maxheight_741 img {
  max-height: 741px;
}
.function-feature__item .maxheight_742 img {
  max-height: 742px;
}
.function-feature__item .maxheight_743 img {
  max-height: 743px;
}
.function-feature__item .maxheight_744 img {
  max-height: 744px;
}
.function-feature__item .maxheight_745 img {
  max-height: 745px;
}
.function-feature__item .maxheight_746 img {
  max-height: 746px;
}
.function-feature__item .maxheight_747 img {
  max-height: 747px;
}
.function-feature__item .maxheight_748 img {
  max-height: 748px;
}
.function-feature__item .maxheight_749 img {
  max-height: 749px;
}
.function-feature__item .maxheight_750 img {
  max-height: 750px;
}
.function-feature__item .maxheight_751 img {
  max-height: 751px;
}
.function-feature__item .maxheight_752 img {
  max-height: 752px;
}
.function-feature__item .maxheight_753 img {
  max-height: 753px;
}
.function-feature__item .maxheight_754 img {
  max-height: 754px;
}
.function-feature__item .maxheight_755 img {
  max-height: 755px;
}
.function-feature__item .maxheight_756 img {
  max-height: 756px;
}
.function-feature__item .maxheight_757 img {
  max-height: 757px;
}
.function-feature__item .maxheight_758 img {
  max-height: 758px;
}
.function-feature__item .maxheight_759 img {
  max-height: 759px;
}
.function-feature__item .maxheight_760 img {
  max-height: 760px;
}
.function-feature__item .maxheight_761 img {
  max-height: 761px;
}
.function-feature__item .maxheight_762 img {
  max-height: 762px;
}
.function-feature__item .maxheight_763 img {
  max-height: 763px;
}
.function-feature__item .maxheight_764 img {
  max-height: 764px;
}
.function-feature__item .maxheight_765 img {
  max-height: 765px;
}
.function-feature__item .maxheight_766 img {
  max-height: 766px;
}
.function-feature__item .maxheight_767 img {
  max-height: 767px;
}
.function-feature__item .maxheight_768 img {
  max-height: 768px;
}
.function-feature__item .maxheight_769 img {
  max-height: 769px;
}
.function-feature__item .maxheight_770 img {
  max-height: 770px;
}
.function-feature__item .maxheight_771 img {
  max-height: 771px;
}
.function-feature__item .maxheight_772 img {
  max-height: 772px;
}
.function-feature__item .maxheight_773 img {
  max-height: 773px;
}
.function-feature__item .maxheight_774 img {
  max-height: 774px;
}
.function-feature__item .maxheight_775 img {
  max-height: 775px;
}
.function-feature__item .maxheight_776 img {
  max-height: 776px;
}
.function-feature__item .maxheight_777 img {
  max-height: 777px;
}
.function-feature__item .maxheight_778 img {
  max-height: 778px;
}
.function-feature__item .maxheight_779 img {
  max-height: 779px;
}
.function-feature__item .maxheight_780 img {
  max-height: 780px;
}
.function-feature__item .maxheight_781 img {
  max-height: 781px;
}
.function-feature__item .maxheight_782 img {
  max-height: 782px;
}
.function-feature__item .maxheight_783 img {
  max-height: 783px;
}
.function-feature__item .maxheight_784 img {
  max-height: 784px;
}
.function-feature__item .maxheight_785 img {
  max-height: 785px;
}
.function-feature__item .maxheight_786 img {
  max-height: 786px;
}
.function-feature__item .maxheight_787 img {
  max-height: 787px;
}
.function-feature__item .maxheight_788 img {
  max-height: 788px;
}
.function-feature__item .maxheight_789 img {
  max-height: 789px;
}
.function-feature__item .maxheight_790 img {
  max-height: 790px;
}
.function-feature__item .maxheight_791 img {
  max-height: 791px;
}
.function-feature__item .maxheight_792 img {
  max-height: 792px;
}
.function-feature__item .maxheight_793 img {
  max-height: 793px;
}
.function-feature__item .maxheight_794 img {
  max-height: 794px;
}
.function-feature__item .maxheight_795 img {
  max-height: 795px;
}
.function-feature__item .maxheight_796 img {
  max-height: 796px;
}
.function-feature__item .maxheight_797 img {
  max-height: 797px;
}
.function-feature__item .maxheight_798 img {
  max-height: 798px;
}
.function-feature__item .maxheight_799 img {
  max-height: 799px;
}
.function-feature__item .maxheight_800 img {
  max-height: 800px;
}
.function-feature__item .maxheight_801 img {
  max-height: 801px;
}
.function-feature__item .maxheight_802 img {
  max-height: 802px;
}
.function-feature__item .maxheight_803 img {
  max-height: 803px;
}
.function-feature__item .maxheight_804 img {
  max-height: 804px;
}
.function-feature__item .maxheight_805 img {
  max-height: 805px;
}
.function-feature__item .maxheight_806 img {
  max-height: 806px;
}
.function-feature__item .maxheight_807 img {
  max-height: 807px;
}
.function-feature__item .maxheight_808 img {
  max-height: 808px;
}
.function-feature__item .maxheight_809 img {
  max-height: 809px;
}
.function-feature__item .maxheight_810 img {
  max-height: 810px;
}
.function-feature__item .maxheight_811 img {
  max-height: 811px;
}
.function-feature__item .maxheight_812 img {
  max-height: 812px;
}
.function-feature__item .maxheight_813 img {
  max-height: 813px;
}
.function-feature__item .maxheight_814 img {
  max-height: 814px;
}
.function-feature__item .maxheight_815 img {
  max-height: 815px;
}
.function-feature__item .maxheight_816 img {
  max-height: 816px;
}
.function-feature__item .maxheight_817 img {
  max-height: 817px;
}
.function-feature__item .maxheight_818 img {
  max-height: 818px;
}
.function-feature__item .maxheight_819 img {
  max-height: 819px;
}
.function-feature__item .maxheight_820 img {
  max-height: 820px;
}
.function-feature__item .maxheight_821 img {
  max-height: 821px;
}
.function-feature__item .maxheight_822 img {
  max-height: 822px;
}
.function-feature__item .maxheight_823 img {
  max-height: 823px;
}
.function-feature__item .maxheight_824 img {
  max-height: 824px;
}
.function-feature__item .maxheight_825 img {
  max-height: 825px;
}
.function-feature__item .maxheight_826 img {
  max-height: 826px;
}
.function-feature__item .maxheight_827 img {
  max-height: 827px;
}
.function-feature__item .maxheight_828 img {
  max-height: 828px;
}
.function-feature__item .maxheight_829 img {
  max-height: 829px;
}
.function-feature__item .maxheight_830 img {
  max-height: 830px;
}
.function-feature__item .maxheight_831 img {
  max-height: 831px;
}
.function-feature__item .maxheight_832 img {
  max-height: 832px;
}
.function-feature__item .maxheight_833 img {
  max-height: 833px;
}
.function-feature__item .maxheight_834 img {
  max-height: 834px;
}
.function-feature__item .maxheight_835 img {
  max-height: 835px;
}
.function-feature__item .maxheight_836 img {
  max-height: 836px;
}
.function-feature__item .maxheight_837 img {
  max-height: 837px;
}
.function-feature__item .maxheight_838 img {
  max-height: 838px;
}
.function-feature__item .maxheight_839 img {
  max-height: 839px;
}
.function-feature__item .maxheight_840 img {
  max-height: 840px;
}
.function-feature__item .maxheight_841 img {
  max-height: 841px;
}
.function-feature__item .maxheight_842 img {
  max-height: 842px;
}
.function-feature__item .maxheight_843 img {
  max-height: 843px;
}
.function-feature__item .maxheight_844 img {
  max-height: 844px;
}
.function-feature__item .maxheight_845 img {
  max-height: 845px;
}
.function-feature__item .maxheight_846 img {
  max-height: 846px;
}
.function-feature__item .maxheight_847 img {
  max-height: 847px;
}
.function-feature__item .maxheight_848 img {
  max-height: 848px;
}
.function-feature__item .maxheight_849 img {
  max-height: 849px;
}
.function-feature__item .maxheight_850 img {
  max-height: 850px;
}
.function-feature__item .maxheight_851 img {
  max-height: 851px;
}
.function-feature__item .maxheight_852 img {
  max-height: 852px;
}
.function-feature__item .maxheight_853 img {
  max-height: 853px;
}
.function-feature__item .maxheight_854 img {
  max-height: 854px;
}
.function-feature__item .maxheight_855 img {
  max-height: 855px;
}
.function-feature__item .maxheight_856 img {
  max-height: 856px;
}
.function-feature__item .maxheight_857 img {
  max-height: 857px;
}
.function-feature__item .maxheight_858 img {
  max-height: 858px;
}
.function-feature__item .maxheight_859 img {
  max-height: 859px;
}
.function-feature__item .maxheight_860 img {
  max-height: 860px;
}
.function-feature__item .maxheight_861 img {
  max-height: 861px;
}
.function-feature__item .maxheight_862 img {
  max-height: 862px;
}
.function-feature__item .maxheight_863 img {
  max-height: 863px;
}
.function-feature__item .maxheight_864 img {
  max-height: 864px;
}
.function-feature__item .maxheight_865 img {
  max-height: 865px;
}
.function-feature__item .maxheight_866 img {
  max-height: 866px;
}
.function-feature__item .maxheight_867 img {
  max-height: 867px;
}
.function-feature__item .maxheight_868 img {
  max-height: 868px;
}
.function-feature__item .maxheight_869 img {
  max-height: 869px;
}
.function-feature__item .maxheight_870 img {
  max-height: 870px;
}
.function-feature__item .maxheight_871 img {
  max-height: 871px;
}
.function-feature__item .maxheight_872 img {
  max-height: 872px;
}
.function-feature__item .maxheight_873 img {
  max-height: 873px;
}
.function-feature__item .maxheight_874 img {
  max-height: 874px;
}
.function-feature__item .maxheight_875 img {
  max-height: 875px;
}
.function-feature__item .maxheight_876 img {
  max-height: 876px;
}
.function-feature__item .maxheight_877 img {
  max-height: 877px;
}
.function-feature__item .maxheight_878 img {
  max-height: 878px;
}
.function-feature__item .maxheight_879 img {
  max-height: 879px;
}
.function-feature__item .maxheight_880 img {
  max-height: 880px;
}
.function-feature__item .maxheight_881 img {
  max-height: 881px;
}
.function-feature__item .maxheight_882 img {
  max-height: 882px;
}
.function-feature__item .maxheight_883 img {
  max-height: 883px;
}
.function-feature__item .maxheight_884 img {
  max-height: 884px;
}
.function-feature__item .maxheight_885 img {
  max-height: 885px;
}
.function-feature__item .maxheight_886 img {
  max-height: 886px;
}
.function-feature__item .maxheight_887 img {
  max-height: 887px;
}
.function-feature__item .maxheight_888 img {
  max-height: 888px;
}
.function-feature__item .maxheight_889 img {
  max-height: 889px;
}
.function-feature__item .maxheight_890 img {
  max-height: 890px;
}
.function-feature__item .maxheight_891 img {
  max-height: 891px;
}
.function-feature__item .maxheight_892 img {
  max-height: 892px;
}
.function-feature__item .maxheight_893 img {
  max-height: 893px;
}
.function-feature__item .maxheight_894 img {
  max-height: 894px;
}
.function-feature__item .maxheight_895 img {
  max-height: 895px;
}
.function-feature__item .maxheight_896 img {
  max-height: 896px;
}
.function-feature__item .maxheight_897 img {
  max-height: 897px;
}
.function-feature__item .maxheight_898 img {
  max-height: 898px;
}
.function-feature__item .maxheight_899 img {
  max-height: 899px;
}
.function-feature__item .maxheight_900 img {
  max-height: 900px;
}
.function-feature__item .maxheight_901 img {
  max-height: 901px;
}
.function-feature__item .maxheight_902 img {
  max-height: 902px;
}
.function-feature__item .maxheight_903 img {
  max-height: 903px;
}
.function-feature__item .maxheight_904 img {
  max-height: 904px;
}
.function-feature__item .maxheight_905 img {
  max-height: 905px;
}
.function-feature__item .maxheight_906 img {
  max-height: 906px;
}
.function-feature__item .maxheight_907 img {
  max-height: 907px;
}
.function-feature__item .maxheight_908 img {
  max-height: 908px;
}
.function-feature__item .maxheight_909 img {
  max-height: 909px;
}
.function-feature__item .maxheight_910 img {
  max-height: 910px;
}
.function-feature__item .maxheight_911 img {
  max-height: 911px;
}
.function-feature__item .maxheight_912 img {
  max-height: 912px;
}
.function-feature__item .maxheight_913 img {
  max-height: 913px;
}
.function-feature__item .maxheight_914 img {
  max-height: 914px;
}
.function-feature__item .maxheight_915 img {
  max-height: 915px;
}
.function-feature__item .maxheight_916 img {
  max-height: 916px;
}
.function-feature__item .maxheight_917 img {
  max-height: 917px;
}
.function-feature__item .maxheight_918 img {
  max-height: 918px;
}
.function-feature__item .maxheight_919 img {
  max-height: 919px;
}
.function-feature__item .maxheight_920 img {
  max-height: 920px;
}
.function-feature__item .maxheight_921 img {
  max-height: 921px;
}
.function-feature__item .maxheight_922 img {
  max-height: 922px;
}
.function-feature__item .maxheight_923 img {
  max-height: 923px;
}
.function-feature__item .maxheight_924 img {
  max-height: 924px;
}
.function-feature__item .maxheight_925 img {
  max-height: 925px;
}
.function-feature__item .maxheight_926 img {
  max-height: 926px;
}
.function-feature__item .maxheight_927 img {
  max-height: 927px;
}
.function-feature__item .maxheight_928 img {
  max-height: 928px;
}
.function-feature__item .maxheight_929 img {
  max-height: 929px;
}
.function-feature__item .maxheight_930 img {
  max-height: 930px;
}
.function-feature__item .maxheight_931 img {
  max-height: 931px;
}
.function-feature__item .maxheight_932 img {
  max-height: 932px;
}
.function-feature__item .maxheight_933 img {
  max-height: 933px;
}
.function-feature__item .maxheight_934 img {
  max-height: 934px;
}
.function-feature__item .maxheight_935 img {
  max-height: 935px;
}
.function-feature__item .maxheight_936 img {
  max-height: 936px;
}
.function-feature__item .maxheight_937 img {
  max-height: 937px;
}
.function-feature__item .maxheight_938 img {
  max-height: 938px;
}
.function-feature__item .maxheight_939 img {
  max-height: 939px;
}
.function-feature__item .maxheight_940 img {
  max-height: 940px;
}
.function-feature__item .maxheight_941 img {
  max-height: 941px;
}
.function-feature__item .maxheight_942 img {
  max-height: 942px;
}
.function-feature__item .maxheight_943 img {
  max-height: 943px;
}
.function-feature__item .maxheight_944 img {
  max-height: 944px;
}
.function-feature__item .maxheight_945 img {
  max-height: 945px;
}
.function-feature__item .maxheight_946 img {
  max-height: 946px;
}
.function-feature__item .maxheight_947 img {
  max-height: 947px;
}
.function-feature__item .maxheight_948 img {
  max-height: 948px;
}
.function-feature__item .maxheight_949 img {
  max-height: 949px;
}
.function-feature__item .maxheight_950 img {
  max-height: 950px;
}
.function-feature__item .maxheight_951 img {
  max-height: 951px;
}
.function-feature__item .maxheight_952 img {
  max-height: 952px;
}
.function-feature__item .maxheight_953 img {
  max-height: 953px;
}
.function-feature__item .maxheight_954 img {
  max-height: 954px;
}
.function-feature__item .maxheight_955 img {
  max-height: 955px;
}
.function-feature__item .maxheight_956 img {
  max-height: 956px;
}
.function-feature__item .maxheight_957 img {
  max-height: 957px;
}
.function-feature__item .maxheight_958 img {
  max-height: 958px;
}
.function-feature__item .maxheight_959 img {
  max-height: 959px;
}
.function-feature__item .maxheight_960 img {
  max-height: 960px;
}
.function-feature__item .maxheight_961 img {
  max-height: 961px;
}
.function-feature__item .maxheight_962 img {
  max-height: 962px;
}
.function-feature__item .maxheight_963 img {
  max-height: 963px;
}
.function-feature__item .maxheight_964 img {
  max-height: 964px;
}
.function-feature__item .maxheight_965 img {
  max-height: 965px;
}
.function-feature__item .maxheight_966 img {
  max-height: 966px;
}
.function-feature__item .maxheight_967 img {
  max-height: 967px;
}
.function-feature__item .maxheight_968 img {
  max-height: 968px;
}
.function-feature__item .maxheight_969 img {
  max-height: 969px;
}
.function-feature__item .maxheight_970 img {
  max-height: 970px;
}
.function-feature__item .maxheight_971 img {
  max-height: 971px;
}
.function-feature__item .maxheight_972 img {
  max-height: 972px;
}
.function-feature__item .maxheight_973 img {
  max-height: 973px;
}
.function-feature__item .maxheight_974 img {
  max-height: 974px;
}
.function-feature__item .maxheight_975 img {
  max-height: 975px;
}
.function-feature__item .maxheight_976 img {
  max-height: 976px;
}
.function-feature__item .maxheight_977 img {
  max-height: 977px;
}
.function-feature__item .maxheight_978 img {
  max-height: 978px;
}
.function-feature__item .maxheight_979 img {
  max-height: 979px;
}
.function-feature__item .maxheight_980 img {
  max-height: 980px;
}
.function-feature__item .maxheight_981 img {
  max-height: 981px;
}
.function-feature__item .maxheight_982 img {
  max-height: 982px;
}
.function-feature__item .maxheight_983 img {
  max-height: 983px;
}
.function-feature__item .maxheight_984 img {
  max-height: 984px;
}
.function-feature__item .maxheight_985 img {
  max-height: 985px;
}
.function-feature__item .maxheight_986 img {
  max-height: 986px;
}
.function-feature__item .maxheight_987 img {
  max-height: 987px;
}
.function-feature__item .maxheight_988 img {
  max-height: 988px;
}
.function-feature__item .maxheight_989 img {
  max-height: 989px;
}
.function-feature__item .maxheight_990 img {
  max-height: 990px;
}
.function-feature__item .maxheight_991 img {
  max-height: 991px;
}
.function-feature__item .maxheight_992 img {
  max-height: 992px;
}
.function-feature__item .maxheight_993 img {
  max-height: 993px;
}
.function-feature__item .maxheight_994 img {
  max-height: 994px;
}
.function-feature__item .maxheight_995 img {
  max-height: 995px;
}
.function-feature__item .maxheight_996 img {
  max-height: 996px;
}
.function-feature__item .maxheight_997 img {
  max-height: 997px;
}
.function-feature__item .maxheight_998 img {
  max-height: 998px;
}
.function-feature__item .maxheight_999 img {
  max-height: 999px;
}
.function-feature__item .maxheight_1000 img {
  max-height: 1000px;
}

.single-function__recommend {
  margin-top: 115px;
}
@media only screen and (min-width: 560px ) {
  .single-function__recommend {
    margin-top: 80px;
  }
}

.recommend__box {
  position: relative;
  padding: 5.3571428571vw;
  border: 3px solid #ccc;
  border-radius: 6px;
}
@media only screen and (min-width: 960px ) {
  .recommend__box {
    padding: 60px;
  }
}
.recommend__ttl {
  position: absolute;
  top: -0.8em;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 3.9rem;
  font-weight: bold;
  text-align: center;
}
.recommend__ttl span {
  padding: 0 1em;
  display: inline-block;
  background: #fff;
}
.recommend__list {
  margin: 0 auto;
  max-width: 928px;
}
.recommend__list__item {
  position: relative;
  padding-top: 8px;
  padding-left: 34px;
}
.recommend__list__item:after {
  position: absolute;
  top: 6px;
  left: 0;
  width: 26px;
  height: 26px;
  content: "";
  background: url("../img/icon-i.svg") center center/contain no-repeat;
}
.recommend__list__item:not(:has(.recommend__list__item__example)):after {
  top: 12px;
}
.recommend__list__item + .recommend__list__item {
  margin-top: 20px;
}
.recommend__list__item__example {
  margin-bottom: 4px;
  font-weight: 500;
  color: #777;
}
.recommend__list__item__strength {
  font-size: 2.3rem;
  font-weight: bold;
}
.recommend__list__item__strength strong {
  font-weight: bold;
  z-index: 500;
  background: linear-gradient(transparent 49%, #ffdbc1 50%);
}
@media screen and (max-width: 959px) {
  .recommend__box {
    padding: 5.3571428571vw;
  }
  .recommend__ttl {
    font-size: 2.6rem;
  }
  .recommend__ttl span {
    padding: 0 0.5em;
  }
  .recommend__list__item {
    padding-left: 28px;
  }
  .recommend__list__item:after {
    top: 10px;
    width: 20px;
    height: 20px;
  }
  .recommend__list__item__strength {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 559px ) {
  .recommend__box {
    padding: 2em 1em;
    border: 2px solid #ccc;
  }
}

.page.subscribe_mail .header__global-nav,
.page.subscribe_mail .header__cv-area,
.page.subscribe_mail .side-menu-btn,
.page.completed .header__global-nav,
.page.completed .header__cv-area,
.page.completed .side-menu-btn {
  display: none;
}

#mc_embed_shell {
  padding-top: 140px;
  padding-bottom: 100px;
}
.completed #mc_embed_shell {
  padding-bottom: 0;
}
#mc_embed_shell #mc_embed_signup {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
#mc_embed_shell #mc_embed_signup form {
  margin: 0;
}
#mc_embed_shell #mc_embed_signup .indicates-required {
  display: none;
  margin-right: 0;
}
#mc_embed_shell #mc_embed_signup .mc-field-group {
  width: 100%;
}
#mc_embed_shell #mc_embed_signup .mc-field-group .asterisk {
  position: inherit;
  top: inherit;
  font-size: inherit;
  color: transparent;
  line-height: 1;
}
#mc_embed_shell #mc_embed_signup .mc-field-group .asterisk::before {
  margin-left: 0.5em;
  padding: 2px 0.5em 1px;
  width: fit-content;
  height: fit-content;
  content: "必須";
  font-size: 12px;
  font-weight: bold;
  color: #e85c41;
  border: 1px solid #e85c41;
  border-radius: 3px;
}
#mc_embed_shell #mc_embed_signup .mc-field-group > label {
  margin-bottom: 0.65em;
  font-weight: bold;
}
#mc_embed_shell #mc_embed_signup .mc-field-group > label:has(.asterisk) {
  display: flex;
  align-items: center;
}
#mc_embed_shell #mc_embed_signup .mc-field-group > strong {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
#mc_embed_shell #mc_embed_signup h2 {
  margin-bottom: 1em;
  font-size: 28px;
}
#mc_embed_shell #mc_embed_signup input[type=checkbox] {
  display: none;
}
#mc_embed_shell #mc_embed_signup input[type=checkbox] + label {
  position: relative;
  padding-left: 1.7em;
  cursor: pointer;
}
#mc_embed_shell #mc_embed_signup input[type=checkbox] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.2em;
  height: 1.2em;
  content: "";
  border: 1px solid #999;
  border-radius: 3px;
}
#mc_embed_shell #mc_embed_signup input[type=checkbox]:checked + label::before {
  background: #333;
  border-color: #333;
}
#mc_embed_shell #mc_embed_signup input[type=checkbox]:checked + label::after {
  position: absolute;
  left: 0.45em;
  top: 0.1em;
  margin: auto;
  width: 0.3em;
  height: 0.6em;
  content: "";
  border-bottom: 2px solid;
  border-right: 2px solid;
  border-color: #fff;
  transform: rotate(45deg);
}
#mc_embed_shell #mc_embed_signup .privacy-policy strong {
  margin-bottom: 0.5em;
}
#mc_embed_shell #mc_embed_signup .privacy-policy .policy-detail {
  padding: 1em;
  max-height: 180px;
  color: #666;
  font-size: 13px;
  line-height: 1.75;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow-y: scroll;
}
#mc_embed_shell #mc_embed_signup .policy-check {
  margin-top: 0.25em;
}
#mc_embed_shell #mc_embed_signup .optionalParent {
  margin-top: 30px;
}
#mc_embed_shell #mc_embed_signup .button {
  padding: 0.75em 1em;
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 7px;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  #mc_embed_shell #mc_embed_signup .button:hover {
    opacity: 0.7;
  }
}
#mc_embed_shell #mc_embed_signup .button:disabled {
  pointer-events: none;
  opacity: 0.1;
}
#mc_embed_shell #mc_embed_signup .foot {
  width: 100%;
}
#mc_embed_shell #mc_embed_signup .foot:not(:has(p)) {
  display: block;
}
#mc_embed_shell #mc_embed_signup .foot:not(:has(p)) .button {
  margin: 1em auto 0;
}
@media only screen and (max-width: 559px ) {
  #mc_embed_shell {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  #mc_embed_shell #mc_embed_signup h2 {
    font-size: 21px;
  }
  #mc_embed_shell #mc_embed_signup .optionalParent {
    margin-top: 20px;
  }
}

.completed .contents__completed {
  padding: 60px 30px;
  border-radius: 7px;
  background: #F5F8FA;
}
.completed .contents__completed h3 {
  margin-bottom: 0.75em;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.completed .contents__completed p {
  text-align: center;
}

.fixed-bnr__mailmaga {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50%;
  max-width: 240px;
  z-index: 100;
}
.fixed-bnr__mailmaga .bnr__inner {
  position: relative;
}
.fixed-bnr__mailmaga .bnr__hidden-btn {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 30px;
  height: 30px;
  content: "";
  cursor: pointer;
}
@media only screen and (max-width: 559px ) {
  .fixed-bnr__mailmaga {
    bottom: 10px;
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */