/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

@import url("add/css/styles.css");

div#content {
/*    margin-top: -20px;*/
}








/* Reset box-model and set borders */

/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;

  /* 1 */
  text-size-adjust: 100%;

  /* 2 */
  -webkit-tap-highlight-color: transparent;

  /* 3 */
}

/* Sections */

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

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */

/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */

/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;

  /* 1 */
  height: 0;
  margin: 0;

  /* 1 */
  overflow: visible;
  clear: both;
  color: inherit;

  /* 2 */
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;

  /* 1 */
  font-size: inherit;

  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;

  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;

  /* 1 */
  font-size: inherit;

  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */

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

/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

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

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  background: transparent;
  border-radius: 0;

  /* 1 */
  appearance: none;

  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type='checkbox'] {
  appearance: checkbox;
}

[type='radio'] {
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;

  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  appearance: button;

  /* 1 */
  font: inherit;

  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */

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

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-variant-ligatures: none;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.d-fl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.ph {
  display: none;
}
@media screen and (max-width: 480px) {
  .ph {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 930px) {
  .tab {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

a[href^='tel'] {
  color: inherit;
  text-decoration: inherit;
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

.main-ttl h2 {
  text-align: center;
}

.main-ttl h2 span {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}

.main-ttl h2 span.eng-ttl {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 46px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .main-ttl h2 span.eng-ttl {
    margin-bottom: 5px;
    font-size: 23px;
  }
}

.main-ttl h2 span.jp-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .main-ttl h2 span.jp-ttl {
    font-size: 14px;
  }
}

.common-btn01 a {
  display: block;
  width: 80%;
  max-width: 400px;
  padding: 31px 0;
  margin: auto;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #0d456e;
  border-radius: 50px;
}

.common-btn01 a:hover {
  background: #00b9ef;
}
@media screen and (max-width: 768px) {
  .common-btn01 a {
    max-width: 200px;
    padding: 15px 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 930px) {
  .site-content {
    margin-top: 0px !important;
  }
}

.sl-com-mv {
  width: 100%;
  padding: 135px 0 70px;
  margin: 0 0 30px;
}
@media screen and (max-width: 930px) {
  .sl-com-mv {
    padding: 55px 0 70px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .sl-com-mv {
    padding: 35px 0;
  }
}

.sl-com-mv .sl-mv-ttl {
  text-align: center;
}

.sl-com-mv .sl-mv-ttl span {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}

.sl-com-mv .sl-mv-ttl span.eng-ttl {
  margin-bottom: 13px;
  font-family: Roboto, sans-serif;
  font-size: 56px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sl-com-mv .sl-mv-ttl span.eng-ttl {
    margin-bottom: 7px;
    font-size: 28px;
  }
}

.sl-com-mv .sl-mv-ttl span.jp-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-com-mv .sl-mv-ttl span.jp-ttl {
    font-size: 12px;
  }
}

.breadcrumbs-inn {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 40px;
}

.breadcrumbs-inn span,
.breadcrumbs-inn a {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  color: #959595;
  letter-spacing: 0;
}

.breadcrumbs-inn a {
  position: relative;
  margin-right: 22px;
}

.breadcrumbs-inn a::after {
  position: absolute;
  top: 0;
  right: -17px;
  font-size: 12px;
  font-weight: 400;
  color: #959595;
  content: '>';
}

.anchor {
  padding-top: 6%;
  margin-top: -6%;
}
@media screen and (max-width: 768px) {
  .anchor {
    padding-top: 7%;
    margin-top: -7%;
  }
}

.no-scroll {
  overflow: hidden;
}

.animate-fade-up {
  visibility: hidden;
  opacity: 0;
}

.animate-fade-down {
  visibility: hidden;
  opacity: 0;
}

.animate-fade-in {
  visibility: hidden;
  opacity: 0;
}

.animate-fade-in-left {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s, transform 0.7s;
  transition-delay: 0.5s;
  transform: translateX(-40px);
}

.animate-fade-in-left::after {
  position: absolute;
  right: 0;
  width: 200%;
  height: 100%;
  content: '';
  background-image: linear-gradient(
    to right,
    rgb(255 255 255 / 0%) 0%,
    white 50%,
    white 100%
  );
  transition: 0.5s;
}

.animate-fade-in-right {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s, transform 0.7s;
  transition-delay: 0.5s;
  transform: translateX(40px);
}

.animate-fade-in-right::after {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  content: '';
  background-image: linear-gradient(
    to left,
    rgb(255 255 255 / 0%) 0%,
    white 50%,
    white 100%
  );
  transition: 0.5s;
}

.animate-slide-left {
  left: 0;
  width: 0;
}

.animate-bg-color {
  background-color: #f7efe4;
}

.slide-in-up {
  overflow: hidden;
}

.slide-in-up .animate-ttl {
  display: inline-block;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transform: matrix(1, 0, 0, 1, 0, 100);
}

.animated.slide-in-up .animate-ttl {
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.animated.animate-fade-in-left,
.animated.animate-fade-in-right {
  opacity: 1;
  transform: translateX(0);
}

.animated.animate-fade-in-left::after,
.animated.animate-fade-in-right::after {
  width: 0;
}

.scroll.active span::after {
  animation: anime_bar 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes anime_bar {
  0% {
    top: 0;
    bottom: inherit;
    height: 0;
  }

  40% {
    top: 0;
    bottom: inherit;
    height: 100%;
  }

  41% {
    top: inherit;
    bottom: 0;
    height: 100%;
  }

  80% {
    top: inherit;
    bottom: 0;
    height: 0;
  }

  100% {
    top: inherit;
    bottom: 0;
    height: 0;
  }
}

.l-hd {
  background: #fff;
}
@media screen and (max-width: 930px) {
  .l-hd {
    position: fixed;
    top: 0 !important;
    z-index: 99;
  }
}

.l-hd-sabm {
  padding: 6px 0;
  background-color: #fff;
}
@media screen and (max-width: 930px) {
  .l-hd-sabm {
    display: none;
  }
}

.l-hd-sabm .sabm-logo {
  width: 200px;
  padding-right: 20px;
  margin-left: auto;
}

.l-hd-nav {
  position: absolute;
  top: 136px;
  left: 0;
  z-index: 99;
  width: 100%;
}
@media screen and (max-width: 930px) {
  .l-hd-nav {
    position: relative;
    top: 0;
  }
}

.l-hd-nav.fixed {
  position: fixed;
  top: 0;
}
@media screen and (max-width: 768px) {
  .l-hd-nav.fixed {
    /*position: inherit;*/
  }
}

.l-hd-nav-inn {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 930px) {
  .l-hd-nav-inn {
    position: relative;
    width: 90%;
    padding: 15px 0;
    margin: auto;
  }
}

.l-hd-nav-inn-logo {
  width: 160px;
  margin-left: 12px;
}
@media screen and (max-width: 930px) {
  .l-hd-nav-inn-logo {
    width: 120px;
    margin-left: 0;
  }
}

.l-hd-nav-inn-menu {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .l-hd-nav-inn-menu {
    width: auto;
  }
}
@media screen and (max-width: 930px) {
  .l-hd-nav-inn-menu .hamburger-menu {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 10;
    display: block;
    width: 32px;
    height: 20px;
  }
}

.l-hd-nav-inn-menu .hamburger-menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
}

.l-hd-nav-inn-menu .hamburger-menu span:first-child {
  top: 0;
}

.l-hd-nav-inn-menu .hamburger-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.l-hd-nav-inn-menu .hamburger-menu span:last-child {
  bottom: 0;
}
@media screen and (max-width: 930px) {
  .l-hd-nav-inn-menu .menu {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9;
    width: 100%;
    height: 100vh;
    transition: 0.3s;
  }
}
@media screen and (max-width: 930px) {
  .l-hd-nav-inn-menu .menu::after {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
    width: 100%;
    height: 100vh;
    content: '';
    background: rgb(0 0 0 / 16%);
    opacity: 0;
    transition: 0.5s;
  }
}
@media screen and (max-width: 930px) {
  .l-hd-nav-inn-menu .menu-inn {
    width: 82.7%;
    height: 100%;
    padding: 20% 0 10%;
    margin-left: auto;
    overflow-y: auto;
    background: #fff;
    border-radius: 30px 0 0 30px;
  }
}

.l-hd-nav-inn-menu ul {
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 930px) {
  .l-hd-nav-inn-menu ul {
    display: block;
  }
}

.l-hd-nav-inn-menu ul li {
  margin-right: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}

.l-hd-nav-inn-menu ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 930px) {
  .l-hd-nav-inn-menu ul li {
    margin-right: 0;
    margin-bottom: 33px;
    font-size: 18px;
    text-align: center;
  }
}

.l-hd-nav-inn-menu ul li a {
  color: #000;
}

.l-hd-nav-inn-menu ul li.hd-mail {
  width: 160px;
  margin-right: 0;
}
@media screen and (max-width: 930px) {
  .l-hd-nav-inn-menu ul li.hd-mail.pc {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  .l-hd-nav-inn-menu ul li.hd-mail.sp {
    display: block;
    width: 100%;
    margin: 50px 0;
  }
}

.l-hd-nav-inn-menu ul li.hd-mail a {
  position: relative;
  display: block;
  width: 100%;
  padding: 6px 5px 6px 53px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  background: #f5831f;
}
@media screen and (max-width: 930px) {
  .l-hd-nav-inn-menu ul li.hd-mail a {
    display: block;
    width: 80%;
    max-width: 216px;
    padding: 13px 0 13px 25px;
    margin: auto;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
  }
}

.l-hd-nav-inn-menu ul li.hd-mail a:hover {
  background: #707070;
}

.l-hd-nav-inn-menu ul li.hd-mail a::after {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 26px;
  height: 18px;
  content: '';
  background: url('../assets/img/mail-icon.svg') no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-hd-nav-inn-menu ul li.hd-mail a::after {
    left: 20px;
    width: 20px;
    height: 14px;
  }
}
@media screen and (max-width: 930px) {
  .l-hd-nav-inn-menu .sabm-logo {
    display: block;
    width: 60%;
    max-width: 180px;
    margin: auto;
  }
}

.l-hd-nav.open .l-hd-nav-inn-menu .hamburger-menu span:first-child {
  transform: rotate(-45deg) translate(-5px, 5px);
}

.l-hd-nav.open .l-hd-nav-inn-menu .hamburger-menu span:nth-child(2) {
  opacity: 0;
}

.l-hd-nav.open .l-hd-nav-inn-menu .hamburger-menu span:last-child {
  transform: rotate(45deg) translate(-7px, -7px);
}

.l-hd-nav.open .l-hd-nav-inn-menu .menu {
  right: 0 !important;
}
@media screen and (max-width: 930px) {
  .l-hd-nav.open .l-hd-nav-inn-menu .menu::after {
    display: block;
    opacity: 1;
  }
}
@media screen and (max-width: 930px) {
  .l-hd-nav.open .l-hd-nav-inn-menu .menu .l-hd-nav-inn-logo {
    display: block;
    width: 65%;
    max-width: 200px;
    margin: 0 auto 55px;
  }
}

.home .l-hd-nav {
  background: transparent;
}
@media screen and (max-width: 768px) {
  .home .l-hd-nav {
    background: #fff;
  }
}

.l-mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 42px);
  min-height: 720px;
  overflow: hidden;
}
@supports (-webkit-touch-callout: none) {
  .l-mv {
    max-height: fill-available;
  }
}
@media screen and (max-width: 1200px) {
  .l-mv {
    max-height: 930px;
  }
}
@media screen and (max-width: 930px) {
  .l-mv {
    height: calc(100vh - 55.5px);
    min-height: 680px;
  }
}
@media screen and (max-width: 768px) {
  .l-mv {
    height: calc(100vh - 55.5px);
    min-height: 900px;
  }
}
@media screen and (max-width: 500px) {
  .l-mv {
    min-height: 650px;
  }
}
@media screen and (max-width: 380px) {
  .l-mv {
    min-height: 550px;
  }
}

.l-mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 90%;
  background: #097fd3;
}

.l-mv-inn {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(100% - 125px);
  margin-top: 125px;
  background: url('../assets/img/land-bg.png') no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 930px) {
  .l-mv-inn {
    height: calc(100% - 70px);
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-mv-inn {
    height: calc(100% - 57px);
    padding: 0 10px;
    margin-top: 90px;
  }
}
@media screen and (max-width: 670px) {
  .l-mv-inn {
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .l-mv-inn {
    margin-top: 57px;
  }
}

.l-mv-inn::after {
  position: absolute;
  top: 10vw;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 10vw);
  content: '';
  background: #f7efe4;
}
@media screen and (max-width: 768px) {
  .l-mv-inn::after {
    top: 11vw;
    height: calc(100% - 11vw);
  }
}

.l-mv-inn .mv-land {
  position: relative;
  z-index: 2;
  justify-content: space-between;
}

.l-mv-inn .mv-land .land-image01 {
  width: 23.2%;
  margin-top: -0.8%;
  margin-left: 6.3%;
}
@media screen and (max-width: 1280px) {
  .l-mv-inn .mv-land .land-image01 {
    width: 26%;
    max-width: 296px;
  }
}
@media screen and (max-width: 768px) {
  .l-mv-inn .mv-land .land-image01 {
    width: 39.6%;
    margin: -10% auto 0 -14%;
  }
}

.l-mv-inn .mv-land .land-image02 {
  width: 22.5%;
  margin: -3.2% 6.5% 0 0;
}
@media screen and (max-width: 1280px) {
  .l-mv-inn .mv-land .land-image02 {
    width: 25%;
    max-width: 287px;
  }
}
@media screen and (max-width: 768px) {
  .l-mv-inn .mv-land .land-image02 {
    width: 39.6%;
    margin-top: 18%;
    margin-right: 0;
    margin-left: 0;
  }
}

.l-mv-inn .mv-land .land-image03 {
  width: 22.7%;
  margin-top: 1.5%;
  margin-right: 2.5%;
}
@media screen and (max-width: 1280px) {
  .l-mv-inn .mv-land .land-image03 {
    width: 25.3%;
    max-width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .l-mv-inn .mv-land .land-image03 {
    width: 39.6%;
    margin-top: -26%;
    margin-right: 0;
  }
}

.l-mv-inn .mv-land .land-image04 {
  width: 24.8%;
  margin-bottom: 5%;
  margin-left: 5.8%;
}
@media screen and (max-width: 1280px) {
  .l-mv-inn .mv-land .land-image04 {
    width: 28.2%;
    max-width: 317px;
  }
}
@media screen and (max-width: 768px) {
  .l-mv-inn .mv-land .land-image04 {
    width: 42.7%;
    margin-bottom: 28%;
    margin-left: 0;
  }
}

.l-mv-inn .mv-land .land-image05 {
  width: 22.9%;
  margin-right: 5.6%;
  margin-bottom: 6.5%;
}
@media screen and (max-width: 1280px) {
  .l-mv-inn .mv-land .land-image05 {
    width: 26.3%;
    max-width: 293px;
  }
}
@media screen and (max-width: 768px) {
  .l-mv-inn .mv-land .land-image05 {
    width: 44.1%;
    margin-right: 0;
    margin-bottom: 23%;
  }
}
@media screen and (max-width: 768px) {
  .l-mv-inn .mv-land.mv-land01 {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}

.l-mv-inn .mv-land.mv-land02 {
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-mv-inn .mv-land.mv-land02 {
    bottom: -85px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 670px) {
  .l-mv-inn .mv-land.mv-land02 {
    bottom: -35px;
  }
}
@media screen and (max-width: 550px) {
  .l-mv-inn .mv-land.mv-land02 {
    bottom: 0;
  }
}

.l-mv-inn .mv-text {
  position: absolute;
  top: 52%;
  left: 0;
  z-index: 2;
  width: 100%;
  transform: translate(0%, -50%) !important;
}
@media screen and (max-width: 768px) {
  .l-mv-inn .mv-text {
    top: 50%;
  }
}

.l-mv-inn .mv-text h2 {
  text-align: center;
}

.l-mv-inn .mv-text h2 p {
  padding-bottom: 32px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .l-mv-inn .mv-text h2 p {
    padding-bottom: 17px;
    font-size: 17px;
  }
}

.l-mv-inn .mv-text h2 img {
  width: 33.4%;
}
@media screen and (max-width: 1280px) {
  .l-mv-inn .mv-text h2 img {
    width: 40%;
    max-width: 427px;
  }
}
@media screen and (max-width: 768px) {
  .l-mv-inn .mv-text h2 img {
    width: 76.6%;
  }
}

.l-mv-inn .scroll {
  position: absolute;
  bottom: 7.5%;
  left: 50%;
  transform: translateX(-50%);
}

.l-mv-inn .scroll span {
  position: relative;
  display: inline-block;
  height: 84px;
  padding-right: 3px;
  padding-left: 7px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  writing-mode: vertical-lr;
}

.l-mv-inn .scroll span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: '';
  background: #000;
}

.l-mv-inn .mv-desc {
  position: absolute;
  right: 1%;
  bottom: 0;
  margin-bottom: 1.5%;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  text-align: right;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 930px) {
  .l-mv-inn .mv-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .l-mv-inn .mv-desc {
    right: auto;
    left: 0;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 6%;
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 330px) {
  .l-mv-inn .mv-desc {
    font-size: 12px;
  }
}

.l-about {
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .l-about {
    padding: 20px 0 50px;
  }
}

.l-about-inn-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-about-inn-ttl {
    margin-bottom: 25px;
  }
}

.l-about-inn-content .about-text {
  width: 90%;
  max-width: 800px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .l-about-inn-content .about-text {
    margin: 0 auto 20px;
  }
}

.l-about-inn-content .about-text h3 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .l-about-inn-content .about-text h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-about-inn-content .about-text h3 {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 440px) {
  .l-about-inn-content .about-text h3 {
    text-align: left;
  }
}

.l-about-inn-content .about-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-about-inn-content .about-text p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.l-about-inn-content .about-image {
  width: 75%;
  max-width: 1100px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .l-about-inn-content .about-image {
    width: 90%;
  }
}

.l-about-inn-content .about-fl {
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .l-about-inn-content .about-fl {
    margin-bottom: 10px;
  }
}

.l-about-inn-content .about-fl .item {
  width: 30.4%;
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-about-inn-content .about-fl .item {
    width: 100%;
    margin-bottom: 35px;
  }
}

.l-about-inn-content .about-fl .item figure {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-about-inn-content .about-fl .item figure {
    width: 68.2%;
    margin: 0 auto 15px;
  }
}

.l-about-inn-content .about-fl .item h3 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1120px) {
  .l-about-inn-content .about-fl .item h3 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0;
  }
}

.l-about-inn-content .about-fl .item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 1120px) {
  .l-about-inn-content .about-fl .item p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .l-about-inn-content .about-fl .item:nth-child(2) figure {
    margin-bottom: 0;
  }
}

.l-case-inn-ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .l-case-inn-ttl {
    margin-bottom: 45px;
  }
}

.l-case-inn-content {
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-case-inn-content {
    padding-bottom: 50px;
  }
}

.l-case-inn-content .case-slider {
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-case-inn-content .case-slider {
    margin-bottom: 25px;
  }
}

.l-case-inn-content .case-slider .slick-prev {
  left: 15px;
  background-image: url('../assets/img/prev-icon.svg');
}

.l-case-inn-content .case-slider .slick-next {
  right: 15px;
  background-image: url('../assets/img/next-icon.svg');
}

.l-case-inn-content .case-slider .slick-prev,
.l-case-inn-content .case-slider .slick-next {
  top: 47%;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.l-case-inn-content .case-slider .slick-prev::before,
.l-case-inn-content .case-slider .slick-next::before {
  display: none;
}

.l-case-inn-content .case-slider .item {
  width: 480px;
  padding-bottom: 30px;
  margin: 0 1.1vw 20px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .l-case-inn-content .case-slider .item {
    width: 85.4%;
    padding-bottom: 20px;
    margin: 0 6px 20px;
  }
}

.l-case-inn-content .case-slider .item:hover {
  transform: scale(1.03);
}

.l-case-inn-content .case-slider .item .content {
  flex-wrap: nowrap;
  padding: 30px 30px 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-case-inn-content .case-slider .item .content {
    padding: 20px 30px 20px 20px;
  }
}

.l-case-inn-content .case-slider .item .content .num {
  min-width: 50px;
  margin-right: 7%;
}
@media screen and (max-width: 768px) {
  .l-case-inn-content .case-slider .item .content .num {
    min-width: 33px;
    margin-right: 8%;
  }
}

.l-case-inn-content .case-slider .item .content .num span {
  position: relative;
  display: block;
  padding-top: 25px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-case-inn-content .case-slider .item .content .num span {
    padding-top: 15px;
    font-size: 18px;
  }
}

.l-case-inn-content .case-slider .item .content .num span small {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 5px;
  margin-bottom: 7px;
  font-size: 10px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .l-case-inn-content .case-slider .item .content .num span small {
    padding-bottom: 2px;
    margin-bottom: 4px;
    font-size: 7px;
    white-space: nowrap;
  }
}

.l-case-inn-content .case-slider .item .content .description {
  width: calc(100% - 50px);
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-case-inn-content .case-slider .item .content .description {
    margin-left: 20px;
  }
}

.l-case-inn-content .case-slider .item .content .description h3 {
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .l-case-inn-content .case-slider .item .content .description h3 {
    padding-bottom: 15px;
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.l-case-inn-content .case-slider .item .content .description .tags li {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-case-inn-content .case-slider .item .content .description .tags li {
    font-size: 12px;
  }
}

.l-case-inn-content
.case-slider
.item
.content
.description
.tags
li:last-child {
  margin-right: 0;
}

.l-case-inn-content .case-slider .item .content .description .tags li a {
  color: #000;
}

.l-case-inn-content .case-slider .button a {
  display: block;
  width: 90%;
  max-width: 264px;
  padding: 16px 0;
  margin: auto;
  font-size: 19px;
  font-weight: 500;
  color: #0d456e;
  text-align: center;
  letter-spacing: 0.05em;
  background: #fff;
  border: 1px solid #0d456e;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .l-case-inn-content .case-slider .button a {
    max-width: 176px;
    padding: 10px 0;
    font-size: 12px;
  }
}

.l-case-inn-content .case-slider .button a:hover {
  color: #fff;
  background: #0d456e;
}

.l-solution {
  padding: 120px 0 100px;
  overflow: hidden;
  background: #f7efe4;
}
@media screen and (max-width: 768px) {
  .l-solution {
    padding: 30px 0;
  }
}

.l-solution-inn-ttl h2 {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-ttl h2 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0;
  }
}

.l-solution-inn-content .solution-trouble01 {
  position: relative;
  justify-content: space-between;
  width: 75%;
  max-width: 1100px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 1085px) {
  .l-solution-inn-content .solution-trouble01 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-trouble01 {
    width: 90%;
    margin: 0 auto 25px;
  }
}

.l-solution-inn-content .solution-trouble01 .think {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40vw;
  max-width: 400px;
  height: 29.5vw;
  max-height: 292px;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 930px) {
  .l-solution-inn-content .solution-trouble01 .think {
    padding: 10px 1.8% 0 5% !important;
  }
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-trouble01 .think {
    width: 48.9%;
    max-width: 328px;
    height: 35vw;
    max-height: 262px;
    padding: 10px 0 0 !important;
  }
}

.l-solution-inn-content .solution-trouble01 .think p {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  color: #0d456e;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 930px) {
  .l-solution-inn-content .solution-trouble01 .think p {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .l-solution-inn-content .solution-trouble01 .think p {
    position: relative;
    top: -10px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .l-solution-inn-content .solution-trouble01 .think p {
    top: 0;
    font-size: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 330px) {
  .l-solution-inn-content .solution-trouble01 .think p {
    font-size: 10px;
  }
}

.l-solution-inn-content .solution-trouble01 .think01 {
  padding: 0 1.8% 0 4%;
  margin-bottom: 11%;
  background-image: url('../assets/img/trouble-bg01.png');
}
@media screen and (max-width: 480px) {
  .l-solution-inn-content .solution-trouble01 .think01 {
    margin-bottom: 44%;
    background-image: url('../assets/img/trouble-bg01-sp.png');
  }

  .l-solution-inn-content .solution-trouble01 .think01 p {
    margin-top: -30px;
  }
}

.l-solution-inn-content .solution-trouble01 .think02 {
  padding: 0 1.8% 0 2%;
  margin-bottom: 11%;
  background-image: url('../assets/img/trouble-bg02.png');
}
@media screen and (max-width: 480px) {
  .l-solution-inn-content .solution-trouble01 .think02 {
    margin-bottom: 44%;
    background-image: url('../assets/img/trouble-bg01-sp.png');
  }

  .l-solution-inn-content .solution-trouble01 .think02 p {
    margin-top: -30px;
  }
}

.l-solution-inn-content .solution-trouble01 .think03 {
  padding: 0 1.8% 0 2%;
  background-image: url('../assets/img/trouble-bg03.png');
}
@media screen and (max-width: 480px) {
  .l-solution-inn-content .solution-trouble01 .think03 {
    background-image: url('../assets/img/trouble-bg02-sp.png');
  }

  .l-solution-inn-content .solution-trouble01 .think03 p {
    margin-top: 10px;
  }
}

.l-solution-inn-content .solution-trouble01 .think04 {
  padding: 0 1.8% 0 3%;
  background-image: url('../assets/img/trouble-bg04.png');
}
@media screen and (max-width: 480px) {
  .l-solution-inn-content .solution-trouble01 .think04 {
    background-image: url('../assets/img/trouble-bg02-sp.png');
  }

  .l-solution-inn-content .solution-trouble01 .think04 p {
    margin-top: 10px;
  }
}

.l-solution-inn-content .solution-trouble01 .human {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30vw;
  max-width: 365px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
  .l-solution-inn-content .solution-trouble01 .human {
    width: 48.6vw;
    max-width: 182px;
  }
}

.l-solution-inn-content .solution-trouble02::after {
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  margin-bottom: 30px;
  content: '';
  border-color: #00b8ee transparent transparent;
  border-style: solid;
  border-width: 40px 70px 0;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-trouble02::after {
    margin-bottom: 20px;
    border-width: 20px 35px 0;
  }
}

.l-solution-inn-content .solution-trouble02 .trouble02-fl {
  justify-content: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-trouble02 .trouble02-fl {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
}

.l-solution-inn-content .solution-trouble02 .trouble02-fl .content {
  width: 40.6%;
  margin-top: 25px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-trouble02 .trouble02-fl .content {
    width: 100%;
    margin-top: 20px;
  }
}

.l-solution-inn-content .solution-trouble02 .trouble02-fl .content h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-trouble02 .trouble02-fl .content h3 {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  .l-solution-inn-content .solution-trouble02 .trouble02-fl .content h3 {
    text-align: left;
  }
}

.l-solution-inn-content .solution-trouble02 .trouble02-fl .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-trouble02 .trouble02-fl .content p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.l-solution-inn-content .solution-trouble02 .trouble02-fl:first-child .image {
  width: 34.7%;
  margin-right: 7.7%;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-trouble02 .trouble02-fl:first-child .image {
    width: 51.3%;
    margin: auto;
  }
}

.l-solution-inn-content .solution-trouble02 .trouble02-fl:first-child .content {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content
  .solution-trouble02
  .trouble02-fl:first-child
  .content {
    margin-top: 20px;
  }
}

.l-solution-inn-content .solution-trouble02 .trouble02-fl:last-child .image {
  width: 40.8%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-trouble02 .trouble02-fl:last-child .image {
    width: 60.5%;
    margin: auto;
  }
}

.l-solution-inn-content .solution-content {
  padding: 70px 0 100px;
  background: #fff;
  border-radius: 160px;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-content {
    padding: 25px 21px 40px;
    border-radius: 40px;
  }
}

.l-solution-inn-content .solution-content h3 {
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.5;
  color: #00b8ee;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-content h3 {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 330px) {
  .l-solution-inn-content .solution-content h3 {
    font-size: 17px;
  }
}

.l-solution-inn-content .solution-content p {
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-content p {
    margin-bottom: 35px;
    line-height: 1.5;
    text-align: left;
  }
}

.l-solution-inn-content .solution-list {
  width: 600px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-list {
    width: 100%;
    margin: 0 auto 45px;
  }
}

.l-solution-inn-content .solution-list li {
  position: relative;
  padding: 0 20px 10px 90px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #00b8ee;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-list li {
    padding: 0 10px 10px 37px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 330px) {
  .l-solution-inn-content .solution-list li {
    font-size: 12px;
  }
}

.l-solution-inn-content .solution-list li::after {
  position: absolute;
  top: -8px;
  left: 40px;
  width: 40px;
  height: 42px;
  content: '';
  background: url('../assets/img/check-icon01.svg') no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-list li::after {
    top: -2px;
    left: 0;
    width: 20px;
    height: 21px;
  }
}

.l-solution-inn-content .solution-fl .item {
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-fl .item {
    margin-bottom: 30px;
  }
}

.l-solution-inn-content .solution-fl .item-fl {
  justify-content: space-between;
  width: 90%;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-fl .item-fl {
    width: 100%;
  }
}

.l-solution-inn-content .solution-fl .item-fl:last-child {
  margin-bottom: 35px;
}

.l-solution-inn-content .solution-fl .item-fl .image {
  width: 40%;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-fl .item-fl .image {
    width: 54.2%;
    margin: 0 auto 25px;
	margin-left: 46%;
	}
}

.l-solution-inn-content .solution-fl .item-fl .content {
  width: 51%;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-fl .item-fl .content {
    width: 100%;
  }
}

.l-solution-inn-content .solution-fl .item-fl .content h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-fl .item-fl .content h3 {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  .l-solution-inn-content .solution-fl .item-fl .content h3 {
    text-align: left;
  }
}

.l-solution-inn-content .solution-fl .item-fl .content p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-fl .item-fl .content p {
    line-height: 1.5;
  }
}

.l-solution-inn-content .solution-fl .item-fl .content p small {
  display: block;
  font-size: 12px;
}

.l-solution-inn-content .solution-fl .item-fl .content figure {
  width: 32.4%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-fl .item-fl .content figure {
    width: 37.3%;
    margin: 25px auto 0;
  }
}

.l-solution-inn-content .solution-fl .item .blue-note {
  position: relative;
  width: 272px;
  margin: 0 auto 50px;
  text-align: center;
  background: #00b8ee;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-fl .item .blue-note {
    width: 200px;
    margin: 0 auto 25px;
  }
}

.l-solution-inn-content .solution-fl .item .blue-note span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-fl .item .blue-note span {
    font-size: 14px;
  }
}

.l-solution-inn-content .solution-fl .item .blue-note::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-color: #00b8ee transparent transparent;
  border-style: solid;
  border-width: 16px 8px 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-fl .item .blue-note::after {
    bottom: -8px;
    border-width: 9px 5px 0;
  }
}

.l-solution-inn-content .solution-fl .item.item01 .side-image {
  position: absolute;
  top: 45%;
  left: -14.6%;
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-fl .item.item01 .side-image {
    top: 21%;
    left: 0%;
    width: 45%;
    transform: translateX(-15px);
  }
}

.l-solution-inn-content .solution-fl .item.item02 .item-fl .content h3 {
  width: calc(100% + 20px);
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-fl .item.item02 .item-fl .content h3 {
    width: 100%;
  }
}

.l-solution-inn-content .solution-fl .item.item02 .side-image {
  position: absolute;
  top: 120%;
  right: -12%;
  width: 26.7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-fl .item.item02 .side-image {
    top: 15%;
    right: 0%;
    width: 35.5%;
    transform: none;
  }

.l-solution-inn-content .solution-fl .item.item02 .item-fl .image {
    margin-left:0%;
}



}

.l-solution-inn-content .solution-fl .item.item03 .side-image {
  position: absolute;
  top: 65%;
  left: -12.2%;
  width: 34.1%;
}
@media screen and (max-width: 768px) {
  .l-solution-inn-content .solution-fl .item.item03 .side-image {
    top: 22%;
    left: 0%;
    width: 44%;
    transform: translateX(-15px);
  }
}

.l-area-inn {
  padding: 95px 0 35px;
  margin-bottom: 100px;
  background: url('../assets/img/area-bg.png');
  background-repeat: no-repeat;
  background-position: -65px 450px;
  background-size: 110%;
}
@media screen and (max-width: 768px) {
  .l-area-inn {
    padding: 22px 0 0;
    margin-bottom: 50px;
    background: url('../assets/img/area-bg-sp.png');
    background-repeat: no-repeat;
    background-position: -15px 320px;
    background-size: contain;
  }
}
@media screen and (max-width: 480px) {
  .l-area-inn {
    background-position: -15px 510px;
    background-size: 110%;
  }
}

.l-area-inn-content {
  padding: 0 8%;
}
@media screen and (max-width: 768px) {
  .l-area-inn-content {
    padding: 0;
  }
}

.l-area-inn-content-ttl {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .l-area-inn-content-ttl {
    margin-bottom: 27px;
  }
}

.l-area-inn-content-info {
  width: 80%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .l-area-inn-content-info {
    width: 100%;
    margin-bottom: 40px;
  }
}

.l-area-inn-content-info h3 {
  margin-bottom: 35px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-area-inn-content-info h3 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0;
  }
}

.l-area-inn-content-info p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-area-inn-content-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.l-area-inn-content-data .arealist-fl {
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-area-inn-content-data .arealist-fl {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.l-area-inn-content-data .arealist-fl .list {
  width: 18.4%;
}
@media screen and (max-width: 768px) {
  .l-area-inn-content-data .arealist-fl .list {
    width: 100%;
    margin: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-area-inn-content-data .arealist-fl .list.list03 {
    display: flex;
    flex-direction: column-reverse;
  }

  .l-area-inn-content-data .arealist-fl .list.list03 .list-wr:first-child {
    margin-bottom: 0;
  }

  .l-area-inn-content-data .arealist-fl .list.list03 .list-wr:last-child {
    margin-bottom: 15px;
  }
}

.l-area-inn-content-data .arealist-fl .list .list-wr {
  height: fit-content;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-area-inn-content-data .arealist-fl .list .list-wr {
    margin-bottom: 10px;
  }
}

.l-area-inn-content-data .arealist-fl .list .list-wr:last-child {
  margin-bottom: 0;
}

.l-area-inn-content-data .arealist-fl .list .list-wr.list-hidden {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .l-area-inn-content-data .arealist-fl .list .list-wr.list-hidden {
    display: none;
  }
}

.l-area-inn-content-data .arealist-fl .list .list-wr h3 {
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-area-inn-content-data .arealist-fl .list .list-wr h3 {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .l-area-inn-content-data .arealist-fl .list .list-wr ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.l-area-inn-content-data .arealist-fl .list .list-wr ul li {
  display: block;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  border: 1px solid #000;
}

.l-area-inn-content-data .arealist-fl .list .list-wr ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-area-inn-content-data .arealist-fl .list .list-wr ul li {
    display: inline-block;
    max-width: 76px;
    padding: 7px 0;
    margin-bottom: 0;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
}

.l-tought {
  background: url('../assets/img/tought-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-tought {
    background: url('../assets/img/tought-bg-sp.png');
    background-position: 0 0;
    background-size: cover;
  }
}

.l-tought-inn {
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .l-tought-inn {
    padding: 35px 0 50px;
  }
}

.l-tought-inn-content-data {
  width: 62.4%;
  padding: 35px 0 0;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-tought-inn-content-data {
    width: 89%;
    padding: 20px 0 0;
  }
}

.l-tought-inn-content-data .data-ttl {
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-tought-inn-content-data .data-ttl {
    margin-bottom: 8px;
    font-size: 18px;
  }
}

.l-tought-inn-content-data .data-desc {
  margin-bottom: 35px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .l-tought-inn-content-data .data-desc {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.l-tought-inn-content-data .data-btn {
  position: relative;
  bottom: -50px;
  margin-top: -50px;
}
@media screen and (max-width: 768px) {
  .l-tought-inn-content-data .data-btn {
    bottom: -25px;
    margin-top: -25px;
  }
}

.l-consultation {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-consultation {
    margin: 15px 0 50px;
    background-image: url('../assets/img/consultation-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.l-consultation-inn {
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .l-consultation-inn {
    padding: 26px 0;
  }
}

.l-consultation-inn-content-data {
  display: block;
  width: 62.4%;
  padding: 56px 0;
  margin: 0 auto;
  text-align: center;
  background-image: url('../assets/img/consultation-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l-consultation-inn-content-data {
    width: 100%;
    padding: 0;
    background: none;
  }
}

.l-consultation-inn-content-data .data-item {
  display: block;
  width: 53.8%;
  padding: 18px 0;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-consultation-inn-content-data .data-item {
    width: 74%;
    padding: 18px 0 16px;
  }
}

.l-consultation-inn-content-data .data-item h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .l-consultation-inn-content-data .data-item h3 {
    margin-bottom: 8px;
    font-size: 12px;
  }
}

.l-consultation-inn-content-data .data-item-btn * {
  display: block;
  width: 80%;
  max-width: 240px;
  padding: 8px 0;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #f5831f;
}
@media screen and (max-width: 768px) {
  .l-consultation-inn-content-data .data-item-btn * {
    max-width: 182px;
    padding: 5px 0;
    font-size: 15px;
  }
}

.sl-mv {
  width: 100%;
}

.sl-mv-inn {
  position: relative;
  width: 100%;
  height: inherit;
  background: url('../assets/img/concept-mv.png') no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sl-mv-inn {
    padding: 230px 0 205px;
    background: url('../assets/img/concept-mv-sp.png') no-repeat;
    background-size: cover;
  }
}

.sl-mv-inn-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.sl-mv-inn-txt h1 {
  margin-bottom: 25px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-mv-inn-txt h1 {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

.sl-mv-inn-txt h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sl-mv-inn-txt h2 {
    font-size: 14px;
  }
}

.sl-mv-inn .mv-scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.sl-mv-inn .mv-scroll span {
  position: relative;
  display: inline-block;
  height: 127px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  writing-mode: vertical-lr;
}

.sl-mv-inn .mv-scroll span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: '';
  background: #fff;
}

.sl-mv.concept-mv {
  position: sticky;
  top: 42px;
  z-index: -1;
  height: calc(100vh - 42px);
}

.sl-build {
  padding: 30px 0 123px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sl-build {
    padding: 20px 0 36px;
  }
}

.sl-build .concept-bc {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sl-build .concept-bc {
    margin-bottom: 37px;
  }
}

.sl-build-inn {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sl-build-inn {
    width: 100%;
  }
}

.sl-build-inn::after {
  position: absolute;
  top: 160px;
  right: -16.8%;
  z-index: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 200px;
  color: rgb(39 75 101 / 50%);
  content: 'Land Search';
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1435px) {
  .sl-build-inn::after {
    right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .sl-build-inn::after {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sl-build-inn::after {
    top: 100px;
    right: 0;
    font-size: 50px;
    color: rgb(39 75 101 / 20%);
  }
}

.sl-build-inn-content {
  margin: 0 4.54%;
}
@media screen and (max-width: 768px) {
  .sl-build-inn-content {
    margin: 0;
  }
}

.sl-build-inn-content .build-ttl {
  margin-bottom: 80px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 45px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .sl-build-inn-content .build-ttl {
    width: 90%;
    margin: auto;
    margin-bottom: 25px;
    font-size: 26px;
    letter-spacing: 0.075em;
  }
}

.sl-build-inn-content .build-ttl.ttl02 {
  margin-bottom: 95px;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .sl-build-inn-content .build-ttl.ttl02 {
    margin-bottom: 75px;
    font-size: 26px;
    line-height: 1.5;
    letter-spacing: 0.075em;
  }
}

.sl-build-inn-content .build-info {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sl-build-inn-content .build-info {
    width: 90%;
    margin: auto;
    margin-bottom: 35px;
  }
}

.sl-build-inn-content .build-info p {
  margin-bottom: 30px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.5;
  text-align: left;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .sl-build-inn-content .build-info p {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

.sl-build-inn-content .build-info p:last-child {
  margin-bottom: 0;
}

.sl-build-inn-content .build-img {
  width: 90%;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .sl-build-inn-content .build-img {
    width: 100%;
  }
}

.sl-master {
  padding-bottom: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sl-master {
    padding-bottom: 60px;
  }
}

.sl-master-inn-ttl {
  margin-bottom: 105px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .sl-master-inn-ttl {
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 1.5;
  }
}

.sl-master-inn-content .item-wr {
  flex-wrap: nowrap;
  gap: 0 70px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sl-master-inn-content .item-wr {
    flex-direction: column;
    gap: 0;
    margin-bottom: 30px;
  }
}

.sl-master-inn-content .item-wr:last-child {
  margin-bottom: 0;
}

.sl-master-inn-content .item-wr .item-img {
  width: 50%;
  height: 560px;
  background: url('../assets/img/build-img02.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sl-master-inn-content .item-wr .item-img {
    width: 90%;
    height: 202px;
    margin-bottom: 23px;
  }
}

.sl-master-inn-content .item-wr .item-info {
  width: 50%;
  max-width: 430px;
}
@media screen and (max-width: 768px) {
  .sl-master-inn-content .item-wr .item-info {
    width: 90%;
  }
}

.sl-master-inn-content .item-wr .item-info h3 {
  margin-bottom: 50px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .sl-master-inn-content .item-wr .item-info h3 {
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
  }
}

.sl-master-inn-content .item-wr .item-info p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sl-master-inn-content .item-wr .item-info p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.sl-master-inn-content .item-wr.item02 {
  justify-content: center;
  padding-left: 109px;
}
@media screen and (max-width: 768px) {
  .sl-master-inn-content .item-wr.item02 {
    flex-direction: column-reverse;
    padding: 0;
  }
}

.sl-master-inn-content .item-wr.item02 figure {
  width: 90%;
  max-width: 610px;
}
@media screen and (max-width: 768px) {
  .sl-master-inn-content .item-wr.item02 figure {
    width: 65%;
    margin-bottom: 23px;
  }
}

.concept-consultation {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .concept-consultation {
    padding: 15px 0 50px;
    margin: 0 auto;
    background-color: #fff;
    background-image: none;
  }
}

.concept-consultation .l-consultation-inn {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .concept-consultation .l-consultation-inn {
    width: 100%;
    background-image: url('../assets/img/consultation-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .concept-consultation .data-item {
    width: 66.5%;
  }
}

.sl-case-mv {
  background-image: linear-gradient(
    80deg,
    rgb(238 174 0 / 20%) 0%,
    rgb(232 92 125 / 20%) 25%,
    rgb(0 107 252 / 20%)
  );
}
@media screen and (max-width: 768px) {
  .sl-case-inn-content {
    margin-bottom: 50px;
  }
}

.sl-case-inn-content-ttl {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sl-case-inn-content-ttl {
    width: 90%;
    margin: auto;
    margin-bottom: 35px;
  }
}

.sl-case-inn-content-ttl h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-case-inn-content-ttl h2 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0;
  }
}

.sl-case-inn-content-ttl p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-case-inn-content-ttl p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.05em;
  }
}

.sl-case-inn-content-data .case-wr {
  gap: 70px 4%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sl-case-inn-content-data .case-wr {
    flex-direction: column;
    gap: 25px 4%;
  }
}

.sl-case-inn-content-data .case-wr .item {
  width: 48%;
  padding-bottom: 30px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 16%);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .sl-case-inn-content-data .case-wr .item {
    width: 95%;
    padding-bottom: 20px;
    margin: auto;
  }
}

.sl-case-inn-content-data .case-wr .item:hover {
  transform: scale(1.03);
}

.sl-case-inn-content-data .case-wr .item-anchor {
  display: block;
}

.sl-case-inn-content-data .case-wr .item .content {
  flex-wrap: nowrap;
  padding: 30px 30px 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sl-case-inn-content-data .case-wr .item .content {
    padding: 20px 30px 20px 20px;
  }
}

.sl-case-inn-content-data .case-wr .item .content .num {
  min-width: 50px;
  margin-right: 7%;
}
@media screen and (max-width: 768px) {
  .sl-case-inn-content-data .case-wr .item .content .num {
    min-width: 33px;
    margin-right: 8%;
  }
}

.sl-case-inn-content-data .case-wr .item .content .num span {
  position: relative;
  display: block;
  padding-top: 25px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-case-inn-content-data .case-wr .item .content .num span {
    padding-top: 15px;
    font-size: 18px;
  }
}

.sl-case-inn-content-data .case-wr .item .content .num span small {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 5px;
  margin-bottom: 7px;
  font-size: 10px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .sl-case-inn-content-data .case-wr .item .content .num span small {
    padding-bottom: 2px;
    margin-bottom: 4px;
    font-size: 7px;
    white-space: nowrap;
  }
}

.sl-case-inn-content-data .case-wr .item .content .description {
  width: calc(100% - 50px);
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .sl-case-inn-content-data .case-wr .item .content .description {
    margin-left: 20px;
  }
}

.sl-case-inn-content-data .case-wr .item .content .description h3 {
  padding-bottom: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .sl-case-inn-content-data .case-wr .item .content .description h3 {
    padding-bottom: 15px;
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.sl-case-inn-content-data .case-wr .item .content .description .tags li {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-case-inn-content-data .case-wr .item .content .description .tags li {
    font-size: 12px;
  }
}

.sl-case-inn-content-data
.case-wr
.item
.content
.description
.tags
li:last-child {
  margin-right: 0;
}

.sl-case-inn-content-data .case-wr .item .content .description .tags li a {
  color: #000;
}

.sl-case-inn-content-data .case-wr .item .button a {
  display: block;
  width: 90%;
  max-width: 264px;
  padding: 16px 0;
  margin: auto;
  font-size: 19px;
  font-weight: 500;
  color: #0d456e;
  text-align: center;
  letter-spacing: 0.05em;
  background: #fff;
  border: 1px solid #0d456e;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .sl-case-inn-content-data .case-wr .item .button a {
    max-width: 176px;
    padding: 9px 0;
    font-size: 12px;
  }
}

.sl-case-inn-content-data .case-wr .item .button a:hover {
  color: #fff;
  background: #0d456e;
}

.sl-casesingle-mv {
  background-image: linear-gradient(
    80deg,
    rgb(238 174 0 / 20%) 0%,
    rgb(232 92 125 / 20%) 25%,
    rgb(0 107 252 / 20%)
  );
}

.sl-casesingle-inn {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn {
    width: 100%;
  }
}

.sl-casesingle-inn-content {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content {
    margin-bottom: 50px;
  }
}

.sl-casesingle-inn-content-caseinfo {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo {
    width: 90%;
    margin: auto;
    margin-bottom: 31px;
  }
}

.sl-casesingle-inn-content-caseinfo .info-ttl {
  gap: 0 30px;
  justify-content: flex-start;
  padding-left: 12%;
  margin-bottom: 70px;
}
@media screen and (max-width: 930px) {
  .sl-casesingle-inn-content-caseinfo .info-ttl {
    justify-content: center;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo .info-ttl {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}

.sl-casesingle-inn-content-caseinfo .info-ttl .infonum-wr {
  gap: 0 20px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo .info-ttl .infonum-wr {
    gap: 0 10px;
    margin-bottom: 16px;
  }
}

.sl-casesingle-inn-content-caseinfo .info-ttl .infonum-wr .txt {
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo .info-ttl .infonum-wr .txt {
    padding-bottom: 5px;
    font-size: 10px;
    border-bottom: 1px solid #000;
  }
}

.sl-casesingle-inn-content-caseinfo .info-ttl .infonum-wr .num {
  font-family: Roboto, sans-serif;
  font-size: 51px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo .info-ttl .infonum-wr .num {
    font-size: 25px;
  }
}

.sl-casesingle-inn-content-caseinfo .info-ttl .infoname {
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo .info-ttl .infoname {
    font-size: 14px;
    text-align: center;
  }
}

.sl-casesingle-inn-content-caseinfo .info-data {
  width: 90%;
  max-width: 880px;
  padding: 70px 0 120px;
  margin: 0 auto;
  background-image: url('../assets/img/case-info-bg.svg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo .info-data {
    width: 100%;
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 460px) {
  .sl-casesingle-inn-content-caseinfo .info-data {
    padding: 0 0 45px;
  }
}

.sl-casesingle-inn-content-caseinfo .info-data .data-wr {
  gap: 0 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo .info-data .data-wr {
    position: relative;
    top: -30px;
    flex-direction: column;
    margin: 50px auto -30px;
  }
}

.sl-casesingle-inn-content-caseinfo .info-data .data-wr .data-img {
  width: 90%;
  max-width: 460px;
  margin-left: -110px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo .info-data .data-wr .data-img {
    width: 80%;
    margin: 0 auto 20px;
  }
}

.sl-casesingle-inn-content-caseinfo .info-data .data-wr .data-content {
  flex: 1 0 0;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo .info-data .data-wr .data-content {
    width: 100%;
    margin: 0 auto;
  }
}

.sl-casesingle-inn-content-caseinfo
.info-data
.data-wr
.data-content
.content-ttl {
  max-width: 380px;
  margin-bottom: 48px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo
  .info-data
  .data-wr
  .data-content
  .content-ttl {
    width: 80%;
    padding-left: 0;
    margin: 0 auto 25px;
  }
}

.sl-casesingle-inn-content-caseinfo
.info-data
.data-wr
.data-content
.content-ttl
h3 {
  padding-bottom: 20px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo
  .info-data
  .data-wr
  .data-content
  .content-ttl
  h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.sl-casesingle-inn-content-caseinfo
.info-data
.data-wr
.data-content
.content-ttl
.tags
li {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo
  .info-data
  .data-wr
  .data-content
  .content-ttl
  .tags
  li {
    margin-right: 15px;
    font-size: 10px;
  }
}

.sl-casesingle-inn-content-caseinfo
.info-data
.data-wr
.data-content
.content-ttl
.tags
li:last-child {
  margin-right: 0;
}

.sl-casesingle-inn-content-caseinfo
.info-data
.data-wr
.data-content
.content-ttl
.tags
li
a {
  color: #000;
}

.sl-casesingle-inn-content-caseinfo
.info-data
.data-wr
.data-content
.content-list {
  padding: 20px 20px 30px 30px;
  margin-bottom: 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo
  .info-data
  .data-wr
  .data-content
  .content-list {
    width: 90%;
    padding: 13px 10px 25px 15px;
    margin: 0 auto 15px;
  }
}

.sl-casesingle-inn-content-caseinfo
.info-data
.data-wr
.data-content
.content-list:last-child {
  margin-bottom: 0;
}

.sl-casesingle-inn-content-caseinfo
.info-data
.data-wr
.data-content
.content-list
h3 {
  position: relative;
  padding-bottom: 15px;
  padding-left: 6px;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo
  .info-data
  .data-wr
  .data-content
  .content-list
  h3 {
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.sl-casesingle-inn-content-caseinfo
.info-data
.data-wr
.data-content
.content-list
h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  content: '';
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-caseinfo
  .info-data
  .data-wr
  .data-content
  .content-list
  h3::before {
    width: 22px;
    height: 2px;
  }
}

.sl-casesingle-inn-content-caseinfo
.info-data
.data-wr
.data-content
.content-list
ul {
  padding-left: 10px;
}

.sl-casesingle-inn-content-caseinfo
.info-data
.data-wr
.data-content
.content-list
ul
li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.sl-casesingle-inn-content-caseinfo
.info-data
.data-wr
.data-content
.content-list
ul
li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  content: '';
  background-color: #000;
  border-radius: 50%;
}

.sl-casesingle-inn-content-solution .solution-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .solution-ttl {
    margin-bottom: 30px;
  }
}

.sl-casesingle-inn-content-solution .solution-ttl h3 {
  text-align: center;
}

.sl-casesingle-inn-content-solution .solution-ttl h3 .eng {
  display: block;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .solution-ttl h3 .eng {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.sl-casesingle-inn-content-solution .solution-ttl h3 .jp {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .solution-ttl h3 .jp {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

.sl-casesingle-inn-content-solution .solution-subttl h3 {
  position: relative;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .solution-subttl h3 {
    padding-bottom: 10px;
    font-size: 12px;
  }
}

.sl-casesingle-inn-content-solution .solution-subttl h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 4px;
  content: '';
  background-color: #000;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .solution-subttl h3::after {
    width: 17px;
    height: 2px;
  }
}

.sl-casesingle-inn-content-solution .support {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .support {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }
}

.sl-casesingle-inn-content-solution .support-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .support-ttl {
    margin-bottom: 30px;
  }
}

.sl-casesingle-inn-content-solution .support-list {
  gap: 40px 4.3%;
  justify-content: flex-start;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .support-list {
    gap: 15px 3%;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}

.sl-casesingle-inn-content-solution .support-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.75%;
  padding: 35px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #0d456e;
  text-align: center;
  border: 1px solid #0d456e;
}
@media screen and (max-width: 930px) {
  .sl-casesingle-inn-content-solution .support-list li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .support-list li {
    width: 31.3%;
    padding: 16px 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 330px) {
  .sl-casesingle-inn-content-solution .support-list li {
    font-size: 11px;
  }
}

.sl-casesingle-inn-content-solution .support-img {
  width: 90%;
  max-width: 415px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .support-img {
    width: 62%;
  }
}

.sl-casesingle-inn-content-solution .point-ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-ttl {
    margin-bottom: 27px;
  }
}

.sl-casesingle-inn-content-solution .point-list {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-list {
    width: 90%;
    margin: auto;
    margin-bottom: 60px;
  }
}

.sl-casesingle-inn-content-solution .point-list .list-wr {
  gap: 0 70px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-list .list-wr {
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
  }
}

.sl-casesingle-inn-content-solution .point-list .list-wr:last-child {
  margin-bottom: 0;
}

.sl-casesingle-inn-content-solution .point-list .list-wr .point-no {
  gap: 0 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-list .list-wr .point-no {
    gap: 0 8px;
    margin-bottom: 14px;
  }
}

.sl-casesingle-inn-content-solution .point-list .list-wr .point-no .txt {
  padding-bottom: 10px;
  padding-left: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0d456e;
  border-bottom: 2px solid #0d456e;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-list .list-wr .point-no .txt {
    padding-bottom: 4px;
    padding-left: 13px;
    font-size: 10px;
    border-bottom: 1px solid #0d456e;
  }
}

.sl-casesingle-inn-content-solution .point-list .list-wr .point-no .num {
  font-family: Roboto, sans-serif;
  font-size: 51px;
  font-weight: 700;
  color: #0d456e;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-list .list-wr .point-no .num {
    font-size: 25px;
  }
}

.sl-casesingle-inn-content-solution .point-list .list-wr .point-info {
  width: 90%;
  max-width: 640px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-list .list-wr .point-info {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.sl-casesingle-inn-content-solution .point-content {
  width: 100%;
  padding: 35px 80px 0;
  margin-bottom: 200px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-content {
    padding: 0;
    margin-bottom: 50px;
    background: none;
  }
}

.sl-casesingle-inn-content-solution .point-content-info {
  width: 90%;
  max-width: 760px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-content-info {
    width: 90%;
    padding: 25px 10% 40px;
    margin: auto;
    background-color: #f5f5f5;
    border-radius: 25px 25px 0 0;
  }
}

.sl-casesingle-inn-content-solution .point-content-info h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-content-info h3 {
    font-size: 16px;
  }
}

.sl-casesingle-inn-content-solution .point-content-info p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-content-info p {
    font-size: 14px;
  }
}

.sl-casesingle-inn-content-solution .point-content-data {
  position: relative;
  top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-content-data {
    position: unset;
    top: unset;
    margin-top: 0;
    background-color: #f5f5f5;
  }
}

.sl-casesingle-inn-content-solution .point-content-data .img-wr {
  flex-wrap: nowrap;
  gap: 0 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-content-data .img-wr {
    gap: 0;
  }

  .sl-casesingle-inn-content-solution .point-content-data .img-wr .slick-prev {
    left: 5%;
    background-image: url('../assets/img/prev-icon.svg');
  }

  .sl-casesingle-inn-content-solution .point-content-data .img-wr .slick-next {
    right: 5%;
    background-image: url('../assets/img/next-icon.svg');
  }

  .sl-casesingle-inn-content-solution .point-content-data .img-wr .slick-prev,
  .sl-casesingle-inn-content-solution .point-content-data .img-wr .slick-next {
    top: 47%;
    z-index: 1;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .sl-casesingle-inn-content-solution
  .point-content-data
  .img-wr
  .slick-prev::before,
  .sl-casesingle-inn-content-solution
  .point-content-data
  .img-wr
  .slick-next::before {
    display: none;
  }
}

.sl-casesingle-inn-content-solution .point-content-data .img-wr li {
  width: 32%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-content-data .img-wr li {
    margin: 0 12px;
  }
}

.sl-casesingle-inn-content-solution .point-content-data .img-wr li figure {
  width: 100%;
}

.sl-casesingle-inn-content-solution .point-content .point-ft {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-content .point-ft {
    padding-right: 5.8%;
    margin-top: 10px;
    font-size: 10px;
  }
}

.sl-casesingle-inn-content-solution .point-content .point-ft-sp {
  width: 90%;
  padding: 10px 0 30px;
  margin: auto;
  background-color: #f5f5f5;
  border-radius: 0 0 25px 25px;
}

.sl-casesingle-inn-content-solution .point-content .point-ft-sp > .point-ft {
  margin-top: 0;
}

.sl-casesingle-inn-content-solution .point-btn a {
  display: block;
  width: 80%;
  max-width: 264px;
  padding: 18px 0;
  margin: auto;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  color: #0d456e;
  text-align: center;
  letter-spacing: 0.05;
  background-color: #fff;
  border: 1px solid #0d456e;
  border-radius: 50px;
}

.sl-casesingle-inn-content-solution .point-btn a:hover {
  color: #fff;
  background: #0d456e;
}
@media screen and (max-width: 768px) {
  .sl-casesingle-inn-content-solution .point-btn a {
    max-width: 176px;
    padding: 9px 0;
    font-size: 12px;
  }
}

.sl-about-mv {
  background-image: linear-gradient(
    to right,
    rgb(255 165 87 / 40%) 0%,
    rgb(252 207 0 / 40%) 100%
  );
}

.sl-about-inn-content .about-text {
  margin-bottom: 60px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-text {
    margin-bottom: 25px;
  }
}

.sl-about-inn-content .about-text h2,
.sl-about-inn-content .about-text h3 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-text h2,
  .sl-about-inn-content .about-text h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.sl-about-inn-content .about-text p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-text p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.05em;
  }
}

.sl-about-inn-content .about-text .border-small {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-text .border-small {
    text-align: left;
  }
}

.sl-about-inn-content .about-text .border-small span {
  display: inline-block;
  padding: 3px 33px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.2;
  color: #0d456e;
  letter-spacing: 0;
  border: 2px solid #0d456e;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-text .border-small span {
    display: block;
    padding: 12px 17px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.075em;
    border: 1px solid #0d456e;
  }
}

.sl-about-inn-content .about-solution {
  margin-bottom: 100px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution {
    margin-bottom: 25px;
  }
}

.sl-about-inn-content .about-solution-content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: auto;
}

.sl-about-inn-content .about-solution-content::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to right, #f7efe4 50%, rgb(0 184 238 / 70%) 50%);
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content::after {
    display: none;
  }
}

.sl-about-inn-content .about-solution-content .solution-fl {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-fl {
    width: 100%;
    padding-bottom: 25px;
  }
}

.sl-about-inn-content .about-solution-content .solution-fl h4 {
  padding-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-fl h4 {
    padding-bottom: 10px;
  }
}

.sl-about-inn-content .about-solution-content .solution-fl h4 span {
  display: inline-block;
  width: 80%;
  max-width: 336px;
  padding: 7px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-fl h4 span {
    max-width: 168px;
    padding: 3px 0;
    font-size: 16px;
  }
}

.sl-about-inn-content .about-solution-content .solution-fl p {
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-fl p {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 330px) {
  .sl-about-inn-content .about-solution-content .solution-fl p {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-fl.conventional {
    background: #f7efe4;
  }
}

.sl-about-inn-content .about-solution-content .solution-fl.conventional h4 {
  width: 100%;
  max-width: 480px;
  margin-right: 14.4%;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .sl-about-inn-content .about-solution-content .solution-fl.conventional h4 {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-fl.conventional h4 {
    margin: 0 auto;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-fl.conventional
h4
span {
  background: #000;
}

.sl-about-inn-content .about-solution-content .solution-fl.conventional .pg {
  width: 100%;
  max-width: 480px;
  margin-right: 14.4%;
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  .sl-about-inn-content .about-solution-content .solution-fl.conventional .pg {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-fl.conventional .pg {
    margin: 0 auto;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-fl.conventional
.solution-bg {
  margin-right: 14.4%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-fl.landsearch {
    background: rgb(0 184 238 / 70%);
  }
}

.sl-about-inn-content .about-solution-content .solution-fl.landsearch h4 {
  width: 100%;
  max-width: 480px;
  margin-left: 14.4%;
}
@media screen and (max-width: 1280px) {
  .sl-about-inn-content .about-solution-content .solution-fl.landsearch h4 {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-fl.landsearch h4 {
    margin: 0 auto;
  }
}

.sl-about-inn-content .about-solution-content .solution-fl.landsearch h4 span {
  background: #274b65;
}

.sl-about-inn-content .about-solution-content .solution-fl.landsearch .pg {
  width: 100%;
  max-width: 480px;
  margin-left: 14.4%;
}
@media screen and (max-width: 1280px) {
  .sl-about-inn-content .about-solution-content .solution-fl.landsearch .pg {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-fl.landsearch .pg {
    margin: 0 auto;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-fl.landsearch
.solution-bg {
  margin-left: 14.4%;
}

.sl-about-inn-content .about-solution-content .solution-bg {
  width: 75%;
  max-width: 480px;
}
@media screen and (max-width: 1280px) {
  .sl-about-inn-content .about-solution-content .solution-bg {
    margin: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg {
    width: 85%;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg .icon-people {
  width: 25%;
  max-width: 120px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg .icon-people {
    width: 70px;
    max-width: unset;
    margin: 0 auto 5px;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg .sub-ttl {
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg .sub-ttl {
    padding-bottom: 0;
    font-size: 20px;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg .icon {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg ul {
    padding: 0 4%;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg ul li {
  position: relative;
  padding: 13px 0;
  margin: 40px 0 0;
  font-size: 20px;
  font-weight: 500;
  color: #1a1311;
  text-align: center;
  letter-spacing: 0.075em;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg ul li {
    padding: 7px 0;
    margin: 35px 0 0;
    font-size: 16px;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg ul li::after {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 22px;
  height: 22px;
  content: '';
  background: url('../assets/img/down-arrow.svg') no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg ul li::after {
    top: -23px;
    width: 13px;
    height: 15px;
    background: url('../assets/img/down-arrow-sp.svg') no-repeat;
    background-size: 100%;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-bg
ul
li.step-list01
.icon {
  right: -5.5%;
  bottom: 0;
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  ul
  li.step-list01
  .icon {
    right: 5px;
    width: 56px;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-bg
ul
li.step-list02
.icon01 {
  bottom: -40px;
  left: 2%;
  width: 27.7%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  ul
  li.step-list02
  .icon01 {
    bottom: 0;
    left: 2px;
    width: 66px;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-bg
ul
li.step-list02
.icon02 {
  right: -5.3%;
  bottom: -12px;
  width: 24.8%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  ul
  li.step-list02
  .icon02 {
    top: -15px;
    right: 0;
    bottom: auto;
    width: 60px;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-bg
ul
li.step-list03
.icon {
  top: 18px;
  left: 4.4%;
  width: 20.5%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  ul
  li.step-list03
  .icon {
    top: -7px;
    left: 22px;
    width: 49px;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-bg
ul
li.step-list04
.icon01 {
  right: -5.4%;
  bottom: 0;
  width: 24.3%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  ul
  li.step-list04
  .icon01 {
    right: 12px;
    width: 58px;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-bg
ul
li.step-list04
.icon02 {
  top: -10px;
  right: -14%;
  z-index: 1;
  width: 14.3%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  ul
  li.step-list04
  .icon02 {
    top: 8px;
    right: -16px;
    width: 43px;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg .result {
  position: relative;
  padding: 18px 0 17px 30%;
  margin: 50px 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg .result {
    padding: 19px 0 19px 34%;
    margin: 35px 0 0;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg .result p {
  padding-right: 10px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: #1a1311;
  text-align: left;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg .result p {
    width: 100%;
    padding-right: 0;
    font-size: 16px;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg .result p small {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg .result p small {
    font-size: 12px;
    text-align: center;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg .result .icon01 {
  bottom: -10px;
  left: -7%;
  width: 33.8%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg .result .icon01 {
    bottom: -3px;
    left: -8%;
    width: 180px;
  }
}
@media screen and (max-width: 330px) {
  .sl-about-inn-content .about-solution-content .solution-bg .result .icon01 {
    bottom: 15%;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg .result .icon02 {
  top: -30px;
  right: -9.5%;
  width: 45.5%;
}

.sl-about-inn-content .about-solution-content .solution-bg .result.right {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 75%;
  max-width: 480px;
  padding: 20px 0 17px 8.5rem;
  margin-top: 0;
  margin-left: 14.4%;
}
@media screen and (max-width: 1024px) {
  .sl-about-inn-content .about-solution-content .solution-bg .result.right {
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg .result.right {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 19px 0 19px 34%;
    transform: none;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-bg
.result.right
.icon01 {
  bottom: 0;
  left: -16%;
  width: 31.9%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  .result.right
  .icon01 {
    bottom: 0;
    left: -6%;
    width: 195px;
  }
}
@media screen and (max-width: 330px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  .result.right
  .icon01 {
    bottom: 15%;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-bg
.result.right
.icon02 {
  top: -30px;
  right: -18.3%;
  width: 41.7%;
}

.sl-about-inn-content .about-solution-content .solution-bg .result.right p {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .sl-about-inn-content .about-solution-content .solution-bg .result.right p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg .result.right p {
    font-size: 16px;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-bg
.result.right
p
small {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  .result.right
  p
  small {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  .result.right
  p
  small {
    font-size: 12px;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg .proposal {
  position: relative;
  padding: 25% 0 0;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg .proposal {
    padding: 23% 4% 0;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg .proposal::after {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 22px;
  height: 22px;
  content: '';
  background: url('../assets/img/down-arrow.svg') no-repeat;
  background-size: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg .proposal::after {
    top: 6px;
    width: 13px;
    height: 15px;
    background: url('../assets/img/down-arrow-sp.svg') no-repeat;
    background-size: 100%;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg .proposal-fl {
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .sl-about-inn-content .about-solution-content .solution-bg .proposal-fl {
    padding: 13px 0;
  }
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg .proposal-fl {
    padding: 7px 0;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg .proposal-fl .item {
  z-index: 3;
}

.sl-about-inn-content
.about-solution-content
.solution-bg
.proposal-fl
.item
.icon {
  position: absolute;
}

.sl-about-inn-content
.about-solution-content
.solution-bg
.proposal-fl
.item
span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1024px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  .proposal-fl
  .item
  span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  .proposal-fl
  .item
  span {
    font-size: 16px;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-bg
.proposal-fl
.item.purchase {
  padding-left: 9%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  .proposal-fl
  .item.purchase {
    padding-left: 20px;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-bg
.proposal-fl
.item.purchase
.icon {
  top: 66%;
  left: -6.7%;
  width: 21.2%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  .proposal-fl
  .item.purchase
  .icon {
    top: 21px;
    left: -30px;
    width: 60px;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-bg
.proposal-fl
.item.consultation {
  padding-right: 9%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  .proposal-fl
  .item.consultation {
    padding-right: 25px;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-bg
.proposal-fl
.item.consultation
.icon {
  top: -13px;
  right: -8%;
  width: 15.8%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  .proposal-fl
  .item.consultation
  .icon {
    top: 8px;
    right: -25px;
    width: 43px;
  }
}

.sl-about-inn-content
.about-solution-content
.solution-bg
.proposal-fl
.icon-center {
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-solution-content
  .solution-bg
  .proposal-fl
  .icon-center {
    width: 70%;
  }
}

.sl-about-inn-content .about-solution-content .solution-bg .proposal p {
  padding-top: 20%;
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .sl-about-inn-content .about-solution-content .solution-bg .proposal p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-solution-content .solution-bg .proposal p {
    padding-top: 75px;
    padding-bottom: 45px;
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  .sl-about-inn-content .about-solution-content .solution-bg .proposal p {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .sl-about-inn-content .about-solution-content .solution-bg .proposal p {
    padding-top: 50px;
  }
}

.sl-about-inn-content .about-collabo {
  padding-bottom: 100px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-collabo {
    padding-bottom: 50px;
  }
}

.sl-about-inn-content .about-collabo-content .collabo-fl {
  position: relative;
  justify-content: space-between;
  padding-top: 55px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-collabo-content .collabo-fl {
    flex-direction: column-reverse;
    padding-top: 5px;
    padding-bottom: 80px;
  }
}

.sl-about-inn-content .about-collabo-content .collabo-fl .list {
  width: 45.6%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-collabo-content .collabo-fl .list {
    width: 90.4%;
    margin: auto;
  }
}

.sl-about-inn-content .about-collabo-content .collabo-fl .list li {
  padding: 26px 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #1a1311;
  text-align: center;
  letter-spacing: 0.075em;
  background: #eaeaea;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-collabo-content .collabo-fl .list li {
    padding: 14px 0;
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.sl-about-inn-content .about-collabo-content .collabo-fl .list li:last-child {
  margin-bottom: 0;
}

.sl-about-inn-content .about-collabo-content .collabo-fl .text {
  width: 45.6%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-collabo-content .collabo-fl .text {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-collabo-content .collabo-fl .text figure {
    margin-bottom: 25px;
  }
}

.sl-about-inn-content .about-collabo-content .collabo-fl .text h4 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-collabo-content .collabo-fl .text h4 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}

.sl-about-inn-content .about-collabo-content .collabo-fl .text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-collabo-content .collabo-fl .text p {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.sl-about-inn-content .about-collabo-content .collabo-fl::after {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-color: #00b8ee transparent transparent;
  border-style: solid;
  border-width: 40px 70px 0;
  transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-collabo-content .collabo-fl::after {
    bottom: 23px;
    border-width: 27px 47px 0;
  }
}

.sl-about-inn-content .about-collabo-content .collabo-fl:last-child {
  padding-top: 0;
  padding-bottom: 0;
}

.sl-about-inn-content .about-collabo-content .collabo-fl:last-child::after {
  display: none;
}

.sl-about-inn-content .about-collabo-content .collabo-fl:last-child .list li {
  color: #fff;
  background: #00b8ee;
}

.sl-about-inn-content .about-service {
  padding: 90px 0 133px;
  background: #f7efe4;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-service {
    padding: 25px 0 45px;
  }
}

.sl-about-inn-content .about-service-inn-ttl p {
  margin-top: 50px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-service-inn-ttl p {
    margin-top: 25px;
    font-size: 18px;
    letter-spacing: 0;
  }
}

.sl-about-inn-content .about-service-inn-fl .item {
  width: 27.6%;
  margin-top: 60px;
  margin-right: 8.6%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-service-inn-fl .item {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
}

.sl-about-inn-content .about-service-inn-fl .item:nth-child(3n) {
  margin-right: 0;
}

.sl-about-inn-content .about-service-inn-fl .item .title-fl {
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-service-inn-fl .item .title-fl {
    margin-bottom: 15px;
  }
}

.sl-about-inn-content .about-service-inn-fl .item .title-fl figure {
  width: 43.5%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-service-inn-fl .item .title-fl figure {
    width: 45%;
    max-width: 90px;
    margin-right: 8%;
  }
}

.sl-about-inn-content .about-service-inn-fl .item .title-fl h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #0d456e;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-service-inn-fl .item .title-fl h3 {
    font-size: 20px;
  }
}

.sl-about-inn-content .about-service-inn-fl .item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-service-inn-fl .item p {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.sl-about-inn-content .about-flow {
  padding: 90px 0 100px;
  background: #f7efe4;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-flow {
    padding: 30px 0 50px;
  }
}

.sl-about-inn-content .about-flow-content .flow-fl {
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-flow-content .flow-fl {
    flex-direction: column;
    margin-bottom: 25px;
  }
}

.sl-about-inn-content .about-flow-content .flow-fl:last-child {
  margin-bottom: 0;
}

.sl-about-inn-content .about-flow-content .flow-fl .image {
  width: 46.4%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-flow-content .flow-fl .image {
    width: 68.8%;
    margin: 0 auto 5px;
  }
}

.sl-about-inn-content .about-flow-content .flow-fl .content {
  width: 43%;
  margin-top: -10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-flow-content .flow-fl .content {
    width: 100%;
    margin-top: 0;
  }
}

.sl-about-inn-content .about-flow-content .flow-fl .content .step {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-flow-content .flow-fl .content .step {
    margin-bottom: 10px;
    text-align: center;
  }
}

.sl-about-inn-content .about-flow-content .flow-fl .content .step p {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #274b65;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-flow-content .flow-fl .content .step p {
    padding-bottom: 7px;
    font-size: 12px;
  }
}

.sl-about-inn-content .about-flow-content .flow-fl .content .step p::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11px;
  content: '';
  background: url('../assets/img/underline01.svg') no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-flow-content .flow-fl .content .step p::after {
    height: 6px;
  }
}

.sl-about-inn-content .about-flow-content .flow-fl .content .step p span {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-flow-content .flow-fl .content .step p span {
    font-size: 16px;
  }
}

.sl-about-inn-content .about-flow-content .flow-fl .content h3 {
  width: calc(100% + 30px);
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-flow-content .flow-fl .content h3 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
}

.sl-about-inn-content .about-flow-content .flow-fl .content h3 small {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-flow-content .flow-fl .content h3 small {
    font-size: 14px;
  }
}

.sl-about-inn-content .about-flow-content .flow-fl .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-flow-content .flow-fl .content p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.sl-about-inn-content .about-method {
  padding: 90px 0 10px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-method {
    padding: 25px 0 45px;
  }
}

.sl-about-inn-content .about-method-content {
  width: 90%;
  max-width: 1100px;
  padding: 60px 30px 110px;
  margin: auto;
  background: #fff;
  border-radius: 160px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-method-content {
    width: calc(90% - 10px);
    padding: 25px 25px 65px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-method-content .method-text h3 {
    margin-bottom: 25px;
  }
}

.sl-about-inn-content .about-method-content .method-wrap {
  padding-top: 3.5%;
}

.sl-about-inn-content .about-method-content .method-list {
  position: relative;
  z-index: 1;
}

.sl-about-inn-content .about-method-content .method-list .list-fl {
  position: relative;
  z-index: 2;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}

.sl-about-inn-content .about-method-content .method-list .list-fl .num {
  min-width: 90px;
  margin-top: -7px;
  margin-right: 6%;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-method-content .method-list .list-fl .num {
    min-width: 45px;
    margin-top: -3px;
    margin-right: 10%;
  }
}

.sl-about-inn-content .about-method-content .method-list .list-fl .num span {
  display: inline-block;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: #274b65;
  letter-spacing: 0;
  border-bottom: 8px solid #274b65;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-method-content .method-list .list-fl .num span {
    padding-bottom: 7px;
    font-size: 40px;
    border-bottom: 4px solid #274b65;
  }
}

.sl-about-inn-content .about-method-content .method-list .list-fl .text {
  width: 80%;
  max-width: 498px;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-method-content .method-list .list-fl .text {
    width: 90%;
    max-width: 100%;
  }
}

.sl-about-inn-content .about-method-content .method-list .list-fl .text h3 {
  padding-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-method-content .method-list .list-fl .text h3 {
    padding-bottom: 15px;
    font-size: 14px;
  }
}

.sl-about-inn-content .about-method-content .method-list .list-fl .text p {
  z-index: 3;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-method-content .method-list .list-fl .text p {
    line-height: 1.5;
  }
}

.sl-about-inn-content .about-method-content .method-list .button a {
  display: block;
  width: 80%;
  max-width: 264px;
  padding: 6px 0;
  margin: 40px 0 70px;
  font-size: 19px;
  font-weight: 500;
  line-height: 2.8;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #fdd000;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-method-content .method-list .button a {
    width: 100%;
    max-width: 200px;
    padding: 12px 0;
    margin: 20px auto 35px;
    font-size: 12px;
    line-height: 2.2;
  }
}

.sl-about-inn-content .about-method-content .method-list .button a:hover {
  background: #707070;
}

.sl-about-inn-content .about-method-content .method-list .side-image {
  position: absolute;
}

.sl-about-inn-content .about-method-content .method-list.method-list01 .text {
  padding-top: 17px;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content .about-method-content .method-list.method-list01 .text {
    padding-top: 0;
  }
}

.sl-about-inn-content
.about-method-content
.method-list.method-list01
.side-image {
  top: -2%;
  right: -13.3%;
  width: 33.7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-method-content
  .method-list.method-list01
  .side-image {
    top: -4%;
    right: -5%;
    width: 24%;
    transform: translate(35px, -50%);
  }
}
@media screen and (max-width: 560px) {
  .sl-about-inn-content
  .about-method-content
  .method-list.method-list01
  .side-image {
    width: 39%;
  }
}

.sl-about-inn-content
.about-method-content
.method-list.method-list02
.list-fl {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-method-content
  .method-list.method-list02
  .list-fl {
    margin-bottom: 45px;
  }
}

.sl-about-inn-content
.about-method-content
.method-list.method-list02
.side-image {
  top: -45%;
  left: -22.7%;
  width: 36.6%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-method-content
  .method-list.method-list02
  .side-image {
    top: 90%;
    left: -5%;
    width: 16%;
    transform: translate(-35px, -50%);
  }
}
@media screen and (max-width: 560px) {
  .sl-about-inn-content
  .about-method-content
  .method-list.method-list02
  .side-image {
    top: 75%;
    width: 34.3%;
  }
}

.sl-about-inn-content
.about-method-content
.method-list.method-list03
.side-image {
  top: -5%;
  right: -22.7%;
  width: 37%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sl-about-inn-content
  .about-method-content
  .method-list.method-list03
  .side-image {
    top: auto;
    right: -5%;
    width: 26%;
    transform: translate(35px, 0);
  }
}
@media screen and (max-width: 560px) {
  .sl-about-inn-content
  .about-method-content
  .method-list.method-list03
  .side-image {
    width: 44.2%;
  }
}

.sl-faq-mv {
  background-image: linear-gradient(
    to left,
    rgb(0 184 238 / 40%) 0%,
    rgb(141 194 31 / 40%) 95%
  );
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content {
    margin-bottom: 50px;
  }
}

.sl-faq-inn-content-ttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-ttl {
    width: 90%;
    margin: auto;
  }
}

.sl-faq-inn-content-ttl h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-ttl h2 {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.05em;
  }
}

.sl-faq-inn-content-data {
  margin-top: 100px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data {
    margin-top: 35px;
  }
}

.sl-faq-inn-content-data .faq {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq {
    margin-top: 15px;
  }
}

.sl-faq-inn-content-data .faq:first-child {
  margin-top: 0;
}

.sl-faq-inn-content-data .faq-links {
  gap: 20px 7.1%;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.sl-faq-inn-content-data .faq-links li {
  width: 100%;
  max-width: 286px;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-links li {
    width: 90%;
    max-width: 300px;
  }
}

.sl-faq-inn-content-data .faq-links li a {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 124px;
  padding: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #8dc21f;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-links li a {
    min-height: unset;
    padding: 12px 0 17px;
    font-size: 14px;
  }
}

.sl-faq-inn-content-data .faq-links li a::after {
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 12px;
  height: 12px;
  content: '';
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-links li a::after {
    bottom: 8px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
}

.sl-faq-inn-content-data .faq-wr-section {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-wr-section {
    margin-top: 40px;
  }
}

.sl-faq-inn-content-data .faq-wr-section-ttl {
  text-align: center;
}

.sl-faq-inn-content-data .faq-wr-section-ttl h3 {
  display: inline-block;
  min-width: 440px;
  padding: 12px 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #8dc21f;
  letter-spacing: 0.05em;
  border: 1px solid #8dc21f;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-wr-section-ttl h3 {
    width: 80%;
    min-width: unset;
    max-width: 260px;
    padding: 6px 10px;
    font-size: 14px;
  }
}

.sl-faq-inn-content-data .faq-wr-section-ans {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-wr-section-ans {
    margin-top: 30px;
  }
}

.sl-faq-inn-content-data .faq-wr #about-landsearch .faq-wr-section {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-wr #about-landsearch .faq-wr-section {
    margin-top: 45px;
  }
}

.sl-faq-inn-content-data .faq-q {
  position: relative;
  flex-wrap: nowrap;
  align-items: center;
  padding: 12px 30px 12px 40px;
  cursor: pointer;
  border-bottom: 1px solid #8dc21f;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-q {
    padding: 10px;
  }
}

.sl-faq-inn-content-data .faq-q-txt {
  width: calc(100% - 100px);
  margin-left: 70px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-q-txt {
    width: calc(100% - 60px);
    margin-left: 40px;
    font-size: 16px;
  }
}

.sl-faq-inn-content-data .faq-q .faq-ico {
  position: absolute;
  top: -3px;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-q .faq-ico {
    top: 6px;
    left: 10px;
  }
}

.sl-faq-inn-content-data .faq-ans {
  flex-wrap: nowrap;
  align-items: flex-start;
  max-height: 0;
  padding: 0 30px 0 40px;
  overflow: hidden;
  background-color: #f5f5f5;
  transition: max-height 0.5s;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-ans {
    flex-wrap: nowrap;
    padding: 0 15px 0 10px;
  }
}

.sl-faq-inn-content-data .faq-ans-txt {
  padding: 30px 0 40px;
  margin-left: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-ans-txt {
    padding: 15px 0;
    margin-left: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-ans-txt br {
    display: none;
  }
}

.sl-faq-inn-content-data .faq-ans .faq-ico {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-ans .faq-ico {
    padding-top: 13px;
  }
}

.sl-faq-inn-content-data .faq-ico {
  font-family: Roboto, sans-serif;
  font-size: 47px;
  font-weight: 700;
  color: #8dc21f;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-ico {
    font-size: 28px;
  }
}

.sl-faq-inn-content-data .faq-toggler {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-toggler {
    width: 10px;
    height: 10px;
    margin-top: 10px;
  }
}

.sl-faq-inn-content-data .faq-toggler::before,
.sl-faq-inn-content-data .faq-toggler::after {
  position: absolute;
  content: '';
  background-color: #000;
}

.sl-faq-inn-content-data .faq-toggler::before {
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  transition: 0.5s;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-toggler::before {
    width: 1px;
  }
}

.sl-faq-inn-content-data .faq-toggler::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sl-faq-inn-content-data .faq-toggler::after {
    height: 1px;
  }
}

.sl-faq-inn-content-data .faq.active .faq-toggler::before {
  transform: translateX(-50%) rotate(90deg);
}

.l-ft {
  position: relative;
  padding: 75px 0;
  background-color: #282f38;
}
@media screen and (max-width: 930px) {
  .l-ft {
    padding: 35px 0 80px;
  }
}

.l-ft-inn-content-nav {
  gap: 40px 39px;
  justify-content: center;
  margin-bottom: 85px;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-nav {
    flex-direction: column;
    margin-bottom: 50px;
  }
}

.l-ft-inn-content-nav .nav-list:first-child {
  width: 22.5%;
}
@media screen and (max-width: 1105px) {
  .l-ft-inn-content-nav .nav-list:first-child {
    width: 27%;
  }
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-nav .nav-list:first-child {
    width: 100%;
  }
}

.l-ft-inn-content-nav .nav-list:first-child h3 {
  padding-bottom: 0;
}

.l-ft-inn-content-nav .nav-list:first-child h3 img {
  width: 90%;
  max-width: 160px;
  padding-bottom: 8px;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-nav .nav-list:first-child h3 img {
    padding-bottom: 10px;
  }
}

.l-ft-inn-content-nav .nav-list:nth-child(2) {
  flex: 1 0 0;
}
@media screen and (max-width: 1000px) {
  .l-ft-inn-content-nav .nav-list:nth-child(2) .list-fl {
    gap: 0 80px;
  }
}
@media screen and (max-width: 415px) {
  .l-ft-inn-content-nav .nav-list:nth-child(2) .list-fl {
    gap: 0 !important;
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-nav .nav-list:nth-child(2) {
    width: 100%;
  }
}

.l-ft-inn-content-nav .nav-list:last-child {
  width: 21.5%;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-nav .nav-list:last-child {
    width: 100%;
  }
}

.l-ft-inn-content-nav .nav-list h3 {
  padding-bottom: 14px;
  margin-bottom: 23px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-nav .nav-list h3 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.l-ft-inn-content-nav .nav-list ul li {
  margin-bottom: 15px;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-nav .nav-list ul li {
    margin-bottom: 10px;
  }
}

.l-ft-inn-content-nav .nav-list ul li:last-child {
  margin-bottom: 0;
}

.l-ft-inn-content-nav .nav-list ul li a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-nav .nav-list ul li a {
    font-size: 14px;
  }
}

.l-ft-inn-content-nav .nav-list .list-fl {
  gap: 12px 110px;
}

.l-ft-inn-content-logo {
  margin-bottom: 75px;
  text-align: center;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-logo {
    margin-bottom: 25px;
  }
}

.l-ft-inn-content-logo h3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-logo h3 {
    font-size: 12px;
    font-weight: 500;
  }
}

.l-ft-inn-content-logo figure {
  width: 38.5%;
  margin: 16px auto 24px;
}
@media screen and (min-width: 480px) and (max-width: 930px) {
  .l-ft-inn-content-logo figure {
    width: 100% !important;
    max-width: 420px;
    margin: 15px auto 35px;
  }
}
@media screen and (max-width: 768px) {
  .l-ft-inn-content-logo figure {
    width: 100%;
    margin: 15px auto 35px;
  }
}

.l-ft-inn-content-logo figure a {
  display: block;
}

.l-ft-inn-content-logo ul {
  justify-content: center;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-logo ul {
    gap: 10px 0;
  }
}

.l-ft-inn-content-logo ul li {
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-logo ul li {
    width: 50%;
    padding: 5px 0;
    margin: 0;
  }

  .l-ft-inn-content-logo ul li:nth-child(2)::before,
  .l-ft-inn-content-logo ul li:nth-child(4)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    background-color: #fff;
  }
}

.l-ft-inn-content-logo ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.l-ft-inn-content-logo ul li:last-child::after {
  content: none;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-logo ul li:last-child::after {
    content: '';
  }
}

.l-ft-inn-content-logo ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 13px;
  content: '';
  background-color: #fff;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-logo ul li::after {
    height: 100%;
  }
}

.l-ft-inn-content-logo ul li a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-logo ul li a {
    font-size: 14px;
  }
}

.l-ft-inn-content .ft-break {
  display: block;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content .ft-break {
    display: none;
  }
}

.l-ft-inn-content .ft-view {
  display: none;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content .ft-view {
    display: block;
  }
}

.l-ft-inn-content-copyright p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 930px) {
  .l-ft-inn-content-copyright p {
    font-size: 10px;
  }
}

.l-ft-fixed .back-top {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .l-ft-fixed .back-top {
    bottom: 67px;
    width: 40px;
    height: 40px;
  }
}

.l-ft-fixed .back-top img {
  width: 32px;
}
@media screen and (max-width: 768px) {
  .l-ft-fixed .back-top img {
    width: 24px;
  }
}

.l-ft-fixed .back-top.fixed {
  position: fixed;
}

.l-ft-fixed .ft-mail {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}

.l-ft-fixed .ft-mail a {
  display: block;
  width: 100%;
  padding: 23px 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: #f5831f;
}

.l-ft-fixed .ft-mail a span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}

.l-ft-fixed .ft-mail a span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 21px;
  content: '';
  background: url('../assets/img/mail-icon.svg') no-repeat;
  background-size: 100%;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: fill-available;
  }

  body {
    min-height: 100vh;
    min-height: fill-available;
  }

  .l-mv {
    height: calc(100vh - 55.5px);
    min-height: fill-available;
    max-height: fill-available;
  }
}

/* =====================================================
2023 追加
===================================================== */

.l-hd-sabm .sabm-logo img {
  height: 22px;
}

.l-ft-inn-content-logo figure {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .l-ft-inn-content-logo figure {
    width: 30% !important;
  }
}

@media screen and (max-width: 576px) {
  .l-ft-inn-content-logo figure {
    width: 50% !important;
  }
}

/* =====================================================
202305 追加
===================================================== */

.sl-form-mv {
  background-image: linear-gradient(
    80deg,
    rgb(238 174 0 / 20%) 0%,
    rgb(232 92 125 / 20%) 25%,
    rgb(0 107 252 / 20%)
  );
}
@media screen and (max-width: 768px) {
  .sl-form-inn-content {
    margin-bottom: 50px;
  }
}

.sl-form-inn-content-ttl {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sl-form-inn-content-ttl {
    width: 90%;
    margin: auto;
    margin-bottom: 35px;
  }
}

.sl-form-inn-content-ttl h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-form-inn-content-ttl h2 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0;
  }
}

.sl-form-inn-content-ttl p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-form-inn-content-ttl p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.05em;
  }
}

.form {
  box-sizing: border-box;
  width: 100%;
  padding: 50px;
  margin: 0 auto;
  font-size: 1.8rem;
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #8dc21f inset;
}

.c-form-text {
  padding: 0.8rem;
  margin-bottom: 0.8rem;
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
}

.c-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33 150 243) inset;
}

textarea.c-form-text {
  width: 100%;
}

.form__unit {
}

.form__unit__title {
  padding: 12px 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #8dc21f;
}

.form__unit__title--must {
  padding-left: 1rem;
  font-size: 1.2rem;
  color: #f5831f;
}

.form__unit__title--caution {
  font-size: 1.2rem;
}

.form__unit__title__label {
}

.form__unit__input {
  padding-bottom: 2rem;
}

.btns {
  display: flex;
  justify-content: center;
}

.form__unit__submit {
  padding: 10px 20px;
  margin: 0 5px;
  font-weight: bold;
  color: white;
  background: #8dc21f;
}

.form__unit__reset {
  padding: 10px 20px;
  margin: 0 5px;
  font-weight: bold;
  color: white;
  background: #333;
}
.panel-border {border:1px solid #e3e3e3;background:0 0}
.panel-blackBorder {border:1px solid #333;background:0 0}
.panel-dot{border:1px dotted #333;background:0 0}

/* .sl-privacy-inn-content-data {
  margin-bottom: 5rem;
}

.sl-privacy-mv {
  background-image: linear-gradient(
    80deg,
    rgb(238 174 0 / 20%) 0%,
    rgb(232 92 125 / 20%) 25%,
    rgb(0 107 252 / 20%)
  );
}
@media screen and (max-width: 768px) {
  .sl-privacy-inn-content {
    margin-bottom: 50px;
  }
}

.sl-privacy-inn-content-ttl {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sl-privacy-inn-content-ttl {
    width: 90%;
    margin: auto;
    margin-bottom: 35px;
  }
}

.sl-privacy-inn-content-ttl h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sl-privacy-inn-content-ttl h2 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 0;
  }
}

.sl-privacy-inn-content-ttl p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .sl-privacy-inn-content-ttl p {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.05em;
  }
}

.privacy__unit {
  font-size: 1.8rem;
}

.privacy__unit__title {
  padding: 12px 0;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-bottom: 9px double #8dc21f;
}

.privacy__unit__subtitle {
  padding: 12px 0;
  margin-top: 1.4rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #8dc21f;
}

.privacy__unit__subtitles {
  padding: 12px 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dotted #8dc21f;
}

.privacy__unit__text {
  padding-bottom: 2rem;
}

.privacy__unit__text__ol {
  margin-left: 4rem;
}

.privacy__unit__text__ol__li {
  position: relative;
  list-style-type: none;
  counter-increment: cnt;
}

.privacy__unit__text__ol__li::before {
  position: absolute;
  top: 0;
  left: -40px;
  text-align: right;
  content: '(' counter(cnt) ')';
} */
