@charset 'UTF-8';

@font-face {
  font-weight: 100;
  font-family: Helvetica Neue;
  src: local('Helvetica Neue Regular');
  font-display: swap;
}

@font-face {
  font-weight: 200;
  font-family: Helvetica Neue;
  src: local('Helvetica Neue Regular');
  font-display: swap;
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'Noto Sans CJK JP Subset';
  src: local('Noto Sans CJK JP'),
    local('NotoSansCJKjp-Regular'),
    local('NotoSansJP-Regular'),
    url('/wp/wp-content/themes/loioz/dist/assets/fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('/wp/wp-content/themes/loioz/dist/assets/fonts/NotoSansCJKjp-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: 'Noto Sans CJK JP Subset';
  src: local('NotoSansCJKjp-Bold'),
    local('NotoSansJP-Bold'),
    url('/wp/wp-content/themes/loioz/dist/assets/fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
    url('/wp/wp-content/themes/loioz/dist/assets/fonts/NotoSansCJKjp-Bold.woff') format('woff');
    font-display: swap;
}

:root {
  --font-default: -apple-system, 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', 'Segoe UI', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', メイリオ, meiryo, sans-serif;
  --ex-light-blue: #effbff;
  --light-blue: #17acc7;
  --blue: #007ba4;
  --dark-blue: #002060;
  --yellow: #e5bb00;
  --dark-yellow: #d0aa03;
  --ex-light-gray: #f2f2f2;
  --light-gray: #f2f2f2;
  --gray: #d9d9d9;
  --dark-gray: #4e4e4e;
  --color-link: #17acc7;
  --color-text: #333;
  --color-selection: rgba(166, 219, 249, .57);
  --color-placeholder: #dcdcdc;
  --inner-width: 1200px;
  --outer-padding: 40px;
  --content-width: 800px;
  --small-content-width: 650px
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-weight: 400;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

html {
  height: 100%;
  font-size: 62.5%
}

body {
  margin: 0 auto;
  line-height: 1;

  -webkit-text-size-adjust: 100%
}

@media (max-width: 768px) {
  body {
    word-wrap: break-word
  }
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

input,
select,
textarea {
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  font: inherit;
  font-size: 100%;
}

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

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@media (max-width: 768px) {
  table {
    table-layout: fixed
  }
}

body {
  overflow-x: hidden;
  color: #333;
  color: var(--color-text);
  letter-spacing: .5px;
  font-family: apple-system, 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', 'Segoe UI', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', メイリオ, meiryo, sans-serif;
  font-family: var(--font-default);
  line-height: 1.6;

  -webkit-font-smoothing: antialiased;
}

@media (max-width: 768px) {
  body {
    word-wrap: break-word;
    word-break: break-word;
    letter-spacing: 0
  }
}

body[data-state=lock] {
  overflow: hidden
}

@media (-ms-high-contrast: none) {
  body {
    font-family: -apple-system, 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', 'Segoe UI', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', メイリオ, meiryo, sans-serif;
  }
}

::-moz-selection {
  background: rgba(166, 219, 249, .57);
  background: var(--color-selection)
}

::selection {
  background: rgba(166, 219, 249, .57);
  background: var(--color-selection)
}

::-webkit-input-placeholder {
  color: #dcdcdc;
  color: var(--color-placeholder)
}

a {
  color: #17acc7;
  color: var(--color-link);
  text-decoration: none
}

a,
a img {
  -webkit-transition: all 80ms linear;
  transition: all 80ms linear
}

a:hover img {
  opacity: .8
}

select {
  height: 40px
}

input,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 0
}

p+p {
  margin-top: 16px
}

p.center {
  text-align: center;
}

em,
strong {
  font-weight: 700
}

a,
div,
dl,
label,
li,
ol,
p,
span,
ul {
  font-weight: inherit
}

main a:hover {
  text-decoration: underline
}

[v-cloak] {
  opacity: 0
}

button,
input[type=reset],
input[type=submit] {
  -webkit-transition: all 80ms linear;
  transition: all 80ms linear;

  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  outline: none
}

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1.6rem
}

@media (max-width: 768px) {
  .app {
    font-size: 1.5rem
  }
}

.container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (max-width: 768px) {
  .container {
    padding-bottom: 40px
  }
}

.main {
  padding-top: 100px;
}

@media (max-width: 768px) {
  .main {
    padding-top: 72px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 12px 0;
  width: 100%;
  background: transparent;
}

@keyframes header {
  0% {
    transform: translate3d(0px, -100%, 0px);
  }

  100% {
    transform: translateZ(0px);
  }
}

@keyframes overlay {
  0% {
    background: transparent;
  }

  100% {
    background: rgba(0, 0, 0, .45);
  }
}

.overlay {
  display: none;
}

.overlay.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  animation: .25s ease 0s 1 normal forwards running overlay;
}

/* 追従メニュー */
/* .header.fixed {
  position: fixed;
  animation: 0.25s ease 0s 1 normal none running header;
  background: #ffffff;
  box-shadow: 0 0 8px 0px rgba(0, 0, 0, .1);
} */

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 var(--outer-padding);
  max-width: 1280px;
  max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .header__inner {
    padding: 0 28px
  }
}

@media (max-width: 768px) {
  .header__inner {
    padding: 0 16px
  }
}

@media (max-width: 1149px) {
  .header {
    position: unset;
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    overflow-y: auto;
    width: 320px;
    height: 100vh;
    border-left: 1px solid #17acc7;
    border-left: 1px solid var(--light-blue);
    background: #fff;
    font-weight: 600;
    font-size: 1.4rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  .nav.active,
  .nav.close {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.55, 0, .36, 1);
    transition: -webkit-transform .5s cubic-bezier(.55, 0, .36, 1);
    transition: transform .5s cubic-bezier(.55, 0, .36, 1);
    transition: transform .5s cubic-bezier(.55, 0, .36, 1), -webkit-transform .5s cubic-bezier(.55, 0, .36, 1);
  }

  .nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .nav.close {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  .mobile-nav-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px;
    width: 100%;
    border-bottom: 4px solid #17acc7;
    border-bottom: 4px solid var(--light-blue)
  }

  .global-nav__item {
    border-bottom: 1px solid #d9d9d9;
    border-bottom: 1px solid var(--gray)
  }

  .global-nav__link,
  .global-nav__nolink {
    position: relative;
    display: block;
    padding: 12px 12px 12px 16px;
    color: inherit;
  }

  .global-nav__link:before,
  .global-nav__nolink:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #d9d9d9;
    border-top: 2px solid var(--gray);
    border-right: 2px solid #d9d9d9;
    border-right: 2px solid var(--gray);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .global-sub-nav--large {}

  .global-sub-nav__item {
    border-top: 1px solid #d9d9d9;
    border-top: 1px solid var(--gray)
  }

  .global-sub-nav__link {
    position: relative;
    display: block;
    padding: 8px 16px 8px 48px;
    color: inherit
  }

  .global-sub-nav__link:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #d9d9d9;
    border-top: 2px solid var(--gray);
    border-right: 2px solid #d9d9d9;
    border-right: 2px solid var(--gray);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .main {
    padding-top: 0;
  }
}

.drawer-close,
.drawer-open {
  position: relative;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 8px;
  padding-top: 5px;
  width: 50px;
  height: 48px;
  border: 0;
  border-radius: 5px;
  background: none;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1130px) {

  .drawer-close,
  .drawer-open {
    display: none
  }
}

.drawer-close span,
.drawer-open span {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 6px;
  width: 25px;
  height: 2px;
  border-radius: 3px;
  background: #17acc7;
  background: var(--light-blue);
  -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
  transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
  transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease;
  transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
  -webkit-transform-origin: 4px 0;
  transform-origin: 4px 0;
}

.drawer-close span:first-child,
.drawer-open span:first-child {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.drawer-close span:nth-last-child(2),
.drawer-open span:nth-last-child(2) {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%
}

.drawer-close span {
  background: #17acc7;
  background: var(--light-blue);
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-7px, -12px);
  transform: rotate(45deg) translate(-7px, -12px);
}

.drawer-close span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(.2);
  transform: rotate(0deg) scale(.2)
}

.drawer-close span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(-3px, 9px);
  transform: rotate(-45deg) translate(-3px, 9px)
}

@media (min-width: 1130px) {
  .nav {
    font-weight: 600;
    font-size: 1.5rem;
  }

  .mobile-nav-header {
    display: none
  }

  .global-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 200px
  }

  .global-nav__item--cta {
    position: absolute;
    right: 0
  }

  .global-nav__item.global-nav__item--mobile-only {
    display: none;
  }

  .global-nav__item--cta .global-nav__link {
    margin-top: -2px;
    width: 180px;
    border: 1px solid transparent;
    border-radius: 100px;
    background: #17acc7;
    background: var(--light-blue);
    color: #fff;
    text-align: center;
    font-weight: 700;
  }

  .global-nav__item--cta .global-nav__link:hover {
    background: #007ba4;
    background: var(--blue);
    color: #fff
  }

  .global-nav__item:not(.global-nav__item--cta) {
    position: relative;
    margin-left: 10px;
  }

  .global-nav__item:not(.global-nav__item--cta):hover {
    color: #17acc7;
    color: var(--light-blue)
  }

  .global-nav__item--has-child .global-nav__link,
  .global-nav__item--has-child .global-nav__nolink {
    padding-right: 20px
  }

  .global-nav__item--has-child .global-nav__link:before,
  .global-nav__item--has-child .global-nav__nolink:before {
    content: '';
    position: absolute;
    top: 13px;
    right: 0;
    width: 7px;
    height: 7px;
    border-right: 2px solid #17acc7;
    border-right: 2px solid var(--light-blue);
    border-bottom: 2px solid #17acc7;
    border-bottom: 2px solid var(--light-blue);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .global-nav__item--has-child:hover .global-sub-nav {
    visibility: visible;
    opacity: 1
  }

  .global-nav__link,
  .global-nav__nolink {
    display: block;
    padding: 8px 8px;
    color: inherit;
  }

  .global-nav__link.global-nav__link--icon-email {
    position: relative;
    padding-left: 38px;
    border-radius: 5px;
    background: #17acc7;
    font-size: 1.4rem;
  }

  /*  .global-nav__link--icon-email:after {
    content: '';
    position: absolute;
    left: 24px;
    top: 10px;
    background: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-email.png) no-repeat 0 0/100%;
    width: 24px;
    height: 20px;
  }
*/
  .global-nav__link.global-nav__link--icon-email::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 14px;
    width: 20px;
    height: 17px;
    background: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-pc.png) no-repeat 0 0/100%;
  }

  .global-nav__link.global-nav__link--icon-email:hover {
    background: #59c1d4;
    color: #fff;
  }

  .global-nav__link.global-nav__link--icon-email:hover::before {
    transform: scaleX(1);
    transform-origin: 0 50%;
  }


  .global-sub-nav {
    top: 40px;
    z-index: 1;
    visibility: hidden;
    padding: 4px 0;
    width: 200px;
    border: 1px solid #17acc7;
    border: 1px solid var(--light-blue);
    background: #fff;
    opacity: 0;
    -webkit-transition: visibility .1s, opacity .15s linear;
    transition: visibility .1s, opacity .15s linear;
  }

  .global-sub-nav,
  .global-sub-nav:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .global-sub-nav:before {
    content: '';
    top: -8px;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #17acc7;
    border-bottom: 8px solid var(--light-blue);
    border-left: 10px solid transparent;
  }

  .global-sub-nav--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 320px
  }

  .global-sub-nav--large .global-sub-nav__item {
    width: 50%
  }

  .global-sub-nav__link {
    display: block;
    padding: 4px 12px;
    color: #333;
    color: var(--color-text);
    font-weight: 400;
    font-size: 1.5rem;
  }

  .global-sub-nav__link:hover {
    color: #17acc7;
    color: var(--light-blue)
  }
}

.page-header {
  padding: 64px 0;
  background: #17acc7;
  background: var(--light-blue);
  color: #fff
}

@media (max-width: 768px) {
  .page-header {
    padding: 32px 0
  }
}

.page-header__inner {
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 var(--outer-padding);
  max-width: 1280px;
  max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .page-header__inner {
    padding: 0 48px
  }
}

@media (max-width: 768px) {
  .page-header__inner {
    padding: 0 16px
  }
}

.page-header__title {
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 52px;
}

@media (max-width: 768px) {
  .page-header__title {
    font-size: 2.2rem;
    line-height: 32px
  }
}

.footer {
  font-size: 1.4rem
}

@media (max-width: 1129px) {
  .footer-nav {
    float: left;
    margin: 0;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
    border-bottom: 1px solid var(--gray);
  }

  .footer-nav .global-sub-nav {
    display: none;
  }

  .footer-nav:nth-child(2) {
    border-bottom: none;
  }

  .footer-nav-bottom {
    float: left;
    margin: 0 0 12px;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    border-bottom: 1px solid var(--gray);
  }

  .footer-nav__item {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    border-top: 1px solid var(--gray);
  }

  .footer-nav__item--under {
    width: 100%;
    font-size: 12px;
  }

  .footer-nav-bottom .footer-nav__item {
    width: 100%;
    border-top: none;
  }

  .footer-nav__item:nth-child(odd) {
    border-right: 1px solid #d9d9d9;
    border-right: 1px solid var(--gray)
  }

  .footer-nav:nth-child(1) .footer-nav__item {
    border-right: 1px solid #d9d9d9;
    border-right: 1px solid var(--gray)
  }

  .footer-nav__link {
    display: block;
    padding: 8px 16px;
    color: #17acc7;
    color: var(--light-blue);
    font-weight: 700;
  }

  .footer-sub-nav {
    display: none
  }

  .footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
    width: 100%;
    text-align: center;
  }

  .footer-info-menu {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    min-height: 200px;
    width: 100%;
    text-align: center;
  }

  .footer-address {
    margin-top: 8px;
    margin-bottom: 8px
  }

  .footer-info-nav {
    display: none;
    padding: 16px;
    border-top: 1px solid #d9d9d9;
    border-top: 1px solid var(--gray);
    text-align: center;
  }

  .footer-info-nav__item {
    display: inline-block;
    margin-right: 16px
  }

  .footer-info-nav__link {
    color: inherit
  }
}

@media (min-width: 1130px) {
  .footer-primary {
    padding: 48px 0 56px;
    background: #f2f2f2;
    background: var(--light-gray);
  }

  .footer-primary__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 var(--outer-padding);
    max-width: 1280px;
    max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
    width: 100%;
  }

  @media screen and (max-width: 1300px) {
    .footer-primary__inner {
      padding: 0 48px
    }
  }

  @media (max-width: 768px) {
    .footer-primary__inner {
      padding: 0 16px
    }
  }

  .footer-nav {
    display: block;
    width: 30%;
  }

  .footer-nav__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .footer-nav__link {
    color: #17acc7;
    color: var(--light-blue);
    font-weight: 700
  }

  .footer-nav__link:hover {
    opacity: .7
  }

  .footer-sub-nav {
    margin-top: 8px
  }

  .footer-sub-nav__item:not(:first-child) {
    margin-top: 4px
  }

  .footer-sub-nav__link {
    color: inherit
  }

  .footer-sub-nav__link:hover {
    opacity: .7
  }

  .footer-address {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer-secondary {
    display: none;
    border-top: 1px solid #d9d9d9;
    border-top: 1px solid var(--gray);
  }

  .footer-info-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 40px;
    padding: 0 var(--outer-padding);
    max-width: 1280px;
    max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
    width: 100%;
    height: 100px
  }

  @media screen and (max-width: 1300px) {
    .footer-info-nav {
      padding: 0 48px
    }
  }

  @media (max-width: 768px) {
    .footer-info-nav {
      padding: 0 16px
    }
  }

  .footer-info-nav__item {
    border-right: 1px solid #d9d9d9;
    border-right: 1px solid var(--gray)
  }

  .footer-info-nav__item:first-child {
    border-left: 1px solid #d9d9d9;
    border-left: 1px solid var(--gray)
  }

  .footer-info-nav__link {
    margin: 0 2px;
    padding: 0 8px;
    color: #17acc7;
    color: var(--light-blue)
  }

  .footer-info-nav__link:hover {
    opacity: .7
  }
}

.copyright {
  padding: 16px;
  background: #17acc7;
  background: var(--light-blue);
  color: #fff;
  text-align: center;
}

.breadcrumb {
  padding: 16px 0 18px;
  width: 100%;
  line-height: 1.4
}

@media (max-width: 768px) {
  .breadcrumb {
    /* white-space: nowrap; */
    overflow-x: auto;
    padding: 10px;
    font-size: 1.1rem;
    line-height: 16px;
  }
}

.breadcrumb__inner {
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 var(--outer-padding);
  max-width: 1280px;
  max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .breadcrumb__inner {
    padding: 0 48px
  }
}

@media (max-width: 768px) {
  .breadcrumb__inner {
    padding: 0 16px;
    padding-right: 0;
    padding-left: 0;
  }
}

.link-button {
  padding: 14px 16px 16px;
  min-width: 300px;
  border: 1px solid transparent;
  border-radius: 50px;
  background: #17acc7;
  background: var(--light-blue);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer
}

@media (max-width: 768px) {
  .link-button {
    display: block;
    padding: 8px 16px 10px;
    min-width: 0;
    width: 100%;
    font-size: 15px;
  }
}

.link-button+.link-button {
  margin-left: 40px
}

@media (max-width: 768px) {
  .link-button+.link-button {
    margin-top: 16px;
    margin-left: 0;
  }
}

.link-button:hover {
  border: 1px solid #17acc7;
  background: #fff;
  color: #17acc7;
  text-decoration: none;
}

.link-button--yellow {
  background: #e5bb00;
  background: var(--yellow)
}

.link-button--yellow:hover {
  border: 1px solid #e5bb00;
  background: #fff;
  color: #e5bb00;
}

.link-button--white {
  background: #fff;
  color: #17acc7
}

.link-button--white:hover {
  background: #dcf2f6;
}

.link-button--text-blue {
  color: #17acc7;
  color: var(--light-blue)
}

.link-button--text-gray {
  color: #4e4e4e;
  color: var(--dark-gray)
}

.link-button--text-yellow {
  color: #e5bb00;
  color: var(--yellow)
}

.link-button--ghost-square,
.link-button--square {
  position: relative;
  border-color: #17acc7;
  border-color: var(--light-blue);
  border-radius: 0;
}

.link-button--ghost-square:before,
.link-button--square:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.link-button--square:before {
  border-top-color: #fff;
  border-right-color: #fff
}

.link-button--square:hover {
  border-color: #007ba4;
  border-color: var(--blue)
}

.link-button--ghost-square {
  background: #fff;
  color: #17acc7;
  color: var(--light-blue)
}

.link-button--ghost-square:before {
  border-top-color: #17acc7;
  border-top-color: var(--light-blue);
  border-right-color: #17acc7;
  border-right-color: var(--light-blue)
}

.link-button--ghost-square:hover {
  background: #effbff;
  background: var(--ex-light-blue)
}

.list {
  list-style: disc inside;
  text-indent: 16px
}

.list--num {
  list-style-type: decimal;
  text-indent: 11px
}

.list__item:not(:first-child) {
  margin-top: 10px
}

.large-num-list {
  counter-reset: a 0
}

.large-num-list__item {
  counter-increment: a 1;
  position: relative;
  padding: 40px 24px 40px 140px;
  border-top: 1px dashed #d9d9d9;
  border-top: 1px dashed var(--gray);
}

@media (max-width: 768px) {
  .large-num-list__item {
    padding: 16px 16px 16px 72px
  }
}

.large-num-list__item:before {
  content: counter(a, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 24px;
  color: #17acc7;
  color: var(--light-blue);
  font-weight: 700;
  font-size: 8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .large-num-list__item:before {
    left: 0;
    font-size: 4.5rem;
  }
}

.large-num-list__item:last-child {
  border-bottom: 1px dashed #d9d9d9;
  border-bottom: 1px dashed var(--gray)
}

.large-num-list__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}

@media (max-width: 768px) {
  .large-num-list__title {
    font-size: 1.5rem;
    line-height: 24px
  }
}

.large-num-list__desc {
  margin-top: 16px
}

@media (max-width: 768px) {
  .large-num-list__desc {
    margin-top: 8px
  }
}

.large-num-list.large-num-list--unique-num-position .large-num-list__item {
  padding-left: 0;
}

.large-num-list.large-num-list--unique-num-position .large-num-list__item:before {
  display: none;
}

.large-num-list.large-num-list--unique-num-position .large-num-list__title {
  position: relative;
  margin-bottom: 28px;
  padding-left: 140px;
}

.large-num-list.large-num-list--unique-num-position .large-num-list__title:before {
  content: 'Step' counter(a);
  position: absolute;
  top: 50%;
  left: 10px;
  color: #17acc7;
  font-weight: 700;
  font-size: 4rem;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .large-num-list.large-num-list--unique-num-position .large-num-list__title {
    margin-bottom: 12px;
    padding-left: 88px;
  }

  .large-num-list.large-num-list--unique-num-position .large-num-list__title:before {
    font-size: 2.4rem;
  }
}

.button-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

@media (min-width: 769px) {
  .button-link-list:not(.button-link-list--3col) .button-link-list__item {
    width: calc((100% - 16px * 3) / 4)
  }

  .button-link-list:not(.button-link-list--3col) .button-link-list__item:not(:nth-child(4n+1)) {
    margin-left: 16px
  }

  .button-link-list:not(.button-link-list--3col) .button-link-list__item:nth-child(n+5) {
    margin-top: 16px
  }
}

@media (min-width: 769px) {
  .button-link-list.button-link-list--3col .button-link-list__item {
    width: calc((100% - 16px * 2) / 3)
  }

  .button-link-list.button-link-list--3col .button-link-list__item:not(:nth-child(3n+1)) {
    margin-left: 16px
  }

  .button-link-list.button-link-list--3col .button-link-list__item:nth-child(n+4) {
    margin-top: 16px
  }
}

@media (max-width: 768px) {
  .button-link-list {
    justify-content: flex-start;
  }

  .button-link-list__item {
    width: calc((100% - 16px * 1) / 2)
  }

  .button-link-list__item:not(:nth-child(odd)) {
    margin-left: 16px
  }

  .button-link-list__item:nth-child(n+3) {
    margin-top: 16px
  }
}

.button-link-list__link {
  display: grid;
  place-content: center;
  height: 100%;
  padding: 8px 16px 10px;
  border: 1px solid #17acc7;
  border: 1px solid var(--light-blue);
  border-radius: 50px;
  color: #17acc7;
  color: var(--light-blue);
  text-align: center;
  font-weight: 700
}

@media (max-width: 769px) {
  .button-link-list__link.--sp-small {
    font-size: 11px;
  }
}

.button-link-list__link:hover {
  background: #effbff;
  background: var(--ex-light-blue);
  text-decoration: none;
}

.price-list__item {
  border-top: 1px dashed #d9d9d9;
  border-top: 1px dashed var(--gray)
}

.price__title {
  position: relative;
}

.price-txt {
  margin-top: 24px;
  text-align: center;
}

.price__title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 125px;
  width: 224px;
  height: 48px;
  background: url(/wp/wp-content/themes/loioz/dist/assets/img/top/plan-balloon.png) no-repeat center / contain;
  transform: translateY(-70%);
}

@media (min-width: 769px) {
  .price-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .price__title::after {
    top: 180%;
    left: 50%;
    height: 63px;
    background: url(/wp/wp-content/themes/loioz/dist/assets/img/top/plan-balloon-sp.png) no-repeat center / contain;
    transform: translate(-50%, -50%);
  }

  .price-list__item {
    padding: 16px 0
  }
}


.price-list__item:last-child {
  border-bottom: 1px dashed #d9d9d9;
  border-bottom: 1px dashed var(--gray)
}

.price-list__thumb {
  text-align: center
}

.price-list__content {
  position: relative;
  top: -7px;
  margin-left: 64px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}

@media (max-width: 768px) {
  .price-list__content {
    margin-top: 24px;
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 24px;
  }
}

.price-list__price {
  position: relative;
  top: 2px;
  margin: 0 9px 0 4px;
  color: #e5bb00;
  color: var(--yellow);
  font-size: 4.4rem;
}

.price-list__tax-inc {
  display: block;
  text-align: right;
}

@media (max-width: 768px) {
  .price-list__price {
    font-size: 3.4rem
  }

  .price-list__tax-inc {
    text-align: left;
  }
}

.news-list {
  font-size: 16px;
}

.news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-top: 1px solid var(--gray);
  font-size: 16px;
}

@media (max-width: 768px) {
  .news-list__item {
    display: block;
    padding: 16px 0
  }
}

.news-list__item:last-child {
  border-bottom: 1px solid #d9d9d9;
  border-bottom: 1px solid var(--gray)
}

.news-list__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px
}

.news-list__title a:hover {
  opacity: .6;
}

@media (max-width: 768px) {
  .news-list__title {
    margin-top: 4px;
    margin-left: 0;
  }
}

.faq-list__item {
  padding: 24px 24px 40px;
  border-top: 1px dashed #f2f2f2;
  border-top: 1px dashed var(--light-gray)
}

@media (max-width: 768px) {
  .faq-list__item {
    padding: 16px 0
  }
}

.faq-list__item:last-child {
  border-bottom: 1px dashed #f2f2f2;
  border-bottom: 1px dashed var(--light-gray)
}

.faq-list__question {
  position: relative;
  padding-left: 64px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}

@media (max-width: 768px) {
  .faq-list__question {
    padding-left: 56px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}

.faq-list__question:before {
  content: 'Q';
  position: absolute;
  top: -3px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  padding-bottom: 2px;
  padding-left: 1px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #007ba4;
  background: var(--blue);
  color: #fff;
}

.faq-list__answer {
  position: relative;
  margin-top: 32px;
  padding-left: 64px
}

@media (max-width: 768px) {
  .faq-list__answer {
    padding-left: 56px
  }
}

.faq-list__answer:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(/wp/wp-content/themes/loioz/dist/assets/img/common/faq_answer.png) no-repeat 0 0;
}

.section {
  padding: 40px 0
}

.section-case-study {
  padding: 40px 0 100px;
}

@media (max-width: 768px) {
  .section {
    padding: 20px 0
  }
}

.section:not(.section--light-blue)+.section:not(.section--light-blue) {
  padding-top: 0
}

.section--light-blue {
  padding: 100px 0;
  background: #effbff;
  background: var(--ex-light-blue)
}

@media (max-width: 768px) {
  .section--light-blue {
    padding: 20px 0
  }
}

.section-content-case-study__footer {
  margin-bottom: -40px;
}

.section__inner {
  margin: 0 auto;
  max-width: 800px;
  max-width: var(--content-width);
  width: 100%;
}

@media (max-width: 768px) {
  .section__inner {
    padding: 0 16px
  }
}

.section__inner--middle {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.section__inner--voice {
  max-width: 1100px;
}

@media (max-width: 768px) {
  .section__inner--middle {
    padding: 0 16px
  }
}

.section__inner--large {
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 var(--outer-padding);
  max-width: 1280px;
  max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .section__inner--large {
    padding: 0 48px
  }
}

@media (max-width: 768px) {
  .section__inner--large {
    padding: 0 16px
  }
}

.section__title {
  position: relative;
  padding-bottom: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 42px;
}

@media (max-width: 768px) {
  .section__title {
    padding-bottom: 16px;
    font-size: 1.9rem;
    line-height: 28px;
  }
}

.section__title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 112px;
  height: 4px;
  border-radius: 10px;
  background: #17acc7;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media (max-width: 768px) {
  .section__title:before {
    height: 4px
  }
}

.section__title em {
  color: #17acc7;
  color: var(--light-blue)
}

.section__title--office:before {
  display: none;
}

.section__title--office span {
  position: relative;
  color: #f3bd2d;
  font-size: 50px;
}

.section__title--office span:before {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 100px;
  height: 4px;
  border-radius: 10px;
  background: #17acc7;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section__text {
  margin-top: 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .section__title--office span {
    position: relative;
    font-size: 32px;
  }

  .section__title--office span:before {
    left: 150%;
  }
}


.section__desc {
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .section__desc {
    margin-top: 16px
  }
}

.section__desc--center {
  text-align: center
}

.section__content {
  margin-top: 24px
}

.section__content-case-study {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 768px) {
  .section__content {
    margin-top: 24px
  }

  .section__content-case-study {
    display: block;
  }

  .section__content-case-study .mask br {
    display: none;
  }
}

.section__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px;
  width: 100%
}

@media (max-width: 768px) {
  .section__footer {
    display: block;
    margin-top: 24px;
  }
}

.sub-section {
  margin-top: 40px
}

@media (max-width: 768px) {
  .sub-section {
    margin-top: 24px
  }
}

.sub-section__title {
  color: #17acc7;
  color: var(--light-blue);
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}

@media (max-width: 768px) {
  .sub-section__title {
    font-size: 1.5rem;
    line-height: 24px
  }
}

.sub-section__title--black {
  color: var(--text)
}

.sub-section__title--h4 {
  color: inherit;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 25px;
}

@media (max-width: 768px) {
  .sub-section__title--h4 {
    font-size: 1.5rem;
    line-height: 24px
  }
}

.sub-section__title--h5 {
  color: inherit;
  font-weight: 700;
  font-size: inherit;
}

.sub-section__desc {
  margin-top: 16px
}

.sub-section__content {
  margin-top: 32px
}

.dual-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%
}

@media (max-width: 768px) {
  .dual-section__item {
    display: block
  }
}

.dual-section__item--row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.dual-section__item+.dual-section__item {
  margin-top: 64px
}

@media (max-width: 768px) {
  .dual-section__item+.dual-section__item {
    margin-top: 24px
  }
}

@media (min-width: 769px) {
  .dual-section__item:not(.dual-section__item--row-reverse) .dual-section__primary {
    margin-right: 40px
  }

  .dual-section__item--row-reverse .dual-section__primary {
    margin-left: 40px
  }
}

.dual-section__primary {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 40px
}

@media (max-width: 768px) {
  .dual-section__primary {
    padding-bottom: 16px
  }
}

.dual-section__secondary {
  text-align: center
}

.dual-section__title {
  color: #17acc7;
  color: var(--light-blue);
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}

@media (max-width: 768px) {
  .dual-section__title {
    font-size: 1.5rem;
    line-height: 24px
  }
}

.dual-section__lead {
  margin-top: 16px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .dual-section__lead {
    margin-top: 8px
  }
}

.dual-section__desc {
  margin-top: 16px
}

@media (max-width: 768px) {
  .dual-section__desc {
    margin-top: 8px
  }
}

@media (min-width: 769px) {
  .before-after-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  .before-after-section__item {
    padding: 32px;
    width: calc((100% - 40px) / 2);
  }

  .before-after-section__item:not(:first-child) {
    margin-left: 40px
  }
}

.before-after-section__item {
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 768px) {
  .before-after-section__item {
    padding: 16px
  }

  .before-after-section__item:not(:first-child) {
    margin-top: 16px
  }
}

.before-after-section__title {
  color: #007ba4;
  color: var(--blue);
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 42px;
}

@media (max-width: 768px) {
  .before-after-section__title {
    font-size: 1.9rem;
    line-height: 28px
  }
}

.before-after-section__title em {
  color: #e5bb00;
  color: var(--yellow)
}

.before-after-section__lead {
  margin-top: 16px
}

@media (max-width: 768px) {
  .before-after-section__lead {
    margin-top: 8px
  }
}

.before-after-section__desc {
  margin-top: 8px
}

.before-after-section__thumb {
  margin-top: 16px
}

@media (max-width: 768px) {
  .before-after-section__thumb {
    margin-top: 8px
  }
}

.feature-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  width: 100%;
  border: 1px solid #17acc7;
  border: 1px solid var(--light-blue);
  border-radius: 8px
}

@media (max-width: 768px) {
  .feature-card__item {
    display: block;
    padding: 16px
  }
}

.feature-card__item+.feature-card__item {
  margin-top: 40px
}

@media (max-width: 768px) {
  .feature-card__item+.feature-card__item {
    margin-top: 24px
  }
}

@media (min-width: 769px) {
  .feature-card__primary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 40px
  }
}

@media (max-width: 768px) {
  .feature-card__secondary {
    margin-top: 8px
  }
}

.feature-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%
}

@media (max-width: 768px) {
  .feature-card__header img {
    max-width: 64px
  }
}

.feature-card__title {
  margin-left: 24px;
  color: #e5bb00;
  color: var(--yellow);
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}

@media (max-width: 768px) {
  .feature-card__title {
    margin-left: 8px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}

.feature-card__title:first-line {
  color: #17acc7;
  color: var(--light-blue)
}

.feature-card__content {
  margin-top: 24px
}

@media (max-width: 768px) {
  .feature-card__content {
    margin-top: 8px
  }
}

@media (min-width: 769px) {
  .definition-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

.definition-card__item {
  padding: 24px;
  border: 1px solid #17acc7;
  border: 1px solid var(--light-blue);
  border-radius: 8px
}

@media (min-width: 769px) {
  .definition-card__item {
    width: calc((100% - 40px) / 2)
  }

  .definition-card__item:not(:nth-child(odd)) {
    margin-left: 40px
  }

  .definition-card__item:nth-child(n+3) {
    margin-top: 40px
  }
}

@media (max-width: 768px) {
  .definition-card__item {
    padding: 16px
  }

  .definition-card__item:not(:first-child) {
    margin-top: 16px
  }
}

.definition-card__title {
  color: #17acc7;
  color: var(--light-blue);
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 42px;
}

@media (max-width: 768px) {
  .definition-card__title {
    font-size: 1.9rem;
    line-height: 28px
  }
}

.definition-card__title--yellow {
  color: #e5bb00;
  color: var(--yellow)
}

.definition-card__lead {
  margin-top: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}

@media (max-width: 768px) {
  .definition-card__lead {
    font-size: 1.5rem;
    line-height: 24px
  }
}

.definition-card__desc {
  margin-top: 24px
}

@media (max-width: 768px) {
  .definition-card__desc {
    margin-top: 8px
  }
}

@media (min-width: 769px) {
  .link-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

.link-card__item {
  padding: 16px;
  border: 1px solid #17acc7;
  border: 1px solid var(--light-blue);
}

@media (min-width: 769px) {
  .link-card__item {
    position: relative;
    padding-bottom: 72px;
    width: calc((100% - 24px * 2) / 3);
  }

  .link-card__item:not(:nth-child(3n+1)) {
    margin-left: 24px
  }

  .link-card__item:nth-child(n+4) {
    margin-top: 24px
  }
}

@media (max-width: 768px) {
  .link-card__item:not(:first-child) {
    margin-top: 16px
  }
}

.link-card__thumb {
  text-align: center
}

.link-card__title {
  margin-top: 10px;
  color: #17acc7;
  color: var(--light-blue);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 25px;
}

@media (max-width: 768px) {
  .link-card__title {
    font-size: 1.5rem;
    line-height: 24px
  }
}

.link-card__desc {
  margin-top: 8px
}

@media (max-width: 768px) {
  .link-card__footer {
    margin-top: 16px
  }
}

@media (min-width: 769px) {
  .link-card__footer .link-button {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 8px 12px 10px;
    min-width: 0;
    width: calc(100% - 32px);
  }
}

@media (min-width: 769px) {
  .voice-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

.voice-card__item {
  border: 1px solid #17acc7;
  border: 1px solid var(--light-blue);
  border-radius: 8px;
  background: #fff;
}

@media (min-width: 769px) {
  .voice-card__item {
    position: relative;
    padding: 24px;
    width: calc((100% - 24px * 2) / 3);
  }

  .voice-card__item:not(:nth-child(3n+1)) {
    margin-left: 24px
  }

  .voice-card__item:nth-child(n+4) {
    margin-top: 24px
  }
}

@media (max-width: 768px) {
  .voice-card__item {
    padding: 16px
  }

  .voice-card__item:not(:first-child) {
    margin-top: 16px
  }
}

.voice-card__thumb {
  margin-top: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .voice-card__thumb {
    margin-top: 8px
  }
}

.voice-card__title {
  color: #17acc7;
  color: var(--light-blue);
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 25px;
}

@media (max-width: 768px) {
  .voice-card__title {
    font-size: 1.5rem;
    line-height: 24px
  }
}

.voice-card__footer {
  margin-top: 16px
}

@media (max-width: 768px) {
  .voice-card__footer {
    margin-top: 8px
  }
}

.table {
  display: table;
  margin: 0 auto;
  max-width: 650px;
  max-width: var(--small-content-width);
  width: 100%;
  border-collapse: collapse;
}

@media (max-width: 768px) {
  .table {
    padding: 0 16px
  }
}

.table__row {
  display: table-row
}

.table__item,
.table__item-name {
  display: table-cell;
  padding: 16px;
  border: 1px solid #d9d9d9;
  border: 1px solid var(--gray)
}

.table__item-name {
  width: 30%;
  background: #f2f2f2;
  background: var(--light-gray);
  text-align: center;
  font-weight: 700;
}

.table__item {
  width: 70%
}

@media (min-width: 769px) {
  .download-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  .download-form .link-button {
    min-width: calc((100% - 40px) / 2)
  }

  .download-form__primary,
  .download-form__secondary {
    width: calc((100% - 40px) / 2)
  }

  .download-form__secondary {
    margin-left: 40px
  }
}

@media (max-width: 768px) {
  .download-form__secondary {
    margin-top: 16px
  }
}

.download-form__title {
  margin-bottom: 20px;
  color: #17acc7;
  color: var(--light-blue);
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 42px;
}

@media (max-width: 768px) {
  .download-form__title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.9rem;
    line-height: 28px;
  }
}

.download-form__content {
  margin-top: 24px line-height: 2;
}

@media (max-width: 768px) {
  .download-form__content {
    margin-top: 16px line-height: 1.8;
  }
}

.download-form__desc {
  margin-top: 32px
}

@media (max-width: 768px) {
  .download-form__desc {
    margin-top: 16px
  }
}

.form {
  margin: 0 auto;
  padding: 40px;
  max-width: 750px;
  background: #f2f2f2;
  background: var(--light-gray);
}

@media (max-width: 768px) {
  .form {
    padding: 24px 16px
  }
}

.form input[type=email],
.form input[type=text],
.form textarea {
  width: 100%
}

.form select {
  min-width: 100%
}

@media (max-width: 768px) {
  .form select {
    width: 100%
  }
}

.form__item:not(:first-child) {
  margin-top: 24px
}

.form__title {
  font-weight: 700
}

.form__content {
  margin-top: 16px
}

.form__privacy {
  margin-top: 40px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 20px;
}

@media (max-width: 768px) {
  .form__privacy {
    margin-top: 24px;
    font-size: 1.2rem;
    line-height: 17px;
  }
}

.form__privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.form__privacy input[type=checkbox] {
  margin-right: 8px
}

.form__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
  width: 100%
}

@media (max-width: 768px) {
  .form__footer {
    display: block;
    margin-top: 24px
  }
}

.form__required {
  margin-right: 4px;
  padding: 4px 8px;
  border-radius: 5px;
  background: #e5bb00;
  background: var(--yellow);
  color: #fff;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 1;
}

@media (max-width: 768px) {
  .form__required {
    font-size: 1.2rem;
    line-height: 17px
  }
}

.mw_wp_form.mw_wp_form_input .if-is-form-confirm {
  display: none
}

.mw_wp_form.mw_wp_form_confirm .if-is-form-confirm,
.mw_wp_form.mw_wp_form_input .if-is-form-input {
  display: block
}

.mw_wp_form.mw_wp_form_confirm .if-is-form-input {
  display: none
}

.privacy-agree {
  text-align: center;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 27px;
}

@media (max-width: 768px) {
  .privacy-agree {
    font-size: 1.5rem;
    line-height: 24px
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  padding: 14px 0;
  width: 100%;
}

@media (max-width: 768px) {
  .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
  }
}

.pagination a {
  display: block;
  padding: 8px 12px;
  color: #17acc7;
  color: var(--color-link)
}

.pagination a.current,
.pagination a:hover {
  background: #17acc7;
  background: var(--color-link);
  color: #fff
}

.pagination a:hover {
  text-decoration: none
}

.pagination__item {
  margin: 0 4px;
  line-height: 1;
}

.pagination__item--current {
  padding: 8px 12px;
  background: #17acc7;
  background: var(--color-link);
  color: #fff;
  font-weight: 600
}

.pagination__item--current a {
  display: inline;
  padding: 0;
  color: inherit;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

.trial-strong-message {
  text-align: center
}

.trial-strong-message__content {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 42px;
}

@media (max-width: 768px) {
  .trial-strong-message__content {
    font-size: 1.9rem;
    line-height: 28px
  }
}

.trial-strong-message__blue {
  color: #17acc7;
  color: var(--light-blue)
}

.trial-strong-message__yellow {
  color: #e5bb00;
  color: var(--yellow)
}

.trial-strong-message__large {
  position: relative;
  top: 2px;
  margin: 0 3px 0 4px;
  font-size: 5rem;
}

.trial-strong-message__footer {
  margin-top: 8px
}

.footer-cta {
  margin-top: 90px;
  padding: 80px 0;
  background: url(/wp/wp-content/uploads/2022/02/cta_bg_01-scaled.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-cta {
    margin-top: 0;
    padding: 38px 0 32px;
  }
}

.footer-cta--yellow {
  background: #e5bb00;
  background: var(--yellow)
}

.footer-cta__inner {
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 var(--outer-padding);
  max-width: 1280px;
  max-width: calc(var(--inner-width) + (var(--outer-padding) * 2));
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .footer-cta__inner {
    padding: 0 48px
  }
}

@media (max-width: 768px) {
  .footer-cta__inner {
    padding: 0 16px
  }
}

.footer-cta__title {
  position: relative;
  display: inline-block;
  padding: 0 32px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 42px;
}

.footer-cta__title.footer-cta__title--large {
  padding-bottom: 16px;
  text-shadow: 0 3px 3px #00029;
  font-size: 3.4rem;
}

.footer-cta__title.footer-cta__title--large:after,
.footer-cta__title.footer-cta__title--large:before {
  height: 84px;
}

.footer-cta__content {
  margin-top: 40px;
}

.footer-cta-link-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.footer-cta-link-card__item {
  padding: 24px;
  width: calc((100% - (40px * 2)) / 3);
  border: 1px solid #929292;
  background: #fff;
}

.footer-cta-link-card__item:not(:first-child) {
  margin-left: 40px;
}



.footer-cta-link-card__link {
  display: flex;
  justify-content: center;
  padding: 16px 40px;
  border: 1px solid;
  border-radius: 5px;
  background: #333;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}

.footer-cta-link-card__link:hover {
  opacity: .8;
}

.footer-cta-link-card__link--icon-document {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 16px 4px 14px 16px;
  min-width: 280px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: linear-gradient(#ff6556, #c70b0b);
  box-shadow: 5px 5px 0 0 #740a00;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}

.footer-cta-link-card__link--icon-document:hover {
  /* background: linear-gradient(#ff6556, #c70b0b); */
  box-shadow: 0 0 0 0 #740a00;
  text-decoration: none;
  transform: translate3d(5px, 5px, 0);
}

.footer-cta-link-card__link--icon-pc {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 16px 4px 14px 16px;
  min-width: 280px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: linear-gradient(#f8d53b, #f37f03);
  box-shadow: 5px 5px 0 0 #cd781e;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}

.footer-cta-link-card__link--icon-pc:hover {
  /* background: linear-gradient(#ff6556, #c70b0b); */
  box-shadow: 0 0 0 0 #740a00;
  text-decoration: none;
  transform: translate3d(5px, 5px, 0);
}

.footer-cta-link-card__link--icon-email {
  border-color: #c9c9c9;
  background: linear-gradient(#4dd9f3, #17acc7);
}

.footer-cta-link-card__link:before {
  content: '';
  position: relative;
  margin-right: 10px;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.footer-cta-link-card__link--icon-document:before {
  top: -1px;
  width: 27px;
  height: 27px;
  background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-document.svg);
}

.footer-cta-link-card__link--icon-pc:before {
  top: 0;
  width: 30px;
  height: 27px;
  background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-pc.png);
}

.footer-cta-link-card__link--icon-email:before {
  top: 2px;
  width: 28px;
  height: 22px;
  background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-email.png);
}

.footer-cta-link-card__desc {
  margin-top: 16px;
  color: #333;
  text-align: left;
  font-size: 1.6rem;
}

@media (max-width: 1200px) {
  .footer-cta-link-card {
    display: block;
  }

  .footer-cta-link-card__item {
    padding: 16px;
    width: 100%;
  }

  .footer-cta-link-card__item:not(:first-child) {
    margin-top: 16px;
    margin-left: 0;
  }

  .footer-cta-link-card__link {
    padding: 10px 40px;
    padding: 8px 40px;
    font-size: 1.6rem;
  }

  .footer-cta__content .new-home-mv__button:first-child {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .footer-cta__title {
    padding: 0 40px;
    min-height: 56px;
    font-size: 1.9rem;
    line-height: 28px;
  }

  .footer-cta__title br {
    display: none
  }

  .footer-cta-link-card {
    display: block;
  }

  .footer-cta-link-card__item {
    padding: 16px;
    width: 100%;
  }

  .footer-cta-link-card__item:not(:first-child) {
    margin-top: 16px;
    margin-left: 0;
  }

  .footer-cta-link-card__link {
    padding: 10px 40px;
    padding: 8px 40px;
    font-size: 1.6rem;
  }

  .footer-cta__content {
    margin-top: 16px;
  }

  .footer-cta__title.footer-cta__title--large {
    padding-bottom: 7px;
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .footer-cta-link-card__desc {
    margin-top: 10px;
  }
}

.footer-cta__title:after,
.footer-cta__title:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 100px;
  background: #fff;
}

@media (max-width: 768px) {

  .footer-cta__title:after,
  .footer-cta__title:before {
    height: 80px
  }
}

.footer-cta__title:before {
  left: 0;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@media (max-width: 768px) {
  .footer-cta__title:before {
    left: 46px
  }
}

.footer-cta__title:after {
  right: 0;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@media (max-width: 768px) {
  .footer-cta__title:after {
    right: 46px
  }
}

.footer-cta__desc {
  margin: 0 auto;
  margin-top: 24px;
  max-width: 650px;
  max-width: var(--small-content-width);
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
}

.footer-cta__desc p {
  text-shadow: 0 3px 3px #00029;
}

@media (max-width: 768px) {
  .footer-cta__desc {
    margin-top: 16px;
    padding: 0 16px;
  }
}

.footer-cta__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 56px;
  width: 100%
}

@media (max-width: 768px) {
  .footer-cta__footer {
    display: block;
    margin-top: 24px;
  }
}

.footer-cta__footer .link-button {
  background: #fff
}

.footer-cta__footer .link-button:hover {
  opacity: .85
}

.page-top {
  position: fixed;
  right: 10px;
  bottom: 120px;
  z-index: 3;
  visibility: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background: url(/wp/wp-content/themes/loioz/dist/assets/img/common/go_to_top.png) #fff;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: visibility 0s, opacity .5s linear;
  transition: visibility 0s, opacity .5s linear;
}

.page-top.active {
  z-index: 20;
  visibility: visible;
  opacity: 1;
  /* 2024.09改修時追加 */
}

.page-top:hover {
  opacity: .85
}

@media (max-width: 400px) {
  .page-top {
    bottom: 90px;
  }
}

.new-home-mv {
  padding: 32px 0 36px;
  background: url(/wp/wp-content/themes/loioz/dist/assets/img/top/mv-bg.webp) no-repeat center / cover;
}

.new-home-mv h1 {
  text-align: center;
}

.new-home-mv__title {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 3.4rem;
  /* font-family: -apple-system, 'Noto Sans JP', 'Segoe UI', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', メイリオ, meiryo, sans-serif; */
  line-height: 1.5;
}

.new-home-mv__title-main {
  position: relative;
  z-index: 2;
  color: #17acc7;
  font-size: 5.6rem;
}

.new-home-mv__title-main::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 45%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 20px;
  background: url(/wp/wp-content/themes/loioz/dist/assets/img/top/mv-underline.svg) no-repeat top right / contain;
  transform: translate(-50%, -50%);
}

.new-home-mv__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 32px;
  max-width: 1100px;
  width: 100%;
}

.new-home-mv__left {
  max-width: 540px;
  width: 50%;
}

.new-home-mv__right {
  max-width: 506px;
  width: 50%;
}

.new-home-mv-feature {
  display: flex;
  justify-content: center;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
}

.new-home-mv-feature__item {
  width: 33.333%;
  text-align: center;
}

.new-home-mv-feature__item:not(:first-child) {
  border-left: 3px solid #f2f2f2;
}

.new-home-mv-feature__item p {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
}

.new-home-mv-feature__item img {
  margin: 8px auto 0;
}


@media (max-width: 1130px) {
  .new-home-mv {
    padding: 16px 0 0;
    background: none;
    background-size: contain;
  }

  .new-home-mv__inner {
    flex-direction: column;
    margin-top: 10px;
    padding: 16px 0 0;
    background: #dcf3f7;
    text-align: center;
  }

  .new-home-mv__left,
  .new-home-mv__right {
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
  }

  .new-home-mv__left img,
  .new-home-mv__right img {
    margin: 10px auto 0;
  }

  .new-home-mv-feature {
    padding: 13px 0;
    border-radius: 8px;
  }

  .new-home-mv-feature__item p {
    font-size: 14px;
  }

  .new-home-mv__title {
    display: block;
    font-size: 2rem;
  }

  .new-home-mv__title-main {
    font-size: 3.4rem;
  }

  .new-home-mv__title-main::before {
    left: 50%;
    width: 264px;
  }
}

.mainvisual--c {
  /* padding: 90px 0 50px; */
  padding: 46px 0 50px;
  background: url('/wp/wp-content/themes/loioz/dist/assets/img/top/mv_c/bg_mainvisual.webp')no-repeat;
  background-size: cover;
  box-shadow: inset 0 6px 6px 0 rgba(0, 0, 0, .08);
}

.mainvisual--c__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 1150px;
}

.mainvisual--c .new-home-mv__title {
  font-size: 41px;
}

.mainvisual--c .new-home-mv__title-main {
  font-weight: 700;
  font-size: 67px;
}

.mainvisual--c__title .new-home-mv__title-main::before {
  left: 50%;
  z-index: -1;
  height: 26px;
  background-position: top center;
  background-size: 100% 100%;
}

.mainvisual--c__txt-area {
  text-align: center;
}

.mainvisual--c__list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 28px;
  padding: 15px 0;
  border-radius: 16px;
  background: #fff;
}

.mainvisual--c__list-item {
  padding: 0 26px;
}

.mainvisual--c__list-item:nth-child(2) {
  position: relative;
}

.mainvisual--c__list-item:nth-child(2)::before,
.mainvisual--c__list-item:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 98%;
  border-radius: 2px;
  background: #f2f2f2;
}

.mainvisual--c__list-item:nth-child(2)::before {
  left: -2px;
}

.mainvisual--c__list-item:nth-child(2)::after {
  right: -2px;
}

.mainvisual--c__list-item__txt {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
}

.mainvisual--c__img-upper img {
  max-width: 543px;
}

.mainvisual--c__img-lower {
  /* margin-top: 25px; */
  margin-top: 8px;
}




@media (max-width: 768px) {
  .mainvisual--c {
    padding: 25px 18px;
  }

  .mainvisual--c__inner {
    display: block;
    width: 100%;
  }

  .mainvisual--c__title br {
    display: none;
  }

  .mainvisual--c__title span {
    line-height: 1.8;
  }

  .mainvisual--c__list {
    margin-top: 8px;
    padding: 16px 0;
  }

  .mainvisual--c__list-item {
    padding: 0 16px;
  }

  .mainvisual--c__list-item__txt {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 12px;
  }

  .mainvisual--c__list-item__icon {
    max-width: 45px;
  }

  .mainvisual--c__img-area {
    margin-top: 20px;
  }

  .mainvisual--c__img-upper img {
    max-width: 100%;
  }

  .mainvisual--c__img-lower {
    margin-top: 20px;
  }

  .mainvisual--c__img-lower img {
    max-width: 100%;
  }
}



.new-home-mv__copy {
  display: block;
  padding-bottom: 10px;
  padding-left: 3px;
  border-bottom: 1px solid #fff;
  color: #17acc7;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 2.1rem;
  font-family: -apple-system, 'Noto Sans JP', 'Segoe UI', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', メイリオ, meiryo, sans-serif;
}

.buttons-flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 15px 0 20px;
}

.new-home-mv__button {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 35px 24px 14px 4px;
  min-width: 310px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: linear-gradient(#ff6556, #c70b0b);
  box-shadow: 5px 5px 0 0 #740a00;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}

.new-home-mv__button--trial {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 35px 4px 14px 24px;
  min-width: 310px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: linear-gradient(#f8d53b, #f37f03);
  box-shadow: 5px 5px 0 0 #cd781e;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}

.new-home-mv__button--top {
  min-width: 400px;
}

.yureru-s {
  margin-top: 26px;
}

.f-container-cta .new-home-mv__button:first-child,
.section-top .new-home-mv__button--trial {
  padding: 34px 0 14px 10px;
  padding-right: 30px;
  font-size: 2rem;
}

.footer-cta .new-home-mv__button--trial,
.footer-cta .new-home-mv__button {
  font-size: 2.4rem;
}

.new-home-mv__button:hover {
  /* background: linear-gradient(#ff6556, #c70b0b); */
  box-shadow: 0 0 0 0 #740a00;
  text-decoration: none;
  transform: translate3d(5px, 5px, 0);
}

.new-home-mv__button--trial:hover {
  box-shadow: 0 0 0 0 #cd781e;
  text-decoration: none;
  transform: translate3d(5px, 5px, 0);
}

.new-home-mv__button:before {
  content: '';
  position: relative;
  margin-right: 10px;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.new-home-mv__button--trial:before {
  content: '';
  position: relative;
  margin-right: 10px;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.new-home-mv__button:after {
  content: '';
  position: absolute;
  top: 26px;
  right: 16px;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section-top .new-home-mv__button:after,
.section-top .new-home-mv__button--trial:after {
  top: 28px;
}

.footer-cta .new-home-mv__button:after,
.footer-cta .new-home-mv__button--trial:after {
  top: 32px;
}

.new-home-mv__button.new-home-mv__button--icon-document:hover {
  background: linear-gradient(#ff6556, #c70b0b);
}

.new-home-mv__button.new-home-mv__button--icon-document:before {
  top: 3px;
  width: 27px;
  height: 27px;
  background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-document.svg);
}

.section-top .new-home-mv__button.new-home-mv__button--icon-document:before {
  top: 3px;
}

.footer-cta .new-home-mv__button.new-home-mv__button--icon-document:before {
  top: 7px;
}

.new-home-mv__button--trial:after {
  content: '';
  position: absolute;
  top: 26px;
  right: 16px;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.new-home-mv__button.new-home-mv__button--icon-document:hover {
  background: linear-gradient(#ff6556, #c70b0b);
}

.new-home-mv__button.new-home-mv__button--icon-document:before {
  top: 3px;
  width: 27px;
  height: 27px;
  background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-document.svg);
}

.new-home-mv__button.new-home-mv__button--icon-document:after {
  width: 27px;
  height: 27px;
  background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-arrow_red.svg);
}

.new-home-mv__button--trial.new-home-mv__button--icon-document:before {
  top: 4px;
  width: 27px;
  height: 27px;
  background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-pc.png);
}

.section-top .new-home-mv__button--trial.new-home-mv__button--icon-document:before {
  top: 6px;
}

.footer-cta .new-home-mv__button--trial.new-home-mv__button--icon-document:before {
  top: 10px;
}

.new-home-mv__button--trial.new-home-mv__button--icon-document:after {
  width: 27px;
  height: 27px;
  background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-arrow_yellow.svg);
}

.new-home-mv__button.new-home-mv__button--icon-pc:hover {
  background: linear-gradient(#f97e72, #bd3a3a);
}

.new-home-mv__button.new-home-mv__button--icon-pc {
  /* background: #de0808; */
  /* border-color: #de0808; */
  background: linear-gradient(#ff6556, #c70b0b);
}

.new-home-mv__button.new-home-mv__button--icon-pc:before {
  top: 0;
  width: 30px;
  height: 27px;
  background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-pc.png);
}

.new-home-mv__button.new-home-mv__button--icon-contact {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: 227px;
  border-color: #c9c9c9;
  border-radius: 8px;
  background: linear-gradient(#4dd9f3, #17acc7);
  box-shadow: 5px 5px 0 0 #0b5e6e;
  font-weight: 700;
  font-size: 1.8rem;
}

.new-home-mv__button.new-home-mv__button--icon-contact:hover {
  box-shadow: 0 0 0 0 #740a00;
  text-decoration: none;
  transform: translate3d(5px, 5px, 0);
}

.new-home-mv__button.new-home-mv__button--icon-contact:before {
  top: 0;
  width: 30px;
  height: 27px;
  background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-email.png);
}

@media (min-width: 1250px) {
  .new-home-mv__button:first-child {
    margin-right: 16px;
  }
}

.new-home-mv__button-sub-copy {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
}

.new-home-mv__button--trial .new-home-mv__button-sub-copy {
  position: absolute;
  top: 15px;
  left: -5px;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
}

.new-home-mv__message {
  padding: 15px 0;
  background-color: #17acc7;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}


@media (max-width: 1130px) {
  .new-home-mv__primary {
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .new-home-mv__primary {
    padding: 0 16px;
  }

  .buttons-flex-container {
    display: block;
    margin: 20px 0;
    padding: 0 18px;
  }

  .new-home-mv__button {
    min-width: 340px;
  }

  .new-home-mv__button--trial {
    min-width: 340px;
  }

  .new-home-mv .new-home-mv__button:first-child {
    margin-right: 0;
  }

  .new-home-mv__copy {
    padding-bottom: 11px;
    letter-spacing: 0;
    font-size: 1.35rem;
  }

  .new-home-mv__message {
    padding: 15px 40px;
    font-size: 16px;
  }

  .new-home-mv__buttons {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .buttons-flex-container .new-home-mv__button:first-child {
    margin-bottom: 16px;
  }
}

.home-dual-section__title.home-dual-section__title--center {
  justify-content: center;
}

.home-dual-section__title.home-dual-section__title--center+.home-dual-section__desc {
  margin-bottom: 32px;
}

.home-dual-section__title span {
  align-self: center;
}

.home-dual-section__title+.home-dual-section__item {
  margin-top: 16px;
}

@media (min-width: 1130px) {
  .home-dual-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  .home-dual-section__item--row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .home-dual-section__item+.home-dual-section__item {
    margin-top: 64px
  }

  .home-dual-section__item:not(.home-dual-section__item--row-reverse) .home-dual-section__primary {
    margin-right: 40px
  }

  .home-dual-section__item--row-reverse .home-dual-section__primary {
    margin-left: 40px
  }
}

.home-dual-section__primary {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 40px
}

@media (max-width: 768px) {
  .home-dual-section__primary {
    padding-bottom: 16px
  }

  .home-dual-section__title.home-dual-section__title--center+.home-dual-section__desc {
    margin-bottom: 16px;
  }
}

.home-dual-section__secondary {
  text-align: center
}

.home-dual-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: 8px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 42px;
}

@media (max-width: 768px) {
  .home-dual-section__title {
    font-size: 1.9rem;
    line-height: 28px
  }
}

.home-dual-section__title:before {
  content: attr(data-num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-right: 16px;
  padding-bottom: 4px;
  color: #17acc7;
  color: var(--light-blue);
  font-weight: 700;
  font-size: 8rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .home-dual-section__title:before {
    font-size: 4.5rem
  }
}

@media (max-width: 768px) {
  .home-dual-section__title span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
}

.home-dual-section__title em {
  color: #17acc7;
  color: var(--light-blue)
}

.home-dual-section__lead {
  margin-top: 16px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .home-dual-section__lead {
    margin-top: 8px
  }
}

.home-dual-section__desc {
  margin-top: 16px
}

@media (max-width: 768px) {
  .home-dual-section__desc {
    margin-top: 8px
  }
}

.home-strong-message {
  text-align: center;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 42px;
}

@media (max-width: 768px) {
  .home-strong-message {
    font-size: 1.9rem;
    line-height: 28px
  }
}

.home-strong-message:not(:first-child) {
  margin-top: 80px
}

@media (max-width: 768px) {
  .home-strong-message:not(:first-child) {
    margin-top: 32px
  }
}

.home-strong-message strong {
  position: relative;
  display: inline-block;
  padding: 0 32px
}

@media (max-width: 768px) {
  .home-strong-message strong {
    padding: 0 40px
  }

  .home-strong-message strong br {
    display: none
  }
}

.home-strong-message strong:after,
.home-strong-message strong:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 100px;
  background: #17acc7;
  background: var(--light-blue);
}

@media (max-width: 768px) {

  .home-strong-message strong:after,
  .home-strong-message strong:before {
    height: 80px
  }
}

.home-strong-message strong:before {
  left: 0;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@media (max-width: 768px) {
  .home-strong-message strong:before {
    top: -40px;
    left: 32px
  }
}

.home-strong-message strong:after {
  right: 0;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@media (max-width: 768px) {
  .home-strong-message strong:after {
    top: -40px;
    right: 32px
  }
}

@media (min-width: 769px) {
  .home-feature-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
  }

  .home-feature-card__item {
    padding: 32px;
    width: calc((100% - 40px) / 2);
    border-radius: 8px
  }

  .home-feature-card__item+.home-feature-card__item {
    margin-left: 40px
  }
}

.home-feature-card__item {
  border: 1px solid #17acc7;
  border: 1px solid var(--light-blue);
  border-radius: 8px
}

@media (max-width: 768px) {
  .home-feature-card__item {
    padding: 16px
  }

  .home-feature-card__item:not(:first-child) {
    margin-top: 16px
  }
}

.home-feature-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%
}

@media (max-width: 768px) {
  .home-feature-card__header img {
    max-width: 64px
  }
}

.home-feature-card__title {
  margin-left: 24px;
  color: #e5bb00;
  color: var(--yellow);
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}

@media (max-width: 768px) {
  .home-feature-card__title {
    margin-left: 8px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}

.home-feature-card__title:first-line {
  color: #17acc7;
  color: var(--light-blue)
}

.home-feature-card__content {
  margin-top: 24px
}

@media (max-width: 768px) {
  .home-feature-card__content {
    margin-top: 8px
  }
}

@media (min-width: 769px) {
  .home-link-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }

  .home-link-card,
  .home-link-card__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .home-link-card__item {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 24px;
    width: calc((100% - 40px) / 2);
  }

  .home-link-card__item:not(:nth-child(odd)) {
    margin-left: 40px
  }

  .home-link-card__item:nth-child(n+3) {
    margin-top: 40px
  }
}

.home-link-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f2f2f2;
  border: 1px solid var(--light-gray);
  border-radius: 8px;
  background-color: #fff;
}

.home-link-card__item:hover {
  text-decoration: none;
}

.home-link-card__item:hover .home-link-card__title {
  text-decoration: underline;
}

.home-link-card__desc {
  color: #333;
}

@media (max-width: 768px) {
  .home-link-card__item {
    padding: 16px
  }

  .home-link-card__item:not(:first-child) {
    margin-top: 0;
    border-radius: 0;
  }

  .home-link-card__item:not(:last-child) {
    border-radius: 0;
  }

  .home-link-card__item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .home-link-card__item:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .home-link-card__thumb {
    align-self: center;
    max-width: 64px;
  }
}

.home-link-card__thumb {
  text-align: center
}

.home-link-card__content {
  position: relative;
  top: -8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 40px;
}

@media (max-width: 768px) {
  .home-link-card__content {
    top: 0;
    margin-top: 0;
    margin-left: 14px;
  }
}

.home-link-card__title {
  margin-top: 10px;
  color: #17acc7;
  color: var(--light-blue);
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}

@media (max-width: 768px) {
  .home-link-card__title {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 24px;
  }
}

.home-link-card__desc {
  margin-top: 8px
}

.home-white-large-card {
  padding: 40px;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 768px) {
  .home-white-large-card {
    padding: 16px
  }
}

@media (-ms-high-contrast: none) {
  .home-dual-section__title span {
    padding-left: 45px
  }

  .link-card__item:nth-child(3n+1) {
    margin-left: -.5px
  }
}

.img-center {
  text-align: center;
}

/* ヘッダー固定+ページ内スムーススクロール対策 */
.section [id]:not(#videoModal):not(#videoPlayer),
.sub-section [id]:not(#videoModal):not(#videoPlayer) {
  display: block;
  margin-top: -90px;
  padding-top: 90px;
}


/* 機能紹介のタグ */
.section__functions-tag-inner {
  clear: both;
  margin: 0 auto 50px auto;
  max-width: 800px;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}

.functions-tag_box {
  float: left;
  margin-top: 16px;
  margin-right: 5px;
  margin-bottom: 16px;
  margin-left: 0;
  padding: 7px 20px;
  border: 2px solid #000;
  border-radius: 5px;
}

.first-indent {
  text-indent: 1rem;
}

.second-indent {
  text-indent: 1.6rem;
}


.news_list_item {
  margin-left: 1.4em;
  text-indent: -1.4em;
}

.box-white {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 55px;
  max-width: 880px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 19px 0 rgb(0 0 0 / 10%);
  font-size: 14px;
  transform: translateY(-55px);
}

.box-white dt {
  position: relative;
  padding-left: 1rem;
  font-weight: 700;
  font-size: 16px;
}

.box-white dd {
  position: relative;
  padding-right: 1rem;
  padding-left: 2rem;
}

.box-white li {
  padding: 35px 0 30px;
  list-style: none;
}

.box-white li:nth-child(2n) {
  background: #effbff;
}

.security-section {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .box-white {
    padding: 20px 20px;
  }
}

@media (max-width: 768px) {
  .box-white li {
    padding: 10px 0 20px;
    list-style: none;
  }
}

.img-shadow {
  box-shadow: 0 0 8px gray;
}

/**
* ----------------------------------------
2021/03/04 news details @oba
* ----------------------------------------
**/
.sub-section__title.sub-section__title--news {
  padding-bottom: 8px;
  border-bottom: 1px solid;
  color: #333;
}

.news-schedule {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.news-schedule__title {
  width: 100px;
  font-weight: 700;
}

.news-schedule__content {
  position: relative;
  width: calc(100% - 100px);
}

.news-schedule__content:before {
  content: ':';
  position: absolute;
  top: -2px;
  left: -12px;
}

.news-schedule__title:nth-child(n+3),
.news-schedule__content:nth-child(n+3) {
  margin-top: 8px;
}

.news-update {
  display: flex;
  width: 100%;
}

.news-update__primary {
  padding: 0 40px;
  font-weight: 700;
}

.news-update__secondary {
  flex: 1;
  padding-left: 40px;
  border-left: 1px solid #ccc;
}

.news-update__title {
  font-weight: 700;
}

.news-update__title:not(:first-child) {
  margin-top: 32px;
}

.news-update__content .list {
  margin-top: 8px;
  padding-left: 29px;
  list-style: disc outside;
  text-indent: -2px;
}

@media (max-width: 768px) {
  .news-schedule__title {
    width: 82px;
  }

  .news-schedule__content {
    width: calc(100% - 82px);
  }

  .news-schedule__content:before {
    top: -1px;
  }

  .news-update {
    display: block;
  }

  .news-update__primary {
    padding: 0;
  }

  .news-update__secondary {
    padding-top: 12px;
    padding-left: 16px;
    border-left: 0;
  }

  .sub-section__title.sub-section__title--news+.sub-section__content {
    margin-top: 20px;
  }
}

.flex-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 16px 0;
  width: 100%;
}

.flex-box.flex-box--center {
  justify-content: center;
}

@media (max-width: 768px) {
  .large-num-list__item {
    padding-right: 0;
  }

  .flex-box>.new-home-mv__button {
    justify-content: center;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
    min-width: 0;
    width: calc((100% - 10px) / 2);
    font-size: 1.0rem;
  }

  .flex-box>.new-home-mv__button:not(:first-child) {
    margin: 0;
    margin-left: 10px;
  }

  .flex-box .new-home-mv__button-sub-copy {
    right: auto;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }

  .flex-box .new-home-mv__button.new-home-mv__button--icon-contact:before {
    width: 18px;
    height: 15px;
  }

  .flex-box .new-home-mv__button.new-home-mv__button--icon-document:before {
    width: 18px;
    height: 18px;
  }

  .flex-box .new-home-mv__button.new-home-mv__button--icon-pc:before {
    width: 24px;
    height: 19px;
  }
}

/* Layout */
.with-sidebar-wrapper {
  display: flex;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1280px;
  width: 100%;
}

.with-sidebar-wrapper__primary {
  flex: 1;
}

.with-sidebar-wrapper__secondary {
  margin-left: 40px;
  padding-bottom: 40px;
  width: 280px;
}

.with-sidebar-wrapper .section__inner {
  max-width: 100%;
  width: auto;
}

/* Section */
.section__title.section__title--left {
  padding-bottom: 24px;
  text-align: left;
}

.section__title.section__title--left:before {
  left: 0;
  transform: none;
}

.page-section {
  margin-top: 64px;
}

.page-section__title {
  padding: 8px 16px;
  border-radius: 5px;
  background: #17acc7;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}

.page-section__image {
  margin: 16px auto;
  text-align: center;
}

.page-section__desc {
  margin-top: 16px;
}

.page-section__content {
  margin-top: 16px;
  padding: 0 16px;
}

.page-sub-section {
  margin-top: 32px;
}

.page-sub-section__title {
  font-weight: 700;
  font-size: 1.8rem;
}

.page-sub-section__content {
  margin-top: 16px;
}

.related-link a {
  color: #333;
}

.related-link:last-child {
  margin-bottom: 80px;
}

/* Index */


.index__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}

.index__lists {
  margin-top: 16px;
}

.index__list {
  margin-top: 8px;
}

.index__list a {
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
}

/* movie section */
.movie-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.movie-section__item {
  width: calc((100% - 48px) / 2);
}

.movie-section__item:not(:nth-child(2n+1)) {
  margin-left: 48px;
}

.movie-section__item:nth-child(n+3) {
  margin-top: 48px;
}


.movie-section__title {
  font-weight: 700;
}

.movie-section__youtube {
  position: relative;
  margin-top: 8px;
  padding-top: 56.25%;
  width: 100%;
}

.movie-section__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie-section__caption {
  margin-top: 8px;
}

/* Sidebar */


.side-block:not(:first-child) {
  margin-top: 24px;
}

.side-block__title {
  margin-bottom: 16px;
  padding: 12px 16px;
  border-radius: 5px;
  background: #17acc7;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}

.side-nav {
  font-size: 1.5rem;
}

.side-nav__item:not(:first-child) {
  margin-top: 16px;
}

.side-nav__parent {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  background: #fff;
  text-align: left;
}

.side-nav__link {
  position: relative;
  display: block;
  overflow: hidden;
  flex: 1;
  padding: 8px 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}

.side-nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  width: 56px;
  color: #2aacc7;
  font-weight: 700;
  font-size: 2rem;
  transition: all 80ms linear;
}

.side-sub-nav {
  margin-top: 8px;
}

.side-sub-nav__item {
  display: block;
  overflow: hidden;
  padding: 0 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-sub-nav__link {
  position: relative;
  padding-left: 16px;
  color: #333;
}

.online-help-section__link {
  position: relative;
  padding-left: 16px;
}

.online-help-section__link:before,
.side-sub-nav__link:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 5px;
  border-top: 2px solid #17acc7;
  border-right: 2px solid #17acc7;
  transform: rotate(45deg);
}

/* online-help Archive */
.online-help-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.online-help-section__item {
  width: calc((100% - 48px) / 2);
}

.online-help-section__item:not(:nth-child(2n+1)) {
  margin-left: 48px;
}

.online-help-section__item:nth-child(n+3) {
  margin-top: 48px;
}

.online-help-section__title {
  padding: 8px 16px;
  border-bottom: solid 2px #17acc7;
  color: #333;
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}

.online-help-section__lists {
  margin-top: 16px;
  padding: 0 16px;
}

.online-help-section__list {
  margin-top: 8px;
}

.online-help-section__link {
  color: inherit;
}

@media (max-width: 768px) {
  .with-sidebar-wrapper {
    display: block;
    padding: 0 16px;
  }

  .with-sidebar-wrapper__secondary {
    margin-left: 0;
    padding-bottom: 0;
    width: 100%;
  }

  .with-sidebar-wrapper .section__inner {
    padding: 0;
  }

  .movie-section {
    display: block;
  }

  .online-help-section__item,
  .movie-section__item {
    width: 100%;
  }

  .online-help-section__item:not(:nth-child(2n+1)),
  .movie-section__item:not(:nth-child(2n+1)) {
    margin-left: 0;
  }

  .online-help-section__item:not(:first-child),
  .movie-section__item:not(:first-child) {
    margin-top: 24px;
  }

  .side-block {
    text-align: center;
  }

  .related-link:last-child {
    margin-bottom: 40px;
  }

  .page-section {
    margin-top: 32px;
  }

  .index__title {
    font-size: 1.6rem;
  }

  .index__list a {
    font-size: 1.4rem;
  }

  .online-help-section__title,
  .page-section__title {
    font-size: 1.7rem;
    line-height: 26px;
  }

  .online-help-section__lists,
  .page-section__content {
    padding: 0;
  }

  .online-help-section__lists {
    padding-left: 16px;
  }

  .page-sub-section {
    margin-top: 16px;
  }

  .page-sub-section__title {
    font-size: 1.6rem;
  }

  .index__lists {
    margin-top: 8px;
  }

  .online-help-section {
    display: block;
  }

  .side-sub-nav {
    text-align: left;
  }
}

.feature-info {
  margin-top: 8px;
}

.feature-info__title {
  display: inline-block;
  padding: 4px 24px;
  min-width: 130px;
  border-radius: 50px;
  background: #17acc7;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.feature-info__dl {
  margin-top: 10px;
}

.feature-info__dt {
  font-weight: 700;
}

.feature-info__dt:not(:first-child) {
  margin-top: 8px;
}

.feature-info__dd {
  margin-top: 4px;
}

.feature-info .list {
  margin-left: 26px;
  text-indent: -21px;
  font-size: 1.5rem;
}

.feature-info .list__item:not(:first-child) {
  margin-top: 4px;
}

@media (max-width: 768px) {
  .feature-info {
    margin-top: 16px;
  }

  .feature-info .list {
    font-size: 1.4rem;
  }
}

/**
* ----------------------------------------
2021.05.21 Merged
* ----------------------------------------
**/
.home-dual-section__title.functions-ele-0 {
  justify-content: left;
}

.functions-ele-1 {
  width: 80px;
  height: 80px;
}

.functions-ele-2 {
  margin-left: 10px;
}

.functions-ele-3 {
  margin-top: 10px;
  margin-bottom: 30px
}

.home-dual-section__secondary.functions-ele-4 {
  margin: auto;
}

.home-dual-section__title.functions-ele-5 {
  justify-content: left;
  margin-left: 0;
}

.functions-ele-6 {
  margin-top: 10px
}

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

  オンラインサポート

================================================================================ */
.section__online_support__inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

@media (max-width: 768px) {
  .section__online_support__inner {
    padding: 0 16px
  }
}

.online_support_header_search {
  display: flex;
  margin-top: 40px;
  text-align: center;
}

.online_support_header_search_txt {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  width: 40rem;
  border-radius: 8px 0 0 8px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .online_support_header_search_txt {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    width: 24rem;
    border-radius: 8px 0 0 8px;
    font-size: 20px;
  }
}

.online_support_header_search_txt:focus {
  outline: none;
}

.online_support_header_search_button {
  margin-left: -1px;
  width: 6rem;
  height: 5rem;
  border: solid 1px #fcee3b;
  border-radius: 0 8px 8px 0;
  background-color: #fcee3b;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .online_support_header_search_button {
    margin-top: 2px;
    margin-left: -1px;
    width: 6rem;
    height: 5rem;
    border: solid 1px #fcee3b;
    border-radius: 0 8px 8px 0;
    background-color: #fcee3b;
    color: #fff;
    cursor: pointer;
  }
}

.online_support_search_txt {
  padding-top: 4px;
  width: 22rem;
  border-radius: 8px 0 0 8px;
  font-size: 20px;
  cursor: pointer;
}

.online_support_search_txt:focus {
  outline: none;
}

.online_support_search_form {
  display: flex;
  margin: 0 auto;
}

.online_support_search_button {
  display: block;
  margin-left: -1px;
  width: 60px;
  height: 50px;
  border: solid 1px #fcee3b;
  border-radius: 0 8px 8px 0;
  background-color: #fcee3b;
  color: #fff;
  cursor: pointer;
}

.online_support_page-header {
  padding: 64px 0;
  background-color: #17acc7;
  background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/online_support/back.svg);
  color: #fff;
}

.page-header__sub__title {
  margin-top: 20px;
  text-align: center;
}

.online_support_single-page-title {
  padding: 8px 16px;
  border-left: solid 16px #17acc7;
  border-radius: 5px;
  background: #e6f9fd;
  font-weight: 700;
  font-size: 2rem;
  line-height: 32px;
}

.online_support_section__title {
  position: relative;
  padding-bottom: 24px;
  padding-bottom: 24px;
  text-align: left;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 42px;
}

.online_support_section__title:before {
  content: '';
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #17acc7;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.search_icon {
  display: inherit;
  margin-top: 8px;
  margin-left: 6px;
  width: 68%;
  height: 100%;
  background-image: url('/wp/wp-content/themes/loioz/dist/assets/img/online_support/icon-search.svg');
  background-repeat: no-repeat;
}

.search_result_message {
  font-size: 2rem;
}

.page-section__image>img {
  box-shadow: 0 0 8px grey;
}

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

	TOPの導入実績

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  ul.donyu {
    padding: 0 0 80px;
    text-align: center;
  }

  ul.donyu li {
    display: inline-block;
    margin: 0 .78vw 1.2vw .78vw;
    padding: 1.2% 1.88% 1.88%;
    width: 22%;
    vertical-align: top;
  }

  ul.donyu li .donyu_logo {
    position: relative;
    height: 2vw;
  }

  ul.donyu li .donyu_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
  }

  ul.donyu li .donyu_office p {
    text-align: right;
    font-size: 1.4rem;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  ul.donyu {
    padding: 0 0 24px;
    text-align: center;
  }

  ul.donyu li {
    display: inline-block;
    margin: 0 0 3vw;
    padding: 1.2% 4% 1%;
    width: 48%;
    vertical-align: top;
  }

  ul.donyu li .donyu_logo {
    padding: 0 0 .8w;
  }

  ul.donyu li .donyu_logo img {
    width: 100%;
  }

  ul.donyu li .donyu_office p {
    width: 88%;
    text-align: right;
    font-size: 1rem;
  }
}

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

	footer SNSリンク

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  ul.sns_link {}

  ul.sns_link li {
    display: inline;
    padding: 0 8px 0 0;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  ul.sns_link {
    margin: 0 auto;
  }

  ul.sns_link li {
    display: inline;
    padding: 0 8px 0 0;
  }
}




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

	TOPのMV下導入実績ロゴ

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  .section.mv_bottom {
    padding: 32px 0;
  }

  .section__content.mv_bottom {
    margin-top: 0;
  }

  ul.donyu_mv_bottom {
    margin: 0 auto;
    text-align: center;
  }

  ul.donyu_mv_bottom li {
    display: inline-block;
    margin: 0 6px 2px 6px;
    padding: 4px 8px;
    width: 240px;
    height: 53px;
    vertical-align: middle;
  }

  ul.donyu_mv_bottom li .donyu_logo {
    vertical-align: middle;
  }

  ul.donyu_mv_bottom li .donyu_logo img {
    vertical-align: middle;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  .section.mv_bottom {
    padding: 20px 0;
  }

  .section__content.mv_bottom {
    margin-top: 0;
  }

  ul.donyu_mv_bottom {
    margin: 0 auto;
    text-align: left;
  }

  ul.donyu_mv_bottom li {
    display: inline-block;
    padding: 4px 8px;
    width: 48%;
    vertical-align: middle;
  }

  ul.donyu_mv_bottom li:nth-of-type(2n) {
    margin: 0 0 4px 2px;
  }

  ul.donyu_mv_bottom li .donyu_logo {
    vertical-align: middle;
  }

  ul.donyu_mv_bottom li .donyu_logo img {
    vertical-align: middle;
  }
}




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

	運営会社

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  .circle_img {
    text-align: center;
  }

  .circle_img img {
    width: 460px;
  }

  .definition-card__item.center {
    margin-left: 210px;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  .circle_img {
    text-align: center;
  }

  .circle_img img {
    width: 670px;
  }
}





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

	無料個別相談会申込みフォーム


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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  .download-form__content .text_block {
    padding: 0 0 32px;
  }

  .download-form__content .text_block h4 {
    display: inline-block;
    margin-bottom: 20px !important;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
    font-size: 19px;
  }

  .download-form__content .text_block h4.pickup {
    border-bottom: none;
  }

  .download-form__content .text_block h4.pickup small {
    padding: 0 .4em;
    font-size: 16px;
  }

  .download-form__content .text_block h4.pickup span {
    padding: .2em .8em;
    border-radius: 24px;
    background: #17acc7;
    color: #fff;
  }

  .download-form__content .text_block ul li {
    margin-left: 1em;
    list-style-type: disc;
    line-height: 2;
  }

  .download-form__content .tel_box {
    margin-top: 30px;
    padding: 20px 0 20px 0;
    text-align: center;
    line-height: 1.1;
  }

  .download-form__content .tel_box p {
    font-size: 14px;
  }

  .download-form__content .tel_box a.tel {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 44px;
    pointer-events: none;
  }

  .meeting_form .form .kibou {
    padding: 12px 0 0;
    font-weight: 700;
  }

  .meeting_form .form input[type=text],
  .meeting_form .form input[type=text]:focus {
    margin-top: 0 !important;
    padding: 8px;
    height: 40px;
  }

  .meeting_form select {
    display: block;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  .download-form__content .text_block {
    padding: 0 0 32px;
  }

  .download-form__content .text_block h4 {
    margin-bottom: 8px !important;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
    font-size: 18px;
  }

  .download-form__content .text_block h4.pickup {
    border-bottom: none;
    text-align: center;
  }

  .download-form__content .text_block h4.pickup small {
    padding: 0 .4em 0 0;
    font-size: 16px;
  }

  .download-form__content .text_block h4.pickup span {
    display: block;
    padding: .2em .8em;
    border-radius: 24px;
    background: #17acc7;
    color: #fff;
    text-align: center;
  }

  .download-form__content .text_block ul li {
    margin-left: 1em;
    list-style-type: disc;
  }

  .download-form__content .tel_box {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 20px 0 20px 0;
    text-align: center;
    line-height: 1.1;
  }

  .download-form__content .tel_box a.tel {
    display: block;
    font-weight: bold;
    font-size: 38px;
  }

  .meeting_form .form .kibou {
    padding: 12px 0 0;
    font-weight: 700;
  }

  .meeting_form .form input[type=text],
  .meeting_form .form input[type=text]:focus {
    margin-top: 0 !important;
    padding: 8px;
    height: 40px;
  }

  .meeting_form .form .kibou {
    padding: 12px 0 0;
    font-weight: 700;
  }
}


.from__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.from__content-left {
  margin-right: 30px;
  width: 50%;
}

.from__content-right {
  width: 50%;
}

@media (max-width: 767px) {
  .from__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .from__content-left {
    margin-right: 30px;
    width: 100%;
  }

  .from__content-right {
    width: 100%;
  }
}


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

	費用ページ改修

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

/* PC設定
----------------------------------------------- */
.section-price {
  padding: 40px 0 100px 0;
}

.img-centertext {
  margin: 10px 0 0 auto;
  max-width: 590px;
  text-align: right;
  font-size: 12px;
}

.img-centertext p {
  display: inline-block;
  text-align: left;
}

.section__contentcenter {
  margin-top: 50px;
  text-align: center;
}

.img-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 0 auto;
  max-width: 1200px;
  width: 100%;
}

.img-flexbox-left {
  width: 50%;
}

.img-flexbox-right {
  width: 50%;
}

.img-centerprice {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

.img-flexboxtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 0 auto;
  max-width: 1200px;
  width: 100%;
}

.img-flexboxtext-left {
  padding: 17px 20px 14px 20px;
  width: 49%;
  background-color: #f2f2f2;
  font-weight: bold;
  font-size: 17px;
}

.img-flexboxtext-right {
  width: 49%;
  font-size: 12px;
}

.qa-section {
  margin: 0 auto;
  max-width: 850px;
}

.qa-capwrap {
  border-bottom: 1px dashed #ccc;
}

.qa-section h3 {
  display: inline-block;
  margin-top: 50px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 19px;
}

.toggle_contents {
  border-bottom: 1px dashed #ccc;
}

.toggle_title {
  position: relative;
  padding: 23px 50px 23px 23px;
  padding-left: 60px;
  text-align: left;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  cursor: pointer;
}

.toggle_title::before {
  content: 'Q';
  position: absolute;
  top: 19px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  padding-bottom: 2px;
  padding-left: 1px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #17acc7;
  color: #fff;
}

.toggle_answer {
  position: relative;
  margin-bottom: 10px;
  padding: 23px 30px 23px 0;
  padding-left: 60px;
  background-color: #effbff;
  font-weight: normal;
  font-size: 16px;
}

.toggle_answer:before {
  content: '';
  position: absolute;
  top: 19px;
  left: 20px;
  width: 30px;
  height: 30px;
  background: url('/wp/wp-content/uploads/2023/10/price-iconanswer.png') no-repeat 0 0;
}

.toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  overflow: hidden;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  transform: translateY(-50%);
}

.toggle_btn:before,
.toggle_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 13px;
  height: 1px;
  background-color: #333;
  transform: translate(-50%, -50%);
}

.toggle_btn:before {
  width: 1px;
  height: 13px;
}

.toggle_title.selected .toggle_btn:before {
  content: normal;
}

.toggle_contents dd {
  display: none;
}

.img-flexbox__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 40px 0;
  width: 100%;
  background-color: #effbff;
  text-align: center;
}

.img-flexbox__footer2 {
  width: 100%;
  height: 118px;
  background-color: #effbff;
}

.link-button__footer {
  display: inline-block;
  padding: 14px 16px 16px;
  min-width: 45%;
  border: 1px solid transparent;
  border-radius: 50px;
  background: #de0808;
  color: #fff;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.link-button__footer:hover {
  background: #b10404;
  text-decoration: none;
}

.day-saturday {
  opacity: .35;
  pointer-events: none;
}

.pconly {
  display: block;
}

.tonly {
  display: none;
}

.sponly {
  display: none;
}

.sp-nav {
  display: none;
}

/*SP設定
----------------------------------------------- */

@media (max-width: 1149px) {
  .sp-nav {
    display: block;
  }
}

@media (max-width: 1129px) {
  .pconly {
    display: none;
  }
}

@media (max-width: 950px) {
  .img-flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto 0 auto;
    max-width: 1200px;
    width: 100%;
  }

  .img-flexbox-left {
    width: 100%;
  }

  .img-flexbox-right {
    width: 100%;
  }

  .pconly {
    display: none;
  }

  .tonly {
    display: block;
  }

  .sponly {
    display: none;
  }
}



@media (max-width: 767px) {
  .section-price {
    padding: 20px 0 40px 0;
  }

  .link-button__footer {
    min-width: 75%;
  }

  .qa-section h3 {
    display: inline-block;
    margin-top: 50px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
  }

  .toggle_title {
    position: relative;
    padding: 23px;
    padding-right: 45px;
    padding-left: 50px;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
    cursor: pointer;
  }

  .toggle_title::before {
    content: 'Q';
    position: absolute;
    top: 19px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    padding-bottom: 2px;
    padding-left: 1px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #17acc7;
    color: #fff;
  }

  .toggle_answer {
    position: relative;
    margin-bottom: 10px;
    padding: 23px 30px 23px 0;
    padding-left: 50px;
    background-color: #effbff;
    font-weight: normal;
    font-size: 14px;
  }

  .toggle_answer:before {
    content: '';
    position: absolute;
    top: 29px;
    left: 10px;
    width: 30px;
    height: 30px;
    background: url('/wp/wp-content/uploads/2023/10/price-iconanswer.png') no-repeat 0 0;
  }

  .img-flexboxtext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px auto 0 auto;
    max-width: 1200px;
    width: 100%;
  }

  .img-flexboxtext-left {
    padding: 17px 20px 14px 20px;
    width: 100%;
    background-color: #f2f2f2;
    font-weight: bold;
    font-size: 15px;
  }

  .img-flexboxtext-right {
    margin-top: 20px;
    width: 100%;
    font-size: 12px;
  }

  .pconly {
    display: none;
  }

  .tonly {
    display: block;
  }

  .sponly {
    display: block;
  }
}


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

	ウィビナーバナー

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

/* PC設定
----------------------------------------------- */
.webinar_bnr {
  display: block;
}

.webinar_bnr {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 300px;
  height: 300px;
}

.webinar_bnr a {
  display: block;
  cursor: pointer !important;
}

.webinar_bnr img {
  width: 100%;
}

.webinar_bnr_close {
  text-align: right;
}

.webinar_bnr_close span {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 950px) {
  .webinar_bnr_close {
    display: none;
  }

  .webinar_bnr_close span {
    color: #4c4c4c;
    font-weight: bold;
    font-size: 20px;
  }
}

/*SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  .webinar_bnr {
    display: none;
  }

  .webinar_bnr {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }

  .webinar_bnr a {
    display: block;
    cursor: pointer !important;
  }

  .webinar_bnr img {
    width: 100%;
  }

  .webinar_bnr_close {
    display: block;
    text-align: left;
  }

  .webinar_bnr_close span {
    color: #4c4c4c;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
  }
}

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

	ヘッダーにログイン追加

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

/* PC設定
----------------------------------------------- */
.global-sub-nav__icon {
  margin-left: 10px;
  background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/top/icon_login2.png);
  background-position: 9px;
  background-size: 16px 20px;
  background-repeat: no-repeat;
  text-indent: 17px;
}

.global-sub-nav__icon:hover {
  background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/top/icon_login_hover2.png);
}

.global-nav {
  padding-right: 200px;
}



@media (max-width: 1250px) {
  .global-sub-nav__icon {
    margin-left: 8px;
    text-indent: 23px;
  }

  .global-nav__link {
    display: block;
    padding: 8px 8px;
    color: inherit;
  }
}

@media (max-width: 1165px) {
  .nav {
    font-weight: 600;
    font-size: 1.4rem;
  }
}

@media (max-width: 1120px) {
  .global-nav {
    padding-right: 0;
  }

  .global-nav__item--pc-only {
    display: none;
  }
}

/*SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  .global-nav__link {
    display: block;
    padding: 8px 16px;
    color: inherit;
  }

  .nav {
    font-weight: 600;
    font-size: 1.5rem;
  }
}

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

	ヘッダー メニュー

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

/* SP設定
----------------------------------------------- */

@media (max-width: 1149px) {
  .header-logo {
    position: relative;
    z-index: 1;
  }

  .global-sub-nav__icon {
    position: absolute;
    top: 0;
    right: 0;
  }

  .global-nav-small__link {
    padding: 8px 12px 8px 8px;
  }
}

/*==ナビゲーション全体の設定*/
nav.sp-nav {
  position: absolute;
  top: 36px;
  right: 0;
  width: 100%;
  height: 72px;
  text-align: center;
}

/*ナビゲーションを横並びに*/
nav.sp-nav>ul {
  /*2階層目の基点にするためrelativeを指定*/
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0 8px 0 0;
  list-style: none;
}

/*ナビゲーションのリンク設定*/
nav.sp-nav ul li a {
  /*矢印の基点にするためrelativeを指定*/
  position: relative;
  display: block;
  padding: 0 18px;
  color: #333;
  color: var(--color-text);
  text-decoration: none;
  transition: all .3s;
}

.has-child.open::after {
  content: '';
  position: absolute;
  top: 25px;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 0 10px 20px 10px;
  border-style: solid;
  border-color: transparent transparent #f3f3f3 transparent;
}

nav.sp-nav>ul>li:nth-child(2) a {
  padding: 0 0 0 16px;
}

nav.sp-nav ul li li a {
  padding: 0 0 4px 0;
  text-align: left;
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/

nav.sp-nav ul li.has-child>a::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #17acc7;
  border-right: 2px solid #17acc7;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  transform: rotate(135deg);
}

nav.sp-nav ul li.has-child.active>a::after {
  top: 10px;
  transform: rotate(-45deg);
}

nav.sp-nav ul li.has-child.active::after,
nav.sp-nav ul li.has-child.active::after {
  content: '';
  position: absolute;
  top: 30px;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 0 10px 16px 10px;
  border-style: solid;
  border-color: transparent transparent #f3f3f3 transparent;
}

nav.sp-nav ul li.has-child dt {
  overflow: hidden;
  height: 20vh;
}

/*== 2層目の設定 */

.sp-nav__content {
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 36px;
  left: 0;
  display: none;
  padding: 20px;
  width: 100%;
  background: #f2f2f2;
}

.sp-nav__content ul {
  z-index: 4;
  /*子要素を横並びに*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  /*はじめは非表示*/
}

/*各ナビゲーション横幅*/
nav.sp-nav li.has-child ul li {
  width: 50%;
}

.sp-nav__box {
  display: flex;
}

.sp-nav__title {
  margin: 0;
  padding-bottom: 10px;
  width: 50%;
  text-align: left;
  font-weight: bold;
}

/*ナビゲーションaタグの形状*/
nav.sp-nav li.has-child ul li a {
  font-size: 1.4rem;
}

.spMenu {
  position: relative;
  display: none;
  padding: 20px;
  background: #f2f2f2;
}

.js-spMenu01.active::after {
  right: 140px;
}

.js-spMenu02.active::after {
  right: 10px;
}

.spMenu-box {
  display: flex;
  flex-wrap: wrap;
}

.spMenu-item {
  width: 50%;
}

.spMenu-link {
  display: block;
  padding-bottom: 4px;
}






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

	導入事例

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

/* PC設定
----------------------------------------------- */

.case-study__data {
  margin: 45px auto 0;
  max-width: 1000px;
  border: 1px solid #ccc;
}

.case-study__data-title {
  padding: 14px 0 15px;
  width: 100%;
  background-color: #17acc7;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.case-study__data-box {
  display: flex;
  justify-content: space-around;
  padding: 33px 0 20px;
}

.case-study__data-text {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.case-study__data-item {
  text-align: center;
}

.case-study__data-item img {
  margin-top: 24px;
  width: 240px;
}

.case-study__data-list {
  display: flex;
  justify-content: center;
  margin-top: 7px;
}

.case-study__data-detail {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
}

.case-study__data-detail:not(:last-child) {
  margin-right: 16px;
}

.case-study__data-detail::before {
  content: '';
  display: block;
  margin-right: 4px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.case-study__data-list--first .case-study__data-detail::before {
  background-color: #17acc7;
}

.case-study__data-list--first .case-study__data-detail:nth-child(2)::before {
  border: 1px solid #b5b5b5;
  background-color: #bff5ff;
}

.case-study__data-list--first .case-study__data-detail:nth-child(3)::before {
  border: 1px solid #b5b5b5;
  background-color: #effbff;
}

.case-study__data-list--second .case-study__data-detail::before {
  background-color: #e5bb00;
}

.case-study__data-list--second .case-study__data-detail:nth-child(2)::before {
  border: 1px solid #b5b5b5;
  background-color: #f2f2f2;
}

.case-study__data-note {
  padding: 0 24px 40px;
  color: #000;
  text-align: center;
  font-size: 18px;
}

.case-study-list__item {
  position: relative;
}

.case-study-list__item {
  background-color: #fff;
}

.case-study-list__item a:hover {
  text-decoration: none;
}

.case-study-list__item .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 172, 199, .5);
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.case-study-list__item:hover .mask {
  opacity: 1;
}

.case-study-list__item .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 100%;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  transform: translate(-50%, -50%);
}

.case-study__box {
  padding: 20px 15px;
  width: 368px;
}

.case-study__box br {
  display: none;
}

.case-study__box--title {
  padding-top: 6px;
  font-size: 14px;
}

.case-study__box--title br {
  display: block;
}

.case-study__box--text {
  font-size: 14px;
}

.case-study__box--main {
  color: #333;
  color: var(--color-text);
  font-weight: 700;
  font-size: 18px;
}

/* SP設定
----------------------------------------------- */
@media screen and (max-width:1200px) {
  .section-case-study {
    padding: 65px 16px;
  }

  .section-case-study br {
    display: none;
  }

  .case-study__data-title {
    padding: 11px 0;
    font-size: 18px;
  }

  .case-study__data-box {
    display: block;
    padding: 30px 24px 36px;
    text-align: center;
  }

  .case-study__data-item:nth-child(1) {
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
  }

  .case-study__data-item:nth-child(2) {
    padding-top: 30px;
  }

  .case-study__data-item img {
    margin-top: 16px;
  }

  .case-study__data-list {
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 16px;
  }

  .case-study__box {
    padding: 16px;
    width: 100%;
  }

  .case-study__box--title {
    font-size: 15px;
  }

  .case-study__box--text {
    font-size: 13px;
  }

  .case-study__box--main {
    font-size: 18px;
  }
}


/* PC設定
----------------------------------------------- */
@media (min-width: 1201px) {
  article.case-study-list__item {
    float: left;
    width: calc(49% - 1px);
    border: 1px solid #ccc;
  }

  article.case-study-list__item a {
    display: flex;
  }

  article.case-study-list__item .post_thumb {
    width: 180px;
  }

  article.case-study-list__item .post_thumb img {
    width: 100%;
    object-fit: cover;
  }

  article.case-study-list__item .post_tag a {
    display: inline-block;
    padding: 2px 8px;
    background-color: #17acc7;
    color: #fff;
    font-size: 14px;
  }

  article.case-study-list__item .post_tag a:hover {
    text-decoration: none;
  }

  article.case-study-list__item .post_day {
    padding: 4px 16px;
  }

  article.case-study-list__item .post_title {
    padding: 4px 16px;
    font-size: 18px;
  }

  .case-study_wrap {
    margin: 0 auto;
    width: 1000px;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 1200px) {
  article.case-study-list__item {
    margin: 0 0 6vw;
    padding: 0;
    width: 100%;
    height: auto !important;
    border: 1px solid #ccc;
  }

  article.case-study-list__item .post_thumb img {
    width: 100%;
    height: 52vw;
    object-fit: cover;
  }

  article.case-study-list__item .post_tag a {
    display: inline-block;
    padding: 2px 8px;
    background-color: #17acc7;
    color: #fff;
    font-size: 3.2vw;
  }

  article.case-study-list__item .post_tag a:hover {
    text-decoration: none;
  }

  article.case-study-list__item .post_day {
    padding: 1vw 4vw;
    font-size: 3.2vw;
  }

  article.case-study-list__item .post_title {
    padding: 1vw 4vw;
    font-size: 3.8vw;
  }
}





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

	導入事例 個別記事

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  .case-study_wrap .post_tag {
    display: none;
  }

  .case-study_wrap .img_box {
    margin: 0 auto;
    padding: 0 0 40px;
    width: 600px;
    text-align: center;
  }

  .case-study_wrap .img_box img {
    width: 600px;
  }

  .case-study_wrap .img_box_a {
    margin: 0 auto;
    padding: 40px 0 64px;
    width: 600px;
  }

  .case-study_wrap .img_box_a img {
    width: 800px;
  }

  .case-study_wrap .lead {
    margin: 0 0 40px;
  }

  .case-study_wrap .lead p {
    padding: 24px;
    background-color: #effbff;
  }

  .case-study_wrap .question {}

  .case-study_wrap .question:before {
    /* フキダシ */
    content: '';
    display: inline-block;
    width: 40px;
    height: 36px;
    background-image: url('/wp/wp-content/uploads/2021/12/price-iconanswer_large.png');
    background-size: contain;
    vertical-align: middle;
  }

  .case-study_wrap .question p {
    /* フキダシ */
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    border: solid 3px #17acc7;
    border-radius: 6px;
    background: #17acc7;
    color: #fff;
    font-size: 18px;
  }

  .case-study_wrap .question p:before {
    /* フキダシ */
    content: '';
    position: absolute;
    top: 50%;
    left: -17px;
    z-index: 2;
    margin-top: -9px;
    border: 8px solid transparent;
    border-right: 8px solid #17acc7;
  }

  .case-study_wrap .question p:after {
    /* フキダシ */
    content: '';
    position: absolute;
    top: 50%;
    left: -23px;
    z-index: 1;
    margin-top: -11px;
    border: 10px solid transparent;
    border-right: 10px solid #17acc7;
  }

  .case-study_wrap .answer {
    padding: 0 0 48px;
  }

  .case-study_wrap h3 {
    padding: 0 0 16px;
    color: #17acc7;
    font-weight: 700;
    font-size: 20px;
  }

  .case-study_wrap .annotation {
    color: #17acc7;
  }

  .case-study_wrap .office table {
    margin: 40px 0 0;
  }

  .case-study_wrap .office table th,
  .case-study_wrap .office table td {
    padding: 8px 16px;
    border: 1px solid #d9d9d9;
    text-align: left;
  }

  .case-study_wrap .office table th {
    background-color: #f2f2f2;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  .case-study_wrap {
    padding: 0 16px;
  }

  .case-study_wrap .post_tag {
    display: none;
  }

  .case-study_wrap .img_box {
    margin: 0 auto;
    padding: 0 0 24px;
    width: 100%;
    text-align: center;
  }

  .case-study_wrap .img_box img {
    width: 100%;
  }

  .case-study_wrap .img_box_a {
    margin: 0 auto;
    padding: 56px 0 0;
    width: 100%;
  }

  .case-study_wrap .img_box_a img {
    width: 100%;
  }

  .case-study_wrap .lead p {
    padding: 24px;
    background-color: #effbff;
  }

  .case-study_wrap .question:before {
    content: '';
    /* フキダシ */
    position: relative;
    top: 86px;
    z-index: 0;
    display: inline-block;
    width: 40px;
    height: 36px;
    background: url('/wp/wp-content/uploads/2021/12/price-iconanswer_large.png') no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  .case-study_wrap .question p {
    /* フキダシ */
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 1.5em 0 1.5em 60px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    border: solid 3px #17acc7;
    border-radius: 6px;
    background: #17acc7;
    color: #fff;
    font-size: 18px;
  }

  .case-study_wrap .question p:before {
    /* フキダシ */
    content: '';
    position: absolute;
    top: 50%;
    left: -16px;
    z-index: 2;
    margin-top: -9px;
    border: 8px solid transparent;
    border-right: 8px solid #17acc7;
  }

  .case-study_wrap .question p:after {
    /* フキダシ */
    content: '';
    position: absolute;
    top: 50%;
    left: -22px;
    z-index: 1;
    margin-top: -11px;
    border: 10px solid transparent;
    border-right: 10px solid #17acc7;
  }

  .case-study_wrap h3 {
    padding: 0 0 16px;
    color: #17acc7;
    font-weight: 700;
    font-size: 18px;
  }

  .case-study_wrap .annotation {
    color: #17acc7;
  }

  .case-study_wrap .office table {
    margin: 24px 0 0;
  }

  .case-study_wrap .office table th,
  .case-study_wrap .office table td {
    display: block;
    padding: 8px 16px;
    border: 1px solid #d9d9d9;
    text-align: left;
  }

  .case-study_wrap .office table th {
    background-color: #f2f2f2;
  }
}





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

	導入事例 TOP

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  .top_post_wrap {
    margin: 0 auto;
    width: 1000px;
  }

  .top_post_wrap a:hover img {
    opacity: 1;
  }

  .top_post_wrap ul li {
    margin: 0;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    padding-top: 0 !important;
    width: 100%;
    height: 240px;
    background-color: #fff;
    cursor: pointer;
    transition: box-shadow .3s, transform .3s;
  }

  .top_post_wrap ul li:hover {
    box-shadow: 6px 6px 18px rgb(0 0 0 / 12%);
    transform: translate(0, -2px);
    transform: scale(1.1);
  }

  .top_post_wrap ul li:nth-of-type(2n) {
    margin: 0 0 24px 0;
  }

  .top_post_wrap ul li:nth-of-type(3n) {
    clear: both;
  }

  .top_post_wrap ul li .post_thumb {
    float: left;
    padding: 0 32px 0 0;
  }

  .top_post_wrap ul li .post_thumb img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
  }

  .top_post_wrap ul li .post_tag {
    display: inline-block;
    padding: 2px 8px;
    background-color: #17acc7;
    color: #fff;
    font-size: 14px;
  }

  .top_post_wrap ul li .post_day {
    padding: 24px 16px 4px;
  }

  .top_post_wrap ul li .post_title {
    padding: 32px 24px 16px;
    font-size: 18px;
  }

  .top_post_wrap ul li:hover .post_title {
    opacity: .6;
  }

  .top_post_wrap ul li .post_text {
    padding: 0 24px 0;
    color: #333;
    color: var(--color-text);
  }

  .top_post_wrap ul li .post_more {
    display: none;
  }

  .case-study_title {
    padding: 22px 0 8px;
    font-size: 18px;
  }

  .case-study_text {
    color: #333;
    color: var(--color-text);
    font-size: 18px;
  }

  .case-study_main {
    padding-top: 16px;
    color: #333;
    color: var(--color-text);
    font-weight: 700;
    font-size: 28px;
  }


  /*.top_post_wrap ul li {
    float: left;
    width: 48%;
    height: 420px;
    border: 1px solid #CCC;
    margin: 0 24px 24px 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .top_post_wrap ul li:nth-of-type(2n) {
    margin: 0 0 24px 0;
  }
  .top_post_wrap ul li:nth-of-type(3n) {
    clear: both;
  }
  .top_post_wrap ul li .post_thumb {
	}
	.top_post_wrap ul li .post_thumb img {
		display: block;
		width: 100%;
		height: 240px;
		object-fit: cover;
	}
  .top_post_wrap ul li .post_tag a {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    background-color: #17ACC7;
    padding: 2px 8px;
  }
  .top_post_wrap ul li .post_tag a:hover {
    text-decoration: none;
  }
  .top_post_wrap ul li .post_day {
    padding: 4px 16px;
  }
  .top_post_wrap ul li .post_title {
    font-size: 18px;
    padding: 4px 16px;
  } */
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  .top_post_wrap a:hover img {
    opacity: 1;
  }

  .top_post_wrap ul li {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    padding-top: 0 !important;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 6px 6px 18px rgb(0 0 0 / 12%);
  }

  .top_post_wrap ul li .post_thumb img {
    display: block;
    width: 100%;
    height: 52vw;
    object-fit: cover;
  }

  .top_post_wrap ul li .post_tag {
    display: inline-block;
    background-color: #17acc7;
    color: #fff;
    font-size: 3.2vw;
  }

  .top_post_wrap ul li .post_day {
    padding: 2vw 4vw 2vw 4vw;
    font-size: 3.2vw;
  }

  .top_post_wrap ul li .post_title {
    padding: 4vw 4vw 2vw 4vw;
    font-size: 3.8vw;
  }

  .top_post_wrap ul li .post_text {
    padding: 0 4vw 4vw 4vw;
    color: #333;
    color: var(--color-text);
    font-size: 3.8vw;
  }

  .top_post_wrap ul li .post_more {
    display: none;
    padding: 0 4vw 4vw 4vw;
    font-size: 3.8vw;
  }

  .case-study_title {
    padding: 22px 16px 8px;
    font-size: 13px;
  }

  .case-study_text {
    padding: 0 16px;
    color: #333;
    color: var(--color-text);
    font-size: 13px;
  }

  .case-study_main {
    padding: 8px 16px 16px;
    color: #333;
    color: var(--color-text);
    font-weight: 700;
    font-size: 24px;
  }

  .case-study_main br {
    display: none;
  }
}





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

	loioz オンラインサポート　検索機能

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  .with-sidebar-wrapper__secondary .side-block #searchform {
    display: flex;
    margin-bottom: 16px;
  }

  .search>ul {
    padding: 24px 0 0 24px;
  }

  .search>ul>li:first-child {
    border-top: solid 1px #d9d9d9;
  }

  .search>ul>li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #d9d9d9;
    list-style: none;
    list-style-type: disc;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 868px) {
  .f-container-cta h3 {
    font-size: 24px !important;
  }
}

@media (max-width: 767px) {
  .with-sidebar-wrapper__secondary .side-block #searchform {
    margin-bottom: 16px;
  }

  .search>ul {
    padding: 24px 0 0 24px;
  }

  .search>ul>li {
    list-style-type: disc;
  }
}


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

	TOP改装

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

/* PC設定
----------------------------------------------- */
@media (max-width: 1130px) {
  .realization-title {
    height: 100px;
  }
}

@media (max-width: 768px) {
  .realization-title {
    height: auto;
  }
}

@media (min-width: 768px) {
  .section-top {
    padding: 20px 0;
  }

  p.pc-center {
    text-align: center;
  }

  .section__footer-top-short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    width: 100%
  }

  .section__footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 34px;
    width: 100%
  }


  /* 法律事務所の働き⽅を1ステージ上げる！ */
  .f-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .f-container .f-item {
    display: block;
    padding: 0 0 56px;
    width: calc(33% - 24px);
    /* margin padding分を引く */
    text-align: center;
  }

  .f-container .f-worries-item {
    display: block;
    padding: 0 0 56px;
    width: calc(33% - 24px);
    /* margin padding分を引く */
    text-align: center;
  }

  .f-container .f-item:nth-child(2),
  .f-container .f-item:nth-child(5) {
    margin: 0 32px;
  }

  .f-container .f-item h3 {
    color: #17acc7;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
  }

  .f-container .f-item p {
    text-align: left;
  }

  .f-container .f-item img {
    width: 300px;
  }


  /* 法律事務所に必要な機能が豊富に搭載されているのでloiozだけあれば⼤丈夫!!! */
  .f-container-function {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 56px 0 16px;
    background-color: #effbff;
  }

  .f-container-function .f-item {
    display: block;
    padding: 0 16px 40px;
    width: calc(20% - 16px);
    /* margin padding分を引く */
    text-align: center;
  }

  .f-worries {
    padding: 40px 56px 56px;
    background-color: #effbff;
  }

  .f-worries__inner {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }

  .f-worries-ttl {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
  }

  .f-worries .f-worries-item {
    display: block;
    padding: 24px 21px 36px 24px;
    width: calc(33% - 24px);
    background-color: #fff;
    /* margin padding分を引く */
    text-align: center;
  }

  .f-worries .f-worries-item:not(:last-child) {
    margin-right: 40px;
  }

  .f-worries .f-worries-item h3 {
    color: #17acc7;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
  }

  .f-worries .f-worries-item img {
    margin-top: 10px;
  }

  .f-worries .f-worries-item__img {
    height: 131px;
  }

  .f-worries .f-worries-item:nth-child(1) img {
    max-width: 126px;
  }

  .f-worries .f-worries-item:nth-child(2) img {
    max-width: 180px;
  }

  .f-worries .f-worries-item:nth-child(3) img {
    max-width: 101px;
  }

  .f-worries .f-worries-item p {
    margin-top: 24px;
    text-align: left;
  }

  .f-container-function .f-item img {
    width: 100%;
  }

  .f-container-function .f-item h3 {
    padding: 16px 0 0;
    color: #17acc7;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
  }


  /* loiozの特徴的な機能 */
  .f-container-function-card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .f-container-function-card .f-item {
    position: relative;
    display: block;
    margin: 0 16px 40px;
    padding: 12px 24px 24px;
    width: calc(32% - 16px);
    background-color: #fff;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, .12);
    /* margin padding分を引く */
    text-align: center;
  }

  .f-container-function-card .f-item img {
    width: 100%;
    border: 1px solid #17acc7;
  }

  .f-container-function-card .f-item h3 {
    margin: 0 0 0 -24px;
    padding: 24px 24px 16px;
    color: #17acc7;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
  }

  .f-container-function-card .f-item p {
    text-align: left;
  }

  .f-container-function-card .f-item a {
    bottom: 40px;
    display: block;
    margin: 24px auto 0;
    padding: 4px;
    width: 86.4%;
    border: 1px solid #17acc7;
    border-radius: 60px;
    background-color: #fff;
  }

  .f-container-function-card .f-item a:hover {
    background-color: #17acc7;
    color: #fff;
    text-decoration: none;
  }

  .function-txt-strong {
    margin-top: 16px;
    font-weight: bold;
    font-size: 16px;
  }

  .function-txt {
    margin-top: 8px;
    padding: 0;
  }


  .f-container-function-card .f-item:nth-child(1) h3:before {
    content: '';
    display: inline-block;
    margin: 0 8px 0 0;
    width: 32px;
    height: 32px;
    background-image: url(/wp/wp-content/uploads/2022/02/top_ico_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-function-card .f-item:nth-child(2) h3:before {
    content: '';
    display: inline-block;
    margin: 0 8px 0 0;
    width: 32px;
    height: 32px;
    background-image: url(/wp/wp-content/uploads/2022/02/top_ico_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-function-card .f-item:nth-child(3) h3:before {
    content: '';
    display: inline-block;
    margin: 0 8px 0 0;
    width: 40px;
    height: 38px;
    background-image: url(/wp/wp-content/uploads/2022/02/top_ico_03.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-function-card .f-item:nth-child(4) h3:before {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 12px 0 0;
    width: 38px;
    height: 38px;
    background-image: url(/wp/wp-content/uploads/2022/02/top_ico_04.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-function-card .f-item:nth-child(5) h3:before {
    content: '';
    display: inline-block;
    margin: 0 12px 0 0;
    width: 38px;
    height: 38px;
    background-image: url(/wp/wp-content/uploads/2022/02/top_ico_05.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-function-card .f-item:nth-child(6) h3:before {
    content: '';
    position: relative;
    top: -2px;
    display: inline-block;
    margin: 0 8px 0 0;
    width: 38px;
    height: 38px;
    background-image: url(/wp/wp-content/uploads/2022/02/top_ico_06.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }


  /* 分かりやすい料金設定(ちょうどよい価格) */
  .f-container-price {
    width: 100%;
    text-align: center;
  }

  .f-container-price h3 {
    display: block;
    padding: 8px;
    width: 100%;
    background-color: #17acc7;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
  }

  .f-container-price ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .f-container-price ul li {
    padding: 32px 0 24px;
    width: 50%;
  }

  .f-container-price ul li:nth-child(1) {
    background-color: var(--ex-light-blue);
  }

  .f-container-price ul li:nth-child(2) {
    background-color: #bff5ff;
  }

  .f-container-price ul li span.title {
    display: block;
    font-weight: 700;
    font-size: 32px;
  }

  .f-container-price ul li span.sub-title {
    display: block;
    font-weight: 700;
    font-size: 18px;
  }

  .f-container-price ul li span.license {
    display: block;
    margin: 16px 0 -16px;
    font-size: 18px;
  }

  .f-container-price ul li span.month {
    font-weight: 700;
    font-size: 32px;
  }

  .f-container-price ul li span.price {
    font-weight: 700;
    font-size: 64px;
  }

  .f-container-price ul li span.yen {
    font-weight: 700;
    font-size: 48px;
  }

  .f-container-price ul li span.tax {
    font-size: 32px;
  }


  /* お申し込み後、すぐにはじめられます */
  .f-container-flow {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
    background-color: #17acc7;
  }

  .f-container-flow .f-item {
    position: relative;
    padding: 18px;
    width: calc(33% - 24px);
    background-color: #fff;
    vertical-align: middle;
    /* margin padding分を引く */
    text-align: center;
  }

  .f-container-flow .f-item:nth-child(2) {
    margin: 0 32px;
  }

  .f-container-flow .f-item:nth-child(1):before,
  .f-container-flow .f-item:nth-child(2):before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    display: inline-block;
    width: 15px;
    height: 31px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/top/poin-left_img.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transform: translate(70%, -50%);
  }

  .f-container-flow .f-item:nth-child(1):after {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/wp/wp-content/uploads/2022/02/point_img_33.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-flow .f-item:nth-child(2):after {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/wp/wp-content/uploads/2022/02/point_img_34.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-flow .f-item:nth-child(3):after {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/wp/wp-content/uploads/2022/02/point_img_35.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-flow .f-item img {
    float: left;
    padding: 0 12px 0 0;
    width: auto;
    height: 70px;
    vertical-align: middle;
  }

  .f-container-flow .f-item p {
    text-align: left;
  }

  .f-container-flow .f-item p span {
    color: #17acc7;
    font-weight: 700;
  }

  .f-container-flow .f-item:nth-child(1) p,
  .f-container-flow .f-item:nth-child(2) p {
    padding: 10px 0 0;
  }

  .f-container-flow .f-item:nth-child(3) p {
    padding: 22px 0 0;
  }


  /* もっとloiozを知りたい方へ */
  .section--blue {
    background: url(/wp/wp-content/uploads/2022/02/cta_bg_01-scaled.jpg) no-repeat center center;
    background-size: cover;
  }

  .f-container-cta {
    width: 100%;
    height: 300px;
  }

  .f-container-cta h3 {
    margin: -24px 0 0;
    padding: 0 0 16px;
    color: #fff;
    text-align: center;
    text-shadow: 0 3px 3px #00029;
    font-weight: 700;
    font-size: 48px;
  }

  .f-container-cta p {
    padding: 0 0 32px;
    color: #fff;
    text-align: center;
    text-shadow: 0 3px 3px #00029;
    font-size: 18px;
  }

  .f-container-cta__button {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 320px;
    border-color: #e2352f;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
  }

  .f-container-cta .new-home-mv__button:first-child {
    margin-right: 16px !important;
  }

  .f-container-cta__button-sub-copy {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
  }



  /* もっとloiozを知りたい方へ 別案 */
  .section--blue_b {
    background: url(/wp/wp-content/uploads/2022/01/cta_bg_02-scaled.jpg) no-repeat center center;
    background-size: cover;
  }

  .f-container-cta_b {
    width: 100%;
    height: 300px;
  }

  .f-container-cta_b h3 {
    margin: -24px 0 0;
    padding: 0 0 16px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
  }

  .f-container-cta_b p {
    padding: 0 0 32px;
    color: #fff;
    text-align: center;
    font-size: 18px;
  }

  .f-container-cta_b .new-home-mv__button:first-child {
    margin-right: 0 !important;
  }





  /* loiozが選ばれる理由 */
  .f-container-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .f-container-icon .f-item {
    position: relative;
    display: block;
    width: calc(25% - 32px);
    /* margin padding分を引く */
    text-align: center;
  }

  .f-container-icon .f-item {
    margin: 0 32px 0 0;
  }

  .f-container-icon .f-item:last-child {
    margin: 0;
  }

  .f-container-icon .f-item h3 {
    padding: 0 0 24px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
  }

  .f-container-icon .f-item p {
    text-align: left;
  }

  .f-container-icon .f-item img {
    margin: 0 0 16px;
    height: 80px;
  }
}

@media (max-width: 1000px) {
  .f-worries__inner {
    display: block;
    margin-top: 24px;
  }

  .f-worries-ttl {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
  }

  .f-worries .f-worries-item {
    display: block;
    padding: 20px;
    width: 100%;
    background-color: #fff;
    /* margin padding分を引く */
    text-align: center;
  }

  .f-worries .f-worries-item:not(:last-child) {
    margin-right: 0;
  }

  .f-worries .f-worries-item:not(:first-child) {
    margin-top: 16px;
  }

  .f-worries .f-worries-item h3 {
    color: #17acc7;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
  }

  .f-worries .f-worries-item img {
    margin-top: 10px;
  }

  .f-worries .f-worries-item__img {
    height: 131px;
  }

  .f-worries .f-worries-item:nth-child(1) img {
    max-width: 126px;
  }

  .f-worries .f-worries-item:nth-child(2) img {
    max-width: 180px;
  }

  .f-worries .f-worries-item:nth-child(3) img {
    max-width: 101px;
  }

  .f-worries .f-worries-item p {
    margin-top: 24px;
    text-align: left;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  .section-top {
    padding: 20px 0;
  }

  p.pc-center {
    text-align: left;
  }


  .section__footer-top-short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -16px;
    width: 100%
  }

  .section__footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
    width: 100%
  }


  /* 法律事務所の働き⽅を1ステージ上げる！ */
  .f-container {
    display: block;
  }

  .f-container .f-item {
    display: block;
    padding: 0 0 40px;
  }

  .f-container .f-item:last-child {
    padding: 0;
  }

  .f-container .f-item h3 {
    color: #17acc7;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
  }

  .f-container .f-item p {
    text-align: left;
  }

  .f-container .f-item img {
    display: block;
    margin: 0 auto;
    width: 240px;
  }


  /* 法律事務所に必要な機能が豊富に搭載されているのでloiozだけあれば⼤丈夫!!! */
  .f-container-function {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px 0;
    background-color: #effbff;
  }

  .f-container-function .f-item {
    position: relative;
    display: block;
    padding: 8px;
    width: calc(32% - 8px);
    /* margin padding分を引く */
    text-align: center;
  }

  .f-container-function .f-item img {
    width: 80px;
  }

  .f-container-function .f-item h3 {
    padding: 8px 0 0;
    color: #17acc7;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
  }


  /* loiozの特徴的な機能 */
  .f-container-function-card {
    position: relative;
    display: block;
    width: 100%;
  }

  .f-container-function-card .f-item {
    position: relative;
    display: block;
    margin: 0 0 40px;
    padding: 0 24px 40px;
    width: 100%;
    background-color: #fff;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, .12);
    text-align: center;
  }

  .f-container-function-card .f-item img {
    width: 100%;
    border: 1px solid #17acc7;
  }

  .f-container-function-card .f-item h3 {
    margin: 0 0 0 -24px;
    padding: 24px 24px 16px;
    color: #17acc7;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
  }

  .f-container-function-card .f-item p {
    text-align: left;
  }

  .f-container-function-card .f-item a {
    display: block;
    margin: 16px 0 0;
    padding: 4px;
    width: 100%;
    border: 1px solid #17acc7;
    border-radius: 60px;
    background-color: #fff;
  }

  .f-container-function-card .f-item a:hover {
    background-color: #effbff;
    text-decoration: none;
  }

  .f-container-function-card .f-item:nth-child(1) h3:before {
    content: '';
    display: inline-block;
    margin: 0 8px 0 0;
    width: 32px;
    height: 32px;
    background-image: url(/wp/wp-content/uploads/2022/02/top_ico_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-function-card .f-item:nth-child(2) h3:before {
    content: '';
    display: inline-block;
    margin: 0 8px 0 0;
    width: 32px;
    height: 32px;
    background-image: url(/wp/wp-content/uploads/2022/02/top_ico_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-function-card .f-item:nth-child(3) h3:before {
    content: '';
    display: inline-block;
    margin: 0 8px 0 0;
    width: 40px;
    height: 38px;
    background-image: url(/wp/wp-content/uploads/2022/02/top_ico_03.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-function-card .f-item:nth-child(4) h3:before {
    content: '';
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0 12px 0 0;
    width: 38px;
    height: 38px;
    background-image: url(/wp/wp-content/uploads/2022/02/top_ico_04.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-function-card .f-item:nth-child(5) h3:before {
    content: '';
    display: inline-block;
    margin: 0 12px 0 0;
    width: 38px;
    height: 38px;
    background-image: url(/wp/wp-content/uploads/2022/02/top_ico_05.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-function-card .f-item:nth-child(6) h3:before {
    content: '';
    position: relative;
    top: -2px;
    display: inline-block;
    margin: 0 8px 0 0;
    width: 38px;
    height: 38px;
    background-image: url(/wp/wp-content/uploads/2022/02/top_ico_06.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .function-txt-strong {
    margin-top: 12px;
    font-weight: bold;
  }


  .f-worries {
    padding: 30px 24px 24px;
    background-color: #effbff;
  }


  /* 分かりやすい料金設定(ちょうどよい価格) */
  .f-container-price {
    padding: 80px 0 0;
    width: 100%;
    text-align: center;
  }

  .f-container-price h3 {
    display: block;
    padding: 8px;
    width: 100%;
    background-color: #17acc7;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
  }

  .f-container-price ul li {
    padding: 24px 24px 16px;
  }

  .f-container-price ul li:nth-child(1) {
    background-color: var(--ex-light-blue);
  }

  .f-container-price ul li:nth-child(2) {
    background-color: #bff5ff;
  }

  .f-container-price ul li span.title {
    display: block;
    font-weight: 700;
    font-size: 24px;
  }

  .f-container-price ul li span.sub-title {
    display: block;
    font-weight: 700;
    font-size: 18px;
  }

  .f-container-price ul li span.license {
    display: block;
    margin: 16px 0 -16px;
    font-size: 18px;
  }

  .f-container-price ul li span.month {
    font-weight: 700;
    font-size: 18px;
  }

  .f-container-price ul li span.price {
    font-weight: 700;
    font-size: 56px;
  }

  .f-container-price ul li span.yen {
    font-weight: 700;
    font-size: 24px;
  }

  .f-container-price ul li span.tax {
    font-size: 18px;
  }


  /* お申し込み後、すぐにはじめられます */
  .f-container-flow {
    position: relative;
    display: block;
    padding: 32px;
    background-color: #17acc7;
  }

  .f-container-flow .f-item {
    position: relative;
    margin: 0 0 16px;
    padding: 16px;
    height: 90px;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
  }

  .f-container-flow .f-item:nth-child(1):before,
  .f-container-flow .f-item:nth-child(2):before {
    content: '';
    position: absolute;
    bottom: -35%;
    left: 50%;
    display: inline-block;
    width: 31px;
    height: 15px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/top/poin-under_img.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    transform: translate(-50%, -50%);
  }

  .f-container-flow .f-item:nth-child(1),
  .f-container-flow .f-item:nth-child(2) {
    margin-bottom: 33px;
  }

  .f-container-flow .f-item:nth-child(1):after {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/wp/wp-content/uploads/2022/02/point_img_33.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-flow .f-item:nth-child(2):after {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/wp/wp-content/uploads/2022/02/point_img_34.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-flow .f-item:nth-child(3):after {
    content: '';
    position: absolute;
    top: -16px;
    left: -16px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/wp/wp-content/uploads/2022/02/point_img_35.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-flow .f-item img {
    float: left;
    padding: 0 16px 0 0;
    width: auto;
    height: 56px;
    vertical-align: middle;
  }

  .f-container-flow .f-item p {
    padding: 4px 0 0;
    text-align: left;
  }

  .f-container-flow .f-item:last-child p {
    padding: 16px 0 0;
  }

  .f-container-flow .f-item p span {
    color: #17acc7;
    font-weight: 700;
  }


  /* もっとloiozを知りたい方へ */
  .section--blue {
    padding: 10px 0 34px !important;
    background: #17acc7;
  }

  .f-container-cta {
    padding: 32px;
    width: 100%;
    background: #fff;
  }

  .f-container-cta h3 {
    padding: 0 0 16px;
    color: #17acc7;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
  }

  .f-container-cta h3:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 65px;
    background-image: url(/wp/wp-content/uploads/2022/02/point_img_36.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .f-container-cta p {
    padding: 0 0 16px;
    text-align: center;
  }

  .f-container-cta__button {
    position: relative;
    display: block;
    justify-content: center;
    border-color: #e2352f;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
  }

  .f-container-cta__button .new-home-mv__button,
  .f-container-cta__button .new-home-mv__button--trial {
    min-width: auto;
  }

  .f-container-cta .new-home-mv__button:first-child {
    margin-right: 0 !important;
    margin-bottom: 16px;
  }

  .f-container-cta__button-sub-copy {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
  }


  /* loiozが選ばれる理由 */
  .f-container-icon {
    position: relative;
    display: block;
  }

  .f-container-icon .f-item {
    position: relative;
    display: block;
    margin: 0 0 16px;
    padding: 24px;
    border: 1px solid #17acc7;
    border-radius: 16px;
    text-align: center;
  }

  .f-container-icon .f-item h3 {
    padding: 0 0 16px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
  }

  .f-container-icon .f-item p {
    text-align: left;
  }

  .f-container-icon .f-item img {
    margin: 0 0 16px;
    height: 80px;
  }
}

@media (max-width: 1240px) {

  /* 分かりやすい料金設定(ちょうどよい価格) */
  .f-container-price {
    padding: 80px 0 0;
  }

  .price__title::after {
    top: 160%;
    left: 50%;
    height: 63px;
    background: url(/wp/wp-content/themes/loioz/dist/assets/img/top/plan-balloon-sp.png) no-repeat center / contain;
    transform: translate(-50%, -50%);
  }
}

#customers {
  height: 130px;
  /* display: flex; */
  border: 1px solid #e6e6e6;
  text-align: center;
  pointer-events: none;
}

#customers .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  background: radial-gradient(#a6e8f4, #17acc7);
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}


#customers .logoslide {
  position: relative;
  width: 100%;
  height: 64px;
  background-size: auto 80px;
}

@media (max-width: 768px) {
  #customers {
    height: 86px;
    /* display: flex; */
    border: 1px solid #e6e6e6;
    text-align: center;
    pointer-events: none;
  }

  #customers .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    background: radial-gradient(#a6e8f4, #17acc7);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }

  #customers .logoslide {
    position: relative;
    width: 100%;
    height: 40px;
    background-size: auto 80px;
  }
}


.logoslide_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  margin: auto;
  height: 4.8rem;
}

.logoslide_list {
  display: flex;
  list-style: none;
}

.logoslide_list--left {
  animation: infinity-scroll-left 50s infinite linear .5s both;
}

.logoslide_list--left2 {
  animation: infinity-scroll-left 50s infinite linear .5s both;
}

.logoslide_item {
  /* margin-left: 50px; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100vw / 8);
}

@media (max-width: 768px) {
  .logoslide_item {
    /* margin-left: 50px; */
    width: calc(400vw / 10);
  }
}

.logoslide_item>img {
  width: 80%;
}

.logoslide_wrap:hover .logoslide_list--left {
  animation-play-state: paused;
}

.logoslide_wrap:hover .logoslide_list--left2 {
  animation-play-state: paused;
}

.f-item {
  /* transition: .3s; */
}

.f-item:hover {
  /* transform: scale(1.1); */
}

@media (max-width: 768px) {
  .f-item:hover {
    transform: none;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* 解像度別設定
----------------------------------------------- */
@media (min-width: 768px) {

  #customers>div>div>ul:nth-child(1)>li:nth-child(10),
  #customers>div>div>ul:nth-child(2)>li:nth-child(10) {
    margin-top: 4px;
  }
}

@media screen and (max-width: 1600px) {

  #customers>div>div>ul:nth-child(1)>li:nth-child(10),
  #customers>div>div>ul:nth-child(2)>li:nth-child(10) {
    margin-top: -2px;
  }
}




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

	マージンボックス

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

  /* 上にマージンを空ける
	----------------------------------------------- */
  .top_long {
    margin-top: 120px;
  }

  .top_middle {
    margin-top: 80px;
  }

  .top_short {
    margin-top: 40px;
  }

  .top_vshort {
    margin-top: 20px;
  }

  /* 下にマージンを空ける
	----------------------------------------------- */
  .bottom_long {
    margin-bottom: 120px;
  }

  .bottom_middle {
    margin-bottom: 80px;
  }

  .bottom_short {
    margin-bottom: 40px;
  }

  .bottom_vshort {
    margin-bottom: 20px;
  }

  /* 両方にマージンを空ける
	----------------------------------------------- */
  .both_long {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .both_middle {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .both_short {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .both_vshort {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

  /* 上にマージンを空ける
	----------------------------------------------- */
  .top_long {
    margin-top: 16vw;
  }

  .top_middle {
    margin-top: 12vw;
  }

  .top_short {
    margin-top: 8vw;
  }

  .top_vshort {
    margin-top: 4vw;
  }

  /* 下にマージンを空ける
	----------------------------------------------- */
  .bottom_long {
    margin-bottom: 16vw;
  }

  .bottom_middle {
    margin-bottom: 12vw;
  }

  .bottom_short {
    margin-bottom: 8vw;
  }

  .bottom_vshort {
    margin-bottom: 4vw;
  }

  /* 両方にマージンを空ける
	----------------------------------------------- */
  .both_long {
    margin-top: 16vw;
    margin-bottom: 16vw;
  }

  .both_middle {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }

  .both_short {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .both_vshort {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}




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

	パディングボックス

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

  /* 上にパディングを空ける
	----------------------------------------------- */
  .p_top_long {
    padding-top: 120px;
  }

  .p_top_middle {
    padding-top: 80px;
  }

  .p_top_short {
    padding-top: 40px;
  }

  .p_top_vshort {
    padding-top: 20px;
  }

  /* 下にパディングを空ける
	----------------------------------------------- */
  .p_bottom_long {
    padding-bottom: 120px;
  }

  .p_bottom_middle {
    padding-bottom: 80px;
  }

  .p_bottom_short {
    padding-bottom: 40px;
  }

  .p_bottom_vshort {
    padding-bottom: 20px;
  }

  /* 両方にパディングを空ける
	----------------------------------------------- */
  .row_long {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .row_middle {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .row_short {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .row_vshort {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

  /* 上にパディングを空ける
	----------------------------------------------- */
  .p_top_long {
    padding-top: 16vw;
  }

  .p_top_middle {
    padding-top: 12vw;
  }

  .p_top_short {
    padding-top: 8vw;
  }

  .p_top_vshort {
    padding-top: 4vw;
  }

  /* 下にパディングを空ける
	----------------------------------------------- */
  .p_bottom_long {
    padding-bottom: 16vw;
  }

  .p_bottom_middle {
    padding-bottom: 12vw;
  }

  .p_bottom_short {
    padding-bottom: 8vw;
  }

  .p_bottom_vshort {
    padding-bottom: 4vw;
  }

  /* 両方にパディングを空ける
	----------------------------------------------- */
  .row_long {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }

  .row_middle {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

  .row_short {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .row_vshort {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }


  /* 背景色を伸ばす
	----------------------------------------------- */
  .row_sp {
    padding-right: 4vw !important;
    padding-left: 4vw !important;
  }
}




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

	機能詳細ページ

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

  /* パンくずリスト */
  .breadcrumb-functions-detail {
    position: absolute;
    top: 396px;
    left: 0;
    z-index: 0;
  }

  /* MV */
  .functions-detail-mv {
    background-color: #17acc7;
  }

  .functions-detail-mv__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    padding: 36px 0;
    max-width: 860px;
    width: 100%;
    height: 300px;
  }

  .functions-detail-mv__primary {
    max-width: 560px;
    width: 100%;
    color: #fff;
  }

  .functions-detail-mv__title {
    display: block;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.3;
  }

  .functions-detail-mv__sub-copy {
    display: block;
    margin-top: 10px;
    color: #fff;
    text-align: left;
    letter-spacing: .1em;
    font-weight: 400;
    font-size: 18px;
  }

  .functions-detail-mv__buttons {
    display: flex;
    margin-top: 24px;
  }

  .functions-detail-mv__button {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 35px 30px 14px 16px;
    min-width: 280px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: linear-gradient(#ff6556, #c70b0b);
    box-shadow: 5px 5px 0 0 #740a00;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
  }

  .functions-detail-mv__button:hover {
    /* background: linear-gradient(#ff6556, #c70b0b); */
    box-shadow: 0 0 0 0 #740a00;
    text-decoration: none;
    transform: translate3d(5px, 5px, 0);
  }

  .functions-detail-mv__button:before {
    content: '';
    position: relative;
    margin-right: 10px;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .functions-detail-mv__button:after {
    content: '';
    position: absolute;
    top: 26px;
    right: 16px;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-document:hover {
    background: linear-gradient(#ff6556, #c70b0b);
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-document:before {
    top: 3px;
    width: 27px;
    height: 27px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-document.svg);
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-document:after {
    width: 27px;
    height: 27px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-arrow_red.svg);
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-pc:hover {
    background: linear-gradient(#f97e72, #bd3a3a);
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-pc {
    /* background: #de0808; */
    /* border-color: #de0808; */
    background: linear-gradient(#ff6556, #c70b0b);
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-pc:before {
    top: 0;
    width: 30px;
    height: 27px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-pc.png);
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-contact {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 227px;
    border-color: #c9c9c9;
    border-radius: 8px;
    background: linear-gradient(#4dd9f3, #17acc7);
    box-shadow: 5px 5px 0 0 #0b5e6e;
    font-weight: 700;
    font-size: 1.8rem;
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-contact:hover {
    box-shadow: 0 0 0 0 #740a00;
    text-decoration: none;
    transform: translate3d(5px, 5px, 0);
  }

  .nfunctions-detail-mv__button.nfunctions-detail-mv__button--icon-contact:before {
    top: 0;
    width: 30px;
    height: 27px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-email.png);
  }

  .nfunctions-detail-mv__button:first-child {
    margin-right: 16px;
  }

  .functions-detail-mv__button-sub-copy {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
  }

  .functions-detail-mv__secondary {
    position: relative;
  }

  .functions-detail-mv__secondary img {
    width: 264px;
  }

  /* こんな悩みを解決できます！ */
  .nayami_wrap ul {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: left;
    justify-content: left;
  }

  .nayami_wrap ul li:nth-child(2),
  .nayami_wrap ul li:nth-child(4) {
    margin: 0 0 0 24px;
  }

  .nayami_wrap ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .nayami_wrap ul li .right {
    position: relative;
    display: inline-block;
    margin: 0 0 24px;
    padding: 32px;
    max-width: 100%;
    width: 464px;
    height: 120px;
    background: #f2f2f2;
    color: #17acc7;
    font-weight: 700;
    font-size: 18px;
  }

  .nayami_wrap ul li .right:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #f2f2f2;
  }

  .nayami_wrap ul li .left {
    position: relative;
    padding: 0 16px 0 0;
  }

  .nayami_wrap ul li .left img {
    position: relative;
    top: 0;
    width: 103px;
    height: 102px;
  }

  .nayami_wrap ul li .left p {
    position: relative;
    left: -10px;
    text-align: center;
  }

  .nayami_wrap ul li .right p {
    position: absolute;
    top: 50%;
    z-index: 0;
    width: 400px;
    transform: translate(0, -50%);
  }

  /* 機能紹介 */
  .function_info_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 0 104px;
  }

  .function_info_wrap:nth-child(2n) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 0 104px;
  }

  .function_info_wrap .left {
    padding: 0 16px 0 0;
    width: 50%;
  }

  .function_info_wrap .right {
    padding: 0 0 0 16px;
    width: 50%;
  }
	
	.function_info_wrap .left.--w40,
  .function_info_wrap .right.--w40 {
    width: 40%;
  }
  .function_info_wrap.--between {
    justify-content: space-between;
  }

  .function_info_wrap .right img,
  .function_info_wrap .left img {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
  }

  .function_info_wrap h3 {
    padding: 0 0 8px;
    color: #17acc7;
    font-weight: 700;
    font-size: 34px;
  }

  .function_info_wrap h4 {
    display: inline-block;
    display: inline-block;
    margin: 0 0 16px;
    padding: 4px 24px;
    min-width: 130px;
    border-radius: 50px;
    background: #fec424;
    color: rgb(51, 51, 51);
    text-align: center;
    font-weight: 700;
  }

  /* 機能要素の紹介 */
  .element_wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .element_wrap ul li {
    padding: 0 0 40px;
    width: 31.5%;
    text-align: center;
  }

  .element_wrap ul li:nth-child(2),
  .element_wrap ul li:nth-child(5),
  .element_wrap ul li:nth-child(8) {
    margin: 0 32px;
  }

  .element_wrap ul li h3 {
    color: #17acc7;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
  }

  .element_wrap ul li img {
    width: 165px;
  }

  .element_wrap ul li p {
    padding: 8px 0 0;
    text-align: center;
  }

  /* その他の機能 */
  ul.other_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}


/* タブレット設定
----------------------------------------------- */
@media screen and (max-width: 1400px) {

  /* こんな悩みを解決できます！ */
  .nayami_wrap {
    margin: 0 0 0 -24px;
  }

  .nayami_wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 0 auto;
    width: 960px;
  }

  .nayami_wrap ul li:nth-child(2),
  .nayami_wrap ul li:nth-child(4) {
    margin: 0 0 0 16px;
  }

  .nayami_wrap ul li .right {
    position: relative;
    display: inline-block;
    margin: 0 0 24px;
    padding: 16px;
    max-width: 100%;
    width: 362px;
    height: 120px;
    background: #f2f2f2;
    color: #17acc7;
    font-weight: 700;
    font-size: 16px;
  }

  .nayami_wrap ul li .right:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #f2f2f2;
  }

  .nayami_wrap ul li .left {
    position: relative;
    padding: 0 16px 0 0;
  }

  .nayami_wrap ul li .left img {
    position: relative;
    top: 16px;
    width: 83px;
    height: 82px;
  }

  .nayami_wrap ul li .left p {
    position: relative;
    top: 16px;
    left: -6px;
    text-align: center;
  }

  .nayami_wrap ul li .right p {
    position: absolute;
    top: 50%;
    z-index: 0;
    width: 324px;
    transform: translate(0, -50%);
  }
}


@media screen and (max-width: 1024px) {

  /* こんな悩みを解決できます！ */
  .nayami_wrap ul li:nth-child(2),
  .nayami_wrap ul li:nth-child(4) {
    margin: 0;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

  /* パンくずリスト */
  .breadcrumb-functions-detail {
    position: absolute;
    top: 126vw;
    left: 0;
    z-index: 0;
  }

  /* MV */
  .functions-detail-mv {
    position: relative;
    padding: 8vw 6vw 0;
    height: 106vw;
    background-color: #17acc7;
  }

  .functions-detail-mv__inner {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }

  .functions-detail-mv__primary {
    position: relative;
    width: 100%;
    color: #fff;
  }

  .functions-detail-mv__title {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 8vw;
    font-family: -apple-system, 'Noto Sans JP', 'Segoe UI', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', メイリオ, meiryo, sans-serif;
    line-height: 1.3;
  }

  .functions-detail-mv__sub-copy {
    display: block;
    margin-top: 10px;
    padding: 0 0 6vw;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 4vw;
    font-family: -apple-system, 'Noto Sans JP', 'Segoe UI', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', メイリオ, meiryo, sans-serif;
  }

  .functions-detail-mv__buttons {
    position: absolute;
    top: 66vw;
    z-index: 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .functions-detail-mv__button {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 35px 4px 14px 16px;
    min-width: 280px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: linear-gradient(#ff6556, #c70b0b);
    box-shadow: 5px 5px 0 0 #740a00;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
  }

  .functions-detail-mv__button:hover {
    /* background: linear-gradient(#ff6556, #c70b0b); */
    box-shadow: 0 0 0 0 #740a00;
    text-decoration: none;
    transform: translate3d(5px, 5px, 0);
  }

  .functions-detail-mv__button:before {
    content: '';
    position: relative;
    margin-right: 10px;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .functions-detail-mv__button:after {
    content: '';
    position: absolute;
    top: 26px;
    right: 26px;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-document:hover {
    background: linear-gradient(#ff6556, #c70b0b);
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-document:before {
    top: -1px;
    width: 27px;
    height: 27px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-document.svg);
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-document:after {
    width: 27px;
    height: 27px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-arrow_red.svg);
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-pc:hover {
    background: linear-gradient(#f97e72, #bd3a3a);
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-pc {
    /* background: #de0808; */
    /* border-color: #de0808; */
    background: linear-gradient(#ff6556, #c70b0b);
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-pc:before {
    top: 0;
    width: 30px;
    height: 27px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-pc.png);
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-contact {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 227px;
    border-color: #c9c9c9;
    border-radius: 8px;
    background: linear-gradient(#4dd9f3, #17acc7);
    box-shadow: 5px 5px 0 0 #0b5e6e;
    font-weight: 700;
    font-size: 1.8rem;
  }

  .functions-detail-mv__button.functions-detail-mv__button--icon-contact:hover {
    box-shadow: 0 0 0 0 #740a00;
    text-decoration: none;
    transform: translate3d(5px, 5px, 0);
  }

  .nfunctions-detail-mv__button.nfunctions-detail-mv__button--icon-contact:before {
    top: 0;
    width: 30px;
    height: 27px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-email.png);
  }

  .nfunctions-detail-mv__button:first-child {
    margin-right: 16px;
  }

  .functions-detail-mv__button-sub-copy {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
  }

  .functions-detail-mv__secondary {
    position: relative;
    text-align: center;
  }

  .functions-detail-mv__secondary img {
    width: 40vw;
  }

  /* こんな悩みを解決できます！ */
  .nayami_wrap {
    margin: 0;
  }

  .nayami_wrap ul {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .nayami_wrap ul li {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .nayami_wrap ul li .right {
    position: relative;
    display: inline-block;
    margin: 0 0 24px;
    padding: 3vw;
    height: 94px;
    background: #f2f2f2;
    color: #17acc7;
    font-weight: 700;
    font-size: 3.8vw;
    line-height: 1.5;
  }

  .nayami_wrap ul li .right:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -6vw;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #f2f2f2;
  }

  .nayami_wrap ul li .left {
    position: relative;
    left: 13vw;
    padding: 0 16vw 0 0;
  }

  .nayami_wrap ul li .left img {
    position: relative;
    top: 6vw;
    width: 16vw;
    height: 12vw;
  }

  .nayami_wrap ul li .left p {
    position: absolute;
    top: 20vw;
    left: 1.4vw;
    text-align: center;
    font-size: 3vw;
  }

  .nayami_wrap ul li .right p {
    position: absolute;
    top: 50%;
    z-index: 0;
    width: 70vw;
    transform: translate(0, -50%);
  }

  /* 機能紹介 */
  .function_info_wrap {
    padding: 0 0 8vw;
  }

  .function_info_wrap:last-child {
    padding: 0;
  }

  .function_info_wrap h3 {
    padding: 0 0 2vw;
    color: #17acc7;
    font-weight: 700;
    font-size: 5vw;
  }

  .function_info_wrap h4 {
    display: inline-block;
    margin: 0 0 2vw;
    padding: 4px 24px;
    min-width: 130px;
    border-radius: 50px;
    background: #fec424;
    color: rgb(51, 51, 51);
    text-align: center;
    font-weight: 700;
  }

  .function_info_wrap p {
    padding: 0 0 2vw;
  }

  /* 機能要素の紹介 */
  .element_wrap ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .element_wrap ul li {
    position: relative;
    display: block;
    align-items: stretch;
    margin: 0 3vw 3vw 0;
    padding: 12px;
    width: 48%;
    border: 1px solid #17acc7;
    border-radius: 16px;
    text-align: center;
  }

  .element_wrap ul li:nth-child(2n) {
    margin: 0 0 3vw 0;
  }

  .element_wrap ul li h3 {
    color: #17acc7;
    text-align: center;
    font-weight: 700;
    font-size: 4.2vw;
  }

  .element_wrap ul li img {
    width: 32vw;
  }

  .element_wrap ul li p {
    text-align: left;
    font-size: 3.2vw;
  }

  /* その他の機能 */
  ul.other_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}





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

	お役立ち情報コラム

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

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  article.blog-list__item {
    float: left;
    margin: 0 0 24px;
    width: 30%;
    height: 312px;
    border: 1px solid #ccc;
  }

  article.blog-list__item:nth-of-type(2),
  article.blog-list__item:nth-of-type(5),
  article.blog-list__item:nth-of-type(8),
  article.blog-list__item:nth-of-type(11),
  article.blog-list__item:nth-of-type(14) {
    margin: 0 24px;
  }

  article.cblog-list__item:nth-of-type(3n) {
    clear: both;
  }

  article.blog-list__item .post_thumb {}

  article.blog-list__item .post_thumb img {
    display: block;
    width: 100%;
    height: 140px;
    object-fit: cover;
  }

  article.blog-list__item .post_tag a {
    display: inline-block;
    padding: 2px 8px;
    background-color: #17acc7;
    color: #fff;
    font-size: 14px;
  }

  article.blog-list__item .post_tag a:hover {
    text-decoration: none;
  }

  article.blog-list__item .post_day {
    padding: 4px 16px;
  }

  article.blog-list__item .post_title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    padding: 4px 16px;
    color: #17acc7;
    font-size: 18px;

    -webkit-line-clamp: 3;
  }

  .section__inner_blog {
    margin: 0 auto;
    width: 1000px;
  }

  .section__inner_blog .section__content {
    display: -webkit-flex;
    display: flex;
    width: 1000px;
  }

  .blog_wrap {
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    /* シングルページ */
    width: 1000px;
  }

  .blog-list {
    /* メインエリア */
    display: block;
    padding: 0 40px 0 0;
    width: 760px;
  }

  .column-list {
    /* メインエリア */
    display: block;
    padding: 0 40px 0 0;
    width: 760px;
  }

  .blog_left {
    position: relative;
    /* シングルページ */
    display: block;
    padding: 0 40px 0 0;
    width: 760px;
  }

  .section__inner_blog h2.blog-list_h2 {
    padding: 0 0 16px;
    font-weight: 700;
    font-size: 18px;
  }

  .blog_right {
    /*高さを設定しないと追従しない */
    position: sticky;
    top: -320px;
    z-index: 0;
    /* サイドエリア */
    display: block;
    margin-bottom: 0;
    width: 240px;
    height: 1000px;
  }

  .blog_right .blog_right_item {
    padding: 0 0 24px;
  }

  .blog_right h3 {
    margin: 0 0 8px;
    padding: .6em;
    background-color: #17acc7;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
  }

  /* 人気記事 */
  #wpp-2::marker {
    color: #fff;
  }

  .blog_right .blog_right_item h2.widgettitle {
    display: none;
  }

  .blog_right .blog_right_item ul.wpp-list li {
    height: 600px;
  }

  .blog_right .blog_right_item ul.wpp-list li {
    height: 88px;
  }

  .blog_right .blog_right_item .wpp-widget-placeholder {
    /* ローディングバー */
    background: #17acc7 !important;
    background: linear-gradient(90deg, #17acc7 0%, #2d8998 10%, #17acc7 100%) !important;
  }

  .blog_right .blog_right_item #wpp-2 ul li a.wpp-post-title {
    display: block;
    font-size: 14px;
  }

  .blog_right .blog_right_item #wpp-2 ul li br {
    display: none;
  }

  .blog_right .blog_right_item #wpp-2 ul li .wpp-excerpt {
    font-size: 14px;
  }

  /* ctaボタン */
  .blog_right_cta {
    margin: 16px 0 0;
    outline: 2px solid #de0808;
    outline-offset: -2px;
    border-radius: 8px;
  }

  .blog_right_cta p {
    padding: 12px;
  }

  .blog_right .blog_right_item a.footer-cta-link-card__link {
    margin: 0;
    min-width: 240px !important;
    width: 240px !important;
    box-shadow: none;
  }

  .blog_right .blog_right_item .footer-cta-link-card__link--icon-document {
    position: inherit;
    background: #de0808;
  }

  .blog_right .blog_right_item .footer-cta-link-card__link--icon-document:hover {
    background: #b10404;
    transform: none;
  }

  /* ページネーション */
  .section__inner_blog .pagination {}

  /* 関連記事 */
  .blog_related {
    padding: 40px 0 0;
  }

  .blog_related ul li {
    float: left;
    width: 30%;
    height: 314px;
    border: 1px solid #ccc;
  }

  .blog_related ul li:nth-of-type(2n) {
    margin: 0 24px 0;
  }

  .blog_related ul li .post_thumb img {
    width: 100%;
    height: 140px;
    object-fit: cover;
  }

  .blog_related ul li .post_tag a {
    display: inline-block;
    padding: 2px 8px;
    background-color: #17acc7;
    color: #fff;
    font-size: 14px;
  }

  .blog_related ul li .post_tag a:hover {
    text-decoration: none;
  }

  .blog_related ul li .post_day {
    padding: 4px 16px;
  }

  .blog_related ul li .post_title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    padding: 4px 16px;
    color: #17acc7;
    font-size: 18px;

    -webkit-line-clamp: 3;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  article.blog-list__item {
    margin: 0 0 6vw;
    padding: 0 0 6vw;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
  }

  article.blog-list__item .post_thumb img {
    display: block;
    width: 100%;
    height: 52vw;
    object-fit: cover;
  }

  article.blog-list__item .post_tag a {
    display: inline-block;
    padding: 2px 8px;
    background-color: #17acc7;
    color: #fff;
    font-size: 3.2vw;
  }

  article.blog-list__item .post_tag a:hover {
    text-decoration: none;
  }

  article.blog-list__item .post_day {
    padding: 1vw 4vw;
    font-size: 3.2vw;
  }

  article.blog-list__item .post_title {
    padding: 1vw 4vw;
    font-size: 3.8vw;
  }


  .section__inner_blog {
    padding: 0 16px
  }

  .section__inner_blog h2.blog-list_h2 {
    padding: 0 0 16px;
    font-weight: 700;
    font-size: 18px;
  }

  .blog_left {
    position: relative;
  }

  .blog_right {
    /* サイドエリア */
    padding: 24px 0 0;
  }

  .blog_right .blog_right_item {
    padding: 0 0 24px;
  }

  .blog_right .blog_right_item:last-child {
    padding: 0;
  }

  .blog_right h3 {
    margin: 0 0 8px;
    padding: .6em;
    background-color: #17acc7;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
  }

  .blog_right_cta {
    margin-top: 20px;
  }

  /* 人気記事 */
  #wpp-2::marker {
    color: #fff;
  }

  .blog_right .blog_right_item h2.widgettitle {
    display: none;
  }

  .blog_right .blog_right_item ul.wpp-list li {}

  .blog_right .blog_right_item .wpp-widget-placeholder {
    /* ローディングバー */
    background: #17acc7 !important;
    background: linear-gradient(90deg, #17acc7 0%, #2d8998 10%, #17acc7 100%) !important;
  }

  .blog_right .blog_right_item #wpp-2 ul li a.wpp-post-title {
    display: block;
  }

  .blog_right .blog_right_item #wpp-2 ul li br {
    display: none;
  }

  .blog_right .blog_right_item #wpp-2 ul li .wpp-excerpt {}


  .blog_right .blog_right_item a.footer-cta-link-card__link {
    margin: 24px 0 16px;
  }


  /* 関連記事 */
  .blog_related {
    padding: 40px 0 0;
  }

  .blog_related h3 {
    margin: 0 0 16px !important;
  }

  .blog_related ul li {
    margin: 0 0 6vw;
    padding: 0 0 6vw;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
  }

  .blog_related ul li .post_thumb img {
    display: block;
    width: 100%;
    height: 52vw;
    object-fit: cover;
  }

  .blog_related ul li .post_tag a {
    display: inline-block;
    padding: 2px 8px;
    background-color: #17acc7;
    color: #fff;
    font-size: 3.2vw;
  }

  .blog_related ul li .post_tag a:hover {
    text-decoration: none;
  }

  .blog_related ul li .post_day {
    padding: 1vw 4vw;
    font-size: 3.2vw;
  }

  .blog_related ul li .post_title {
    padding: 1vw 4vw;
    font-size: 3.8vw;
  }
}





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

	お役立ち情報コラム 個別記事

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

.breadcrumb .post-blog br {
  /* パンくずリスト改行しない */
  display: none;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
  .blog_wrap .post_tag {
    display: none;
  }

  .blog_wrap>img {
    display: block;
    max-width: 600px;
    text-align: left;
  }

  .blog_wrap img+p {
    padding: 24px 0 0;
  }

  .blog_wrap .blog_box {
    margin: 40px 0;
    padding: 24px;
    background-color: #fff;
  }

  .blog_wrap .blog_box p {
    padding: 0 0 0 8px;
  }

  .blog_left h3 {
    margin: 0 0 16px;
    padding: 0 0 8px;
    border-bottom: 6px double #17acc7;
    color: #17acc7;
    font-weight: 700;
    font-size: 22px;
  }

  .blog_left h4 {
    margin: 24px 0 16px;
    padding: 0 0 0 8px;
    border-left: 4px solid;
    font-weight: 700;
    font-size: 18px;
  }

  .blog_left h5 {
    margin: 24px 0 8px;
    padding: 0 0 0 8px;
    font-weight: 700;
    font-size: 16px;
  }

  .blog_box>ul {
    padding: 16px 0 16px 32px;
    list-style-type: disc;
  }

  .blog_box table {
    margin: 1em 0;
    width: 100%;
  }

  .blog_box table th,
  .blog_box table td {
    padding: .8em;
    border: 1px solid #17acc7;
    background-color: #fff;
  }

  .blog_box table th {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #17acc7;
    color: #fff;
    vertical-align: middle;
    font-weight: 700;
  }

  .blog_box table th:last-child {
    border-right: 1px solid #17acc7;
  }

  .day__container {
    position: absolute;
    top: 8px;
    left: 0;
  }

  .day__container p::before {
    content: '';
    display: inline-block;
    margin: -2px 8px 0 0;
    width: 16px;
    height: 16px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/column/clock-regular.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .sns__container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    /* SNSシェアボタン */
    margin: 0 auto 16px;
  }

  .sns__container a {
    margin: 0 8px 0 0;
    padding: .5rem .8rem;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
  }

  .sns__container a:hover {
    text-decoration: none;
    opacity: .6;
  }

  .sns__container a:nth-child(1)::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/column/twitter-brands.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .sns__container a:nth-child(2)::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/column/facebook-f-brands.svg);
    background-position: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .sns__container a:last-child {
    margin: 0;
  }

  .sns__twitter {
    background: #55acee;
  }

  .sns__facebook {
    background: #3b5998;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  .blog_wrap {
    padding: 0 16px;
  }

  .blog_wrap .post_tag {
    display: none;
  }

  .blog_wrap>img {
    display: block;
    width: 100%;
  }

  .blog_wrap img+p {
    padding: 16px 0 0;
  }


  .blog_wrap .blog_box {
    margin: 24px 0;
    padding: 16px;
    background-color: #fff;
  }

  .blog_wrap .blog_box p {
    padding: 0 0 0 8px;
  }

  .blog_left h3 {
    margin: 0 0 8px;
    padding: 0 0 4px;
    border-bottom: 6px double #17acc7;
    color: #17acc7;
    font-weight: 700;
    font-size: 20px;
  }

  .blog_left h4 {
    margin: 16px 0 8px;
    padding: 0 0 0 8px;
    border-left: 4px solid;
    font-weight: 700;
    font-size: 18px;
  }

  .blog_left h5 {
    margin: 16px 0 4px;
    padding: 0 0 0 8px;
    font-weight: 700;
    font-size: 16px;
  }

  .blog_box>ul {
    padding: 16px 0 16px 32px;
    list-style-type: disc;
  }

  .blog_box table {
    margin: 1em 0;
    width: 100%;
  }

  .blog_box table th,
  .blog_box table td {
    padding: .8em;
    border: 1px solid #17acc7;
    background-color: #fff;
  }

  .blog_box table th {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #17acc7;
    color: #fff;
    vertical-align: middle;
    font-weight: 700;
  }

  .blog_box table th:last-child {
    border-right: 1px solid #17acc7;
  }

  .day__container {
    position: absolute;
    top: 4px;
    left: 0;
  }

  .day__container p::before {
    content: '';
    display: inline-block;
    margin: -2px 8px 0 0;
    width: 16px;
    height: 16px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/column/clock-regular.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .sns__container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0 0 16px;
    /* SNSシェアボタン */
    width: 100%;
  }

  .sns__container a {
    margin: 0 8px 0 0;
    padding: .3rem .8rem .5rem;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
  }

  .sns__container a:hover {
    text-decoration: none;
    opacity: .6;
  }

  .sns__container a:nth-child(1)::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/column/twitter-brands.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .sns__container a:nth-child(2)::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/column/facebook-f-brands.svg);
    background-position: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .sns__container a:last-child {
    margin: 0;
  }

  .sns__twitter {
    background: #55acee;
  }

  .sns__facebook {
    background: #3b5998;
  }
}





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

	220320 フッターメニュー変更

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

/* PC設定
----------------------------------------------- */
@media (min-width: 1130px) {
  .footer-nav {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .footer-nav li.footer-nav__item {
    padding: 0 0 16px;
  }

  .footer-nav .global-nav__link,
  .footer-nav .global-nav__nolink {
    padding: 0;
    color: var(--light-blue);
    font-weight: 700;
  }

  .footer-nav .global-nav__item--has-child .global-nav__link:before,
  .footer-nav .global-nav__item--has-child .global-nav__nolink:before {
    display: none;
  }

  .footer-nav .global-nav__item--has-child .global-nav__link:after,
  .footer-nav .global-nav__item--has-child .global-nav__nolink:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #17acc7;
    border-right: 2px solid var(--light-blue);
    border-bottom: 2px solid #17acc7;
    border-bottom: 2px solid var(--light-blue);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .footer-nav .global-nav__item--has-child:nth-child(1) .global-nav__link:after {
    margin-left: 20px;
  }

  .footer-nav .global-nav__item--has-child:nth-child(5) .global-nav__nolink:after {
    margin-left: 32px;
  }

  .footer-nav .global-nav__item:not(.global-nav__item--cta) {
    margin-left: 0;
  }

  .footer-nav .global-sub-nav,
  .footer-nav .global-sub-nav:before {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 16vw;
    text-align: left;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .footer-nav .global-sub-nav--large {
    width: 320px;
  }

  .footer-nav .global-sub-nav:before {
    display: none;
  }

  .footer-info {
    width: 300px;
  }

  .footer-info-menu {
    display: block;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 16px;
    min-height: 200px;
    width: 80%;
    text-align: left;
  }

  .footer-sns {
    position: relative;
    box-sizing: border-box;
    margin-right: 50px;
    margin-bottom: 1.5em;
    padding: 0 10px;
    min-width: 120px;
    max-width: 100%;
    border-bottom: solid 2px #555;
    color: #555;
    text-align: center;
    font-size: 14px;
  }

  .footer-sns:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 2;
    margin-left: -4px;
    border: 5px solid transparent;
    border-top: 5px solid var(--light-gray);
  }

  .footer-sns:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    z-index: 1;
    margin-left: -6px;
    border: 7px solid transparent;
    border-top: 7px solid #555;
  }

  .sns_a_tag {
    margin: 0 auto;
  }

  .footer-nav-sp__primary,
  .footer-nav-sp__secondary {
    display: none;
  }

  .sns_a_tag:first-child .sns_box {
    margin-right: 20px;
  }
}

.sns_area {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-right: 50px;
  padding: 0 10px;
  max-width: 100%;
  text-align: center;
}

.sns_box {
  padding: 34px;
  width: 100px;
  height: 100px;
  border: solid 1px #d2cbcb;
}

.sns_box img {
  width: 100%;
}


/* SP設定
----------------------------------------------- */
@media (max-width: 1129px) {

  .footer-nav .footer-nav__item,
  .footer-nav-bottom .footer-nav__item {
    font-size: 1.2rem;
  }

  .footer-nav .global-nav__link,
  .footer-nav .global-nav__nolink {
    display: block;
    padding: 8px 16px;
    color: #17acc7;
    color: var(--light-blue);
    font-weight: 700;
  }

  .footer-nav .global-nav__link:before {
    display: none;
  }

  .footer-nav .global-nav__item {
    border-bottom: none;
  }

  .footer-sns {
    margin-right: 0;
  }

  .sns_area {
    margin-right: 0;
  }

  .footer-nav-sp__primary .footer-nav__item {
    border-right: 1px solid #d9d9d9;
    border-right: 1px solid var(--gray);
  }
	
	.global-nav__item.footer-nav__item {
		margin: 0;
	}
}





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

	220412 機能一覧ページ変更

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

.feature-info__title {
  background: #fec424;
  color: rgb(51, 51, 51);
}

/* PC設定
----------------------------------------------- */
@media (min-width: 1130px) {

  /*
  #post-344 .section--light-blue {
    padding: 60px 0;
  }
  */
  .functions-detail-button_right {
    position: relative;
    left: 708px;
  }

  .functions-detail-button_left .link-button,
  .functions-detail-button_right .link-button {
    display: inline-block;
    min-width: 300px !important;
  }

  /*
  #post-344 a.button-link-list__link {
    position: relative;
    background-color: #EFFBFF;
  }
  #post-344 .button-link-list__link:hover {
    text-decoration: none;
    background: #FFF;
  }
  #post-344 a.button-link-list__link::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #17ACC7;
    border-bottom: 2px solid var(--light-blue);
    border-right: 2px solid #17ACC7;
    border-right: 2px solid var(--light-blue);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    top: 15px;
    right: 40px;
  }
  */
}

/* タブレット設定
----------------------------------------------- */
@media screen and (max-width: 1400px) {
  /*
  #post-344 a.button-link-list__link {
    position: relative;
    background-color: #EFFBFF;
  }
  #post-344 .button-link-list__link:hover {
    text-decoration: none;
    background: #FFF;
  }
  #post-344 a.button-link-list__link::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #17ACC7;
    border-bottom: 2px solid var(--light-blue);
    border-right: 2px solid #17ACC7;
    border-right: 2px solid var(--light-blue);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    top: 15px;
    right: 16px;
  }
  */
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

  /*
  #post-344 .section--light-blue {
    padding: 32px 0 8px;
  }
  */
  .functions-detail-button_left .link-button,
  .functions-detail-button_right .link-button {
    margin: 24px 0 0;
  }

  /*
  #post-344 a.button-link-list__link {
    position: relative;
    background-color: #EFFBFF;
  }
  #post-344 .button-link-list__link:hover {
    text-decoration: none;
    background: #FFF;
  }
  #post-344 a.button-link-list__link::after {
    content: "";
    position: absolute;
    border-bottom: 2px solid #17ACC7;
    border-bottom: 2px solid var(--light-blue);
    border-right: 2px solid #17ACC7;
    border-right: 2px solid var(--light-blue);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    top: 15px;
    right: 16px;
  }
  */

  .sns_a_tag:first-child .sns_box {
    border-right: unset;
  }
}





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

	220627 料金ページ変更

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

/* PC設定
----------------------------------------------- */
@media (min-width: 1001px) {
  .flex__container {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .flex__container-item {
    padding: 24px;
    width: 400px;
  }

  .flex__container-item:nth-child(1) {
    background: var(--ex-light-blue);
  }

  .flex__container-item:nth-child(2) {
    background: #bff5ff;
  }

  .flex__container-item:nth-child(2)::after {
    content: '';
    /* オススメ！ */
    position: absolute;
    top: -58px;
    left: 50%;
    z-index: 0;
    display: inline-block;
    margin-left: 320px;
    width: 116px;
    height: 116px;
    background: url(/wp/wp-content/themes/loioz/dist/assets/img/price/price_recommend.png) center top no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  .flex__container-item--heading {
    padding: 0 0 8px 0;
    text-align: center;
    font-weight: 700;
    font-size: 2.8rem;
  }

  .flex__container-item--txt {
    padding: 0 0 24px;
    text-align: center;
  }

  .flex__container-item--without-tax {
    padding: 0 0 8px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
  }

  .flex__container-item--without-tax .month {
    font-weight: 700;
    font-size: 1.5rem;
  }

  .flex__container-item--without-tax .price {
    font-weight: 700;
    font-size: 6.2rem;
  }

  .flex__container-item--without-tax .yen {
    font-weight: 700;
    font-size: 3.4rem;
  }

  .flex__container-item--with-tax {
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
  }

  .flex__container-item:nth-child(1) .flex__container-item--with-tax {
    padding: 0 0 0 83px;
  }

  .flex__container-item:nth-child(2) .flex__container-item--with-tax {
    padding: 0 0 0 83px;
  }

  .flex__container-item--with-tax .price {
    font-weight: 700;
    font-size: 3.4rem;
  }

  .flex__container-item--with-tax .yen {
    font-weight: 700;
    font-size: 2.6rem;
  }

  .flex__container-item--btn {
    margin: 48px 0 16px;
  }

  .flex__container-item--btn .footer-cta-link-card__link--icon-pc {
    margin: 0 auto;
    width: 300px;
    border-radius: 100px;
  }

  .flex__container-item--btn .footer-cta-link-card__link:before {
    display: none;
  }

  /* 比較テーブル */
  .comparison__container {
    position: relative;
    padding: 40px 0 0;
  }

  .comparison__container-table {
    position: relative;
    margin: 0 0 24px;
    max-width: 1068px;
  }

  .comparison__container-table caption {
    padding: 0 0 8px 0;
    color: var(--light-blue);
    text-align: left;
    font-weight: 700;
    font-size: 2rem;
  }

  .comparison__container-table .tr-sp {
    display: none;
  }

  .comparison__container-table th,
  .comparison__container-table td {
    padding: .8em;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
  }

  .comparison__container-table td:last-child {
    border-right: none;
  }

  .comparison__container-table th {
    background-color: #f2f2f2;
    text-align: left;
    letter-spacing: 0;
    font-weight: 700;
  }

  .comparison__container-table td {
    width: 400px;
    text-align: center;
    font-weight: 700;
  }

  .comparison__container-table th small,
  .comparison__container-table td small {
    font-weight: 700;
    font-size: 1.5rem;
  }

  .img-centertext {
    position: relative;
    height: 100px;
  }

  .img-centertext p {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -408px;
    width: 590px;
  }

  /* CTAボタン */
  .section-price__cta {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
  }

  .section-price__cta-btn:nth-child(1) {
    margin: 0 40px 0 0;
  }

  .section-price__cta-btn .footer-cta-link-card__link--icon-pc {
    display: block;
    width: 380px;
    height: 98px;
    text-align: center;
    font-size: 1.8rem;
  }

  .section-price__cta-btn .footer-cta-link-card__link--icon-pc .large {
    font-size: 2.4rem;
  }

  .section-price__cta-btn .footer-cta-link-card__link--icon-pc::before {
    display: none;
  }

  .section-price__cta-btn .footer-cta-link-card__link.footer-cta-link-card__link--icon-document {
    display: block;
    padding: 24px 0 0;
    width: 380px;
    height: 98px;
    text-align: center;
    font-size: 1.8rem;
  }

  .section-price__cta-btn .footer-cta-link-card__link.footer-cta-link-card__link--icon-document .large {
    font-size: 3.2rem;
  }

  .section-price__cta-btn .footer-cta-link-card__link.footer-cta-link-card__link--icon-document::before {
    display: none;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 1000px) {
  .flex__container {
    position: relative;
    display: block;
  }

  .flex__container-item {
    padding: 24px;
    width: 100%;
  }

  .flex__container-item:nth-child(1) {
    background: var(--ex-light-blue);
  }

  .flex__container-item:nth-child(2) {
    background: #bff5ff;
  }

  .flex__container-item:nth-child(2)::after {
    content: '';
    /* オススメ！ */
    position: absolute;
    top: 292px;
    right: -8px;
    z-index: 1;
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(/wp/wp-content/themes/loioz/dist/assets/img/price/price_recommend.png) center top no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  .flex__container-item--heading {
    padding: 0 0 8px 0;
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
  }

  .flex__container-item--txt {
    padding: 0 0 24px;
    text-align: center;
  }

  .flex__container-item--without-tax {
    padding: 0 0 8px;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
  }

  .flex__container-item--without-tax .month {
    font-weight: 700;
    font-size: 1.5rem;
  }

  .flex__container-item--without-tax .price {
    font-weight: 700;
    font-size: 4.6rem;
  }

  .flex__container-item--without-tax .yen {
    font-weight: 700;
    font-size: 2.6rem;
  }

  .flex__container-item--with-tax {
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
  }

  .flex__container-item:nth-child(1) .flex__container-item--with-tax {
    padding: 0 0 0 62px;
  }

  .flex__container-item:nth-child(2) .flex__container-item--with-tax {
    padding: 0 0 0 62px;
  }

  .flex__container-item--with-tax .price {
    font-weight: 700;
    font-size: 2.6rem;
  }

  .flex__container-item--with-tax .yen {
    font-weight: 700;
    font-size: 1.8rem;
  }

  .flex__container-item--btn {
    margin: 48px 0 8px;
  }

  .flex__container-item--btn .footer-cta-link-card__link--icon-pc {
    margin: 0 auto;
    width: 100%;
    border-radius: 100px;
  }

  .flex__container-item--btn .footer-cta-link-card__link:before {
    display: none;
  }

  /* 比較テーブル */
  .comparison__container {
    position: relative;
    padding: 32px 0 0;
  }

  .comparison__container-table {
    position: relative;
    margin: 0 0 16px;
    max-width: 100%;
  }

  .comparison__container-table caption {
    padding: 0 0 8px 0;
    color: var(--light-blue);
    text-align: left;
    font-weight: 700;
    font-size: 1.6rem;
  }

  .comparison__container-table th,
  .comparison__container-table td {
    padding: .6em;
    border-top: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
  }

  .comparison__container-table td:last-child {
    border-right: none;
  }

  .comparison__container-table th {
    background-color: #f2f2f2;
    text-align: left;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 1.2rem;
  }

  .comparison__container-table .tr-sp th:nth-child(2) {
    width: 38%;
    background: var(--ex-light-blue);
    text-align: center;
  }

  .comparison__container-table .tr-sp th:nth-child(3) {
    width: 38%;
    background: #bff5ff;
    text-align: center;
  }

  .comparison__container-table td {
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
  }

  .comparison__container-table th small,
  .comparison__container-table td small {
    font-weight: 700;
    font-size: 1.2rem;
  }

  /* CTAボタン */
  .section-price__cta {
    display: block;
    padding: 0 16px;
  }

  .section-price__cta-btn:nth-child(1) {
    padding: 0 0 16px;
  }

  .section-price__cta-btn .footer-cta-link-card__link--icon-pc {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }

  .section-price__cta-btn .footer-cta-link-card__link--icon-pc .large {
    font-size: 2rem;
  }

  .section-price__cta-btn .footer-cta-link-card__link--icon-pc::before {
    display: none;
  }

  .section-price__cta-btn .footer-cta-link-card__link.footer-cta-link-card__link--icon-document {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
  }

  .section-price__cta-btn .footer-cta-link-card__link.footer-cta-link-card__link--icon-document .large {
    font-size: 2.8rem;
  }

  .section-price__cta-btn .footer-cta-link-card__link.footer-cta-link-card__link--icon-document::before {
    display: none;
  }
}




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

	220817 ＳＰハンバーガーメニュー改修

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 1130px) {
  .toggle_title-nav {
    display: block;
    padding: 8px 16px;
    color: inherit;
    font-weight: 600;
  }

  .toggle_btn-nav {}

  .toggle_btn-nav:before,
  .toggle_btn-nav:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 0;
    width: 7px;
    height: 7px;
    border-right: 2px solid #17acc7;
    border-right: 2px solid var(--light-blue);
    border-bottom: 2px solid #17acc7;
    border-bottom: 2px solid var(--light-blue);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .toggle_btn-nav:before {
    width: 7px;
    height: 7px;
  }

  .toggle_title-nav.selected .toggle_btn-nav:before {
    content: normal;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

  /* アコーディオン */
  .toggle_contents-nav {}

  .toggle_title-nav {
    position: relative;
    padding: 8px 16px 8px 48px;
    color: inherit;
    font-weight: 600;
    font-size: 1.5rem;
    cursor: pointer;
  }

  .toggle_btn-nav {
    position: absolute;
    top: 50%;
    left: 16px;
    display: block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    transform: translateY(-50%);
  }

  .toggle_btn-nav:before,
  .toggle_btn-nav:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 18px;
    height: 3px;
    background-color: #d9d9d9;
    transform: translate(-50%, -50%);
  }

  .toggle_btn-nav:before {
    width: 3px;
    height: 18px;
  }

  .toggle_title-nav.selected .toggle_btn-nav:before {
    content: normal;
  }

  .toggle_contents-nav dd {
    display: none;
  }

  /* バナー */
  .global-nav-sp-banner {
    padding: 16px;
  }

  .global-nav-sp-banner a {
    display: block;
    margin: 0 0 16px;
  }
}





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

	220818 導入の流れ

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 1130px) {
  .link-card__support__item .link-card__desc {
    font-size: 1.2rem;
  }
}





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

	220825 TOP動画

================================================================================ */
/* PC設定
----------------------------------------------- */
@media (min-width: 1130px) {
  .section__movie {
    margin: 40px 0 0;
    text-align: center;
  }

  .section__movie iframe {
    width: 560px;
    height: 315px;
    border: 1px solid #d9d9d9;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  .section__movie {
    margin: 24px 0 0;
    text-align: center;
  }

  .section__movie iframe {
    width: 100%;
    height: 190px;
    border: 1px solid #d9d9d9;
  }
}





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

	220825 TOP動画

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

/*動画表示のモーダルの余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 769px) {
  .movie-ttl {
    padding-top: 70px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
  }

  .section__movie {
    margin: 40px 0 40px;
    text-align: center;
  }

  .section__movie iframe {
    width: 560px;
    height: 315px;
    border: 1px solid #d9d9d9;
  }
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  .movie-ttl {
    padding-top: 28px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
  }

  .section__movie {
    margin: 24px 0 24px;
    text-align: center;
  }

  .section__movie iframe {
    width: 100%;
    height: 190px;
    border: 1px solid #d9d9d9;
  }

  .section__movie a.video-open {
    display: none;
  }
}





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

	220928 ダウンロードフォーム(はじめてのloioz)

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

.download-form__primary h3 span {
  padding: 0 0 0 .5em;
  font-size: 1.8rem;
}





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

	221014 お役⽴ち資料ページ

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

/* PC設定
----------------------------------------------- */

.document-section {
  padding: 0 0 80px;
}

.document-section__flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.document-section__item {
  position: relative;
  padding: 32px;
  width: 388px;
  box-shadow: 6px 6px 18px rgb(0 0 0 / 12%);
}

.document-section__item:nth-child(1) {
  margin: 0 24px 0 0;
}

.document-section__item a:hover {
  text-decoration: none;
}

.document-section__item img {
  display: block;
  margin: 0 auto 16px;
  width: 100%;
  height: auto;
}

.document-section__item h3 {
  padding: 0 0 16px;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.3;
}

.document-section__item a>h3,
.document-section__item a>p {
  color: var(--color-text);
}

.document-section__item h3 span {
  font-size: 1.6rem;
}

.document-section__item h3 span.kokyaku {
  font-size: 2.5rem;
}

.document-section__item .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 100%;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
  transform: translate(-50%, -50%);
}

.document-section__item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 172, 199, .5);
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.document-section__item:hover .mask {
  opacity: 1;
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  .document-section {
    padding: 0 0 80px;
  }

  .document-section__flex {
    display: block;
  }

  .document-section__item {
    position: relative;
    padding: 24px;
    width: 100%;
    box-shadow: 6px 6px 18px rgb(0 0 0 / 12%);
  }

  .document-section__item:nth-child(1) {
    margin: 0 0 24px;
  }

  .document-section__item a:hover {
    text-decoration: none;
  }

  .document-section__item img {
    display: block;
    margin: 0 auto 16px;
    width: 100%;
    height: auto;
  }

  .document-section__item h3 {
    padding: 0 0 16px;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .document-section__item a>h3,
  .document-section__item a>p {
    color: var(--color-text);
  }

  .document-section__item h3 span {
    font-size: 1.5rem;
  }

  .document-section__item h3 span.kokyaku {
    font-size: 2.3rem;
  }

  .document-section__item .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    width: 100%;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 2.2rem;
    transform: translate(-50%, -50%);
  }

  .document-section__item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 172, 199, .5);
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }

  .document-section__item:hover .mask {
    opacity: 1;
  }
}





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

	221021 CTAボタン修正

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

/* PC設定
----------------------------------------------- */
.footer-cta-link-card__title .new-home-mv__button {
  padding: 36px 24px 16px 0;
}

.footer-cta-link-card__title .new-home-mv__button .new-home-mv__button-sub-copy {
  top: 16px;
  font-size: 1.4rem;
}

.footer-cta-link-card__title .new-home-mv__button--trial {
  padding: 36px 4px 16px 0;
}

.footer-cta-link-card__title .new-home-mv__button--trial .new-home-mv__button-sub-copy {
  top: 16px;
  left: 0;
  font-size: 1.4rem;
}

/* SP設定
----------------------------------------------- */
@media (max-width: 950px) {
  .footer-cta-link-card__title .new-home-mv__button {
    min-width: auto;
    width: 100%;
  }

  .footer-cta-link-card__title .new-home-mv__button--trial {
    min-width: auto;
    width: 100%;
  }
}





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

	221122 小さいグローバルナビゲーション

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

/* PC設定
----------------------------------------------- */
@media (min-width: 1149px) {
  .global-nav-small {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .global-nav-small.sponly {
    display: none;
  }

  .global-nav-small__item {
    position: relative;
    margin-left: 10px;
  }

  .global-nav-small__link {
    display: block;
    padding: 8px 16px;
    color: inherit;
    font-weight: 400;
    font-size: 1.3rem;
  }

  .global-nav-small__link:hover {
    color: var(--color-link);
  }

  .global-nav-small .global-sub-nav__icon {
    margin-left: 10px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/top/icon_login2.png);
    background-position: 9px;
    background-size: 11px 14px;
    background-repeat: no-repeat;
    text-indent: 17px;
  }

  .global-nav-small .global-sub-nav__icon:hover {
    margin-left: 10px;
    background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/top/icon_login_hover2.png);
    background-position: 9px;
    background-size: 11px 14px;
    background-repeat: no-repeat;
    text-indent: 17px;
  }

  .global-nav-small__item:last-child .global-nav-small__link {
    padding: 8px 16px 8px 12px;
  }
}


/* SP設定
----------------------------------------------- */
@media (max-width: 1120px) {
  .global-nav-small {
    padding-right: 0;
  }
}

@media (max-width: 1149px) {
  .global-nav-small__item {
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    border-bottom: 1px solid var(--gray);
  }

  .global-nav-small__item:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #d9d9d9;
    border-top: 2px solid var(--gray);
    border-right: 2px solid #d9d9d9;
    border-right: 2px solid var(--gray);
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
}

@media (max-width: 1149px) {
  .global-nav-small__link {
    display: block;
    padding: 8px 16px;
    color: inherit;
  }
}





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

	230111 料金ページ改修

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

/* PC設定
----------------------------------------------- */
@media (min-width: 1001px) {
  .flex__container-item {
    padding-bottom: 160px;
  }

  .flex__container-item--btn .footer-cta-link-card__link--icon-pc {
    width: 340px;
  }
}

.flex__container .flex__container-item--btn {
  position: absolute;
  bottom: 20px;
  text-align: center;
}

.comparison__container table tbody tr td.bg-blue {
  background-color: #bff5ff;
  font-weight: 900;
}


/* SP設定
----------------------------------------------- */
@media (max-width: 1000px) {
  .flex__container-item:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 260px;
    right: -8px;
    z-index: 1;
    display: inline-block;
    width: 64px;
    height: 64px;
    background: url(/wp/wp-content/themes/loioz/dist/assets/img/price/price_recommend.png) center top no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  .flex__container .flex__container-item--btn {
    position: relative;
    top: 0;
    margin: 24px 0 8px;
    width: 100%;
    text-align: center;
  }

  .new-home-mv__button,
  .new-home-mv__button--trial {
    width: 100%;
  }
}





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

	230111 導入の流れページ改修

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

/* PC設定
----------------------------------------------- */
.flex-container__flow {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-container__flow .section__desc {
  margin-left: 12px;
}

.flex-container__flow .section__desc p {
  width: 580px;
}

.flex-container__flow .section__img {
  width: 160px;
}

li.large-num-list__item:nth-child(6) {
  padding: 40px 0 40px 140px;
}

li.large-num-list__item:nth-child(6) .flex-container__flow .section__img {
  width: 180px;
}

.large-num-list h4 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 2.6rem;
}

.large-num-list h4:before,
.large-num-list h4:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 200px;
  height: 8px;
  background: #17acc7;
  background: var(--light-blue);
}

.large-num-list h4:before {
  left: 0;
}

.large-num-list h4:after {
  right: 0;
}

li.large-num-list__item:nth-child(5) {
  border-top: none;
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
  .flex-container__flow {
    flex-direction: column;
  }

  .flex-container__flow .section__desc p {
    width: 100%;
  }

  .flex-container__flow .section__img {
    margin: 0 auto;
    padding: 24px 0;
    width: 160px;
  }

  .large-num-list h4 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
  }

  .large-num-list h4:before,
  .large-num-list h4:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 6px;
    background: #17acc7;
    background: var(--light-blue);
  }

  .large-num-list h4:before {
    left: 0;
  }

  .large-num-list h4:after {
    right: 0;
  }
}


/* 230424_会計管理 */

@media (max-width: 767px) {
  .h3-invoice {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 767px) {
  .functions-detail-mv {
    height: 116vw;
  }
}

@media (max-width: 767px) {
  .functions-detail-mv__buttons {
    position: absolute;
    top: 76vw;
    z-index: 0;
  }
}

@media (max-width: 767px) {
  .breadcrumb-functions-detail {
    position: absolute;
    top: 136vw;
    left: 0;
    z-index: 0;
  }
}

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

  230529 オンラインヘルプ修正

================================================================================ */
.red-marker-thin {
  background: linear-gradient(transparent 75%, #ffadad 75%);
  font-weight: bold;
}

.yellow-marker-thin {
  background: linear-gradient(transparent 75%, #fff799 75%);
  font-weight: bold;
}

.blue-marker-thin {
  background: linear-gradient(transparent 75%, #c1ffff 75%);
  font-weight: bold;
}

.trial-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border: 1px solid #16acc7;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .trial-footer {
    padding: 10px;
    text-align: left;
    font-size: 14px;
  }
}

.trial-footer img {
  width: 86px;
}

.top-loioz {
  padding-top: 70px;
}

@media screen and (max-width:768px) {
  .top-loioz {
    padding-top: 34px;
  }
}

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

  230801 パートナー制度申し込み

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

.sp-only {
  display: none;
}

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

  .sp-only {
    display: block;
  }
}

.partner-top {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1032px;
}

.partner-top--sp {
  display: none;
}

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

  .partner-top--sp {
    display: block;
  }
}

.partner-top img {
  width: 100%;
}

.container-partner {
  margin: 0 auto;
  max-width: 960px;
}

@media screen and (max-width:768px) {
  .container-partner {
    padding: 0 16px;
  }
}

.section-system {
  margin: 80px auto 0;
  max-width: 800px;
}

@media screen and (max-width:768px) {
  .section-system {
    margin-top: 54px;
  }
}

.wrap-system {
  display: flex;
  justify-content: space-between;
}

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

.box-system {
  margin-top: 40px;
  padding: 34px 24px 36px;
  max-width: 384px;
  background-color: #effbff;
}

@media screen and (max-width:768px) {
  .box-system {
    margin-top: 24px;
    padding: 24px 24px 30px;
  }
}

.box-system__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.box-system__txt {
  margin-top: 16px;
  letter-spacing: .03em;
}

.box-system__flow {
  margin-top: 24px;
}

.box-system__flow-txt {
  font-weight: bold;
  font-size: 18px;
}

.box-system__flow img {
  margin-top: 16px;
}

.section-system__table {
  margin-top: 80px;
}

@media screen and (max-width:768px) {
  .section-system__table {
    margin-top: 46px;
    font-size: 14px;
  }
}

.section-system__table tr {
  border: 1px solid #000;
}

.section-system__table tr:first-child td {
  background-color: #f2f2f2;
  font-weight: bold;
}

.section-system__table tr:nth-child(2) td:first-child {
  font-weight: bold;
}

.section-system__table tr:nth-child(5) td:first-child {
  font-weight: bold;
}

@media screen and (max-width:768px) {
  .section-system__table tr:not(:first-child) td {
    text-align: left;
  }
}

.section-system__table td {
  padding: 18px 0;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width:768px) {
  .section-system__table td {
    padding: 18px 12px;
  }
}

.section-incentive {
  margin: 80px auto 0;
  max-width: 920px;
}

@media screen and (max-width:768px) {
  .section-incentive {
    margin-top: 46px;
  }
}

.wrap-incentive {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

@media screen and (max-width:768px) {
  .wrap-incentive {
    display: block;
    margin-top: 17px;
  }
}

.box-incentive {
  max-width: 280px;
}

@media screen and (max-width:768px) {
  .box-incentive {
    max-width: 100%;
  }

  .box-incentive:not(:first-child) {
    margin-top: 32px;
  }
}

.box-incentive__head {
  padding: 24px 17px;
  background-color: #effbff;
}

@media screen and (max-width:768px) {
  .box-incentive__head {
    padding: 16px 0;
  }
}

.box-incentive__head-txt {
  text-align: center;
  letter-spacing: .02em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .box-incentive__head-txt {
    font-size: 16px;
  }
}

.box-incentive__head-txt span {
  color: #17acc7;
}

.box-incentive__foot {
  margin-top: 12px;
  text-align: center;
}

.box-incentive__foot-txt {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}

@media screen and (max-width:768px) {
  .box-incentive__foot-txt {
    font-size: 18px;
  }
}

.section-recommend {
  margin: 80px auto 0;
  max-width: 960px;
}

@media screen and (max-width:768px) {
  .section-recommend {
    margin-top: 46px;
  }
}

.wrap-recommend {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width:768px) {
  .wrap-recommend {
    justify-content: space-around;
    margin-top: 30px;
  }
}

.box-recommend {
  max-width: 250px;
}

@media screen and (max-width:768px) {
  .box-recommend {
    max-width: 280px;
  }

  .box-recommend:not(:first-child) {
    margin-top: 24px;
  }
}


.box-recommend__txt {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .box-recommend__txt {
    font-size: 16px;
  }
}

.box-recommend img {
  margin-top: 16px;
  width: 100%;
}

@media screen and (max-width:768px) {
  .box-recommend img {
    margin-top: 8px;
  }
}


.wrap-worries {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width:768px) {
  .wrap-worries {
    justify-content: center;
    margin-top: 30px;
  }
}

.box-worries {
  max-width: 280px;
}

@media screen and (max-width:768px) {
  .box-worries {
    max-width: 100%;
  }

  .box-worries:not(:first-child) {
    margin-top: 24px;
  }
}

.box-worries__txt {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .box-worries__txt {
    font-size: 16px;
  }
}

.box-worries img {
  margin-top: 16px;
  width: 100%;
}

@media screen and (max-width:768px) {
  .box-worries img {
    margin-top: 8px;
  }
}


.section-qa {
  margin: 80px auto 0;
  max-width: 800px;
}

@media screen and (max-width:768px) {
  .section-qa {
    margin-top: 46px;
  }

  .section-qa .section__content,
  .section-qa .sub-section {
    margin-top: 16px;
  }

  .section-qa .toggle_title {
    font-size: 15px;
  }
}

.section-form {
  margin: 80px auto 0;
  max-width: 800px;
}

@media screen and (max-width:768px) {
  .section-form {
    margin-top: 46px;
  }
}


.partner-form {
  margin-top: 24px;
}

@media screen and (max-width:768px) {
  .partner-form {
    margin-top: 17px;
  }
}

.section-form-confirm,
.section-form-complete {
  margin-top: 88px;
}

@media screen and (max-width:768px) {

  .section-form-confirm,
  .section-form-complete {
    margin-top: 54px;
  }
}

.section-form-complete .link-button {
  display: block;
  margin: 72px auto 0;
  max-width: 300px;
}

.top-loioz {
  padding-top: 70px;
}

@media screen and (max-width:768px) {
  .top-loioz {
    padding-top: 34px;
  }
}

.section-introduction__table {
  margin-top: 80px;
}

@media screen and (max-width:768px) {
  .section-introduction__table {
    margin-top: 46px;
    font-size: 14px;
  }
}

.section-introduction__table tr {
  border: 1px solid #000;
}

.section-introduction__table tr:first-child td {
  background-color: #f2f2f2;
  font-weight: bold;
}

.section-introduction__table tr:nth-child(2) td:first-child {
  font-weight: bold;
}

.section-introduction__table tr:nth-child(5) td:first-child {
  font-weight: bold;
}

.section-introduction__table tr:nth-child(2) td:nth-child(2),
.section-introduction__table tr:nth-child(3) td:nth-child(2),
.section-introduction__table tr:nth-child(4) td:nth-child(1),
.section-introduction__table tr:nth-child(5) td:nth-child(1) {
  padding-left: 40px;
  text-align: left;
}

@media screen and (max-width:768px) {

  .section-introduction__table tr:nth-child(2) td:nth-child(2),
  .section-introduction__table tr:nth-child(3) td:nth-child(2),
  .section-introduction__table tr:nth-child(4) td:nth-child(1),
  .section-introduction__table tr:nth-child(5) td:nth-child(1) {
    padding-left: 12px;
  }
}

@media screen and (max-width:768px) {
  .section-introduction__table tr:not(:first-child) td {
    text-align: left;
  }
}

.section-introduction__table td {
  padding: 18px 0;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width:768px) {
  .section-introduction__table td {
    padding: 18px 12px;
  }
}

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

  231001 コラムに目次を追加

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


#toc {
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 40px;
  border: 1px solid #17acc7;
}

#toc li {
  list-style: none;
}

#toc a {
  color: #000;
}

#toc a:hover {
  color: #17acc7;
}

.mokuji {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}

.toc-h3 {
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
}

.toc-h3::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 1%;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #17acc7;
  transform: translate(-50%, -50%);
}

.toc-h4 {
  position: relative;
  margin-top: 8px;
  padding-left: 32px;
}

.toc-h4::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 3%;
  width: 8px;
  height: 2px;
  background-color: #17acc7;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:768px) {
  #toc {
    margin: 32px auto;
  }

  .toc-h4::before {
    left: 7%;
  }
}

.kana {
  display: block;
  letter-spacing: 0;
  font-size: 12px;
}

@media screen and (max-width:768px) {
  .kana {
    font-size: 10px;
  }
}

.deco {
  background: -webkit-linear-gradient(bottom, #e8ce57, #e8ce57 6px, transparent 6px);
  background: linear-gradient(to top, #e8ce57, #e8ce57 6px, transparent 6px);
}

.table-data-migration,
.table-data-migration td,
.table-data-migration th {
  border-collapse: collapse;
  vertical-align: middle;
}

.table-data-migration {
  margin-top: 10px;
}

.table-data-migration td,
.table-data-migration th {
  padding: 8px 10px;
  border: 1px solid #b5b5b5;
}

.table-data-migration th {
  text-align: left;
  letter-spacing: 0;
  font-weight: 700;
}

.table-data-migration tr:first-of-type th {
  text-align: center;
}

.table-data-migration tr th:first-of-type {
  max-width: 180px;
  font-size: 18px;
  line-height: 1.2;
}

.table-data-migration td {
  text-align: center;
  line-height: 1.2;
}

.table-data-migration tr:nth-child(n+6) td {
  font-weight: 700;
}

.table-data-migration th span,
.table-data-migration td span {
  font-size: 12px;
}

.table-data-migration tr:nth-child(odd) th,
.table-data-migration tr:nth-child(odd) td {
  background-color: #f2f2f2;
}

.table-data-migration tr:first-of-type th:first-of-type {
  background-color: unset;
}

.table-data-migration tr:first-of-type {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.img-flexboxtext-right--data-migration {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
}

.img-flexboxtext-right--data-migration span {
  display: block;
  font-weight: 400;
  font-size: 12px;
}

.table-data-migration tr:first-of-type th:nth-of-type(2) {
  background-color: #e2dfcc;
}

.table-data-migration tr:first-of-type th:nth-of-type(3) {
  background-color: #bfe2a8;
}

.table-data-migration tr:first-of-type th:nth-of-type(4) {
  background-color: #b9e7fd;
}

.table-data-migration tr:first-of-type th:nth-of-type(5) {
  background-color: #e2ac00;
}

@media screen and (max-width:767px) {
  .table-data-container {
    overflow-x: auto;
    /* テキストの折り返しなし */
    width: 350px;
    /* tableタグのはみ出た要素を隠す */
    white-space: nowrap;

    margin-inline: auto;
  }

  .table-data-migration {
    width: 800px;
  }

  .table-data-migration td,
  .table-data-migration th {
    padding: 6px;
  }

  .table-data-migration th span,
  .table-data-migration td span {
    font-size: 10px;
  }

  .table-data-migration tr:first-of-type th {
    width: 33%;
    font-size: 12px;
  }

  .table-data-migration tr th:first-of-type {
    max-width: 100%;
    width: 48%;
    font-size: 12px;
  }

  .table-data-migration td {
    width: 30%;
    font-size: 12px;
  }

  .section-price .table-data-migration:nth-of-type(2) tr:first-of-type th:nth-of-type(2) {
    background-color: #e2dfcc;
  }

  .section-price .table-data-migration:nth-of-type(2) tr:first-of-type th:nth-of-type(3) {
    background-color: #bfe2a8;
  }

  .section-price .table-data-migration:nth-of-type(3) tr:first-of-type th:nth-of-type(2) {
    background-color: #b9e7fd;
  }

  .section-price .table-data-migration:nth-of-type(3) tr:first-of-type th:nth-of-type(3) {
    background-color: #e2ac00;
  }

  .img-flexboxtext-right--data-migration {
    font-size: 16px;
  }
}

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

  追従CTA

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


.cta_bnr {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 10;
  display: none;
  padding: 14px;
  width: 230px;
  height: auto;
  border: 4px solid #65c8d9;
  background: #e0faff;
  /* 2024.09改修時追加 */
}

.cta_bnr-wrapper {
  margin-bottom: 10px;
}

.cta_bnr-wrapper a:not(:first-child) {
  margin-top: 10px;
}

.cta_bnr-wrapper a {
  position: relative;
  display: block;
  padding: 10px 12px 10px 40px;
  border-radius: 5px;
  background: #17acc7;
  color: #fff;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 1.3rem;
  transform: .3s;
}

.cta_bnr-wrapper a:hover {
  background: #59c1d4;
}

.cta_bnr-wrapper a::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 14px;
  width: 18px;
  height: 18px;
  background: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-pc.png) no-repeat 0 0 / 100%;
}

.cta_bnr-wrapper a:nth-child(2)::before {
  background: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-document.svg) no-repeat 0 0 / 100%;
}

.cta_bnr-wrapper a:nth-child(3)::before {
  background: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-reception.svg) no-repeat 0 0 / 100%;
}

.cta_bnr-wrapper a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.cta_bnr-txt {
  display: flex;
  justify-content: space-between;
}

.cta_bnr-txt p {
  position: relative;
  padding: 17px 5px;
  width: 110px;
  border: 2px solid #65c8d9;
  border-radius: 4px;
  background: #fff;
  font-weight: 700;
  font-size: 12px;
}

.cta_bnr-txt p::before {
  content: '';
  position: absolute;
  top: 40%;
  right: -28%;
  z-index: 1;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-width: 16px 11px 0 11px;
  border-style: solid;
  border-color: #65c8d9 transparent transparent transparent;
  transform: translateX(-50%) rotate(-90deg);
}

.cta_bnr-txt p::after {
  content: '';
  position: absolute;
  top: 40%;
  right: -25%;
  z-index: 2;
  box-sizing: border-box;
  width: 0;
  height: 0;
  border-width: 16px 11px 0 11px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  transform: translateX(-50%) rotate(-90deg);
}

@media screen and (max-width:767px) {
  .cta_bnr {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .floating-menu {
    display: none;
  }
}

.floating-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  border-radius: 12px 12px 0 0;
  background-color: #17acc7;
  transition: .5s;
}

.floating-menu-wrap {
  display: flex;
}

.floating-menu-wrap .floating-menu-item:not(:first-child) {
  border-left: 1px solid #fff;
}

.floating-menu-item {
  width: 33.3333%;
  text-align: center;
}

.floating-menu-item a {
  display: inline-block;
  padding: 10px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  transition: .3s;
}

.floating-menu-item a:hover {
  background: #59c1d4;
}

.floating-menu-item p {
  margin-top: 4px;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.anshin-support {
  padding-top: 100px;
}

.anshin-support-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%
}

.anshin-support-link-list__link {
  position: relative;
  display: block;
  padding: 8px 16px 10px;
  border: 1px solid #17acc7;
  border: 1px solid var(--light-blue);
  border-radius: 50px;
  color: #17acc7;
  color: var(--light-blue);
  text-align: center;
  font-weight: 700;
}

.anshin-support-link-list__link::after {
  content: '';
  position: absolute;
  top: 44%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--light-blue);
  border-right: 2px solid var(--light-blue);
  transform: translate(-50%, -50%) rotate(135deg);
}

.anshin-support-link-list__link:hover {
  background: #effbff;
  background: var(--ex-light-blue);
  text-decoration: none;
}

.anshin-support-link__text {
  margin-top: 24px;
  text-align: center;
}

.anshin-support-recommend__wrap {
  display: flex;
  gap: 36px;
}

.anshin-support-recommend__box {
  padding: 22px;
  max-width: 312px;
  width: 100%;
  background: #f2f2f2;
  box-shadow: 6px 6px 18px 0 rgba(0, 0, 0, .12);
  text-align: center;
}

.anshin-support-recommend__box p {
  margin-top: 16px;
  color: #17acc7;
  letter-spacing: .4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
}

.anshin-support--merit {
  padding: 80px 0 132px;
  background: #effbff;
}

.anshin-support-merit__wrap {
  display: flex;
  justify-content: space-between;
}

.anshin-support-merit__box {
  padding: 24px;
  max-width: 312px;
  width: 100%;
  background: #fff;
  box-shadow: 6px 6px 18px 0 rgba(0, 0, 0, .12);
  text-align: center;
}

.anshin-support-merit__box-title {
  margin-top: 16px;
  color: #17acc7;
  letter-spacing: .4px;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
}

.anshin-support-merit__box-text {
  text-align: left;
}

.anshin-support-menu__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.anshin-support-menu__box {
  padding: 40px 24px;
  width: 48%;
  background: #fff;
  box-shadow: 6px 6px 18px 0 rgba(0, 0, 0, .12);
  text-align: center;
}

.anshin-support-menu__box-title {
  margin-bottom: 16px;
  text-align: left;
  letter-spacing: .4px;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
}

.anshin-support-menu__box-text {
  margin-top: 16px;
  text-align: left;
}

.anshin-support-menu__box-link {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 0;
  max-width: 238px;
  width: 100%;
  border-radius: 50px;
  background: #17acc7;
  color: #fff;
  font-weight: 700;
  transition: .8;
}

.anshin-support-menu__box-link:hover {
  text-decoration: none;
  opacity: .8;
}

.anshin-support-example-container {
  display: flex;
  padding: 24px 40px;
  border: 1px solid #d9d9d9;
}

.anshin-support-example-container:not(:first-child) {
  margin-top: 32px;
}

.anshin-support-example__image {
  text-align: center;
}

.anshin-support-example__image p {
  margin-top: 8px;
  text-align: center;
  font-weight: 700;
}

.anshin-support-example__detail {
  margin-left: 20px;
  padding-top: 24px;
  max-width: 748px;
  width: 100%;
}

.anshin-support-example__data {
  display: flex;
  padding: 16px 40px;
  background: #f2f2f2;
}

.anshin-support-example__data p {
  margin-top: 0;
}

.anshin-support-example__data span {
  display: block;
  color: #17acc7;
  font-weight: 700;
}

.anshin-support-example__step {
  margin-top: 20px;
}

.anshin-support-example__step-title {
  color: #17acc7;
  font-weight: 700;
  font-size: 18px;
}

.anshin-support-example-box {
  margin-top: 10px;
}

.anshin-support-example-box li:not(:first-child) {
  margin-top: 8px;
}

.anshin-support-example-balloon-block__thumb p {
  font-weight: 700;
  font-size: 12px;
}

.anshin-support-example-list {
  font-weight: 700;
}

.anshin-support-example-balloon-block__balloon {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 24px;
  padding: 8px 24px;
  width: 87%;
  border: 1px solid #17acc7;
  border-radius: 20px;
}

.anshin-support-example-list__item:not(:first-child) {
  margin-top: 8px;
}

.anshin-support-example-list__item ul {
  padding-left: 16px;
  font-weight: 400;
}

.anshin-support-example-list__item ol {
  margin-top: 8px;
  padding-left: 16px;
  font-weight: 400;
}

.anshin-support-example-list__item ol ul {
  padding-left: 16px;
}

@media screen and (min-width:769px) {
  .anshin-support-link-list:not(.anshin-support-link-list--3col) .anshin-support-link-list__item {
    width: calc((100% - 16px * 3) / 4)
  }

  .anshin-support-link-list:not(.anshin-support-link-list--3col) .anshin-support-link-list__item:not(:nth-child(4n+1)) {
    margin-left: 16px
  }

  .anshin-support-link-list:not(.anshin-support-link-list--3col) .anshin-support-link-list__item:nth-child(n+5) {
    margin-top: 16px
  }

  .anshin-support-link-list.anshin-support-link-list--3col .anshin-support-link-list__item {
    width: calc((100% - 16px * 2) / 3)
  }

  .anshin-support-link-list.anshin-support-link-list--3col .anshin-support-link-list__item:not(:nth-child(3n+1)) {
    margin-left: 16px
  }

  .anshin-support-link-list.anshin-support-link-list--3col .anshin-support-link-list__item:nth-child(n+4) {
    margin-top: 16px
  }

  .anshin-support-menu__box:nth-child(n+3) {
    margin-top: 32px;
  }

  .anshin-support-example__data p:not(:last-child) {
    margin-right: 44px;
    padding-right: 56px;
    border-right: 2px solid #d9d9d9;
  }

  .anshin-support-example-balloon-block {
    display: flex;
    justify-content: space-between;
  }

  .anshin-support-example-balloon-block__thumb {
    width: 10%;
    text-align: center;
  }

  .anshin-support-example-balloon-block__balloon::before,
  .anshin-support-example-balloon-block__balloon::after {
    content: '';
    position: absolute;
    top: 15px;
    display: block;
    width: 0;
    height: 0;
    border-width: 10px 24px 10px 0;
    border-style: solid;
  }

  .anshin-support-example-balloon-block__balloon::before {
    left: -24px;
    border-color: transparent #17acc7 transparent transparent;
  }

  .anshin-support-example-balloon-block__balloon::after {
    left: -21px;
    border-color: transparent #fff transparent transparent;
  }
}

@media screen and (max-width:768px) {
  .anshin-support-link-list {
    display: block;
  }

  .anshin-support-link-list__item {
    width: 100%;
  }

  .anshin-support-link-list__item:not(:first-child) {
    margin-top: 16px
  }

  .anshin-support-link__text {
    text-align: left;
  }

  .anshin-support {
    padding-top: 60px;
  }

  .anshin-support--top {
    padding-top: 30px;
  }

  .anshin-support-recommend__wrap {
    display: block;
  }

  .anshin-support-recommend__box {
    max-width: 100%;
    width: 100%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .10);
  }

  .anshin-support-recommend__box:not(:first-child) {
    margin-top: 40px;
  }

  .section--anshin-support-merit {
    padding: 56px 0 72px !important;
    background: #effbff;
  }

  .anshin-support-merit__wrap {
    display: block;
  }

  .anshin-support-merit__box {
    max-width: 100%;
    width: 100%;
  }

  .anshin-support-merit__box:not(:first-child) {
    margin-top: 40px;
  }

  .anshin-support-menu__wrap {
    display: block;
  }

  .anshin-support-menu__box {
    padding: 24px 16px;
    width: 100%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .10);
  }

  .anshin-support-menu__box:not(:first-child) {
    margin-top: 24px;
  }

  .anshin-support-menu__box-title {
    font-size: 20px;
  }

  .anshin-support-menu__box-link {
    margin-top: 16px;
    padding: 8px 0;
    max-width: 224px;
  }

  .anshin-support-example-container {
    display: block;
    padding: 20px;
  }

  .anshin-support-example__detail {
    margin-left: 0;
    padding-top: 16px;
    max-width: 100%;
  }

  .anshin-support-example__data {
    display: block;
    padding: 16px;
    background: #f2f2f2;
  }

  .anshin-support-example__data p:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #d9d9d9;
  }

  .anshin-support-example__step {
    margin-top: 16px;
  }

  .anshin-support-example__step-title {
    font-size: 16px;
  }



  .anshin-support-example-balloon-block__balloon {
    z-index: -1;
    margin-top: -7px;
    margin-left: 0;
    padding: 12px 21px;
    width: 100%;
  }

  .anshin-support-example-balloon-block__thumb {
    display: flex;
    align-items: center;
  }

  .anshin-support-example-balloon-block__thumb p {
    margin-left: 8px;
  }

  .anshin-support-example-list__item {
    padding-left: 1em;
    text-indent: -1em;
  }

  .anshin-support-example-list__item:not(:first-child) {
    margin-top: 8px;
  }

  .anshin-support-example-list__item ol {
    padding-left: 16px;
  }

  .anshin-support-example-list__item ol ul {
    padding-left: 0;
  }
}

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

  2024.09 リニューアル追記

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

/* 共通 */
.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media(max-width: 768px) {
  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }
}

/* MV 全体 */

.mainvisual--c.p-top__mv {
  padding: 46px 0 0 0;
  background-position: center -50px;
}

.p-top__mv .mainvisual--c__inner {
  padding: 0 10px;
  max-width: 1150px;
  width: 100%;
}

.p-top__mv .mainvisual--c__img-area {
  max-width: 543px;
  width: 49.3%;
}

.p-top__mv .mainvisual--c__img-area img {
  max-width: 100%;
  width: 100%;
}

.p-top__mv .mainvisual--c__img-lower img {
  z-index: 1;
  max-width: 530px;
  width: 90%;
}

.mainvisual--c__img-lower {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.mainvisual--c__img-lower::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: -.89vw;
  width: 100%;
  height: auto;
  aspect-ratio: 539 / 29;
  background-image: url(../img/top/mv-device-shadow.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

  mix-blend-mode: multiply;
}

.p-top__mv .mainvisual--c__txt-area {
  max-width: 539px;
  width: 49.3%;
}

.mainvisual--c .new-home-mv__title-main {
  font-size: 62px;
}

.p-top__mv .new-home-mv__title {
  display: inline;
  line-height: 1.66;
}

.mainvisual--c__title .new-home-mv__title-main::before {
  bottom: -20px;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 26px;
  background-position: top center;
  background-size: 100% 100%;
}

.p-top__mv-list-sp {
  display: none;
}

.mainvisual--c__list-item {
  padding: 0;
  width: 33%;
}


.p-top__mv-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 11px;
}

.p-top__mv-button-sp.p-top__mv-button {
  display: none;
}

.p-top__mv-button .new-home-mv__buttons,
.p-top__mv-button .new-home-mv__buttons--trial {
  max-width: 264px;
  width: 50%;
  height: 72px;
}

.p-top__mv-button .new-home-mv__button {
  margin-right: 0;
  padding: 28px 24px 14px 24px;
  padding-top: 33px;
  min-width: auto;
  max-width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #d82c2c;
}

.p-top__mv-button .new-home-mv__button:hover {
  background: #d82c2c;
}

.p-top__mv-button .new-home-mv__button--trial {
  margin-right: 0;
  padding: 28px 24px 14px 24px;
  padding-top: 33px;
  min-width: auto;
  max-width: 100%;
  height: 100%;
  border-radius: 40px;
  background: #f2c233;
}

.p-top__mv-button .new-home-mv__button--trial:hover {
  background: #f2c233;
}

.p-top__mv-button .new-home-mv__button--trial .new-home-mv__button-sub-copy,
.p-top__mv-button .new-home-mv__button .new-home-mv__button-sub-copy {
  top: 12px;
}

.p-top__mv-button .new-home-mv__button--trial.new-home-mv__button--icon-document:before {
  top: 8px;
  width: 20px;
  height: 20px;
}

.p-top__mv-button .new-home-mv__button.new-home-mv__button--icon-document:before {
  width: 21px;
  height: 21px;
}

.p-top__mv-button .new-home-mv__button--trial.new-home-mv__button--icon-document:after {
  top: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/icon-arrow_yellow02.svg);
}

.p-top__mv-button .new-home-mv__button.new-home-mv__button--icon-document:after {
  top: 24px;
  width: 24px;
  height: 24px;
}

@media(max-width: 950px) {
  .mainvisual--c.p-top__mv {
    background-image: url(../img/top/bg-mainvisual-sp.png);
  }


  .p-top__mv .mainvisual--c__inner {
    display: block;
    padding: 0 16px;
    width: 100%;
  }

  .p-top__mv .mainvisual--c__img-area {
    display: flex;
    flex-direction: column-reverse;
    max-width: none;
    width: 100%;
  }

  .mainvisual--c__img-lower::before {
    left: -1.257vw;
  }

  .p-top__mv-list-pc {
    display: none;
  }

  .p-top__mv-list-sp {
    display: flex;
    margin-top: 8px;
  }


  .p-top__mv-button-sp.p-top__mv-button {
    display: flex;
    padding: 0 16px;
  }

  .p-top__mv .mainvisual--c__txt-area {
    max-width: none;
    width: 100%;
  }



  .mainvisual--c .new-home-mv__title {
    display: block;
    /* font-size: 20px; */
    font-size: 5.33vw;
  }


  .mainvisual--c .new-home-mv__title span {
    line-height: 1.5;
  }

  .mainvisual--c .new-home-mv__title-main {
    font-size: 10.13vw;
    line-height: 1.5;
  }

  .p-top__mv-button .new-home-mv__button--trial .new-home-mv__button-sub-copy,
  .p-top__mv-button .new-home-mv__button .new-home-mv__button-sub-copy {
    top: 10px;
  }

  .mainvisual--c .new-home-mv__title-main::before {
    bottom: -5.3vw;
    width: 70vw;
    height: auto;
    aspect-ratio: 10 / 1;
  }

  .mainvisual--c__title span {
    line-height: 1.5;
  }

  .mainvisual--c__img-lower {
    margin: 0 auto;
    min-width: 254px;
    width: 67%;
  }

  .mainvisual--c__img-lower img {
    width: 100%;
  }


  .mainvisual--c__list-item__txt {
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    font-size: 3.73vw;
  }

  .p-top__mv-button-pc {
    display: none;
  }

  .p-top__mv-button-sp {
    display: flex;
  }

  .p-top__mv-button {
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }

  .p-top__mv-button .new-home-mv__buttons,
  .p-top__mv-button .new-home-mv__buttons--trial {
    max-width: none;
    width: 100%;
    height: 72px;
  }
}

@media(max-width: 768px) {
  .mainvisual--c.p-top__mv {
    padding-top: 26px;
  }

  .mainvisual--c__list {
    padding: 10px 0;
    border-radius: 8px;
  }

  .p-top__mv-button .new-home-mv__button--trial {
    padding: 30px 4px 14px 24px;
  }
}

/* MV ニュース */
.p-top__mv-news {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
  padding: 15px 0;
  background-color: var(--ex-light-blue);
}

.p-top__mv-news-inner {
  position: relative;
  padding-right: 60px;
  max-width: 1162px;
  width: 90%;
}

.p-top__mv-news-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.p-top__mv-news-link:hover {
  text-decoration: none;
}

.p-top__mv-news-date {
  margin-bottom: 2px;
  color: #929191;
  font-size: 14px;
  line-height: 1;
}

.p-top__mv-news-category {
  margin-top: 0;
  padding: 0 1em;
  border: 1px solid #17acc7;
  border-radius: 4px;
  color: #17acc7;
  font-size: 13px;
}

.p-top__mv-news-title {
  margin-top: 0;
  color: #17acc7;
  font-weight: 700;
  font-size: 16px;
}

.p-top__mv-news .swiper-button-prev,
.p-top__mv-news .swiper-button-next {
  top: 50%;
  margin: 0;
  width: 10px;
  height: 12px;
  transform: translateY(-50%);
  z-index: 1;
}

.p-top__mv-news .swiper-button-prev {
  right: 40px;
  left: auto;
}

.p-top__mv-news .swiper-button-prev::after,
.p-top__mv-news .swiper-button-next::after {
  content: '';
  width: 10px;
  height: 12px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.p-top__mv-news .swiper-button-prev::after {
  top: 50%;
  background-image: url(../img/top/top-news-arrow-prev.svg);
  transform: translateX(-50%);
}

.p-top__mv-news .swiper-button-next::after {
  background-image: url(../img/top/top-news-arrow-next.svg);
}

@media(max-width: 768px) {
  .p-top__mv-news {
    margin-top: 16px;
    padding: 12px 16px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
  }

  .p-top__mv-news-inner {
    padding-right: 40px;
    width: 100%;
  }

  .p-top__mv-news-link {
    flex-wrap: wrap;
    column-gap: 12px;

    row-gap: 4px;
  }

  .p-top__mv-news-date {
    margin-bottom: 0;
    color: #929191;
    font-size: 10px;
  }

  .p-top__mv-news-category {
    padding: 0 .5em;
    font-size: 9px;
  }

  .p-top__mv-news-title {
    font-size: 12px;
  }

  .p-top__mv-news .swiper-button-next {
    right: 0;
  }

  .p-top__mv-news .swiper-button-prev {
    right: 16px;
  }
}


/* 導入事務所 自動スライド */
@media(max-width: 950px) {
  #customers {
    display: none;
  }
}




/* ロイオズとは */
.p-top__about {
  padding: 80px 0 64px;
  background-image: url(../img/top/top-about-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* .p-top__about .section__inner--large {
  max-width: 1200px;
  width: 92%;
} */

.p-top__about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 30px; */
  margin-top: 60px;
  transform: translateX(25px);
}

.p-top__about-content {
  margin-bottom: 120px;
  /* padding-left: 45px; */
  max-width: 500px;
  width: 40%;
}

.p-top__about-movie {
  position: relative;
  max-width: 730px;
  width: 63%;
  aspect-ratio: 990/651;
  background-image: url(../img/top/top-about-movie-bg.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.p-top__about-movie-container {
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* margin: 0 auto; */
  max-width: 572px;
  width: 78%;
  aspect-ratio: 602/339;
  background-color: #fff;
  transform: translateX(calc(-50% - 2px)) translateY(12px);
}

.p-top__about-movie-container video {
  max-width: 100%;
}

/*
 .p-top__about-movie-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    max-width: 72px;
    width: 20%;
    aspect-ratio: 72 / 14;
    height: 14px;
    background-image: url(../img/top/top-about-movie-camera.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%) translateY(-5px);
} 
    */

.p-top__about-text {
  /* letter-spacing: .5px; */
  font-weight: 700;
  font-size: 19px;
  line-height: 1.8;
}

.p-top__about-text span {
  color: var(--light-blue);
}


@media(max-width: 950px) {
  .p-top__about-container {
    align-items: flex-start;
  }

  .p-top__about-content {
    margin-bottom: 0;
  }
}

@media(max-width: 768px) {
  .p-top__about {
    padding: 49px 0 36px;
    background-image: url(../img/top/top-about-bg-sp.webp);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .p-top__about-container {
    flex-direction: column;
    gap: 48px;
    margin-top: 15px;
    transform: none;
  }

  .p-top__about-content {
    margin-top: 0;
    padding: 0 4px;
    /* padding-left: 0; */
    max-width: none;
    width: 100%;
  }

  .p-top__about-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
  }

  .p-top__about-text span {
    font-weight: 700;
  }

  .p-top__about-movie {
    width: 100%;
  }

  .p-top__about-movie-container {
    padding-right: 1px;
    max-width: none;
    transform: translateX(calc(-50% - 1px)) translateY(8px);
  }
}



/* こんなお悩みありませんか？ */
.p-top__intro {
  background: var(--ex-light-blue);
}

.top-loioz.p-top__intro {
  padding: 80px 0;
}

.p-top__intro .section__inner {
  padding: 0;
  max-width: 1000px;
  width: 90%;
}

.p-top__intro-image {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  max-width: 198px;
  width: 30%;
  aspect-ratio: 198 / 199;
}

.p-top__intro-summary {
  margin-top: 8px;
  color: var(--light-blue);
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3215;
}



.p-top__intro-container {
  position: relative;
  margin-top: 24px;
  padding-top: 24%;
}

.p-top__intro-item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-top__intro-text {
  text-align: center;
  white-space: nowrap;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.6;
}

.p-top__intro-item01 {
  top: 217px;
  left: 0;
  max-width: 297px;
  width: 30%;
  aspect-ratio: 297 / 171;
  background-image: url(../img/top/top-intro-item01.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-top__intro-item01 .p-top__intro-text {
  margin-right: 20px;
}

.p-top__intro-item02 {
  top: 61px;
  left: 12%;
  /* min-width: 235px; */
  max-width: 262px;
  width: 26%;
  aspect-ratio: 262 / 171;
  background-image: url(../img/top/top-intro-item02.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-top__intro-item03 {
  top: 0;
  left: 50%;
  max-width: 260px;
  width: 26%;
  aspect-ratio: 260 / 208;
  background-image: url(../img/top/top-intro-item03.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

.p-top__intro-item03 .p-top__intro-text {
  margin-bottom: 30px;
}

.p-top__intro-item04 {
  top: 61px;
  right: 12%;
  /* min-width: 235px; */
  max-width: 262px;
  width: 26%;
  aspect-ratio: 262 / 171;
  background-image: url(../img/top/top-intro-item04.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-top__intro-item05 {
  top: 217px;
  right: 0;
  max-width: 297px;
  width: 30%;
  aspect-ratio: 297 / 171;
  background-image: url(../img/top/top-intro-item05.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-top__intro-item05 .p-top__intro-text {
  margin-left: 40px;
}

@media(max-width: 768px) {
  .top-loioz.p-top__intro.p-top__intro {
    padding: 32px 0;
  }

  .p-top__intro-content {
    margin-top: 16px;
  }

  .p-top__intro-item {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    max-width: none;
    width: 100%;
    aspect-ratio: auto;
    background-image: none;
    transform: none;
  }

  .p-top__intro-item02,
  .p-top__intro-item04 {
    color: #17acc7;
  }

  .p-top__intro-item .p-top__intro-text {
    margin: 0;
    font-size: 14px;
  }

  .p-top__intro-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 26px 0 50px;
    background-image: url(../img/top/top-intro-list-bg.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .p-top__intro-container {
    margin-top: 16px;
    padding-top: 0;
  }

  .p-top__intro-summary {
    /* font-size: 19px; */
    font-size: 5.06vw;
    line-height: 1.473;
  }

  .p-top__intro-image {
    width: 123px;
  }
}

/* ロイオズで実現できること */
.p-top__merit {
  padding: 80px 0;
}

.p-top__merit .section__inner {
  max-width: 1000px;
  width: 92%;
}

.p-top__merit-container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}

.p-top__merit-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-top__merit-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  order: 1;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
}

.p-top__merit-heading--01::before {
  content: '';
  display: block;
  margin-right: 16px;
  width: 85px;
  height: 61px;
  background-image: url(../img/top/top-merit-number01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-top__merit-heading--02::before {
  content: '';
  display: block;
  margin-right: 16px;
  width: 86px;
  height: 61px;
  background-image: url(../img/top/top-merit-number02.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-top__merit-heading--03::before {
  content: '';
  display: block;
  margin-right: 16px;
  width: 86px;
  height: 61px;
  background-image: url(../img/top/top-merit-number03.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-top__merit-image {
  order: 3;
  margin-top: 16px;
  width: 48%;
  aspect-ratio: 480 / 244;
}

.p-top__merit-text {
  order: 2;
  width: 50%;
}

.p-top__merit picture {
  order: 4;
  width: 100%;
}

.p-top__merit-data {
  margin-top: 40px;
  width: 100%;
}

@media(max-width: 768px) {
  .p-top__merit {
    padding: 56px 0;
  }

  .p-top__merit-item {
    flex-direction: column;
  }

  .p-top__merit .section__inner {
    padding: 0 20px;
    width: 100%;
  }

  .p-top__merit-image {
    order: 2;
    width: 100%;
  }

  .p-top__merit-text {
    order: 3;
    margin-top: 12px;
    width: 100%;
  }

  .p-top__merit-heading {
    position: relative;
    padding-left: 68px;
    font-size: 18px;
    line-height: 1.6;
  }

  .p-top__merit-heading--01::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 51px;
    height: 36px;
    background-size: 100% 100%;
    transform: translateY(-50%);
  }

  .p-top__merit-heading--02::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 52px;
    height: 36px;
    background-size: 100% 100%;
    transform: translateY(-50%);
  }

  .p-top__merit-heading--03::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 51px;
    height: 36px;
    background-size: 100% 100%;
    transform: translateY(-50%);
  }
}


/* ロイオズの主な機能 */
.p-top__function {
  padding: 80px 0 0 0;
}

.p-top__function .section__inner--large {
  padding: 0;
  max-width: 1200px;
  width: 92%;
}

.p-top__function-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.p-top__function-heading {
  padding: 4px 0;
  border-radius: 16px 16px 0 0;
  background-color: #17acc7;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.p-top__function-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 34px 0 16px;
  background-color: var(--ex-light-blue);
}

.p-top__function-box:nth-child(3) .p-top__function-list {
  padding-bottom: 34px;
}

.p-top__function-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  width: 188px;
  text-align: center;
}

.p-top__function-image {
  width: 111px;
}

.p-top__function-text {
  font-size: 18px;
  line-height: 1.2;
}

@media(max-width: 768px) {
  .p-top__function {
    padding: 56px 0 0 0;
  }

  .p-top__function-container {
    margin-top: 24px;
  }

  .p-top__function-list {
    flex-wrap: wrap;
    padding: 24px 16px;
    column-gap: 16px;

    row-gap: 26px;
  }

  .p-top__function-item {
    width: 100px;
  }

  .p-top__function-text {
    font-size: 14px;
  }

  .p-top__function .section__inner--large {
    max-width: none;
    width: 100%;
  }

  .p-top__function-heading {
    padding: 6px 0;
    border-radius: 0;
    font-size: 17px;
    line-height: 1.4;
  }

  .p-top__function-container {
    gap: 24px;
  }
}



/* CTA */
.c-cta {
  padding: 47px 0;
  background-image: url(../img/top/bg-cta.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-cta .section__inner {
  max-width: 1000px;
  width: 92%;
}

.c-cta__container {
  position: relative;
}

.c-cta__container::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 165px;
  height: 162px;
  background-image: url(../img/top/image-cta01.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-cta__container::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 159px;
  height: 189px;
  background-image: url(../img/top/image-cta02.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-cta__heading {
  text-align: center;
  font-weight: 700;
  font-size: 38px;
}

.c-cta__text {
  margin-top: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.c-cta__button {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  width: 100%;
}

.c-cta__button-link.new-home-mv__button:first-child {
  margin-right: 0;
}

.c-cta__button-link {
  align-items: center;
  padding: 0;
  min-width: auto;
  width: 100%;
  height: 86px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 24px;
}

.c-cta__button-link.new-home-mv__button {
  border: 2px solid #fff;
  background: #d82c2c;
}

.new-home-mv__button.new-home-mv__button--icon-document:hover {
  background: #d82c2c;
}

.c-cta__button-link.new-home-mv__button--trial {
  border: 2px solid #fff;
  background: #f2c233;
}

.c-cta__button-link::before {
  margin-bottom: 3px;
  width: 32px !important;
  height: 32px !important;
}

.c-cta__button-link.new-home-mv__button--trial {
  padding: 0;
  font-weight: 700;
  font-size: 24px;
}

.c-cta__button-link::after {
  display: none;
}

.c-cta__button--consultation {
  margin-top: 24px;
  width: 100%;
  height: 86px;
}

.c-cta__button-link--consultation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  border: 2px solid #17acc7;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 5px 5px 0 0 #017d94;
  color: #17acc7;
  font-weight: 700;
  font-size: 24px;
}

.c-cta__button-link--consultation::before {
  content: '';
  display: block;
  width: 32px;
  height: 29px;
  background-image: url(../img/common/icon-consul.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-cta__button-link--consultation:hover {
  box-shadow: 0 0 0 0 #017d94;
  text-decoration: none;
  transform: translate3d(5px, 5px, 0);
}

@media(max-width:950px) {

  .c-cta__container::before,
  .c-cta__container::after {
    display: none;
  }
}

@media(max-width:768px) {
  .c-cta {
    padding: 30px 0;
    background-image: url(../img/top/bg-cta-sp.webp);
  }



  .c-cta .section__inner {
    padding: 0 20px;
    width: 100%;
  }

  .c-cta__heading {
    font-size: 24px;
  }

  .c-cta__text {
    margin-top: 16px;
    font-size: 16px;
  }

  .c-cta__button {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
  }

  .c-cta__button-link {
    width: 100%;
    height: 64px;
    border-width: 2px;
    font-size: 20px;
  }

  .c-cta__button-link.new-home-mv__button--trial {
    font-size: 20px;
  }

  .c-cta__button--consultation {
    margin-top: 16px;
  }

  .c-cta__button-link--consultation {
    height: 64px;
    border-width: 2px;
    font-size: 20px;
  }
}

/* ============================
ロイオズ専用アプリ紹介セクション2025/02/05追加
 ========================= */
.p-top__application {
	padding: 80px 0 0 0;
}

.p-top__application-inner {
	max-width: 1200px;
	width: 96%;
	background: url(../img/top/application-bg_pc.webp) no-repeat center center/cover;
}

.p-top__application-container {
	padding-bottom: 51px;
	padding-top: 69px;
}

.p-top__application-container-inner {
	align-items: center;
	display: flex;
	margin: 0 auto;
	margin-bottom: 20px;
	justify-content: center;
    column-gap: 65px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-top__application-item {
}

.p-top__application-item:nth-of-type(2) {
	max-width: 368px;
	width: 100%;
}

.p-top__application-item-sub-heading {
	margin: 0 auto 15px;
	max-width: 315px;
	width: 100%;
}

.p-top__application-item-heading {
	color: #17ACC7;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 51.2px;
	text-align: center;
}

.p-top__application-link-container-inner {
	-moz-column-gap: 29px;
	column-gap: 29px;
	display: flex;
	justify-content: center;
}

.p-top__application-link-heading {
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 28.8px;
	text-align: center;
}

.p-top__application-link-item {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.p-top__application-link-qr {
	margin: 0 auto;
	max-width: 154px;
	width: 100%;
}

.p-top__application-link-button {
	margin: 0 auto;
	max-width: 154px;
	width: 100%;
}

.p-top__application-button-text {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 23px;
	text-align: center;
}

@media (max-width: 1020px) {
	.p-top__application-item-heading {
        font-size: 28px;
    }
}

@media (max-width: 950px) {
	.p-top__application-container-inner {
		column-gap: 6px;
	}
	
	.p-top__application-item:nth-of-type(2) {
		max-width: 260px;
	}
	
	.p-top__application-link-container-inner {
		column-gap: 16px;
	}
	
	.p-top__application-link-qr {
		max-width: 120px;
	}
}

@media screen and (max-width: 768px) {
.p-top__application {
	padding: 56px 0 0 0;
	margin: 0 16px;
}
	
.p-top__application-inner {
	background-image: url(../img/top/application-bg_sp.webp);
	padding: 0;
	width: 100%;
}

.p-top__application-container {
	padding-bottom: 22px;
	padding-top: 18px;
}

.p-top__application-item-sub-heading {
	max-width: 241px;
	margin-bottom: 8px;
}

.p-top__application-item-heading {
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 1;
}

.p-top__application-link-container-inner {
	-moz-column-gap: 10px;
	column-gap: 10px;
}

.p-top__application-button-text {
	font-size: 12px;
	line-height: 150%;
}
}

@media screen and (max-width: 374px) {
    .p-top__application-item-heading {
        font-size: 22px;
    }
}


/* 「ロイオズ」はひとりでも複数人でも”ちょうどいい” */
.p-top__situation {
  padding: 80px 0 0 0;
}

.p-top__situation .section__inner {
  max-width: 1000px;
  width: 92%;
}

.p-top__situation-container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}


.p-top__situation-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  width: 48%;
  box-shadow: 6px 6px 18px 0 rgba(0, 0, 0, .12);
}

.p-top__situation-title {
  font-weight: 700;
  font-size: 24px;
}

.p-top__situation-heading {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}

.p-top__situation-container .link-button {
  margin-top: 0;
}

.p-top__situation-text {
  margin-bottom: 8px;
}

.p-top__situation-image {
  width: 144px;
  height: 144px;
}

@media(max-width: 768px) {
  .p-top__situation {
    padding: 56px 0 0 0;
  }

  .p-top__situation .section__inner {
    padding: 0 20px;
    width: 100%;
  }

  .p-top__situation-container {
    flex-direction: column;
    gap: 40px;
    margin-top: 16px;
  }


  .p-top__situation-item {
    /* width: 100%; */
    width: 100%;
  }

  .p-top__situation-item .link-button {
    padding: 4px 16px;
  }

  .p-top__situation-item p {
    font-size: 16px;
    line-height: 1.6;
  }

  .p-top__situation-text {
    margin-bottom: 0;
  }

  .p-top__situation-title {
    font-size: 20px;
  }

  .p-top__situation-image {
    width: 140px;
    height: 140px;
  }

  .p-top__situation-heading {
    font-size: 18px;
  }
}

/* 料金プラン */
.p-top__price {
  padding: 80px 0;
}



.p-top__price-container {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 32px auto 0;
  padding-top: 177px;
  max-width: 630px;
  width: 90%;
}

.p-top__price-text {
  text-align: center;
}

.p-top__price-image {
  max-width: 274px;
  aspect-ratio: 274 /205;
}

.p-top__price-heading {
  position: relative;
  gap: 5px;
  margin-top: 32px;
  padding-bottom: 50px;
  color: #17acc7;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
}

.p-top__price-heading::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 132px;
  background-image: url(../img/top/top-price-bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}

.p-top__price-comment {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 189px;
  background-image: url(../img/top/top-price01.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-top__price-comment+.p-top__price-comment {
  right: 0;
  left: auto;
  background-image: url(../img/top/top-price02.webp);
}

.p-top__price-comment-text {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
}

.f-container-price {
  margin-top: 32px;
  padding-top: 0;
}

.f-container-price ul {
  align-items: stretch;
}

@media(max-width: 768px) {
  .p-top__price {
    padding: 56px 0 30px;
  }

  .p-top__price-container {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 23px;
    padding: 0;
    max-width: none;
    width: 100%;
    column-gap: 8px;

    row-gap: 25px;
  }

  .p-top__price-comment {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    /* max-width: 220px; */
    width: 48%;
    height: auto;
    border-radius: 8px;
    background-color: #d3e8f1;
    background-image: none;
  }

  .p-top__price-comment::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: calc(50% - 20px);
    display: block;
    width: 20px;
    height: 11px;
    border-radius: 100%;
    background-color: #d3e8f1;
  }

  .p-top__price-comment::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    display: block;
    width: 16px;
    height: 9px;
    border-radius: 100%;
    background-color: #d3e8f1;
  }


  .p-top__price-comment+.p-top__price-comment {
    right: auto;
    left: auto;
    background-image: none;
  }

  .p-top__price-comment+.p-top__price-comment::before {
    right: calc(50% - 20px);
    left: auto;
  }

  .p-top__price-comment+.p-top__price-comment::after {
    right: 50%;
    left: auto;
  }

  .p-top__price-comment-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .p-top__price-image {
    min-width: 130px;
    width: 34.6%;
  }

  .p-top__price-heading {
    margin-top: 16px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
  }

  .p-top__price-heading::before {
    bottom: -20px;
    height: 69px;
  }
}


/* 安心のサポート */
.p-top__support {
  padding: 80px 0;
}

.p-top__support .section__inner {
  max-width: 1000px;
  width: 92%;
}


.p-top__support-title {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.p-top__support-title span {
  font-weight: 700;
  font-size: 14px;
}

.p-top__support-text {
  margin-top: 24px;
  text-align: center;
}

.p-top__support-container {
  margin: 24px auto 0;
  /* max-width: 1000px;
  width: 90%; */
}

.p-top__support-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p-top__support-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 16px;
  width: 235px;
}

.p-top__support-heading {
  margin-top: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.p-top__support .section__footer-top-short {
  margin-top: 32px;
}

@media(max-width:768px) {
  .p-top__support {
    padding: 56px 0;
  }

  .p-top__support .section__inner {
    width: 100%;
  }

  .p-top__support-list {
    flex-wrap: wrap;
    justify-content: space-between;

    row-gap: 16px;
  }

  .p-top__support-container {
    width: 100%;
  }

  .p-top__support-item {
    padding: 0;
    width: 49%;
  }

  .p-top__support-image {
    width: 95%;
  }

  .p-top__support-heading {
    margin-top: 4px;
    font-size: 16px;
  }

  .section__footer-top-short {
    margin-top: 16px;
  }
}

/* おかげさまで100事務所以上 */
ul.donyu {
  padding: 0;
}

@media(max-width:768px) {
  ul.donyu li.sp_none {
    display: none;
  }
}


/* 導入いただいたお客様の声 */
.p-top__case-study {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

.swiper-area {
  position: relative;
  width: 100%;
}

.p-top__case-study-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 5%;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}

.p-top__case-study-item:hover {
  text-decoration: none;
}

.p-top__case-study-mask {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 172, 199, .5);
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  opacity: 0;
  transition: opacity .4s;
}

.p-top__case-study-item:hover .p-top__case-study-mask {
  opacity: 1;
}

.p-top__case-study-image {
  width: 100%;
  aspect-ratio: 242/136;
  object-fit: cover;
  background-color: #ccc;
}

.p-top__case-study-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}

.p-top__case-study-name {
  margin-top: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-size: 16px;
}

.p-top__case-study-data {
  margin-top: 0;
  color: #333;
  font-size: 14px;
}



.p-top__case-study .swiper-wrapper {
  position: relative;
  display: flex !important;
  align-items: stretch;
  margin-top: 0;
  padding-top: 16px;
}

.p-top__case-study .swiper-slide {
  padding: 0 .5%;
  height: auto !important;
}

.p-top__case-study .swiper-button-prev,
.p-top__case-study .swiper-button-next {
  top: 50%;
  margin: 0;
  width: 64px;
  height: 64px;
  transform: translateY(-50%);
}

.p-top__case-study .swiper-button-prev {
  left: 3%;
}

.p-top__case-study .swiper-button-next {
  right: 3%;
}

.p-top__case-study .swiper-button-prev::after,
.p-top__case-study .swiper-button-next::after {
  content: '';
  width: 64px;
  height: 64px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.p-top__case-study .swiper-button-prev::after {
  background-image: url(../img/top/top-casestudy-arrow-prev.svg);
}

.p-top__case-study .swiper-button-next::after {
  background-image: url(../img/top/top-casestudy-arrow-next.svg);
}

.p-top__case-study .swiper-pagination {
  display: none;
}

@media(max-width:768px) {
  .p-top__case-study {
    padding: 56px 0 16px;
  }

  .p-top__case-study-content {
    padding: 0 52px;
  }

  .p-top__case-study .swiper-button-prev,
  .p-top__case-study .swiper-button-next {
    width: 24px;
    height: 80px;
  }

  .p-top__case-study .swiper-button-prev {
    left: -36px;
  }

  .p-top__case-study .swiper-button-next {
    right: -36px;
  }

  .p-top__case-study .swiper-button-prev::after,
  .p-top__case-study .swiper-button-next::after {
    content: '';
    width: 24px;
    height: 80px;
  }

  .p-top__case-study .swiper-button-prev::after {
    background-image: url(../img/top/top-casestudy-arrow-prev-sp.svg);
  }

  .p-top__case-study .swiper-button-next::after {
    background-image: url(../img/top/top-casestudy-arrow-next-sp.svg);
  }

  .p-top__case-study .swiper-pagination {
    bottom: -40px !important;
    display: block;
  }

  .p-top__case-study .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 10px;
    height: 10px;
    border: 1px solid #17acc7;
    background-color: #fff;
    opacity: 1;
  }

  .p-top__case-study .swiper-pagination-bullet-active {
    border: 1px solid #17acc7;
    background-color: #17acc7;
  }

  .p-top__case-study .section__footer-top {
    margin-top: 80px;
    padding: 0 16px;
  }

  .p-top__case-study-item {
    padding: 0;
  }

  .p-top__case-study-title {
    padding: 0 16px;
    font-size: 16px;
  }

  .p-top__case-study-name {
    position: relative;
    padding: 0 16px;
    border-bottom: 0;
    font-size: 16px;
  }

  .p-top__case-study-name::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    display: block;
    width: calc(100% - 32px);
    height: 1px;
    background-color: #ccc;
    transform: translateX(-50%);
  }

  .p-top__case-study-data {
    padding: 0 16px 16px 16px;
    font-size: 14px;
  }

  .p-top__case-study-mask {
    display: none;
  }
}

/* WPP アップデートによるサイドバー「人気記事」の改修 */
#block-2 {
  margin-top: 14px;
  padding-top: 0;
  list-style: none;
}

#block-2 h2 {
  display: none;
}

.section-top .section__title {
  font-family: 'Noto Sans',
    'Noto Sans CJK JP',
    'Noto Sans CJK JP Subset',
    'Segoe UI',
    'Helvetica Neue',
    'Hiragino Kaku Gothic ProN',
    メイリオ,
    meiryo,
    sans-serif;
}

@media(min-width:768px) {
  .blog_right {
    height: 1080px;
  }
}

/* 機能「こんな悩みを解決できます！」の改修 */
@media(max-width:768px) {
  .nayami_wrap ul {
    gap: 24px;
  }

  .nayami_wrap ul li {
    align-items: center;
    max-width: 583px;
    width: 100%;
  }

  .nayami_wrap ul li .left {
    left: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    width: 18%;
    transform: translateY(5px);
  }

  .nayami_wrap ul li .left img {
    top: auto;
    width: 80%;
    height: auto;
  }

  .nayami_wrap ul li .left p {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 5px;
    font-size: 13px;
    transform: translateX(-5px);
  }

  .nayami_wrap ul li .right {
    margin: 0;
    padding: 20px 10px;
    width: 78%;
    height: auto;
  }

  .nayami_wrap ul li .right:before {
    left: -26px;
  }

  .nayami_wrap ul li .right p {
    position: relative;
    top: auto;
    width: 100%;
    transform: none;
  }
}

/* Contact Form 7用 */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

/* ローディングの非表示 */
span.wpcf7-spinner {
  display: none;
}

.wpcf7-form .form__footer p {
  display: flex;
  justify-content: center;
  gap: 40px;
}

@media(max-width:768px) {
  .wpcf7-form .form__footer p {
    flex-direction: column;
    gap: 16px;
  }
}

.wpcf7-form .form__footer br {
  display: none;
}

/* 料金プラン新設による改修 トップページ */
.p-top__price-plan {
  margin-top: 0;
}

.p-top__price-plan img {
  max-width: 1106px;
  width: 104%;
}

@media(max-width:768px) {
  .p-top__price-plan {
    margin-top: 32px;
  }

  .p-top__price-plan img {
    max-width: 1106px;
    width: 102%;
    transform: translateX(2.5%);
  }
}

/* 料金プラン新設による改修 料金ページ */
.section-plan .section__inner--large {
  max-width: 1148px;
}

.flex__container-item:nth-child(2)::after {
  display: none;
}

.section-plan .flex__container-item {
  padding: 0;
  width: 33.3%;
  border: 1px solid #ccc;
  background-color: #fff;
}

.section-plan .flex__container-item:nth-child(3) {
  position: relative;
}

.section-plan .flex__container-item--title {
  padding: 16px 0;
  border-bottom: 1px solid #ccc;
}

.section-plan .flex__container-item--data {
  padding: 24px 2px 34px 2px;
}

.section-plan .flex__container-item--planpoint {
  color: #d82c2c;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}

.section-plan .flex__container-item--heading,
.section-plan .flex__container-item--txt {
  padding: 0;
}

.section-plan .flex__container-item--without-tax {
  margin-top: 14px;
}

.section-plan .flex__container-item--without-tax .month {
  line-height: 1.75;
}

.section-plan .flex__container-item--plantxt {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5625;
}

.section-plan .flex__container-item--with-tax .price,
.section-plan .flex__container-item--with-tax .yen {
  font-weight: 400;
  font-size: 2rem;
}

.section-plan .flex__container-item--with-tax .tax {
  font-size: 15px;
}

.section-plan .flex__container-item:nth-child(1) .flex__container-item--title {
  background-color: #ffe593;
}

.flex__container-item:nth-child(1) .flex__container-item--with-tax {
  padding: 0 0 0 91px;
}

.section-plan .flex__container-item:nth-child(2) .flex__container-item--title {
  background-color: #c5efff;
}

.flex__container-item:nth-child(2) .flex__container-item--with-tax {
  padding: 0 0 0 130px;
}

.section-plan .flex__container-item:nth-child(3) .flex__container-item--title {
  background-color: #97e3ff;
}

.flex__container-item:nth-child(3) .flex__container-item--with-tax {
  padding: 0 0 0 130px;
}

.section-plan .flex__container-item--btn {
  margin: 40px 0 0 0;
}

.section-plan .footer-cta-link-card__link--icon-pc {
  padding: 8px 0;
  min-width: 350px;
  background: #f0c234;
  text-align: center;
  line-height: 1.5;
}

.section-plan .img-flexboxtext {
  margin-top: 24px;
}

.section-plan .img-flexboxtext-right {
  width: 100%;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

@media(max-width:1000px) {
  .section-plan .flex__container-item {
    width: 100%;
    border-top: 0;
  }

  .section-plan .flex__container-item--title {
    padding: 18px 0;
    border-bottom: 1px solid #ccc;
  }

  .section-plan .flex__container-item--data {
    padding: 20px 10px 20px 10px;
  }

  .section-plan .flex__container-item:first-child {
    border-top: 1px solid #ccc;
  }

  .flex__container-item:nth-child(1) .flex__container-item--with-tax {
    padding: 0 0 0 54px;
  }

  .flex__container-item:nth-child(2) .flex__container-item--with-tax {
    padding: 0 0 0 80px;
  }

  .flex__container-item:nth-child(3) .flex__container-item--with-tax {
    padding: 0 0 0 80px;
  }

  .flex__container-item:nth-child(3)::after {
    content: '';
    position: absolute;
    top: -17px;
    right: -13px;
    z-index: 0;
    display: inline-block;
    width: 83px;
    height: 83px;
    background: url(/wp/wp-content/themes/loioz/dist/assets/img/price/price_recommend-white.webp) center top no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  .section-plan .flex__container-item--btn {
    margin: 33px 0;
  }

  .section-plan .footer-cta-link-card__link--icon-pc {
    min-width: auto;
    transform: none;
  }

  .section-plan .flex__container-item--plantxt {
    margin-top: 14px;
  }

  .section-plan .img-flexboxtext {
    margin-top: 16px;
  }

  .section-plan .img-flexboxtext .img-flexboxtext-right {
    margin-top: 0;
  }

  .pc-none {
    display: block;
  }

  .sp-none {
    display: none;
  }
}

@media(min-width:1001px) {
  .flex__container-item:nth-child(3)::after {
    content: '';
    position: absolute;
    top: -46px;
    right: -40px;
    z-index: 0;
    display: inline-block;
    width: 116px;
    height: 116px;
    background: url(/wp/wp-content/themes/loioz/dist/assets/img/price/price_recommend-white.webp) center top no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
}

/* 料金プラン新設による改修 料金ページ プラン比較テーブル*/
.tr-sp {
  display: none;
}

.comparison__container-table td,
.comparison__container-table th {
  width: 25%;
  background-color: #fff;
  vertical-align: middle;
}

.comparison__container-table .plan-heading th {
  background-color: #fff;
  text-align: center;
}

.comparison__container-table .plan-heading th:nth-child(2),
.comparison__container-table .tr-sp th:nth-child(2) {
  background-color: #ffe593;
}

.comparison__container-table .plan-heading th:nth-child(3),
.comparison__container-table .tr-sp th:nth-child(3) {
  background-color: #c5efff;
}

.comparison__container-table .plan-heading th:nth-child(4),
.comparison__container-table .tr-sp th:nth-child(4) {
  border-right: 0;
  background-color: #97e3ff;
  text-align: center;
}

@media(max-width:1000px) {
  .comparison__container-table {
    margin-bottom: 20px;
  }

  .comparison__container-table:last-child {
    margin-bottom: 0;
  }

  .comparison__container-table .plan-heading th {
    padding: 1.2em 0;
  }

  .comparison__container-table .tr-sp td,
  .comparison__container-table .tr-sp th:nth-child(2),
  .comparison__container-table .tr-sp th:nth-child(3) {
    width: 25%;
  }

  .comparison__container-table td,
  .comparison__container-table th {
    padding: 1.1em .3em;
  }
}

@media(min-width:1001px) {

  .comparison__container-table td,
  .comparison__container-table th {
    padding: 1em;
  }
}

/* 料金プラン新設による改修 料金ページ CTAボタン*/
.section-plan .section-price__cta-btn:nth-child(1) {
  margin-right: 16px;
}

.section-plan .new-home-mv__button:first-child {
  margin-right: 0;
}

.section-plan .new-home-mv__button {
  padding: 31px 24px 10px 4px;
  min-width: 310px;
  border-radius: 100px;
  background: #d82c2c;
}

.section-plan .new-home-mv__button--trial {
  padding: 31px 4px 10px 24px;
  min-width: 310px;
  border-radius: 100px;
  background: #f2c233;
}

.section-plan .new-home-mv__button.new-home-mv__button--icon-document:before {
  top: 6px;
  width: 17px;
  height: 21px;
}

.section-plan .new-home-mv__button--trial.new-home-mv__button--icon-document:before {
  top: 7px;
  width: 20px;
  height: 20px;
}

.section-plan .new-home-mv__button.new-home-mv__button--icon-document:after,
.section-plan .new-home-mv__button--trial.new-home-mv__button--icon-document:after {
  top: 24px;
  width: 24px;
  height: 24px;
}

.section-plan .new-home-mv__button-sub-copy {
  top: 12px;
  font-size: 1.2rem;
}

@media(max-width:1000px) {
  .section-plan .section-price__cta-btn:nth-child(1) {
    margin-right: 0;
  }

  .section-plan .new-home-mv__button-sub-copy {
    font-size: 1.3rem;
  }

  .section-plan .new-home-mv__button,
  .section-plan .new-home-mv__button--trial {
    padding-top: 35px;
    padding-bottom: 14px;
  }

  .section-plan .new-home-mv__button.new-home-mv__button--icon-document:after,
  .section-plan .new-home-mv__button--trial.new-home-mv__button--icon-document:after {
    top: 27px;
    width: 27px;
    height: 27px;
  }
}

/* 固定ページ「ロイオズ」はひとりでも複数人でも”ちょうどいい” */
.p-purpose {
  padding-top: 80px;
}

.p-purpose.p-purpose__link {
  padding-top: 50px;
}

.p-purpose.p-purpose__function {
  padding-top: 40px;
}

.p-purpose#several {
  position: relative;
  margin-top: 80px;
}

.p-purpose#several::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  max-width: 1000px;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #d9d9d9;
  transform: translateX(-50%);
}

.p-purpose__link-list {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.p-purpose__link-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 18px 16px 16px;
  min-width: 392px;
  border: 2px solid #16acc7;
  border-radius: 50px;
  color: #16acc7;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}

.p-purpose__link-link:hover {
  border: 1px solid #16acc7;
  background-color: #16acc7;
  color: #fff;
  text-decoration: none;
}

.p-purpose__link-link::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--light-blue);
  border-right: 2px solid var(--light-blue);
  transform: translateY(-4px) rotate(135deg);
  transform-origin: center;
}

.p-purpose__link-link:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.p-purpose .section__inner--middle {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1040px;
}

.p-purpose .section__title span {
  font-weight: 400;
  font-size: 1.8rem;
}

.sub-section.p-purpose__nayami {
  margin-top: 60px;
}

.p-purpose__container {
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
  gap: 32px;
}

.p-purpose__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 312px;
}

.p-purpose__item::after {
  content: '';
  display: block;
  margin-top: 24px;
  width: 45px;
  height: 44px;
  background-image: url(../img/purpose/purpose-arrow.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-purpose__item-title {
  color: #16acc7;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
}

.p-purpose__item-text {
  position: relative;
  margin-top: 12px;
  padding: 24px;
  min-height: 164px;
  border-radius: 8px;
  background-color: #f2f2f2;
  line-height: 1.8;
}

.p-purpose__item-text::after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 24px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/purpose/purpose-circle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-purpose__item-image {
  position: relative;
  margin-top: -22px;
  width: 158px;
  transform: translateX(14px);
}

.p-purpose__item:nth-child(2) .p-purpose__item-image {
  width: 162px;
}

.p-purpose__title {
  margin: 0 auto;
  width: 704px;
}

.p-purpose__box {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 24px;
  width: 312px;
  box-shadow: 6px 6px 18px 0 rgba(0, 0, 0, .12);
}

.p-purpose__box-title {
  color: #16acc7;
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.4;
}

.p-purpose__box-text {
  padding: 16px;
  min-height: 148px;
  border-radius: 8px;
  background-color: #effbff;
}

.p-purpose__box-function {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
  width: 100%;
}

.p-purpose__box-image {
  max-width: 80px;
  width: 30%;
}

.p-purpose__box-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding: 8px 0;
  width: 100%;
  border: 2px solid #16acc7;
  border-radius: 50px;
  color: #16acc7;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
}

.p-purpose__box-link+.p-purpose__box-link {
  margin-top: 8px;
}

.p-purpose__box-link.p-purpose__box-link--single {
  margin-top: 42px;
}

.p-purpose__box-link:hover {
  background-color: #16acc7;
  color: #fff;
  text-decoration: none;
}

.p-purpose__box-link::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--light-blue);
  border-right: 2px solid var(--light-blue);
  transform: rotate(45deg);
}

.p-purpose__box-link:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.p-purpose__comment-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-purpose__comment {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p-purpose__comment:nth-child(even) {
  flex-direction: row-reverse;
}

.p-purpose__comment-photo {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  width: 120px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
}

.p-purpose__comment-box {
  position: relative;
  padding: 24px;
  width: calc(100% - 152px);
  border-radius: 8px;
  background-color: #effbff;
}

.p-purpose__comment-box::after {
  content: '';
  position: absolute;
  top: 40px;
  left: -19px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #effbff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.p-purpose__comment:nth-child(even) .p-purpose__comment-box::after {
  right: -19px;
  left: auto;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.p-purpose__comment-title {
  font-weight: 700;
  font-size: 1.8rem;
}

.p-purpose__comment-text {
  margin-top: 8px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media(max-width:1000px) {
  .p-purpose {
    padding-top: 40px;
  }

  .p-purpose .section__inner--middle {
    max-width: 600px;
  }

  .p-purpose#personal,
  .p-purpose#several {
    padding-top: 56px;
  }

  .p-purpose#several::before {
    max-width: none;
    width: calc(100% - 40px);
  }

  .p-purpose .section__title span {
    font-size: 1.5rem;
  }

  .p-purpose.p-purpose__link {
    padding-top: 18px;
  }

  .p-purpose__box-link,
  .p-purpose__box-link+.p-purpose__box-link,
  .p-purpose__box-link.p-purpose__box-link--single {
    margin-top: 16px;
  }

  .p-purpose__link-list {
    flex-direction: column;
    width: 100%;
  }

  .p-purpose__link-link {
    padding: 12px 16px;
    min-width: auto;
    width: 100%;
    border-radius: 8px;
  }

  .p-purpose__link-link::after {
    width: 6px;
    height: 6px;
    transform: translateY(-2px) rotate(135deg);
  }

  .p-purpose__subtitle {
    margin-top: 15px;
    text-align: center;
  }

  .p-purpose__container {
    flex-direction: column;
    gap: 40px;
  }

  .p-purpose__function .p-purpose__container {
    gap: 32px;
  }

  .p-purpose__item {
    width: 100%;
  }

  .p-purpose__item-text {
    min-height: auto;
    font-size: 1.6rem;
  }

  .p-purpose__item-image {
    width: 140px;
  }

  .p-purpose__item:nth-child(2) .p-purpose__item-image {
    width: 142px;
  }

  .p-purpose__item::after {
    display: none;
  }

  .p-purpose__item:last-child::after {
    display: block;
    width: 50px;
    height: 50px;
  }

  .p-purpose__box-text {
    min-height: auto;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .sub-section.p-purpose__nayami {
    margin-top: 40px;
  }

  .p-purpose__box {
    width: 100%;
  }

  .p-purpose__title {
    max-width: 500px;
    width: 100%;
  }

  .p-purpose__title img {
    width: 100%;
  }

  .p-purpose__comment-wrapper {
    gap: 24px;
  }

  .p-purpose__comment,
  .p-purpose__comment:nth-child(even) {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    border-radius: 8px;
    background-color: #effbff;
  }

  .p-purpose__comment-photo {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 16px;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .p-purpose__comment-photo p {
    display: flex;
    flex-wrap: wrap;
  }


  .p-purpose__comment-photo img {
    width: 72px;
  }

  .p-purpose__comment-box {
    padding: 0;
    width: 100%;
  }

  .p-purpose__comment-box::after {
    display: none;
  }
}

/* topページ 「ロイオズ」はひとりでも複数人でも”ちょうどいい”改修に伴う変更 */

.p-top__situation-item {
  position: relative;
  color: #333;
}

.p-top__situation-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 172, 199, .5);
  opacity: 0;
  transition: opacity .4s;
}

.p-top__situation-item:hover {
  text-decoration: none;
}

.p-top__situation-item:hover::after {
  opacity: 1;
}

.p-top__situation-item:hover img {
  opacity: 1;
}


/* 2411 topページ MV改修に伴う変更 */
.p-top__mv .new-home-mv__title {
  font-weight: 700;
}

.mainvisual--c {
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .025);
}

.mainvisual--c.p-top__mv {
  background-position: center -170px;
}

.p-top__mv .mainvisual--c__img-lower img {
  width: 100%;
}

.p-top__mv-button {
  margin-top: 0;
}

.mainvisual--c__img-lower::before {
  display: none;
}

.mainvisual--c__img-upper {
  display: none;
}

.p-top__mv .new-home-mv__title {
  line-height: 1.7;
}

.p-top__mv-budge {
  display: grid;
  margin-top: 40px;
  padding: 27px 0;
  background-color: #fff;

  place-items: center;
}

.p-top__mv-budge img {
  max-width: 505px;
  width: 90%;
}

.p-top__mv-news {
  margin-top: 0;
}

@media(max-width:950px) {
  .p-top__mv-button {
    margin-top: 16px;
  }

  .mainvisual--c.p-top__mv {
    background-position: center;
  }

  .mainvisual--c__img-area {
    margin-top: 10px;
  }

  .mainvisual--c__img-upper {
    display: block;
  }

  .mainvisual--c__img-lower {
    min-width: 240px;
    width: 60%;
  }

  .p-top__mv .new-home-mv__title {
    line-height: 1.5;
  }

  .p-top__mv-budge {
    display: none;
  }

  .p-top__mv-news {
    margin-top: 12px;
  }
}

/* 2411 コラム詳細ページ PCのみページ下部の余白追加*/
.blog_wrap {
  margin-bottom: 50px;
}

@media(max-width: 768px) {
  .blog_wrap {
    margin-bottom: 0;
  }
}

/* 2411 追記 */

/* .mainvisual--c.p-top__mv {
  background-position: center -50px;
} */

.mainvisual--c__img-upper {
  display: block;
  transform: translateY(-20px);
}

.p-top__mv .mainvisual--c__img-lower img {
  max-width: 430px;
}

.p-top__mv-budge {
  display: none;
}

/* .p-top__mv-news {
  margin-top: 50px;
} */

@media(max-width:950px) {
  .mainvisual--c.p-top__mv {
    background-position: center;
  }

  .mainvisual--c__img-upper {
    display: block;
    transform: translateY(0);
  }

  .p-top__mv .mainvisual--c__img-lower img {
    max-width: 530px;
  }

  .p-top__mv-news {
    margin-top: 12px;
  }
}

/* LOIOZ-734 MV修正（ASPICクラウドアワード受賞のラベル追加） */
.mainvisual--c__img-upper {
  margin-right: auto;
  margin-left: auto;
  width: 74%;
  transform: translateY(-10px);
}

@media(max-width:950px) {
  .mainvisual--c__img-upper {
    width: 95%;
    transform: translateY(0);
  }
}

/* LOIOZ-769 スマホ用アプリのコンテンツを追加 */
.p-top__function .section__inner--large {
  width: 96%;
}

.p-top__function-box:nth-child(3) .p-top__function-list {
  padding-bottom: 16px;
}

.p-top__function-box:last-child .p-top__function-list {
  padding-bottom: 34px;
}

.p-top__function-container {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 0;

  row-gap: 40px;
}

.p-top__function-box {
  width: 100%;
}

.p-top__function-box.p-top__function-box--left {
  width: 76%;
  border-radius: 16px 16px 0 0;
  background-color: var(--ex-light-blue);
}

.p-top__function-box.p-top__function-box--right {
  width: 21.5%;
  border-radius: 16px 16px 0 0;
  background-color: var(--ex-light-blue);
}

@media(max-width: 768px) {
  .p-top__function .section__inner--large {
    width: 100%;
  }

  .p-top__function-box.p-top__function-box--left,
  .p-top__function-box.p-top__function-box--right {
    width: 100%;
  }

  .p-top__function-box.p-top__function-box--right .p-top__function-text {
    white-space: nowrap;
  }
}

/* LOIOZ-803 【施策】日程調整ツール用ボタンを資料請求/トライアルのサンクスページへ掲載 */
.complete-button__container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
}
.complete-button__text{
  font-size: 1.4rem;
  margin-bottom: 5px;
  padding-left: 1em;
  font-weight: 600;
}

.complete-button__container .footer-cta-link-card__link--icon-document{
  align-items: center;
  min-height:60px;
}

.footer-cta-link-card__link--icon-schedule {
  background: #17acc7;
  box-shadow: 5px 5px 0 0 #00687c;
  padding-top:0 ;
  padding-bottom: 0;
}

.footer-cta-link-card__link--icon-schedule:before {
  width: 35px;
  height: 36px;
  background-image: url(/wp/wp-content/themes/loioz/dist/assets/img/common/icon-schedule.webp);
}

@media(max-width: 768px) {
  .complete-button__container{
    flex-direction: column;
    align-items: center;
    gap:20px;
  }
}

/* LOIOZ-827 【施策】グローバルメニューの改善 */
.header{
  padding: 20px 0;
}

.global-nav{
  padding-right: 0;
  position: static;
}

.global-nav__item{
  margin-left: 10px;
}

.global-sub-nav{
  top:80px;
  width: 1060px;
}

.global-sub-nav__content,
.global-sub-nav__content--large{
  padding-left: 15px;
  margin-bottom: 15px;
}

.global-sub-nav__content--large{
  width: 100%;
}

.global-sub-nav__label{
  font-size: 15px;
  line-height: 1;
  width: 100%;
  font-weight: 700;
}

.toggle_title-nav{
  display: flex;
}

.toggle_btn-nav:before{
  position: relative;
  display: block;
  top: auto;
  margin-left: 8px;
  margin-top: 6px;
}

.toggle_btn-nav:after{
  display: none;
}

.global-nav__item--cta{
  position: relative;
  margin-left: 20px;
}

.global-nav__item--cta .global-nav__link{
  margin-top: 0;
  padding-left: 40px;
}

.main{
  padding-top: 80px;
}

.global-sub-nav__icon{
  margin-left: 0;
}

@media (min-width: 1130px){
  .header .global-nav__item:not(.global-nav__item--cta){
    position: static;
  }

  .header .global-sub-nav{
    padding: 12px 32px 17px;
    border:0;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* column-gap: 70px; */
  }

  .header .global-sub-nav:before{
    display: none;
  }

  .header .global-sub-nav__title{
    font-size: 18px;
    font-weight: 700;
    color: #1f1f1f;
    line-height: 1.66;
  }

  .header .global-sub-nav__item {
    width: auto;
    display: flex;
    justify-content: flex-start;
    line-height: 1.86;
    
  }

  .header .global-sub-nav__link{
    padding: 0;
    position: relative;
  }

  .header .global-sub-nav__link::after {
    position: absolute; 
    left: 0;
    bottom:-1px;
    content: '';
    width: 100%;        
    height: 2px;        
    background: #17ACC7;
    transform: scale(0, 1);
    transform-origin:right top;
    transition: transform .3s; 
  }

  .header .global-sub-nav__link::before{
    content:"・";
    display: inline-block;
  }

  .header .global-sub-nav__link:hover{
    color: #1f1f1f;
  }

  .header .global-sub-nav__link:hover::after{
    transform: scale(1, 1);
    transform-origin:left top;
  }

  .header .global-sub-nav--large{
    /* flex-direction: column; */
    width: auto;
    /* height: 130px; */
    /* margin-top: 5px; */
    gap: 30px;
  }

  .header .toggle_btn-nav:before{
    transition: transform .4s;
  }
  
  .header .global-nav__item--has-child:hover .toggle_btn-nav:before{
    transform: rotate(-135deg) translate(-2px,-2px);
  }

  .global-nav__link.global-nav__link--icon-email{
    background-color: #F2C233;
    padding-left: 46px;
    border-radius: 100px;
  }


  .global-nav__link.global-nav__link--icon-email:hover{
    background-color: #F2C233;
    opacity: .8;
  }
  .global-nav__link.global-nav__link--icon-email::before{
    left: 20px;
    top: 12px;
  }
}

@media (max-width: 1149px) {
  .header{
    padding: 12px 0;
  }

  .main {
    padding-top: 0;
  }

  .sp-nav__container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }

  .sp-nav__box{
    width: 50%;
    flex-direction: column;
  }

  .sp-nav__box--large{
    margin-bottom: 16px;
    width: 100%;
  }

  .sp-nav__title{
    width: 100%;
  }

  .sp-nav__box .spMenu-box{
    flex-direction: column;
  }

  .sp-nav__box .spMenu-item{
    width: 100%;
  } 
}

/* ============================
動画ページ用スタイル2025/04/16
 ========================= */
.video-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin-top: 20px;
	padding-bottom: 80px;
}

.video-gallery:has(.video-item:only-child) {
	justify-content: center;
}

.video-item {
	cursor: pointer;
	flex: 0 0 calc((100% - (50px * 2)) / 3);
	transition: transform 0.3s;
}

.video-item:hover .video-thumbnail::before {
	opacity: 1;
}

.video-item:hover .play-button {
	opacity: 1;
}

.video-thumbnail {
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.12);
	margin-bottom: 18px;
	object-fit: cover;
	overflow: hidden;
	position: relative;
}

.video-thumbnail::before {
	background-color: rgba(23, 172, 199, 0.5);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	padding-top: 205px;
	position: absolute;
	right: 0;
	transition: opacity 0.2s 0s ease-in-out;
	width: 100%;
	z-index: 2;
}

.video-thumbnail img {
	height: 100%;
	width: 100%;
}

.play-button {
	border-bottom: 18px solid transparent;
	border-left: 32px solid white;
	border-top: 18px solid transparent;
	height: 0;
	left: 50%;
	margin-left: 6px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.2s 0s ease-in-out;
	width: 0;
	z-index: 3;
}

.video-title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 160%;
	margin: 0;
}

/* ポップアップ用モーダルのスタイル */

.video-modal {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.9);
	cursor: pointer;
	display: none;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.video-modal__content {
	max-width: 900px;
	position: relative;
	width: 90%;
}

.video-modal__container {
	cursor: auto;
	overflow: hidden;
}

.video-modal__container video {
	width: 100%;
}

.video-modal__close-button {
	all: unset;
	background: none;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 6.4rem;
	line-height: 1;
	position: absolute;
	right: 0;
	top: -7rem;
}

.video-modal__player {
	aspect-ratio: 16 / 9;
}

.video-modal__player iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 960px) {

.video-item {
	flex: 0 0 calc((100% - 50px) / 2);
}

}

@media screen and (max-width: 768px) {

.video-item {
	flex: 0 0 auto;
	width: 100%;
}

.play-button {
	border-bottom: 13px solid transparent;
	border-left: 17px solid white;
	border-top: 13px solid transparent;
	margin-left: 3px;
}
	
.video-modal__close-button {
	font-size: 4rem;
	top: -5rem;
}

}
/* ============================
動画ページ用スタイルここまで
 ========================= */


/* LOIOZ-832 グローバルメニューの改善*/

.header{
  padding: 10px 0;
}

.main{
  padding-top: 60px;
}

.global-sub-nav{
  top:60px;
}

.global-sub-nav__container{
  display: flex;
  margin-top: 15px;
}

.global-sub-nav__list{
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 1em;
}

.global-sub-nav__list.global-sub-nav__list--large{
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 275px;
  column-gap: 20px;
}

.global-sub-nav__list--large .global-sub-nav__item{
  min-width: 8em;
}

.global-sub-nav__content{
  padding: 0 40px 0 20px;
  border-left:1px solid #333
}

.global-sub-nav__content.global-sub-nav__content--large{
width: auto;
padding: 0 0 0 20px;
}

.global-sub-nav__content:first-child{
  border-left:none;
}

.global-sub-nav__item.global-sub-nav__item-movie{
  width: 260px;
  cursor: pointer;
}

.global-sub-nav__item.global-sub-nav__item-movie iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.global-sub-nav--support .global-sub-nav__content{
  padding: 0 40px 0 20px;
}

.global-sub-nav--support .global-sub-nav__content:last-child{
  padding-right: 0;
}


@media (max-width: 1149px) {
  .header {
    padding: 12px 0;
  }

  .main{
  padding-top: 0;
  }

  .sp-nav__title{
    color: var(--color-link);
  }
  .spMenu-link{
    color: #333;
  }

  .spMenu-link::before{
    content:"・";
    display: inline-block;
  }
}

body.header-modal-open {
  overflow: hidden;
}

.header-youtube-modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.header-youtube-modal.is-active {
  display: flex;
}

.header-youtube-modal__content {
  position: relative;
  width: 90%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  background: #000;
  z-index: 2;
}

.header-youtube-modal__overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  cursor: pointer;
}

.header-youtube-modal__close {
  all:unset;
  position: absolute;
  top: -8.4rem;
  right: 0;
  background: none;
  color: #fff;
  font-size: 6.4rem;
  border: none;
  z-index: 3;
  cursor: pointer;
}

/* LOIOZ-842 機能ページの修正 グロナビ導線変更 */

.breadcrumb-functions-detail{
  position:static;
}

@media (max-width: 767px) {
  .breadcrumb-functions-detail{
  position:static;}
}

/* LOIOZ-847 無料個別相談フォームの修正 */
.meeting_form .form input[type=text],
.meeting_form .form input[type=text]:focus {
  margin-top: 0 !important;
  padding: 8px !important;
  height: 40px;
  display: inline !important;
}

  @media (max-width: 768px) {
	  .footer-info-menu {
		  min-height: 380px;
	  }
  }

/* LOIOZ-853 CTA改修_dev修正 */
.c-cta__inner {
  max-width: 1268px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.c-cta__heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-bottom: 8px;
}
.c-cta__heading br {
  display: none;
}

.c-cta__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 24px;
  text-align: center;
}
.c-cta__text br {
  display: none;
}

.c-cta__list {
  display: flex;
  column-gap: 20px;
}

.c-cta__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  row-gap: 20px;
  padding: 24px;
  align-items: center;
  border: 1px solid #f3f3f3;
  background: #fff;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.12);
}

.c-cta__item-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  line-height: 160%;
}

.c-cta__item-heading img {
  width: 36px;
}

.c-cta__item-heading-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.c-cta__item-text {
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 160%;
  font-size: 16px;
}
.c-cta__item-text br {
  text-align: left;
}

/* ボタン共通 */
.c-cta__item-button {
  border-radius: 50px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  max-width: 300px;
  width: 100%;
  padding: 13.2px 16px 13.8px;
  line-height: 140%;
  transition: all 0.2s 0s ease-in-out;
}
.c-cta__item-button:hover {
  transform: translate(3px,5px);
  text-decoration: none;
}

/* ボタン色別 */
.c-cta__item-button.--red {
  background-color: #d82c2c;
  border: 2px solid #d82c2c;
  box-shadow: 3px 5px 0px 0px #740A00;
}
.c-cta__item-button.--red:hover {
  box-shadow: none;
}

.c-cta__item-button.--yellow {
  background-color: #f2c233;
  border: 2px solid #f2c233;
  box-shadow: 3px 5px 0px 0px #CD781E;
}
.c-cta__item-button.--yellow:hover {
  box-shadow: none;
}

.c-cta__item-button.--blue {
  background-color: #17acc7;
  border: 2px solid #17acc7;
  box-shadow: 3px 5px 0px 0px #217888;
}
.c-cta__item-button.--blue:hover {
  box-shadow: none;
}

@media screen and (max-width: 961px) {
  .c-cta__item {
    padding: 24px 8px;
    row-gap: 16px;
  }

  .c-cta__item-heading-text {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .c-cta__heading {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .c-cta__heading br,
  .c-cta__text br {
    display: block;
  }

  .c-cta__text {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .c-cta__list {
    flex-direction: column;
    row-gap: 19px;
  }

  .c-cta__item {
    padding: 24px 15px;
    row-gap: 16px;
  }

  .c-cta__item-heading-text {
    font-size: 20px;
  }

  .c-cta__item-text br {
    display: none;
  }
}

/* LOIOZ-850 MV改修_dev修正 */
.p-top__cta {
  background: #fff;
  padding-top: 14px;
  padding-bottom: 27px;
}
.p-top__cta.--pc-only {
  margin-top: 44px;
}

.p-top__cta.--sp-only {
  display: none;
}

.p-top__cta-inner {
    max-width: 1066px;
    padding: 0 37px;
}

.p-top__cta-list {
  column-gap: 46px;
}

.p-top__cta-item {
  border: none;
  box-shadow: none;
  row-gap: 4px;
  padding: 0;
}

.p-top__cta-item-heading-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

/* mv */
.mainvisual--c__inner {
  align-items: normal;
}
.p-top__mv .mainvisual--c__img-area {
  margin-top: 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mainvisual--c__img-upper {
  transform: none;
}
.p-top__mv .mainvisual--c__img-lower img {
  max-width: 100%;
}

@media (max-width: 950px) {
  .p-top__mv .mainvisual--c__img-area {
    flex-direction: column-reverse;
  }
	

  .p-top__cta.--pc-only {
    display: none;
  }
  .p-top__cta.--sp-only {
    display: block;
  }
  .p-top__cta-item-button {
    max-width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .p-top__cta-list {
    column-gap: 16px;
  }
  .p-top__cta-item-heading-text {
    font-size: 13px;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) {
  .p-top__cta {
    padding-top: 31px;
    padding-bottom: 0;
  }
  
  .p-top__cta-list {
    row-gap: 20px;
  }

  .p-top__cta-item {
    row-gap: 0;
  }
}

.spMenu-item.nowrap {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .element_wrap ul.--4col li {
    width: 25%;
    margin: 0;
  }
  .element_wrap ul.--center{
    justify-content: center;
  }
}

.element_wrap small {
    font-size: 10px;
    display: block;
    margin-top: 8px;
}
@media (max-width: 767px) {
    .element_wrap small {
        margin-top: 6px;
    }
}