﻿@import url(../fonts/font.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  vertical-align: top;
}
html {
  font-size: 62.5%;
}
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #333;
  background: #fff;
  font-family: dnp-shuei-mgothic-std, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, sans-serif;
  line-height: 1;
  font-weight: 600;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.7333vw;
  }
  body.is-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
a {
  color: #333;
  text-decoration: none;
  word-break: break-word;
}
a:visited {
  outline: none;
}
a img {
  pointer-events: none;
}
img {
  max-width: 100%;
}
button {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
}
@media screen and (min-width: 769px) {
  button {
    cursor: pointer;
  }
}
li {
  list-style-type: none;
}
main {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.l-corporate-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.l-corporate-header .l-inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.l-corporate-header .l-inner a {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-corporate-header {
    padding: 2.6667vw 0 3.4667vw;
  }
  .l-corporate-header .lom {
    width: 34.4vw;
  }
  .l-corporate-header .corporate {
    width: 15.2vw;
  }
}
@media screen and (min-width: 769px) {
  .l-corporate-header {
    padding: 20px 0 17px;
  }
  .l-corporate-header a:hover {
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-corporate-header a:hover:hover {
    opacity: 0.8;
  }
  .l-corporate-header .lom {
    width: 216px;
  }
  .l-corporate-header .corporate {
    width: 95px;
  }
}
.l-header {
  position: absolute;
  left: 0;
  z-index: 900;
  width: 100%;
  box-sizing: border-box;
}
.l-header.is-fixed {
  position: fixed;
}
.l-header .l-inner {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header {
    top: 10.1333vw;
  }
  .l-header.is-fixed {
    top: 2.6667vw;
  }
  .l-header .l-inner {
    height: 13.3333vw;
    text-align: center;
  }
  .l-header .sitename {
    border-radius: 10px;
    position: relative;
    padding-top: 5.0667vw;
    padding-bottom: 3.7333vw;
    z-index: 1;
    background: #fff;
  }
  .l-header .sitename a {
    display: inline-block;
  }
  .l-header .sitename a img {
    width: 58.9333vw;
  }
  .l-header .menu {
    position: absolute;
    top: 6.6667vw;
    right: 5.3333vw;
    width: 4.2667vw;
    height: 3.4667vw;
    box-sizing: border-box;
    transform: translateY(-50%);
    z-index: 3200;
  }
  .l-header .menu .border span {
    display: block;
    width: 100%;
    height: 0.5333vw;
    border-radius: 0.2667vw;
    background: #1e78c8;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53),
      background 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: 1.4667vw;
  }
  .l-header .menu .border span.border-1 {
    transform: translateY(-1.4667vw) scale(1);
    -webkit-transform: translateY(-1.4667vw) scale(1);
  }
  .l-header .menu .border span.border-2 {
    background: none;
    position: relative;
  }
  .l-header .menu .border span.border-2:before,
  .l-header .menu .border span.border-2:after {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s,
      background 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    width: 100%;
    height: 0.5333vw;
    border-radius: 0.2667vw;
    background: #1e78c8;
    display: block;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .l-header .menu .border span.border-3 {
    transform: translateY(1.4667vw) scale(1);
    -webkit-transform: translateY(1.4667vw) scale(1);
  }
  .l-header .menu.is-open .border span.border-1 {
    transform: translateY(0) scale(0);
    -webkit-transform: translateY(0) scale(0);
  }
  .l-header .menu.is-open .border span.border-2:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .l-header .menu.is-open .border span.border-2:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .l-header .menu.is-open .border span.border-3 {
    transform: translateY(0) scale(0);
    -webkit-transform: translateY(0) scale(0);
  }
  .l-header .global-nav {
    overflow-y: scroll;
    border-radius: 10px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20vw 5.3333vw 9.8667vw;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .l-header .global-nav ul li.has-lower > a {
    display: none;
  }
  .l-header .global-nav ul li + li a {
    border-top: solid 1px #ddd;
  }
  .l-header .global-nav ul li span {
    display: none;
  }
  .l-header .global-nav ul li a {
    border-radius: 0;
    display: block;
    position: relative;
    padding: 17px 0;
    height: auto;
    line-height: normal;
    background: none;
    color: #1e78c8;
    text-align: left;
  }
  .l-header .global-nav ul li a:after {
    content: "";
    font-size: 10px;
    font-family: "myfont", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -5px;
    color: #1e78c8;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-header .global-nav ul li a:after {
    font-size: 2.6667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header {
    top: 63px;
  }
  .l-header.is-fixed {
    top: 20px;
  }
  .l-header.is-open .l-inner {
    height: 136px;
  }
  .l-header .l-inner {
    transition: height 0.3s cubic-bezier(0, 1.34, 0.99, 1.04);
    height: 70px;
  }
  .l-header .sitename {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 20px 0;
  }
  .l-header .sitename a {
    display: inline-block;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-header .sitename a img,
  .l-header .sitename a[type="image"] {
    transition: opacity 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-header .sitename a:hover img,
  .l-header .sitename a:hover[type="image"] {
    opacity: 0.6;
  }
  .l-header .sitename a img {
    width: 216px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-header .sitename {
    padding-left: 20px;
    padding-top: 15px;
  }
  .l-header .sitename a img {
    width: 216px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 970px) {
  .l-header .sitename {
    padding-left: 20px;
    padding-top: 23px;
  }
  .l-header .sitename a img {
    width: 127px;
  }
}
@media screen and (min-width: 769px) {
  .l-header .global-nav {
    float: right;
    height: 70px;
    padding-right: 10px;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-header .global-nav ul {
    display: flex;
  }
  .l-header .global-nav ul li:not(.btn) {
    margin-left: 26px;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-header .global-nav ul li:not(.btn) a {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    font-size: 14px;
    color: #1e78c8;
    position: relative;
    display: inline-block;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-header .global-nav ul li:not(.btn) a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    background: #1e78c8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transform: translateY(5px);
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-header .global-nav ul li:not(.btn) a.is-current:after,
  .l-header .global-nav ul li:not(.btn) a:hover:after {
    transform: translateY(0);
  }
  .l-header .global-nav ul .lower {
    overflow: hidden;
    visibility: hidden;
    height: 0;
    opacity: 0;
    border-top: solid 1px #ddd;
    justify-content: center;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    padding-right: 33px;
  }
  .l-header .global-nav ul .lower li span {
    overflow: hidden;
    color: #888;
    position: relative;
    display: inline-block;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-header .global-nav ul .lower li a,
  .l-header .global-nav ul .lower li span {
    font-size: 14px;
    height: 66px;
    line-height: 66px;
  }
  .l-header .global-nav ul .lower li a:before,
  .l-header .global-nav ul .lower li span:before {
    content: "";
    font-size: 10px;
    font-family: "myfont", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 3px;
    margin-left: -2px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .l-header .global-nav ul .lower li a:before,
  .l-header .global-nav ul .lower li span:before {
    font-size: 2.6667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header .global-nav ul .c-btn {
    margin-left: 20px;
    margin-top: 10px;
  }
  .browser-ie .l-header .global-nav ul li:not(.btn) a {
    line-height: 78px;
  }
  .browser-ie .l-header .global-nav ul li:not(.btn) .lower li a,
  .browser-ie .l-header .global-nav ul li:not(.btn) .lower li span {
    line-height: 66px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-header .global-nav ul li:not(.btn) {
    margin-left: 16px;
  }
  .l-header .global-nav ul li:not(.btn) a {
    font-size: 14px;
  }
  .l-header .global-nav ul .c-btn {
    margin-left: 16px;
    font-size: 14px;
    width: auto;
    padding: 0 16px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 840px) {
  .l-header .global-nav ul li:not(.btn) {
    margin-left: 14px;
  }
  .l-header .global-nav ul li:not(.btn) a {
    font-size: 13px;
  }
  .l-header .global-nav ul .c-btn {
    margin-left: 14px;
    font-size: 13px;
    width: auto;
    padding: 0 14px;
  }
}
.l-mainvisual {
  background-image: linear-gradient(
    -45deg,
    #1e78c8 25%,
    #1c73c5 25%,
    #1c73c5 50%,
    #1e78c8 50%,
    #1e78c8 75%,
    #1c73c5 75%,
    #1c73c5
  );
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: stripeRepeat;
}
@media screen and (max-width: 768px) {
  .l-mainvisual {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .l-mainvisual {
    background-size: 70px 70px;
  }
}
.l-mainvisual .l-inner {
  position: relative;
}
.l-mainvisual .pagetitle {
  position: relative;
  z-index: 10;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-mainvisual {
    animation-duration: 70000ms;
  }
  .l-mainvisual.other .l-inner {
    height: 51.4667vw;
    overflow: hidden;
  }
  .l-mainvisual.other .pagetitle {
    padding-top: 34.1333vw;
    font-size: 7.4667vw;
  }
  .l-mainvisual.other .character {
    position: absolute;
    right: 0;
    bottom: -10.6667vw;
  }
  .l-mainvisual.other .character img {
    width: 21.8667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-mainvisual {
    animation-duration: 90000ms;
  }
  .l-mainvisual .l-inner {
    padding: 0 40px;
  }
  .l-mainvisual.other .l-inner {
    padding: 0;
    height: 357px;
    overflow: hidden;
  }
  .l-mainvisual.other .pagetitle {
    padding-top: 230px;
    font-size: 48px;
  }
  .l-mainvisual.other .character {
    position: absolute;
    right: 0;
    bottom: -59px;
  }
  .l-mainvisual.other .character img {
    width: 152px;
  }
}
@keyframes stripeRepeat {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% -100%;
  }
}
.l-inner {
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 89.3333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-inner {
    width: 960px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-inner {
    width: calc(100% - 64px);
    margin-left: 32px;
    margin-right: 32px;
  }
}
.l-cv {
  background-image: linear-gradient(
    -45deg,
    #1e78c8 25%,
    #1c73c5 25%,
    #1c73c5 50%,
    #1e78c8 50%,
    #1e78c8 75%,
    #1c73c5 75%,
    #1c73c5
  );
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: stripeRepeat;
}
@media screen and (max-width: 768px) {
  .l-cv {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .l-cv {
    background-size: 70px 70px;
  }
}
.l-cv .copy {
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-cv {
    animation-duration: 70000ms;
  }
  .l-cv .l-inner {
    padding: 8.8vw 0 10.6667vw;
  }
  .l-cv .copy {
    font-size: 4.6667vw;
    line-height: 2;
    margin-bottom: 6.9333vw;
  }
  .l-cv .copy sup {
    font-size: 2.9333vw;
    position: relative;
    top: -1.6vw;
  }
  .l-cv .col {
    padding-top: 1.0667vw;
  }
  .l-cv .col .c-btn {
    height: 16vw;
    line-height: 16vw;
    font-size: 5.6vw;
    display: block;
    border-radius: 2.6667vw;
    box-shadow: 0px 1.3333vw 2.6667vw 0px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.05em;
    margin-bottom: 1.8667vw;
  }
  .l-cv .col .c-btn:after {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .l-cv {
    animation-duration: 90000ms;
  }
  .l-cv.l-cv-short {
    height: 377px;
  }
  .l-cv .l-inner {
    padding: 80px 0;
  }
  .l-cv.l-cv-short .l-inner {
    padding: 80px 40px;
  }
  .l-cv .copy {
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
    margin-bottom: 47px;
  }
  .l-cv .copy sup {
    font-size: 11px;
    position: relative;
    top: -6px;
  }
  .l-cv .col .c-btn {
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.05em;
  }
  .l-cv .col .c-btn:after {
    content: none;
  }
  .l-cv .col .c-btn-character {
    letter-spacing: 0.05em;
  }
  .l-cv .col .c-btn-character .character {
    top: 50px;
    right: 5px;
  }
  .l-cv .col .c-btn-character .character img {
    width: 39px;
  }
}
.browser-ie .l-cv .col .c-btn {
  line-height: 112px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-cv .col .c-btn {
    height: 9.7656vw;
    line-height: 9.7656vw;
    font-size: 18px;
    border-radius: 0.9766vw;
  }
  .l-cv .col .c-btn-character .character {
    top: 5.7578vw;
    right: 0.9531vw;
  }
  .l-cv .col .c-btn-character .character img {
    width: 3.3477vw;
  }
}
.l-pagetop {
  position: fixed;
  z-index: 800;
  display: none;
}
.l-pagetop a {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-pagetop {
    width: 8vw;
    right: 8vw;
    bottom: 38.1333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-pagetop {
    width: 40px;
    right: 61px;
    bottom: 210px;
  }
  .l-pagetop a {
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-pagetop a:hover {
    opacity: 0.8;
  }
}
@keyframes rollin-bounce {
  0% {
    transform: scale(1, 1) translate(100%, 100%) rotate(90deg);
  }
  20% {
    transform: scale(1.4) translate(-10px);
  }
  30% {
    transform: scale(1.4) translate(-10px);
  }
  50% {
    transform: scale(0.9, 0.9) translate(10px);
  }
  60% {
    transform: scale(1.03, 1.03) translate(0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.l-fixed-cv {
  position: fixed;
  z-index: 800;
  opacity: 0;
  pointer-events: none;
}
.l-fixed-cv a {
  display: block;
}
.l-fixed-cv .character {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.9s;
  opacity: 0;
}
.l-fixed-cv .character img {
  transform: translateY(-80%);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.9s;
}
.l-fixed-cv.is-show {
  opacity: 1;
  pointer-events: auto;
  animation: rollin-bounce 0.8s linear 0s 1 forwards;
}
.l-fixed-cv.is-show .character {
  opacity: 1;
}
.l-fixed-cv.is-show .character img {
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .l-fixed-cv {
    right: 2.6667vw;
    bottom: 2.6667vw;
  }
  .l-fixed-cv .character {
    width: 10.1333vw;
    top: -10.4vw;
  }
  .l-fixed-cv .btn {
    width: 18.6667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-fixed-cv {
    right: 30px;
    bottom: 30px;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-fixed-cv .character {
    width: 53px;
    top: -57px;
  }
  .l-fixed-cv .btn {
    width: 103px;
  }
  .l-fixed-cv a:hover {
    opacity: 0.8;
    animation: bounce 0.7s linear 0s 1 forwards;
  }
}
.l-about {
  color: #1e78c8;
}
@media screen and (max-width: 768px) {
  .l-about {
    padding: 8vw 0 13.0667vw;
  }
  .l-about .heading {
    font-size: 7.4667vw;
    margin-bottom: 9.8667vw;
    text-align: center;
    line-height: 1.5;
  }
  .l-about .illust {
    width: 48vw;
    margin: 0 auto 10.1333vw;
  }
  .l-about .logo {
    width: 48vw;
    margin-bottom: 10.1333vw;
  }
  .l-about .subheading {
    font-size: 4.6667vw;
  }
  .l-about .lead {
    color: #333;
    font-size: 4.2667vw;
    line-height: 2;
    margin-bottom: -2.1333vw;
    margin-top: 6.9333vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) {
  .l-about .l-inner {
    padding: 76px 40px 78px;
    display: flex;
    justify-content: space-between;
  }
  .l-about .text {
    width: 568px;
  }
  .l-about .text .heading {
    font-size: 36px;
    margin-bottom: 65px;
  }
  .l-about .text .logo {
    width: 180px;
    margin-bottom: 22px;
  }
  .l-about .text .subheading {
    font-size: 28px;
  }
  .l-about .text .lead {
    color: #333;
    font-size: 16px;
    line-height: 2;
    margin-bottom: -8px;
    margin-top: 30px;
  }
  .l-about .text .c-btn {
    margin-top: 40px;
    width: 460px;
  }
  .l-about .illust {
    width: 213px;
    padding-top: 2px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-about .text {
    width: 57.3242vw;
  }
  .l-about .text .c-btn {
    margin-top: 3.9063vw;
    width: 44.9219vw;
  }
  .l-about .illust {
    width: 20.8008vw;
  }
}
.l-footer .footer-nav ul li a {
  color: #1e78c8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-nav ul {
    margin: 6.6667vw 0 0vw;
  }
  .l-footer .footer-nav ul li {
    border-bottom: solid 0.2667vw #ddd;
  }
  .l-footer .footer-nav ul li a {
    display: block;
    font-size: 3.4667vw;
    padding: 3.8667vw 0;
  }
  .l-footer .footer-nav ul li a:after {
    content: "";
    font-size: 10px;
    font-family: "myfont", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-footer .footer-nav ul li a:after {
    font-size: 2.6667vw;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .logo-copyright {
    margin: 0 auto 13.3333vw;
    width: 75.7333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer .l-inner {
    padding: 80px 0;
  }
  .l-footer .footer-nav {
    margin-bottom: 35px;
  }
  .l-footer .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer .footer-nav ul li {
    margin-right: 32px;
    margin-bottom: 15px;
  }
  .l-footer .footer-nav ul li a {
    display: inline-block;
    font-size: 14px;
    padding-bottom: 6px;
  }
  .l-footer .footer-nav ul li a:before {
    content: "";
    font-size: 10px;
    font-family: "myfont", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 3px;
    margin-left: -2px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .l-footer .footer-nav ul li a:before {
    font-size: 2.6667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer .footer-nav ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #1e78c8;
    bottom: 0;
    left: 0;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 0;
  }
  .l-footer .footer-nav ul li a:hover:after {
    height: 2px;
  }
  .l-footer .logo-copyright {
    width: 285px;
  }
}
.u-cf {
  zoom: 1;
}
.u-cf:before,
.u-cf:after {
  content: "";
  display: table;
}
.u-cf:after {
  clear: both;
}
.u-tac {
  text-align: center !important;
}
.u-taj {
  text-align: justify;
  word-break: normal;
}
.browser-ie .u-taj {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-pc {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .c-pc-col2 {
    display: flex;
    justify-content: space-between;
  }
  .c-pc-col2 .col {
    width: calc(50% - 20px);
  }
  .c-pc-col3 {
    display: flex;
    justify-content: space-between;
  }
  .c-pc-col3 .col {
    width: calc(33.3% - 15px);
  }
}
@keyframes jump {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1, 1) translateY(0);
  }
  20% {
    transform: scale(1, 1) translateY(0);
  }
  35% {
    transform: scale(1.1, 0.9) translateY(10px);
  }
  40% {
    transform: scale(1.15, 0.9) translateY(15px);
  }
  50% {
    transform: scale(0.95, 1.08);
  }
  60% {
    transform: scale(1.05, 0.95) translateY(-60px);
  }
  70% {
    transform: scale(0.98, 1.02) translateY(5px);
  }
  80% {
    transform: scale(1.08, 0.9) translateY(15px);
  }
  95% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes jump-m {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1, 1) translateY(0);
  }
  20% {
    transform: scale(1, 1) translateY(0);
  }
  35% {
    transform: scale(1.1, 0.9) translateY(10px);
  }
  40% {
    transform: scale(1.15, 0.9) translateY(15px);
  }
  50% {
    transform: scale(0.95, 1.08);
  }
  60% {
    transform: scale(1.05, 0.95) translateY(-35px);
  }
  70% {
    transform: scale(0.98, 1.02) translateY(5px);
  }
  80% {
    transform: scale(1.08, 0.9) translateY(15px);
  }
  95% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes jump-s {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1, 1) translateY(0);
  }
  20% {
    transform: scale(1, 1) translateY(0);
  }
  35% {
    transform: scale(1.1, 0.9) translateY(10px);
  }
  40% {
    transform: scale(1.15, 0.9) translateY(15px);
  }
  50% {
    transform: scale(0.95, 1.08);
  }
  60% {
    transform: scale(1.05, 0.95) translateY(-20px);
  }
  70% {
    transform: scale(0.98, 1.02) translateY(5px);
  }
  80% {
    transform: scale(1.08, 0.9) translateY(15px);
  }
  95% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(1.1, 0.95);
  }
  30% {
    transform: scale(1.1, 0.95);
  }
  50% {
    transform: scale(0.95, 1.08);
  }
  60% {
    transform: scale(1.03, 0.9);
  }
  70% {
    transform: scale(0.98, 1.02);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes bounce-s {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1, 1);
  }
  20% {
    transform: scale(1.02, 0.98);
  }
  30% {
    transform: scale(1.02, 0.98);
  }
  50% {
    transform: scale(0.95, 1.04);
  }
  60% {
    transform: scale(1.03, 0.98);
  }
  70% {
    transform: scale(0.98, 1.02);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 769px) {
  .c-btn-character-wrap {
    overflow: hidden;
    margin-top: -40px;
    padding-top: 40px;
    position: relative;
    z-index: 10;
  }
  .c-btn-character-wrap:hover {
    overflow: visible;
  }
  .c-btn-character-wrap:hover .c-btn-character {
    overflow: hidden;
  }
}
.c-btn-wrap-shadow {
  display: none;
}
@media screen and (min-width: 769px) {
  .c-btn-wrap-shadow {
    display: block;
    width: 100%;
    height: 150px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    top: -150px;
    margin-bottom: -150px;
  }
}
@media screen and (min-width: 769px) {
  .col .c-btn-wrap-shadow {
    height: 100px;
    top: -100px;
    margin-bottom: -100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .col .c-btn-wrap-shadow {
    height: 9.7656vw;
    top: -9.7656vw;
    margin-bottom: -9.7656vw;
  }
}
.l-mainvisual .c-btn-character-wrap {
  width: 460px;
}
@media screen and (min-width: 769px) {
  .l-mainvisual .c-btn-wrap-shadow {
    width: 460px;
    height: 83px;
    top: -83px;
    margin-bottom: -83px;
  }
}
.c-btn-character-wrap:hover + .c-btn-wrap-shadow {
  display: none;
}
.c-btn {
  display: inline-block;
  text-align: center;
  background: #f90;
  color: #fff;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 3.7333vw;
    height: 13.3333vw;
    line-height: 13.3333vw;
    border-radius: 1.3333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn {
    width: 170px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 14px;
  }
}
.browser-ie .c-btn {
  line-height: 58px;
}
@media screen and (max-width: 768px) {
  .c-btn-character {
    width: 100%;
    height: 16vw;
    line-height: 16vw;
    font-size: 5.6vw;
    border-radius: 2.6667vw;
    box-shadow: 0px 1.3333vw 2.6667vw 0px rgba(0, 0, 0, 0.2);
  }
  .c-btn-character .character {
    display: none;
  }
  .c-btn-character.is-move {
    animation: bounce-s 1s linear 0s 1 forwards;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-character {
    width: 100%;
    height: 150px;
    line-height: 150px;
    font-size: 28px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
  }
  .c-btn-character .u-pc {
    display: inline-block !important;
  }
  .c-btn-character .character {
    position: absolute;
    top: 18px;
    right: 35px;
  }
  .c-btn-character .character img {
    width: 115px;
  }
  .c-btn-character.is-move .character img {
    animation: jump 1s linear 0s 1 forwards;
  }
  .c-btn-character:hover .character img {
    animation: none !important;
  }
}
.browser-ie .c-btn-character {
  line-height: 168px;
}
.c-btn-blue {
  background: #1e78c8;
}
@media screen and (max-width: 768px) {
  .c-btn-blue {
    width: 100%;
    height: 16vw;
    line-height: 16vw;
    font-size: 4.6667vw;
    position: relative;
    border-radius: 2.6667vw;
    margin-top: 6.6667vw;
    letter-spacing: 0.05em;
    box-shadow: 0px 1.3333vw 2.6667vw 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 769px) {
  .c-btn-blue {
    width: auto;
    height: 84px;
    line-height: 84px;
    font-size: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  }
}
.browser-ie .c-btn-blue {
  line-height: 94px;
}
.c-btn-white,
.c-btn-white-back {
  background: #fff;
  color: #1e78c8;
}
@media screen and (max-width: 768px) {
  .c-btn-white,
  .c-btn-white-back {
    border-radius: 5.3333vw;
    width: 100%;
    height: 10.6667vw;
    line-height: 10.6667vw;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-white,
  .c-btn-white-back {
    border-radius: 20px;
    padding: 0 19px 0 27px;
    width: auto;
    height: 40px;
    line-height: 40px;
  }
}
.browser-ie .c-btn-white,
.browser-ie .c-btn-white-back {
  line-height: 42px;
}
@media screen and (max-width: 768px) {
  .c-btn-white:after {
    content: "";
    font-size: 10px;
    font-family: "myfont", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-btn-white:after {
    font-size: 2.6667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-white:after {
    content: "";
    font-size: 10px;
    font-family: "myfont", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-btn-white:after {
    font-size: 2.6667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-white-back:before {
    content: "";
    font-size: 10px;
    font-family: "myfont", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 4vw;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-btn-white-back:before {
    font-size: 2.6667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-white-back:before {
    content: "";
    font-size: 10px;
    font-family: "myfont", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-btn-white-back:before {
    font-size: 2.6667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-bdr {
    border-radius: 6.6667vw;
    border: solid 0.5333vw #1e78c8;
    height: 13.3333vw;
    line-height: 12.5333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-bdr {
    font-size: 14px;
    border: solid 2px #1e78c8;
    height: 40px;
    line-height: 36px;
    white-space: nowrap;
  }
}
.browser-ie .c-btn-bdr {
  line-height: 38px;
}
@media screen and (min-width: 769px) {
  a.c-btn:hover {
    background: #ffa31a;
    animation: bounce 0.7s linear 0s 1 forwards;
  }
}
.col .c-btn-character.is-move .character img {
  animation: jump-m 1s linear 0s 1 forwards;
}
@media screen and (min-width: 769px) {
  a.c-btn-blue:hover {
    background: #2285de;
    animation: bounce 0.7s linear 0s 1 forwards;
  }
}
@media screen and (min-width: 769px) {
  a.c-btn-white:hover,
  a.c-btn-white-back:hover,
  a:hover .c-btn-white,
  a:hover .c-btn-white-back {
    background: #fff;
    color: rgba(30, 120, 200, 0.8);
    animation: bounce 0.7s linear 0s 1 forwards;
  }
}
@media screen and (min-width: 769px) {
  a.c-btn-bdr:hover,
  a:hover .c-btn-bdr {
    border-color: rgba(30, 120, 200, 0.8);
  }
}
.c-heading {
  color: #1e78c8;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 7.4667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-heading {
    font-size: 32px;
  }
}
.c-heading-v2 {
  color: #1e78c8;
}
.c-heading-v2 span {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-heading-v2 {
    font-size: 7.4667vw;
    line-height: 1.5;
    margin-bottom: -1.8667vw;
    margin-top: -1.8667vw;
  }
  .c-heading-v2 span {
    font-size: 3.7333vw;
    line-height: 1;
    margin-bottom: 3.2vw;
    margin-top: 0vw;
  }
}
@media screen and (min-width: 769px) {
  .c-heading-v2 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: -9px;
    margin-top: -9px;
  }
  .c-heading-v2 span {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 14px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-heading-v2 {
    font-size: 3.5156vw;
  }
  .c-heading-v2 span {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 840px) {
  .c-heading-v2 {
    font-size: 30px;
  }
  .c-heading-v2 span {
    font-size: 14px;
  }
}
.c-sub-heading {
  color: #1e78c8;
}
.c-sub-heading .num {
  color: #fff;
  background: #1e78c8;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-sub-heading {
    font-size: 5.6vw;
    line-height: 1.5;
    margin-bottom: -1.4vw;
    margin-top: -1.4vw;
  }
  .c-sub-heading .num {
    width: 7.4667vw;
    height: 7.4667vw;
    line-height: 7.4667vw;
    margin-right: 1.3333vw;
    font-size: 4.6667vw;
    position: relative;
    top: -0.5333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-sub-heading {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: -7px;
    margin-top: -7px;
  }
  .c-sub-heading .num {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 8px;
    font-size: 24px;
  }
}
.browser-ie .c-sub-heading .num {
  line-height: 45px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-sub-heading {
    font-size: 2.7344vw;
  }
}
.c-label {
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-label {
    font-size: 3.7333vw;
    padding: 3.7333vw 5.0667vw 3.4667vw 4vw;
    /*        border: solid .5333vw #fff;*/
    /*        border-radius: 1.3333vw*/
  }
}
@media screen and (min-width: 769px) {
  .c-label {
    font-size: 18px;
    padding: 11px 19px;
    /*        border: solid 2px #fff;*/
    /*        border-radius: 5px*/
  }
}
.browser-ie .c-label {
  padding: 15px 19px 7px;
}
.c-label-heading {
  color: #1e78c8;
  background: #fff;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-label-heading {
    font-size: 4.6667vw;
    line-height: 1.5;
    margin-bottom: 9.5vw;
    margin-top: -1.1667vw;
    padding: 3.0667vw 5.3333vw 2.8vw;
    border: solid 0.5333vw #fff;
    border-radius: 6.6667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-label-heading {
    font-size: 20px;
    width: 418px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    margin-bottom: 40px;
  }
}
.browser-ie .c-label-heading {
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .c-label-heading-long {
    width: 100%;
    border-radius: 10.4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-label-heading-bdr {
    display: inline-block;
    min-width: 68vw;
    border: solid 0.5333vw #1e78c8;
  }
}
@media screen and (min-width: 769px) {
  .c-label-heading-bdr {
    border: solid 4px #1e78c8;
    line-height: 42px;
  }
}
.browser-ie .c-label-heading-bdr {
  line-height: 52px;
}
.c-heading-set {
  color: #1e78c8;
  text-align: center;
}
.c-heading-set .note {
  color: #888;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-heading-set {
    margin-bottom: 4.8vw;
  }
  .c-heading-set .heading {
    font-size: 7.4667vw;
    line-height: 1.25;
  }
  .c-heading-set .lead {
    font-size: 4.6667vw;
    margin-top: 9.6vw;
    line-height: 1.5;
  }
  .c-heading-set .note {
    font-size: 3.4667vw;
    margin-top: 4.2667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-heading-set {
    margin-top: -8px;
    margin-bottom: 60px;
  }
  .c-heading-set .heading {
    font-size: 40px;
  }
  .c-heading-set .lead {
    font-size: 20px;
    margin-top: 30px;
  }
  .c-heading-set .note {
    font-size: 14px;
    margin-top: 40px;
  }
}
.c-lead {
  color: #1e78c8;
  letter-spacing: 0.05em;
}
.c-lead p strong {
  background: #ff0;
  display: inline;
}
@media screen and (max-width: 768px) {
  .c-lead p {
    font-size: 3.7333vw;
    line-height: 2;
    margin-bottom: -1.8667vw;
    margin-top: -1.8667vw;
  }
  .c-lead p strong {
    padding: 0.5333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .c-lead p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: -8px;
    margin-top: -8px;
  }
  .c-lead p strong {
    padding: 5px 0;
  }
}
.os-windows .c-lead p strong {
  background: linear-gradient(
    transparent 25%,
    #ff0 25%,
    #ff0 80%,
    transparent 80%
  );
}
.browser-ie .c-lead p strong {
  background: linear-gradient(
    transparent 10%,
    #ff0 10%,
    #ff0 74%,
    transparent 74%
  );
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-lead p {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 840px) {
  .c-lead p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 3.7333vw;
    line-height: 2;
    margin-bottom: -1.8667vw;
    margin-top: -1.8667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: -8px;
    margin-top: -8px;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-text {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 840px) {
  .c-text {
    font-size: 14px;
  }
}
.c-category {
  background: #f5f5f5;
  color: #1e78c8;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .c-category {
    display: inline-block;
    margin-left: 2.6667vw;
    font-size: 3.2vw;
    border-radius: 1.3333vw;
    padding: 1.0667vw 3.7333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-category {
    min-width: 82px;
    text-align: center;
    display: inline-block;
    margin-left: 40px;
    font-size: 13px;
    padding: 11px 15px;
    border-radius: 5px;
  }
}
.c-news-list ul li a {
  display: block;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.c-news-list ul li a time {
  font-weight: 300;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .c-news-list > p {
    font-size: 3.7333vw;
    padding: 5.3333vw 0 6.6667vw;
  }
  .c-news-list ul li + li {
    margin-top: 2.6667vw;
  }
  .c-news-list ul li a {
    font-size: 3.7333vw;
    padding: 3.4667vw 4vw 4vw;
    border-radius: 2.6667vw;
    flex-wrap: wrap;
  }
  .c-news-list ul li a .title {
    width: 100%;
    font-size: 3.7333vw;
    line-height: 1.5;
    margin-bottom: -0.9333vw;
    margin-top: 1.7333vw;
  }
  .c-news-list.c-cases-list ul li a {
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-top: 4vw;
    padding-bottom: 5.3333vw;
  }
  .c-news-list.c-cases-list ul li a figure {
    border-radius: 1.3333vw;
    /*overflow: hidden;*/
    box-sizing: border-box;
    width: 16vw;
    /*height: 16vw;*/
    /*position: relative*/
  }
  .c-news-list.c-cases-list ul li a figure img {
    /*height: 17.3333vw;
        max-width: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)*/
  }
  .c-news-list.c-cases-list ul li a .text {
    padding-left: 4vw;
    width: 60vw;
  }
  .c-news-list.c-cases-list ul li a .text .title {
    width: auto;
    font-size: 3.7333vw;
    line-height: 1.5;
    margin-bottom: -0.9333vw;
    margin-top: 1.4667vw;
  }
  .c-news-list.c-cases-list ul li a .text .description {
    font-weight: 300;
    font-size: 3.2vw;
    line-height: 2;
    margin-bottom: -1.6vw;
    margin-top: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .c-news-list > p {
    font-size: 16px;
    padding: 30px 0 10px;
  }
  .c-news-list ul li {
    position: relative;
  }
  .c-news-list ul li + li {
    margin-top: 10px;
  }
  .c-news-list ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: solid 2px rgba(30, 120, 200, 0);
    top: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-news-list ul li a {
    font-size: 16px;
    padding: 13px 62px 13px 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-news-list ul li a time {
    font-weight: 300;
    word-break: keep-all;
  }
  .c-news-list ul li a .title {
    margin-left: 10px;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: -6px;
    margin-top: -6px;
  }
  .c-news-list ul li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #1e78c8;
    border-radius: 50%;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .c-news-list ul li a:after {
    content: "";
    font-size: 9px;
    font-family: "myfont", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) scale(0.65);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .c-news-list ul li a:after {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .c-news-list ul li a:hover {
    color: #1e78c8;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .c-news-list ul li:hover:after {
    border: solid 2px #1e78c8;
  }
  .c-news-list.c-cases-list ul li + li {
    margin-top: 20px;
  }
  .c-news-list.c-cases-list ul li a {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .c-news-list.c-cases-list ul li a figure {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    width: 200px;
    height: 125px;
    position: relative;
  }
  .c-news-list.c-cases-list ul li a figure img {
    width: 200px;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .c-news-list.c-cases-list ul li a .text {
    width: calc(100% - 200px);
    padding-left: 32px;
  }
  .c-news-list.c-cases-list ul li a .text .title {
    margin-left: 0;
  }
  .c-news-list.c-cases-list ul li a .text .description {
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: -4.5px;
    margin-top: 15.5px;
  }
}
.browser-ie .c-news-list ul li a {
  padding-top: 26px;
  padding-bottom: 17px;
}
.browser-ie .c-news-list.c-cases-list ul li a {
  padding-top: 0;
  padding-bottom: 0;
}
.c-movie {
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-movie span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.7333vw;
    background: url("../images/common/icn_movie.png") no-repeat center top;
    background-size: 13.3333vw;
    margin-top: 14px;
    padding-top: 16vw;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .c-movie {
    cursor: pointer;
  }
  .c-movie figure {
    background: #fff;
    border-radius: 12px;
  }
  .c-movie span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: url("../images/common/icn_movie.png") no-repeat 0 0;
    background-size: 97px;
    width: 97px;
    padding-top: 115px;
    margin-top: 14px;
    text-align: center;
  }
  .c-movie img {
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-movie:hover img {
    opacity: 0.8;
  }
}
.c-tab .tab-nav li {
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-image: linear-gradient(
    -45deg,
    #888 25%,
    #838383 25%,
    #838383 50%,
    #888 50%,
    #888 75%,
    #838383 75%,
    #838383
  );
}
@media screen and (max-width: 768px) {
  .c-tab .tab-nav li {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .c-tab .tab-nav li {
    background-size: 70px 70px;
  }
}
.c-tab .tab-nav li.is-current {
  background-image: linear-gradient(
    -45deg,
    #1e78c8 25%,
    #1c73c5 25%,
    #1c73c5 50%,
    #1e78c8 50%,
    #1e78c8 75%,
    #1c73c5 75%,
    #1c73c5
  );
}
@media screen and (max-width: 768px) {
  .c-tab .tab-nav li.is-current {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .c-tab .tab-nav li.is-current {
    background-size: 70px 70px;
  }
}
.c-tab .tab-content {
  color: #fff;
  display: none;
  background-image: linear-gradient(
    -45deg,
    #888 25%,
    #838383 25%,
    #838383 50%,
    #888 50%,
    #888 75%,
    #838383 75%,
    #838383
  );
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 768px) {
  .c-tab .tab-content {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .c-tab .tab-content {
    background-size: 70px 70px;
  }
}
.c-tab .tab-content.is-current {
  background-image: linear-gradient(
    -45deg,
    #1e78c8 25%,
    #1c73c5 25%,
    #1c73c5 50%,
    #1e78c8 50%,
    #1e78c8 75%,
    #1c73c5 75%,
    #1c73c5
  );
  display: block;
}
@media screen and (max-width: 768px) {
  .c-tab .tab-content.is-current {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .c-tab .tab-content.is-current {
    background-size: 70px 70px;
  }
}
@media screen and (max-width: 768px) {
  .c-tab .tab-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-tab .tab-nav li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(33% - 1px);
    height: 13.3333vw;
    line-height: 1.5;
    font-size: 3.7333vw;
    color: #fff;
    background-position: 30% 0;
    border-top-left-radius: 1.3333vw;
    border-top-right-radius: 1.3333vw;
    text-align: center;
  }
  .c-tab .tab-nav li.is-current {
    background-position: 147% 0;
    cursor: auto;
  }
  .c-tab .tab-nav li .u-sp {
    display: inline-block !important;
  }
  .c-tab .tab-nav.single li {
    width: auto;
    padding: 0 5.3333vw;
    font-size: 3.4667vw;
  }
  .c-tab .tab-content {
    padding: 10.6667vw 5.3333vw 5.3333vw;
    border-bottom-left-radius: 2.6667vw;
    border-bottom-right-radius: 2.6667vw;
  }
  .c-tab .tab-content.is-current {
    background-position: 3% 0;
  }
}
@media screen and (min-width: 769px) {
  .c-tab .tab-nav {
    display: flex;
  }
  .c-tab .tab-nav li {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    padding: 0 22px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 5px;
    background-position: 2px 0;
    cursor: pointer;
  }
  .c-tab .tab-nav li.is-current {
    background-position: -8px 0;
    cursor: auto;
    font-size: 16px;
    padding: 0 40px;
  }
  .c-tab .tab-nav li:not(.is-current):hover {
    opacity: 0.8;
  }
  .c-tab .tab-nav li .u-pc {
    display: inline-block !important;
  }
  .c-tab .tab-content {
    padding: 45px 40px 40px;
    border-radius: 10px;
    border-top-left-radius: 0;
  }
  .c-tab .tab-content.is-current {
    background-position: 10px 0;
  }
}
.browser-ie .c-tab .tab-nav {
  margin-bottom: -1px;
}
.browser-ie .c-tab .tab-nav li {
  line-height: 58px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-tab .tab-nav li {
    font-size: 14px;
    color: #fff;
    padding: 0 1.7578vw;
    border-top-left-radius: 0.9766vw;
    border-top-right-radius: 0.9766vw;
  }
  .c-tab .tab-nav li.is-current {
    padding: 0 2.5391vw;
  }
  .c-tab .tab-content {
    padding: 4.3945vw 3.9063vw 3.9063vw;
    border-radius: 0.9766vw;
    border-top-left-radius: 0;
  }
}
.c-company-logo-list {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-company-logo-list {
    position: relative;
    border-bottom: solid 0.2667vw #ddd;
  }
  .c-company-logo-list ul {
    zoom: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 346.6667vw;
    padding: 3.2vw 0 2.9333vw;
  }
  .c-company-logo-list ul:before,
  .c-company-logo-list ul:after {
    content: "";
    display: table;
  }
  .c-company-logo-list ul:after {
    clear: both;
  }
  .c-company-logo-list ul li {
    float: left;
    width: 20vw;
    background: #fff;
  }
}
@media screen and (min-width: 769px) {
  .c-company-logo-list {
    position: relative;
    border-bottom: solid 1px #ddd;
  }
  .c-company-logo-list ul {
    zoom: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 2600px;
  }
  .c-company-logo-list ul:before,
  .c-company-logo-list ul:after {
    content: "";
    display: table;
  }
  .c-company-logo-list ul:after {
    clear: both;
  }
  .c-company-logo-list ul li {
    float: left;
    width: 200px;
    background: #fff;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-company-logo-list ul li {
    width: 19.5313vw;
  }
}
@media screen and (max-width: 768px) {
  .l-cv .c-company-logo-list {
    border-bottom: none;
    margin-top: -5.3333vw;
    padding-bottom: 8vw;
  }
  .l-cv .c-company-logo-list ul {
    margin-left: -8vw;
  }
  .l-cv .c-company-logo-list ul li {
    width: 26.6667vw;
    margin-left: 1.7333vw;
    border-radius: 2.6667vw;
  }
  .l-cv .c-company-logo-list ul li img {
    border-radius: 2.6667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-cv .c-company-logo-list {
    border-bottom: none;
    padding-bottom: 80px;
  }
  .l-cv .c-company-logo-list ul li {
    width: 150px;
    margin-left: 10px;
    border-radius: 10px;
  }
  .l-cv .c-company-logo-list ul li img {
    border-radius: 10px;
  }
}
.c-zoom-img,
.c-sp-zoom-img {
  position: relative;
}
.c-zoom-img a,
.c-sp-zoom-img a {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-zoom-img a:after,
  .c-sp-zoom-img a:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    width: 5.3333vw;
    height: 5.3333vw;
    background: url("../images/service/icn_zoom.png") no-repeat 0 0;
    background-size: 5.3333vw 5.3333vw;
    bottom: 1.3333vw;
    right: 1.3333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-zoom-img a,
  .c-sp-zoom-img a {
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-zoom-img a:hover,
  .c-sp-zoom-img a:hover {
    opacity: 0.8;
  }
  .c-zoom-img a:after,
  .c-sp-zoom-img a:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url("../images/service/icn_zoom.png") no-repeat 0 0;
    background-size: 40px 40px;
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 769px) {
  .c-sp-zoom-img a {
    pointer-events: none;
  }
  .c-sp-zoom-img a:after {
    content: none;
  }
}
.c-table {
  width: 100%;
}
.c-table colgroup col {
  width: 19%;
}
.c-table .cell-17 {
  width: 17%;
}
.c-table .cell-19 {
  width: 19%;
}
.c-table .cell-81 {
  width: 81%;
}
.c-table .cell-83 {
  width: 83%;
}
.c-table .cell-25 {
  width: 25%;
}
.c-table .cell-75 {
  width: 75%;
}
.c-table th,
.c-table td {
  line-height: 1.5;
  text-align: left;
  font-weight: 300;
}
.c-table th {
  background: #f5f5f5;
  vertical-align: top;
}
.c-table td {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c-table {
    margin-top: 7.7333vw;
    border-top: solid 0.2667vw #ccc;
  }
  .c-table .cell {
    width: 100%;
  }
  .c-table th,
  .c-table td {
    display: block;
    width: 100% !important;
    border-collapse: separate;
    border-bottom: none;
    padding: 2.4vw 3.7333vw;
    border: solid 0.2667vw #ccc;
  }
  .c-table th {
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 769px) {
  .c-table {
    margin-top: 40px;
  }
  .c-table th,
  .c-table td {
    border: solid 1px #ccc;
    font-size: 16px;
    padding: 8px 20px;
  }
}
.browser-ie .c-table th,
.browser-ie .c-table td {
  padding-top: 13px;
  padding-bottom: 3px;
}
.c-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c-pagination ul li.page a {
  color: #888;
}
.c-pagination ul li.is-current span,
.c-pagination ul li.page a:hover {
  color: #1e78c8;
}
.c-pagination ul li.prev,
.c-pagination ul li.next {
  position: absolute;
  top: 0;
}
.c-pagination ul li.prev span,
.c-pagination ul li.next span {
  opacity: 0.5;
}
.c-pagination ul li.prev {
  left: 0;
}
.c-pagination ul li.next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-pagination {
    padding-bottom: 8vw;
  }
  .c-pagination ul li.page {
    display: none;
  }
  .c-pagination ul li.page a,
  .c-pagination ul li.page span {
    font-size: 3.7333vw;
    line-height: 13.3333vw;
  }
  .c-pagination ul li.page.is-current {
    display: block;
  }
  .c-pagination ul li.prev .c-btn,
  .c-pagination ul li.next .c-btn {
    width: 31.2vw;
  }
  .c-pagination ul li.prev .c-btn {
    padding-left: 4vw;
  }
  .c-pagination ul li.next .c-btn {
    padding-right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .c-pagination {
    padding-bottom: 80px;
  }
  .c-pagination ul li.page a,
  .c-pagination ul li.page span {
    font-size: 16px;
    line-height: 40px;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-pagination ul li.page + .page {
    margin-left: 32px;
  }
  .c-pagination ul li.prev .c-btn-white,
  .c-pagination ul li.next .c-btn-white {
    padding: 0 14px 0 24px !important;
  }
  .c-pagination ul li.prev .c-btn-white-back,
  .c-pagination ul li.next .c-btn-white-back {
    padding: 0 24px 0 14px !important;
  }
}
#c-movie-modal {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
#c-movie-modal .movie-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #c-movie-modal .movie-wrap {
    border-radius: 2.6667vw;
  }
  #c-movie-modal .movie-wrap iframe {
    width: 90vw;
    height: 50.2667vw;
    border-radius: 2.6667vw;
  }
  #c-movie-modal .movie-wrap .btn-close {
    position: absolute;
    top: -5.3333vw;
    right: -5.3333vw;
    width: 10.6667vw;
  }
}
@media screen and (min-width: 769px) {
  #c-movie-modal .movie-wrap {
    border-radius: 10px;
  }
  #c-movie-modal .movie-wrap iframe {
    border-radius: 10px;
  }
  #c-movie-modal .movie-wrap .btn-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #c-movie-modal .movie-wrap .btn-close:hover {
    opacity: 0.8;
  }
}
.l-mainvisual.home .pagetitle strong {
  color: #ff0;
}
@media screen and (max-width: 768px) {
  .l-mainvisual.home {
    padding: 28.5333vw 0 8.2667vw;
  }
  .l-mainvisual.home .pagetitle {
    font-size: 9.3333vw;
    line-height: 1.2857;
    letter-spacing: -0.05em;
    padding-top: 65vw;
    margin-bottom: 4vw;
  }
  .l-mainvisual.home .subtitle {
    width: 56.8vw;
    margin-bottom: 5vw;
    line-height: 1.3;
    font-size: 5vw;
    color: #fff;
  }
  .l-mainvisual.home .character {
    position: absolute;
    top: 38vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 56vw;
  }
}
@media screen and (min-width: 769px) {
  .l-mainvisual.home {
    padding: 180px 0 80px;
  }
  .l-mainvisual.home .l-inner {
    padding: 0 40px;
  }
  .l-mainvisual.home .pagetitle {
    font-size: 50px;
    line-height: 1.3333;
    margin-bottom: 20px;
  }
  .l-mainvisual.home .subtitle {
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 18px;
  }
  .l-mainvisual.home .character {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-30%);
  }
  .l-mainvisual.home .character img {
    width: 350px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-mainvisual.home {
    padding: 21.6797vw 0 13.4766vw;
  }
  .l-mainvisual.home .pagetitle {
    font-size: 5.8594vw;
    margin-bottom: 5.8594vw;
  }
  .l-mainvisual.home .subtitle {
    width: 17.5781vw;
    margin-bottom: 2.4414vw;
  }
  .l-mainvisual.home .character img {
    width: 37.1094vw;
  }
  .l-mainvisual.home .c-label {
    font-size: 1.7578vw;
    margin-top: 2.4414vw;
    padding: 1.0742vw 1.8555vw;
  }
}
.l-content.home .p-intro {
  text-align: center;
}
.l-content.home .p-intro .heading {
  color: #1e78c8;
  background: #ff0;
  display: inline;
}
.l-content.home .p-intro .lead {
  color: #1e78c8;
}
.l-content.home .p-intro .links li a,
.l-content.home .p-intro .links li > div,
.p-bnr__cont .links li a,
.p-bnr__cont .links li > div {
  display: block;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.l-content.home .p-intro .links li a,
.p-bnr__cont .links li a {
  background-image: linear-gradient(
    -45deg,
    #ccc 25%,
    #c9c9c9 25%,
    #c9c9c9 50%,
    #ccc 50%,
    #ccc 75%,
    #c9c9c9 75%,
    #c9c9c9
  );
}
@media screen and (max-width: 768px) {
  .l-content.home .p-intro .links li a,
  .p-bnr__cont .links li a {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .l-content.home .p-intro .links li a,
  .p-bnr__cont .links li a {
    background-size: 70px 70px;
  }
}
.l-content.home .p-intro .links li.bnr-1 a,
.p-bnr__cont .links li.bnr-1 a {
  background-image: linear-gradient(
    -45deg,
    #1e78c8 25%,
    #1c73c5 25%,
    #1c73c5 50%,
    #1e78c8 50%,
    #1e78c8 75%,
    #1c73c5 75%,
    #1c73c5
  );
}
@media screen and (max-width: 768px) {
  .l-content.home .p-intro .links li.bnr-1 a,
  .p-bnr__cont .links li.bnr-1 a {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .l-content.home .p-intro .links li.bnr-1 a,
  .p-bnr__cont .links li.bnr-1 a {
    background-size: 70px 70px;
  }
}
.l-content.home .p-intro .links li.bnr-2 a,
.p-bnr__cont .links li.bnr-2 a {
  background-image: linear-gradient(
    -45deg,
    #32a29c 25%,
    #2f9d97 25%,
    #2f9d97 50%,
    #32a29c 50%,
    #32a29c 75%,
    #2f9d97 75%,
    #2f9d97
  );
}
@media screen and (max-width: 768px) {
  .l-content.home .p-intro .links li.bnr-2 a,
  .p-bnr__cont .links li.bnr-2 a {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .l-content.home .p-intro .links li.bnr-2 a,
  .p-bnr__cont .links li.bnr-2 a {
    background-size: 70px 70px;
  }
}
.l-content.home .p-intro .links li.bnr-2 a .c-btn,
.p-bnr__cont .links li.bnr-2 a .c-btn {
  color: #32a29c;
}
@media screen and (max-width: 768px) {
  .l-content.home .p-intro {
    padding: 12.5333vw 0 10.6667vw;
  }
  .l-content.home .p-intro .heading {
    line-height: 2;
    font-size: 5.6vw;
  }
  .l-content.home .p-intro .lead {
    text-align: left;
    font-size: 4.6667vw;
    line-height: 2;
    margin-bottom: -2.3333vw;
    margin-top: 7.2667vw;
  }
  .l-content.home .p-intro .links,
  .p-bnr__cont .links {
    margin-top: 6vw;
  }
  .l-content.home .p-intro .links li + li,
  .p-bnr__cont .links li + li {
    margin-top: 5.3333vw;
  }
  .l-content.home .p-intro .links li a,
  .l-content.home .p-intro .links li > div,
  .p-bnr__cont .links li a,
  .p-bnr__cont .links li > div {
    padding: 5.3333vw 4vw 5.0667vw;
    border-radius: 2.6667vw;
  }
  .l-content.home .p-intro .links li a .title h3,
  .l-content.home .p-intro .links li > div .title h3,
  .p-bnr__cont .links li a .title h3,
  .p-bnr__cont .links li > div .title h3 {
    font-size: 5.6vw;
    line-height: 1.3;
  }
  .l-content.home .p-intro .links li a .title p,
  .l-content.home .p-intro .links li > div .title p,
  .p-bnr__cont .links li a .title p,
  .p-bnr__cont .links li > div .title p {
    font-size: 3.2vw;
    font-weight: 300;
    margin-top: 1.0667vw;
    padding-bottom: 0.2667vw;
  }
  .l-content.home .p-intro .links li a .img,
  .l-content.home .p-intro .links li > div .img,
  .p-bnr__cont .links li a .img,
  .p-bnr__cont .links li > div .img {
    height: 20vw;
    overflow: hidden;
    display: block;
    margin-top: 4.2667vw;
  }
  .l-content.home .p-intro .links li > div,
  .p-bnr__cont .links li > div {
    background: #d2e3f3;
  }
  .l-content.home .p-intro .links li > div .title,
  .p-bnr__cont .links li > div .title {
    position: relative;
    z-index: 10;
  }
  .l-content.home .p-intro .links li > div .title p,
  .p-bnr__cont .links li > div .title p {
    color: #1e78c8;
  }
  .l-content.home .p-intro .links li.bnr-1 .img img,
  .p-bnr__cont .links li.bnr-1 .img img {
    width: 76vw;
  }
  .l-content.home .p-intro .links li.bnr-2 .img img,
  .p-bnr__cont .links li.bnr-2 .img img {
    width: 37.6vw;
  }
}
@media screen and (min-width: 769px) {
  .l-content.home .p-intro.top {
    padding: 82px 0 0;
  }
  .l-content.home .p-intro {
    padding: 82px 0 100px;
  }
  .l-content.home .p-intro .heading {
    line-height: 2;
    font-size: 28px;
  }
  .l-content.home .p-intro .lead {
    font-size: 20px;
    line-height: 2;
    margin-bottom: -10px;
    margin-top: 32px;
    color: #000;
  }
  .l-content.home .p-intro .links {
    margin-top: 30px;
  }
  .p-bnr__cont .links {
    margin-top: 50px;
  }
  .l-content.home .p-intro .links li + li,
  .p-bnr__cont .links li + li {
    margin-top: 10px;
  }
  .l-content.home .p-intro .links li a,
  .l-content.home .p-intro .links li > div,
  .p-bnr__cont .links li a,
  .p-bnr__cont .links li > div {
    border-radius: 10px;
    height: 150px;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0 30px 0 40px;
  }
  .l-content.home .p-intro .links li a,
  .p-bnr__cont .links li a {
    background-position: -30px 0 !important;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    justify-content: space-between;
  }
  .l-content.home .p-intro .links li a:hover,
  .p-bnr__cont .links li a:hover {
    opacity: 0.8;
  }
  .l-content.home .p-intro .links li .title,
  .p-bnr__cont .links li .title {
    margin-right: 38px;
  }
  .l-content.home .p-intro .links li .title h3,
  .p-bnr__cont .links li .title h3 {
    font-size: 30px;
  }
  .l-content.home .p-intro .links li .title p,
  .p-bnr__cont .links li .title p {
    font-size: 13px;
    font-weight: 300;
    margin-top: 12px;
    padding-bottom: 2px;
  }
  .l-content.home .p-intro .links li .img,
  .p-bnr__cont .links li .img {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .l-content.home .p-intro .links li.bnr-1 .img img,
  .p-bnr__cont .links li.bnr-1 .img img {
    width: 328px;
  }
  .l-content.home .p-intro .links li.bnr-2 .img img,
  .p-bnr__cont .links li.bnr-2 .img img {
    width: 159px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-content.home .p-intro .links li a,
  .l-content.home .p-intro .links li > div,
  .p-bnr__cont .links li a,
  .p-bnr__cont .links li > div {
    height: 14.6484vw;
    min-height: 130px;
  }
  .l-content.home .p-intro .links li a .title,
  .l-content.home .p-intro .links li > div .title,
  .p-bnr__cont .links li a .title,
  .p-bnr__cont .links li > div .title {
    margin-right: 2.1484vw;
  }
  .l-content.home .p-intro .links li a .title h3,
  .l-content.home .p-intro .links li > div .title h3,
  .p-bnr__cont .links li a .title h3,
  .p-bnr__cont .links li > div .title h3 {
    font-size: 2.7344vw;
    line-height: 1.3;
  }
  .l-content.home .p-intro .links li a .title p,
  .l-content.home .p-intro .links li > div .title p,
  .p-bnr__cont .links li a .title p,
  .p-bnr__cont .links li > div .title p {
    font-size: 1.2695vw;
    font-weight: 300;
    margin-top: 1.1719vw;
    padding-bottom: 0.1953vw;
  }
  .l-content.home .p-intro .links li a .c-btn,
  .l-content.home .p-intro .links li > div .c-btn,
  .p-bnr__cont .links li a .c-btn,
  .p-bnr__cont .links li > div .c-btn {
    padding: 0 1.8555vw 0 2.6367vw;
    height: 3.9063vw;
    line-height: 3.9063vw;
    font-size: 1.5625vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) and (max-width: 840px) {
  .l-content.home .p-intro .links li a .c-btn:after,
  .l-content.home .p-intro .links li > div .c-btn:after,
  .p-bnr__cont .links li a .c-btn:after,
  .p-bnr__cont .links li > div .c-btn:after {
    transform: scale(0.8);
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-content.home .p-intro .links li.bnr-1 .img img,
  .p-bnr__cont .links li.bnr-1 .img img {
    width: 32.0313vw;
  }
  .l-content.home .p-intro .links li.bnr-2 .img img,
  .p-bnr__cont .links li.bnr-2 .img img {
    width: 15.5273vw;
  }
}
@media screen and (min-width: 769px) {
  .os-windows .l-content.home .p-intro .heading {
    background: linear-gradient(
      transparent 25%,
      #ff0 25%,
      #ff0 80%,
      transparent 80%
    );
  }
  .browser-ie .l-content.home .p-intro .heading {
    background: linear-gradient(
      transparent 10%,
      #ff0 10%,
      #ff0 65%,
      transparent 65%
    );
  }
}
.l-content.home .p-news {
  /*    background: #f5f5f5*/
}
@media screen and (max-width: 768px) {
  .l-content.home .p-news .l-inner {
    padding: 16vw 0 10.6667vw;
  }
  .l-content.home .p-news .head {
    margin-bottom: 4.2667vw;
  }
  .l-content.home .p-news .c-btn {
    margin-top: 2.9333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-content.home .p-news .l-inner {
    padding: 78px 0 80px;
  }
  .l-content.home .p-news .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
}
@keyframes app-bounce {
  0% {
    transform: scale(1, 1) translateY(20px);
  }
  20% {
    transform: scale(1.14) translateY(-10px);
  }
  30% {
    transform: scale(1.14) translateY(-10px);
  }
  50% {
    transform: scale(0.95, 0.95) translateY(10px);
  }
  60% {
    transform: scale(1.03, 1.03) translateY(0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.app-show,
.app-hide {
  transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.app-show {
  opacity: 1;
  transform: translate(0, 0);
  animation: app-bounce 0.6s linear 0s 1 forwards;
}
.app-hide {
  opacity: 0;
}
.l-mainvisual.service .pagetitle strong {
  color: #ff0;
}
@media screen and (max-width: 768px) {
  .l-mainvisual.service {
    padding: 29.0667vw 0 5.3333vw;
  }
  .l-mainvisual.service .pagetitle {
    font-size: 7.4667vw;
    line-height: 1.2857;
    padding-top: 61.6vw;
    margin-bottom: 1.0667vw;
    letter-spacing: -0.02em;
  }
  .l-mainvisual.service .c-label {
    padding: 2.4vw 5.0667vw 2.4vw 4vw;
    margin-bottom: 5.6vw;
  }
  .l-mainvisual.service .subtitle {
    color: #fff;
    margin-bottom: 5.6vw;
    font-size: 5.6vw;
  }
  .l-mainvisual.service .subtitle span {
    font-size: 3.7333vw;
    font-weight: 300;
    display: block;
    margin-bottom: 1.8667vw;
  }
  .l-mainvisual.service .illust {
    position: absolute;
    top: 0vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 84.8vw;
  }
}
@media screen and (min-width: 769px) {
  .l-mainvisual.service {
    overflow: hidden;
    padding: 218px 0 134px;
  }
  .l-mainvisual.service .pagetitle {
    font-size: 48px;
    margin-bottom: 17px;
  }
  .l-mainvisual.service .c-label {
    font-size: 16px;
    margin-bottom: 48px;
  }
  .l-mainvisual.service .subtitle {
    margin-bottom: 18px;
    color: #fff;
    font-size: 32px;
    position: relative;
    z-index: 10;
  }
  .l-mainvisual.service .subtitle span {
    font-size: 20px;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
  }
  .l-mainvisual.service .illust {
    position: absolute;
    top: 50%;
    right: -160px;
    transform: translateY(-50%);
  }
  .l-mainvisual.service .illust img {
    width: 519px;
  }
  .l-mainvisual.service .c-btn-character {
    width: 460px;
    height: 83px;
    line-height: 83px;
    font-size: 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  .l-mainvisual.service .c-btn-character .character {
    top: 12px;
    right: 20px;
  }
  .l-mainvisual.service .c-btn-character .character img {
    width: 62px;
  }
  .l-mainvisual.service .c-btn-character.is-move .character img {
    animation: jump-s 0.9s linear 0s 1 forwards;
  }
  .l-mainvisual.service .c-btn-character:hover .character img {
    animation: none;
  }
}
.browser-ie .l-mainvisual.service .c-btn-character {
  line-height: 92px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .browser-ie .l-mainvisual.service .c-btn-character {
    line-height: 8.9844vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1204px) {
  .l-mainvisual.service .pagetitle {
    font-size: 42px;
  }
  .l-mainvisual.service .c-label {
    font-size: 14px;
  }
  .l-mainvisual.service .subtitle {
    font-size: 30px;
  }
  .l-mainvisual.service .subtitle span {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-mainvisual.service {
    padding: 19.1406vw 0 13.0859vw;
  }
  .l-mainvisual.service .pagetitle {
    font-size: 3.9063vw;
    margin-bottom: 1.6602vw;
  }
  .l-mainvisual.service .c-label {
    font-size: 12px;
    margin-bottom: 4.6875vw;
  }
  .l-mainvisual.service .subtitle {
    margin-bottom: 1.7578vw;
    font-size: 2.7344vw;
  }
  .l-mainvisual.service .subtitle span {
    font-size: 1.7578vw;
    margin-bottom: 1.9531vw;
  }
  .l-mainvisual.service .illust {
    right: -5.6641vw;
    transform: translateY(-50%);
  }
  .l-mainvisual.service .illust img {
    width: 45.8984vw;
  }
  .l-mainvisual.service .c-btn-character {
    width: 44.9219vw;
    height: 8.1055vw;
    line-height: 8.1055vw;
    font-size: 1.9531vw;
    border-radius: 0.4883vw;
  }
  .l-mainvisual.service .c-btn-character .character {
    top: 1.1719vw;
    right: 1.9531vw;
  }
  .l-mainvisual.service .c-btn-character .character img {
    width: 6.0547vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1204px) {
  .l-mainvisual.service.occupational-safety-and-health .illust {
    right: -7.0313vw;
  }
  .l-mainvisual.service.occupational-safety-and-health .illust img {
    width: 49.3164vw;
    max-width: 505px;
  }
}
.l-mainvisual.service.food-hygiene-education {
  background-image: linear-gradient(
    -45deg,
    #32a29c 25%,
    #2f9d97 25%,
    #2f9d97 50%,
    #32a29c 50%,
    #32a29c 75%,
    #2f9d97 75%,
    #2f9d97
  );
}
@media screen and (max-width: 768px) {
  .l-mainvisual.service.food-hygiene-education {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .l-mainvisual.service.food-hygiene-education {
    background-size: 70px 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-mainvisual.service.food-hygiene-education .illust {
    width: 42.6667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-mainvisual.service.food-hygiene-education .illust {
    right: 50px;
    padding-bottom: 20px;
  }
  .l-mainvisual.service.food-hygiene-education .illust img {
    width: 278px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-mainvisual.service.food-hygiene-education .illust {
    right: 4.8828vw;
    padding-bottom: 0;
  }
  .l-mainvisual.service.food-hygiene-education .illust img {
    width: 27.1484vw;
  }
}
.l-content.service .p-service-section-bg {
  background: #f5f5f5;
}
.l-content.service .p-service-section .c-label-heading {
  position: relative;
  z-index: 10;
}
.l-content.service
  .p-service-section
  .accordion-section
  .accordion-list
  .title.is-open
  .icon:after {
  transform: translate(-50%, -50%) rotate(0);
}
.l-content.service .p-service-section .accordion-section .accordion-list ol {
  padding-left: 1.6em;
}
.l-content.service .p-service-section .accordion-section .accordion-list ol li {
  padding-left: 0.05em;
  list-style-type: decimal;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .l-content.service .p-service-section .l-inner {
    padding: 0 0 10.6667vw;
  }
  .l-content.service .p-service-section .head {
    padding-top: 12vw;
    position: relative;
  }
  .l-content.service .p-service-section .head.paragraph {
    margin-top: 0;
  }
  .l-content.service .p-service-section .head .illust {
    margin: 0 auto;
    width: 37.3333vw;
  }
  .l-content.service .p-service-section .head .text {
    margin-top: 11.7333vw;
  }
  .l-content.service .p-service-section .head .text .c-heading-v2 + .c-lead {
    margin-top: 7.7333vw;
  }
  .l-content.service
    .p-service-section
    .head
    .text
    .c-heading-v2
    + .c-sub-heading {
    margin-top: 13.0667vw;
  }
  .l-content.service .p-service-section .head .text .c-sub-heading + .c-text {
    margin-top: 3.2vw;
  }
  .l-content.service .p-service-section .head figure {
    margin-top: 7.2vw;
  }
  .l-content.service .p-service-section .head + figure {
    margin-top: 10.6667vw;
  }
  .l-content.service .p-service-section .head + figure + figure {
    margin-top: 5.3333vw;
  }
  .l-content.service .p-service-section figure + .c-text {
    margin-top: 3.2vw;
  }
  .l-content.service .p-service-section .sub-section {
    margin-top: 15.7333vw;
  }
  .l-content.service .p-service-section .sub-section + .sub-section {
    margin-top: 17.3333vw;
  }
  .l-content.service .p-service-section .sub-section .c-sub-heading {
    margin-top: -1.3333vw;
    margin-bottom: 3.7333vw;
  }
  .l-content.service .p-service-section .sub-section .c-text {
    margin-bottom: 9.0667vw;
  }
  .l-content.service .p-service-section .c-tab {
    margin-top: 16vw;
    margin-bottom: 5.3333vw;
  }
  .l-content.service .p-service-section .c-tab .tab-nav li:nth-child(2) {
    background-position: 38% 0;
  }
  .l-content.service .p-service-section .c-tab .tab-nav li:nth-child(3) {
    background-position: 108% 0;
  }
  .l-content.service .p-service-section .c-tab .tab-content .description {
    margin-bottom: 16vw;
  }
  .l-content.service
    .p-service-section
    .c-tab
    .tab-content
    .description
    .illust {
    margin: 0 auto;
    margin-bottom: 10.4vw;
    width: 48vw;
  }
  .l-content.service
    .p-service-section
    .c-tab
    .tab-content
    .description
    .text
    h3 {
    font-size: 5.6vw;
    margin-bottom: 9.8667vw;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .l-content.service
    .p-service-section
    .c-tab
    .tab-content
    .description
    .text
    .c-text {
    font-weight: 300;
  }
  .l-content.service .p-service-section .c-tab .tab-content section {
    text-align: center;
  }
  .l-content.service .p-service-section .c-tab .tab-content section + section {
    margin-top: 17.8667vw;
  }
  .l-content.service .p-service-section .c-tab .tab-content section .topics {
    text-align: left;
  }
  .l-content.service .p-service-section .c-tab .tab-content .c-movie {
    top: -6.6667vw;
    margin-top: -10.6667vw;
    margin-bottom: -6.6667vw;
    z-index: 0;
  }
  .l-content.service .p-service-section .c-tab .tab-content .topics li {
    letter-spacing: 0.05em;
  }
  .l-content.service .p-service-section .c-tab .tab-content .topics li + li {
    margin-top: 10.6667vw;
  }
  .l-content.service .p-service-section .c-tab .tab-content .topics li h5 {
    color: #ff0;
    font-size: 3.7333vw;
    font-size: 3.7333vw;
    line-height: 2;
    margin-bottom: -1.8667vw;
    margin-top: 4vw;
  }
  .l-content.service .p-service-section .c-tab .tab-content .topics li p {
    font-size: 3.4667vw;
    line-height: 2;
    margin-bottom: -1.7333vw;
    margin-top: 3.0667vw;
    font-weight: 300;
  }
  .l-content.service .p-service-section .c-tab .tab-content .c-zoom-img {
    position: relative;
    top: -6.6667vw;
    margin-top: -10.6667vw;
    margin-bottom: -6.6667vw;
  }
  .l-content.service .p-service-section .points {
    margin-top: 9.3333vw;
  }
  .l-content.service .p-service-section .points li {
    letter-spacing: 0.05em;
  }
  .l-content.service .p-service-section .points li + li {
    margin-top: 10.4vw;
  }
  .l-content.service .p-service-section .points li h5 {
    color: #1e78c8;
    font-size: 3.7333vw;
    margin: 5.0667vw 0 4.8vw;
  }
  .l-content.service .p-service-section .points li p {
    font-size: 3.4667vw;
    line-height: 2;
    margin-bottom: -1.7333vw;
    margin-top: -1.7333vw;
    font-weight: 300;
  }
  .l-content.service .p-service-section .accordion-section {
    margin-top: 16.5333vw;
    background-image: linear-gradient(
      -45deg,
      #1e78c8 25%,
      #1c73c5 25%,
      #1c73c5 50%,
      #1e78c8 50%,
      #1e78c8 75%,
      #1c73c5 75%,
      #1c73c5
    );
    border-radius: 2.6667vw;
    padding: 2.6667vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-content.service .p-service-section .accordion-section {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) {
  .l-content.service .p-service-section .accordion-section {
    background-size: 70px 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-content.service .p-service-section .accordion-section .c-label-heading {
    position: relative;
    top: -7.4667vw;
    margin-bottom: -45px;
  }
  .l-content.service .p-service-section .accordion-section > div {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1.3333vw;
    padding: 2.6667vw 2.6667vw 5.3333vw;
  }
  .l-content.service .p-service-section .accordion-section > div + div {
    margin-top: 2.6667vw;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div:nth-child(odd) {
    background: rgba(0, 0, 0, 0.4);
  }
  .l-content.service .p-service-section .accordion-section > div h5 {
    color: #fff;
    font-size: 4.6667vw;
    font-weight: 300;
    margin: 2.6667vw 0;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li {
    background: #fff;
    border-radius: 1.3333vw;
    position: relative;
    text-align: left;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li.last:after {
    content: none;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    + li {
    margin-top: 5.3333vw;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    border-top: 2.6667vw solid #fff;
    bottom: -2.6667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .title {
    font-size: 3.7333vw;
    position: relative;
    display: block;
    padding: 3.2vw 5.3333vw;
    cursor: pointer;
    line-height: 1.5;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .title
    .icon {
    width: 5.3333vw;
    height: 5.3333vw;
    background: #1e78c8;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 5.3333vw;
    transform: translateY(-50%);
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .title
    .icon:before,
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .title
    .icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 1px;
    width: 2.1333vw;
    height: 0.2667vw;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .title
    .icon:after {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .body {
    display: none;
    padding: 1.0667vw 4.2667vw 5.8667vw;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .body
    ol
    li {
    padding-left: 0;
    font-size: 3.4667vw;
    line-height: 1.5;
    margin-bottom: -0.8667vw;
    margin-top: -0.8667vw;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .body
    ol
    li
    + li {
    font-size: 3.4667vw;
    line-height: 1.5;
    margin-bottom: -0.8667vw;
    margin-top: 1vw;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .body
    ol
    li
    .note {
    display: block;
    color: #888;
    font-size: 3.2vw;
    line-height: 1.625;
    margin-bottom: -1vw;
    margin-top: 2.2vw;
  }
  .l-content.service .p-service-section .c-heading-set {
    padding-top: 14.9333vw;
  }
  .l-content.service .p-service-section .company-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -2.6667vw;
  }
  .l-content.service .p-service-section .company-list li {
    width: calc(33.33% - 1.73vw);
    margin-top: 2.6667vw;
  }
  .l-content.service .p-service-section .company-list li img {
    border-radius: 2.6667vw;
  }
  .l-content.service .p-service-section .company-list li .name {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1024px) {
  .l-content.service .p-service-section .company-list li {
    width: calc(25% - 8px);
  }
}
@media screen and (min-width: 769px) {
  .l-content.service .p-service-section .l-inner {
    padding: 94px 40px 80px;
  }
  .l-content.service .p-service-section:first-child .l-inner {
    padding-top: 77px;
  }
  .l-content.service .p-service-section-bg {
    background: #f5f5f5;
  }
  .l-content.service .p-service-section-bg .l-inner {
    padding-top: 87px;
  }
  .l-content.service .p-service-section .head {
    zoom: 1;
  }
  .l-content.service .p-service-section .head.paragraph {
    margin-top: 100px;
  }
  .l-content.service .p-service-section .head:before,
  .l-content.service .p-service-section .head:after {
    content: "";
    display: table;
  }
  .l-content.service .p-service-section .head:after {
    clear: both;
  }
  .l-content.service .p-service-section .head .text {
    width: 658px;
    float: left;
  }
  .l-content.service .p-service-section .head .text .c-heading-v2 + .c-lead {
    margin-top: 52px;
  }
  .l-content.service
    .p-service-section
    .head
    .text
    .c-heading-v2
    + .c-sub-heading {
    margin-top: 70px;
  }
  .l-content.service .p-service-section .head .text .c-sub-heading + .c-text {
    margin-top: 28px;
  }
  .l-content.service .p-service-section .head .illust {
    width: 194px;
    float: right;
    position: relative;
    top: -10px;
  }
  .l-content.service .p-service-section .head figure {
    clear: both;
    position: relative;
    top: -14px;
    margin-bottom: -14px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-content.service .p-service-section .head .text {
    width: 61.5234vw;
  }
  .l-content.service .p-service-section .head .text .c-heading-v2 + .c-lead {
    margin-top: 5.0781vw;
  }
  .l-content.service
    .p-service-section
    .head
    .text
    .c-heading-v2
    + .c-sub-heading {
    margin-top: 6.8359vw;
  }
  .l-content.service .p-service-section .head .text .c-sub-heading + .c-text {
    margin-top: 2.7344vw;
  }
  .l-content.service .p-service-section .head .illust {
    width: 18.9453vw;
  }
}
@media screen and (min-width: 769px) {
  .l-content.service .p-service-section .head + figure {
    margin-top: 76px;
  }
  .l-content.service .p-service-section .head + figure + figure {
    margin-top: 40px;
  }
  .l-content.service .p-service-section .head + figure.mt-short {
    margin-top: 38px;
  }
  .l-content.service .p-service-section figure + .c-text {
    margin-top: 32px;
  }
  .l-content.service .p-service-section .sub-section {
    margin-top: 96px;
  }
  .l-content.service .p-service-section .sub-section + .sub-section {
    margin-top: 80px;
  }
  .l-content.service .p-service-section .sub-section .c-sub-heading {
    margin-top: -9px;
    margin-bottom: 28px;
  }
  .l-content.service .p-service-section .sub-section .c-text {
    margin-bottom: 30px;
  }
  .l-content.service .p-service-section .c-tab {
    margin-top: 80px;
  }
  .l-content.service .p-service-section .c-tab .tab-nav li:nth-child(2) {
    background-position: 11px 0;
  }
  .l-content.service .p-service-section .c-tab .tab-nav li:nth-child(3) {
    background-position: 32px 0;
  }
  .l-content.service .p-service-section .c-tab .tab-content .description {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 64px;
  }
  .l-content.service .p-service-section .c-tab .tab-content .description .text {
    width: 580px;
  }
  .l-content.service
    .p-service-section
    .c-tab
    .tab-content
    .description
    .text
    h3 {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .l-content.service
    .p-service-section
    .c-tab
    .tab-content
    .description
    .text
    .c-text {
    font-weight: 300;
  }
  .l-content.service
    .p-service-section
    .c-tab
    .tab-content
    .description
    .illust {
    margin-top: 20px;
    width: 180px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-content.service .p-service-section .c-tab .tab-content .description .text {
    width: 56.6406vw;
  }
  .l-content.service
    .p-service-section
    .c-tab
    .tab-content
    .description
    .illust {
    width: 12.6953vw;
  }
}
@media screen and (min-width: 769px) {
  .l-content.service .p-service-section .c-tab .tab-content section {
    text-align: center;
  }
  .l-content.service
    .p-service-section
    .c-tab
    .tab-content
    section
    .c-label-heading {
    display: inline-block;
    min-width: 418px;
    width: auto;
    padding: 0 42px;
  }
  .l-content.service .p-service-section .c-tab .tab-content section + section {
    margin-top: 75px;
  }
  .l-content.service .p-service-section .c-tab .tab-content .c-movie {
    top: -25px;
    margin-top: -40px;
    margin-bottom: -25px;
    z-index: 0;
  }
  .l-content.service .p-service-section .c-tab .tab-content .topics.single {
    justify-content: center;
  }
  .l-content.service .p-service-section .c-tab .tab-content .topics li {
    letter-spacing: 0.05em;
    text-align: left;
  }
  .l-content.service .p-service-section .c-tab .tab-content .topics li h5 {
    color: #ff0;
    font-size: 16px;
    margin-top: 19px;
  }
  .l-content.service .p-service-section .c-tab .tab-content .topics li p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: -7px;
    margin-top: 12px;
    font-weight: 300;
  }
  .l-content.service .p-service-section .c-tab .tab-content .c-zoom-img {
    position: relative;
    top: -25px;
    margin-top: -40px;
    margin-bottom: -25px;
  }
  .l-content.service .p-service-section .points {
    display: flex;
    justify-content: space-between;
    margin-top: 88px;
  }
  .l-content.service .p-service-section .points li {
    width: 270px;
    letter-spacing: 0.05em;
  }
  .l-content.service .p-service-section .points li h5 {
    color: #1e78c8;
    font-size: 16px;
    margin: 18px 0;
  }
  .l-content.service .p-service-section .points li p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: -7px;
    margin-top: -7px;
    font-weight: 300;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-content.service .p-service-section .points li {
    width: calc(33.3333% - 20px);
  }
}
@media screen and (min-width: 769px) {
  .l-content.service .p-service-section .accordion-section {
    margin-top: 104px;
    background-image: linear-gradient(
      -45deg,
      #1e78c8 25%,
      #1c73c5 25%,
      #1c73c5 50%,
      #1e78c8 50%,
      #1e78c8 75%,
      #1c73c5 75%,
      #1c73c5
    );
    border-radius: 10px;
    padding: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .l-content.service .p-service-section .accordion-section {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .l-content.service .p-service-section .accordion-section {
    background-size: 70px 70px;
  }
}
@media screen and (min-width: 769px) {
  .l-content.service .p-service-section .accordion-section .c-label-heading {
    position: relative;
    top: -65px;
    margin-bottom: -45px;
  }
  .l-content.service .p-service-section .accordion-section > div {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
  }
  .l-content.service .p-service-section .accordion-section > div + div {
    margin-top: 20px;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div:nth-child(odd) {
    background: rgba(0, 0, 0, 0.4);
  }
  .l-content.service .p-service-section .accordion-section > div h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin: 18px 0 0 24px;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list {
    width: 598px;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li {
    background: #fff;
    border-radius: 5px;
    position: relative;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li.last:after {
    content: none;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    + li {
    margin-top: 30px;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #fff;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .title {
    font-size: 16px;
    position: relative;
    display: block;
    padding: 22px 30px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .title:hover {
    color: rgba(51, 51, 51, 0.8);
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .title
    .icon {
    width: 20px;
    height: 20px;
    background: #1e78c8;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .title
    .icon:before,
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .title
    .icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .title
    .icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .body {
    display: none;
    padding: 4px 30px 30px;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .body
    ol
    li {
    font-size: 14px;
    line-height: 2;
    margin-bottom: -7px;
    margin-top: -7px;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .body
    ol
    li
    + li {
    font-size: 14px;
    line-height: 2;
    margin-bottom: -7px;
    margin-top: 7px;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    > li
    .body
    ol
    li
    .note {
    display: block;
    font-size: 13px;
    color: #888;
    margin-top: -2px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-content.service .p-service-section .accordion-section > div {
    padding: 25px;
  }
  .l-content.service .p-service-section .accordion-section > div h5 {
    font-size: 16px;
    margin: 16px 20px 0 0;
    width: 3.5em;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list {
    width: 54.6875vw;
  }
  .l-content.service
    .p-service-section
    .accordion-section
    > div
    .accordion-list
    li
    .title {
    padding: 18px 2.9297vw;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .l-content.service .p-service-section .company-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -40px;
  }
  .l-content.service .p-service-section .company-list li {
    width: 213px;
    margin-top: 40px;
  }
  .l-content.service .p-service-section .company-list li img {
    border-radius: 10px;
  }
  .l-content.service .p-service-section .company-list li .name {
    font-size: 13px;
    margin-top: 10px;
    display: block;
    line-height: 1.115;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-content.service .p-service-section .company-list li {
    width: calc(25% - 8px);
  }
}
.l-content.service.food-hygiene-education .p-service-section .c-heading-v2,
.l-content.service.food-hygiene-education .p-service-section .c-lead,
.l-content.service.food-hygiene-education .p-service-section .points li h5,
.l-content.service.food-hygiene-education .p-service-section .c-label-heading {
  color: #32a29c;
}
.l-content.service.food-hygiene-education .p-service-section .c-sub-heading {
  color: #32a29c;
}
.l-content.service.food-hygiene-education
  .p-service-section
  .c-sub-heading
  .num {
  background: #32a29c;
}
.l-content.service.food-hygiene-education
  .p-service-section
  .c-label-heading-bdr {
  border-color: #32a29c;
}
.l-content.service.food-hygiene-education
  .p-service-section
  .c-tab
  .tab-nav
  li.is-current {
  background-image: linear-gradient(
    -45deg,
    #32a29c 25%,
    #2f9d97 25%,
    #2f9d97 50%,
    #32a29c 50%,
    #32a29c 75%,
    #2f9d97 75%,
    #2f9d97
  );
}
@media screen and (max-width: 768px) {
  .l-content.service.food-hygiene-education
    .p-service-section
    .c-tab
    .tab-nav
    li.is-current {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .l-content.service.food-hygiene-education
    .p-service-section
    .c-tab
    .tab-nav
    li.is-current {
    background-size: 70px 70px;
  }
}
.l-content.service.food-hygiene-education
  .p-service-section
  .c-tab
  .tab-content.is-current {
  background-image: linear-gradient(
    -45deg,
    #32a29c 25%,
    #2f9d97 25%,
    #2f9d97 50%,
    #32a29c 50%,
    #32a29c 75%,
    #2f9d97 75%,
    #2f9d97
  );
}
@media screen and (max-width: 768px) {
  .l-content.service.food-hygiene-education
    .p-service-section
    .c-tab
    .tab-content.is-current {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .l-content.service.food-hygiene-education
    .p-service-section
    .c-tab
    .tab-content.is-current {
    background-size: 70px 70px;
  }
}
.l-content.service.food-hygiene-education
  .p-service-section
  .c-tab
  .tab-content
  .c-movie
  span {
  background-image: url("../images/service/food-hygiene-education/icn_movie.png");
}
.l-content.service.food-hygiene-education
  .p-service-section
  .accordion-section {
  background-image: linear-gradient(
    -45deg,
    #32a29c 25%,
    #2f9d97 25%,
    #2f9d97 50%,
    #32a29c 50%,
    #32a29c 75%,
    #2f9d97 75%,
    #2f9d97
  );
}
@media screen and (max-width: 768px) {
  .l-content.service.food-hygiene-education
    .p-service-section
    .accordion-section {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .l-content.service.food-hygiene-education
    .p-service-section
    .accordion-section {
    background-size: 70px 70px;
  }
}
.l-content.service.food-hygiene-education
  .p-service-section
  .accordion-section
  > div
  .accordion-list
  > li
  .title
  .icon {
  background-color: #32a29c;
}
.l-content.service.food-hygiene-education .p-service-section .c-heading-set {
  color: #32a29c;
}
.l-content.service.food-hygiene-education .l-cv {
  background-image: linear-gradient(
    -45deg,
    #32a29c 25%,
    #2f9d97 25%,
    #2f9d97 50%,
    #32a29c 50%,
    #32a29c 75%,
    #2f9d97 75%,
    #2f9d97
  );
}
@media screen and (max-width: 768px) {
  .l-content.service.food-hygiene-education .l-cv {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .l-content.service.food-hygiene-education .l-cv {
    background-size: 70px 70px;
  }
}
.l-content.service.food-hygiene-education .l-cv .c-btn-white {
  color: #32a29c;
}
@media screen and (min-width: 769px) {
  .l-content.service.food-hygiene-education .l-cv .c-btn-white:hover {
    color: rgba(50, 162, 156, 0.8);
  }
}
.l-content.service.food-hygiene-education .l-about .text .heading,
.l-content.service.food-hygiene-education .l-about .text .subheading {
  color: #32a29c;
}
.l-content.service.food-hygiene-education .l-about .text .logo img {
  visibility: hidden;
}
.l-content.service.food-hygiene-education .l-about .text .c-btn-blue {
  background: #32a29c;
}
@media screen and (min-width: 769px) {
  .l-content.service.food-hygiene-education .l-about .text .c-btn-blue:hover {
    background: #38b5af;
  }
}
.food-hygiene-education + .l-cv {
  background-image: linear-gradient(
    -45deg,
    #32a29c 25%,
    #2f9d97 25%,
    #2f9d97 50%,
    #32a29c 50%,
    #32a29c 75%,
    #2f9d97 75%,
    #2f9d97
  );
}
@media screen and (max-width: 768px) {
  .food-hygiene-education + .l-cv {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  .food-hygiene-education + .l-cv {
    background-size: 70px 70px;
  }
}
.food-hygiene-education ~ #c-movie-modal .btn-close {
  background: url("../images/service/food-hygiene-education/icn_close.png")
    no-repeat 0 0;
}
.food-hygiene-education ~ #c-movie-modal .btn-close img {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .food-hygiene-education ~ #c-movie-modal .btn-close {
    background-size: 10.6667vw auto;
  }
}
@media screen and (min-width: 769px) {
  .food-hygiene-education ~ #c-movie-modal .btn-close {
    background-size: 40px auto;
  }
}
.l-mainvisual.about {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-mainvisual.about {
    padding: 34.4vw 0 10.6667vw;
  }
  .l-mainvisual.about .pagetitle {
    font-size: 7.4667vw;
    margin-bottom: 4vw;
  }
  .l-mainvisual.about .subtitle {
    font-size: 5.6vw;
  }
  .l-mainvisual.about .c-movie {
    margin-top: 10.6667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-mainvisual.about .l-inner {
    padding-top: 193px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-mainvisual.about .pagetitle {
    font-size: 48px;
  }
  .l-mainvisual.about .subtitle {
    font-size: 24px;
    margin-top: 18px;
  }
  .l-mainvisual.about .c-movie {
    width: 470px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 10px;
  }
  .l-mainvisual.about .c-movie figure {
    border-radius: 12px;
  }
  .l-mainvisual.about .c-movie span {
    width: 50px;
    background-image: url("../images/common/icn_movie_s.png");
    background-size: 50px;
    padding-top: 63px;
    font-size: 12px;
    margin-top: -1px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-mainvisual.about .pagetitle {
    font-size: 4.6875vw;
  }
  .l-mainvisual.about .subtitle {
    font-size: 2.3438vw;
    margin-top: 1.7578vw;
  }
  .l-mainvisual.about .c-movie {
    width: 45.8984vw;
  }
}
@keyframes border-animation {
  0% {
    border-radius: 52% 48% 34% 66% / 51% 46% 54% 49%;
  }
  25% {
    border-radius: 59% 46% 38% 58% / 48% 54% 48% 54%;
  }
  50% {
    border-radius: 62% 40% 50% 50% / 55% 50% 56% 45%;
  }
  75% {
    border-radius: 57% 43% 51% 49% / 54% 55% 45% 46%;
  }
}
.l-content.about .p-about .about-block {
  color: #1e78c8;
}
.l-content.about .p-about .about-block .headline {
  letter-spacing: 0.05em;
}
.l-content.about .p-about .about-block .paragraph {
  letter-spacing: 0.05em;
  position: relative;
  z-index: 30;
}
.l-content.about .p-about .about-block .illust {
  position: relative;
}
.l-content.about .p-about .about-block .illust figure {
  border-radius: 52% 48% 34% 66% / 51% 46% 54% 49%;
  animation: border-animation 4s linear 0s infinite;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.l-content.about .p-about .about-block .illust figure img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.l-content.about .p-about .about-block .illust:after {
  border-radius: 52% 48% 34% 66% / 51% 46% 54% 49%;
  background: #1e78c8;
  top: 0;
  left: 0;
  z-index: 0;
  animation: border-animation 4.2s linear 0.4s infinite;
}
.l-content.about .p-about .about-block .illust .bg {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.l-content.about .p-about .about-block .illust .character {
  position: absolute;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .l-content.about .p-about {
    padding-top: 22.6667vw;
    overflow: hidden;
  }
  .l-content.about .p-about .about-block {
    position: relative;
    padding-top: 80.2667vw;
    margin-bottom: 22.6667vw;
  }
  .l-content.about .p-about .about-block .headline {
    font-size: 6.4vw;
    margin-bottom: 8.5333vw;
    margin-left: -0.8vw;
  }
  .l-content.about .p-about .about-block .paragraph {
    letter-spacing: 0;
  }
  .l-content.about .p-about .about-block .paragraph p {
    font-size: 3.7333vw;
    line-height: 2;
    margin-bottom: -1.8667vw;
    margin-top: -1.8667vw;
  }
  .l-content.about .p-about .about-block .illust {
    position: absolute;
    top: 0;
  }
  .l-content.about .p-about .about-block .illust figure {
    width: 79.7333vw;
    height: 79.2vw;
  }
  .l-content.about .p-about .about-block .illust figure img {
    width: 90.6667vw;
  }
  .l-content.about .p-about .about-block .illust:after {
    content: "";
    display: block;
    position: absolute;
    width: 80.5333vw;
    height: 79.7333vw;
  }
  .l-content.about .p-about .about-block.right .illust {
    right: -16vw;
  }
  .l-content.about .p-about .about-block.left .illust {
    left: -16vw;
  }
  .l-content.about .p-about .about-block.left .paragraph {
    text-align: right;
  }
  .l-content.about .p-about .about-block.about-1 .illust .bg {
    width: 53.0667vw;
    height: 50.4vw;
    background: url("../images/about/bg_circle_1_sp.png") no-repeat 0 0;
    background-size: 53.0667vw auto;
    bottom: -6.9333vw;
    left: -24vw;
  }
  .l-content.about .p-about .about-block.about-2 .illust .bg {
    width: 72.2667vw;
    height: 72.8vw;
    background: url("../images/about/bg_circle_2_sp.png") no-repeat 0 0;
    background-size: 72.2667vw auto;
    bottom: -33.3333vw;
    right: -18.6667vw;
  }
  .l-content.about .p-about .about-block.about-2 .illust .character {
    width: 20.8vw;
    top: 3.4667vw;
    right: -3.4667vw;
  }
  .l-content.about .p-about .about-block.about-3 .illust .bg {
    width: 33.6vw;
    height: 33.8667vw;
    background: url("../images/about/bg_circle_3_sp.png") no-repeat 0 0;
    background-size: 33.6vw auto;
    bottom: -12vw;
    left: -8vw;
  }
  .l-content.about .p-about .about-block.about-3 .illust .character {
    width: 22.1333vw;
    bottom: 10.6667vw;
    left: -5.3333vw;
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-1 {
    left: auto;
    right: 0.8vw;
    top: 0vw;
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-1 figure {
    width: 42.6667vw;
    height: 41.8667vw;
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-1 figure img {
    width: 58.6667vw;
    transform: translate(-36%, -50%);
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-1:after {
    width: 43.4667vw;
    height: 42.6667vw;
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-1 .bg {
    width: 20.2667vw;
    height: 20.2667vw;
    background: url("../images/about/bg_circle_4_sp.png") no-repeat 0 0;
    background-size: 20.2667vw auto;
    bottom: -31.4667vw;
    right: 8vw;
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-2 {
    left: 0.8vw;
    top: 26.6667vw;
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-2 figure {
    width: 52vw;
    height: 52vw;
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-2 figure img {
    width: 64vw;
    transform: translate(-47%, -47%);
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-2:after {
    width: 52.8vw;
    height: 52.8vw;
  }
  .l-content.about .p-about .about-block.about-5 .illust figure img {
    width: 84vw;
    transform: translate(-47%, -50%);
  }
  .l-content.about .p-about .about-block.about-5 .illust .bg {
    width: 86.6667vw;
    height: 77.0667vw;
    background: url("../images/about/bg_circle_5_sp.png") no-repeat 0 0;
    background-size: 86.6667vw auto;
    bottom: -31.4667vw;
    left: -31.2vw;
  }
  .l-content.about .p-about .about-block.about-5 .illust .character {
    width: 22.1333vw;
    bottom: 8.8vw;
    left: -13.3333vw;
  }
  .l-content.about .p-about .about-block.about-6 .illust .bg {
    width: 42.1333vw;
    height: 61.3333vw;
    background: url("../images/about/bg_circle_6_sp.png") no-repeat 0 0;
    background-size: 42.1333vw auto;
    bottom: -51.4667vw;
    left: 10.6667vw;
  }
  .l-content.about .p-about .about-block.about-7 .illust .bg {
    width: 64.2667vw;
    height: 60.2667vw;
    background: url("../images/about/bg_circle_7_sp.png") no-repeat 0 0;
    background-size: 64.2667vw auto;
    bottom: -21.6vw;
    left: -24.8vw;
  }
  .l-content.about .p-about .about-block.about-7 .illust .character {
    width: 20.8vw;
    top: 6.1333vw;
    left: -4.8vw;
  }
  .l-content.about .p-about .about-block.about-8 .illust .bg {
    width: 73.8667vw;
    height: 67.4667vw;
    background: url("../images/about/bg_circle_8_sp.png") no-repeat 0 0;
    background-size: 73.8667vw auto;
    bottom: -18.9333vw;
    right: -30.9333vw;
  }
  .l-content.about .p-about .about-block.about-9 {
    margin-bottom: 20vw;
  }
  .l-content.about .p-about .about-block.about-9 .illust {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .l-content.about .p-about .about-block.about-9 .paragraph {
    text-align: center;
    padding-top: 12vw;
  }
}
@media screen and (min-width: 769px) {
  .l-content.about .p-about {
    padding-top: 166px;
  }
  .l-content.about .p-about .about-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 230px;
  }
  .l-content.about .p-about .about-block.right {
    padding-left: 82px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-content.about .p-about .about-block.right {
    padding-left: 8.0078vw;
  }
}
@media screen and (min-width: 769px) {
  .l-content.about .p-about .about-block.left {
    padding-right: 78px;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-content.about .p-about .about-block.left {
    padding-right: 7.6172vw;
  }
}
@media screen and (min-width: 769px) {
  .l-content.about .p-about .about-block .headline {
    font-size: 36px;
    margin-bottom: 45px;
    margin-left: -6px;
  }
  .l-content.about .p-about .about-block .paragraph {
    width: 350px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-content.about .p-about .about-block .paragraph {
    width: 39.0625vw;
    max-width: 350px;
  }
}
@media screen and (min-width: 769px) {
  .l-content.about .p-about .about-block .paragraph p {
    font-size: 14px;
    line-height: 3;
    margin-bottom: -14px;
    margin-top: -14px;
    background: url("../images/about/bdr.png") repeat-x 0 42px;
    background-size: 1px 291px;
    padding-bottom: 2px;
  }
  .l-content.about .p-about .about-block .illust {
    width: calc(100% - 350px);
  }
  .l-content.about .p-about .about-block .illust figure {
    width: 460px;
    height: 458px;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  .l-content.about .p-about .about-block .illust figure img {
    width: 490px;
  }
  .l-content.about .p-about .about-block .illust:after {
    content: "";
    display: block;
    position: absolute;
    width: 468px;
    height: 466px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-content.about .p-about .about-block .illust {
    width: 58.5938vw;
  }
  .l-content.about .p-about .about-block .illust figure {
    width: 44.9219vw;
    height: 44.7266vw;
  }
  .l-content.about .p-about .about-block .illust figure img {
    width: 46.875vw;
  }
  .l-content.about .p-about .about-block .illust:after {
    width: 45.7031vw;
    height: 45.1172vw;
  }
}
@media screen and (min-width: 769px) {
  .l-content.about .p-about .about-block.about-1 .illust {
    top: -46px;
    right: -90px;
  }
  .l-content.about .p-about .about-block.about-1 .illust .bg {
    width: 342px;
    height: 371px;
    background: url("../images/about/bg_circle_1_pc.png") no-repeat 0 0;
    background-size: 342px auto;
    bottom: -191px;
    left: -134px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .l-content.about .p-about .about-block.about-1 .illust {
    right: -6.6667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-content.about .p-about .about-block.about-2 {
    margin-bottom: 60px;
  }
  .l-content.about .p-about .about-block.about-2 .illust {
    top: -142px;
    left: -28px;
  }
  .l-content.about .p-about .about-block.about-2 .illust .bg {
    width: 425px;
    height: 307px;
    background: url("../images/about/bg_circle_2_pc.png") no-repeat 0 0;
    background-size: 425px auto;
    bottom: -72px;
    right: -146px;
  }
  .l-content.about .p-about .about-block.about-2 .illust .character {
    width: 102px;
    top: 56px;
    right: 58px;
  }
  .l-content.about .p-about .about-block.about-3 {
    margin-bottom: 212px;
  }
  .l-content.about .p-about .about-block.about-3 .illust {
    top: -77px;
    right: -103px;
  }
  .l-content.about .p-about .about-block.about-3 .illust .bg {
    width: 421px;
    height: 307px;
    background: url("../images/about/bg_circle_3_pc.png") no-repeat 0 0;
    background-size: 421px auto;
    bottom: -122px;
    left: -16px;
  }
  .l-content.about .p-about .about-block.about-3 .illust .character {
    width: 108px;
    bottom: 40px;
    left: -2px;
  }
  .l-content.about .p-about .about-block.about-4 {
    position: relative;
    margin-bottom: 372px;
  }
  .l-content.about .p-about .about-block.about-4 .illust img {
    width: 315px;
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-1 {
    position: relative;
    top: -175px;
    left: -26px;
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-1 figure {
    width: 270px;
    height: 265px;
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-1:after {
    width: 275px;
    height: 270px;
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-1 .bg {
    width: 433px;
    height: 528px;
    background: url("../images/about/bg_circle_4_pc.png") no-repeat 0 0;
    background-size: 433px auto;
    top: -54px;
    right: -28px;
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-2 {
    position: absolute;
    top: 61px;
    left: 167px;
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-2 figure {
    width: 270px;
    height: 265px;
  }
  .l-content.about .p-about .about-block.about-4 .illust.illust-2:after {
    width: 275px;
    height: 270px;
  }
  .l-content.about .p-about .about-block.about-4 .illust .character {
    width: 112px;
    bottom: -23px;
    right: 20px;
  }
  .l-content.about .p-about .about-block.about-5 {
    margin-bottom: 4px;
  }
  .l-content.about .p-about .about-block.about-5 .illust {
    top: -188px;
    right: -90px;
  }
  .l-content.about .p-about .about-block.about-5 .illust .bg {
    width: 381px;
    height: 522px;
    background: url("../images/about/bg_circle_5_pc.png") no-repeat 0 0;
    background-size: 381px auto;
    bottom: -40px;
    left: -196px;
  }
  .l-content.about .p-about .about-block.about-5 .illust .character {
    width: 109px;
    bottom: 0;
    left: 26px;
  }
  .l-content.about .p-about .about-block.about-6 {
    margin-bottom: 202px;
  }
  .l-content.about .p-about .about-block.about-6 .illust {
    top: -71px;
    right: -8px;
  }
  .l-content.about .p-about .about-block.about-6 .illust .bg {
    width: 369px;
    height: 411px;
    background: url("../images/about/bg_circle_6_pc.png") no-repeat 0 0;
    background-size: 369px auto;
    bottom: -150px;
    right: -32px;
  }
  .l-content.about .p-about .about-block.about-7 {
    margin-bottom: 126px;
  }
  .l-content.about .p-about .about-block.about-7 .illust {
    top: -145px;
    right: -89px;
  }
  .l-content.about .p-about .about-block.about-7 .illust .bg {
    width: 519px;
    height: 577px;
    background: url("../images/about/bg_circle_7_pc.png") no-repeat 0 0;
    background-size: 519px auto;
    bottom: -56px;
    left: -149px;
  }
  .l-content.about .p-about .about-block.about-7 .illust .character {
    width: 96px;
    top: 40px;
    left: 4px;
  }
  .l-content.about .p-about .about-block.about-8 {
    margin-bottom: 25px;
  }
  .l-content.about .p-about .about-block.about-8 .illust {
    top: -149px;
    left: 2px;
  }
  .l-content.about .p-about .about-block.about-8 .illust .bg {
    width: 459px;
    height: 353px;
    background: url("../images/about/bg_circle_8_pc.png") no-repeat 0 0;
    background-size: 459px auto;
    bottom: -48px;
    right: -260px;
  }
  .l-content.about .p-about .about-block.about-9 {
    margin-bottom: 69px;
  }
  .l-content.about .p-about .about-block.about-9 .illust {
    top: -46px;
    left: 90px;
  }
  .l-content.about .p-about .about-block.about-9 .illust .bg {
    width: 305px;
    height: 307px;
    background: url("../images/about/bg_circle_9_pc.png") no-repeat 0 0;
    background-size: 305px auto;
    bottom: 5px;
    left: -158px;
  }
  .l-content.about .p-about .about-block.about-9 .illust .character {
    width: 103px;
    bottom: 7px;
    left: 13px;
  }
}
@media screen and (max-width: 768px) {
  .l-content.news.index,
  .l-content.cases.index {
    background: #f5f5f5;
  }
  .l-content.news.index .c-news-list,
  .l-content.cases.index .c-news-list {
    padding-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .l-content.news.index .c-news-list,
  .l-content.cases.index .c-news-list {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-content.news .l-inner,
  .l-content.cases .l-inner {
    padding-top: 10.6667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-content.news,
  .l-content.cases {
    background: #f5f5f5;
  }
  .l-content.news .l-inner,
  .l-content.cases .l-inner {
    padding-top: 60px;
  }
}
.l-content.news .p-article .article-head,
.l-content.cases .p-article .article-head {
  color: #1e78c8;
}
.l-content.news .p-article .article-body,
.l-content.cases .p-article .article-body {
  font-weight: 300;
}
.l-content.news .p-article .article-body h1,
.l-content.news .p-article .article-body h2,
.l-content.news .p-article .article-body h3,
.l-content.news .p-article .article-body h4,
.l-content.news .p-article .article-body h5,
.l-content.news .p-article .article-body h6,
.l-content.cases .p-article .article-body h1,
.l-content.cases .p-article .article-body h2,
.l-content.cases .p-article .article-body h3,
.l-content.cases .p-article .article-body h4,
.l-content.cases .p-article .article-body h5,
.l-content.cases .p-article .article-body h6 {
  font-weight: 600;
}
.l-content.news .p-article .article-body em,
.l-content.cases .p-article .article-body em {
  font-style: italic;
}
.l-content.news .p-article .article-body strong,
.l-content.cases .p-article .article-body strong {
  font-weight: 600;
}
.l-content.news .p-article .article-body img,
.l-content.cases .p-article .article-body img {
  display: inline-block;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-content.news .p-article .article-head,
  .l-content.cases .p-article .article-head {
    border-bottom: solid 0.2667vw #ddd;
    padding-bottom: 8.5333vw;
  }
  .l-content.news .p-article .article-head .title,
  .l-content.cases .p-article .article-head .title {
    font-size: 7.4667vw;
    line-height: 1.5;
    margin-bottom: 2.6667vw;
    margin-top: -1.3333vw;
  }
  .l-content.news .p-article .article-head time,
  .l-content.cases .p-article .article-head time {
    font-size: 3.2vw;
  }
  .l-content.news .p-article .article-body,
  .l-content.cases .p-article .article-body {
    padding-top: 2.4vw;
  }
  .l-content.news .p-article .article-body h1,
  .l-content.news .p-article .article-body h2,
  .l-content.cases .p-article .article-body h1,
  .l-content.cases .p-article .article-body h2 {
    font-size: 6.5333vw;
    line-height: 1.5;
    margin-bottom: -1.6333vw;
    margin-top: 13.8333vw;
  }
  .l-content.news .p-article .article-body h3,
  .l-content.cases .p-article .article-body h3 {
    font-size: 5.6vw;
    line-height: 1.5;
    margin-bottom: -1.4vw;
    margin-top: 14.0667vw;
  }
  .l-content.news .p-article .article-body h4,
  .l-content.cases .p-article .article-body h4 {
    font-size: 4.6667vw;
    line-height: 1.5;
    margin-bottom: -1.1667vw;
    margin-top: 14.3vw;
  }
  .l-content.news .p-article .article-body h5,
  .l-content.news .p-article .article-body h6,
  .l-content.cases .p-article .article-body h5,
  .l-content.cases .p-article .article-body h6 {
    font-size: 3.7333vw;
    line-height: 1.5;
    margin-bottom: -0.9333vw;
    margin-top: 14.5333vw;
  }
  .l-content.news .p-article .article-body p,
  .l-content.cases .p-article .article-body p {
    font-size: 3.7333vw;
    line-height: 2;
    margin-bottom: -1.8667vw;
    margin-top: 5.8667vw;
  }
  .l-content.news .p-article .article-body p.small,
  .l-content.cases .p-article .article-body p.small {
    font-size: 3.4667vw;
    line-height: 2;
    margin-bottom: -1.7333vw;
    margin-top: 6vw;
  }
  .l-content.news .p-article .article-body p.x-small,
  .l-content.cases .p-article .article-body p.x-small {
    font-size: 3.2vw;
    line-height: 2;
    margin-bottom: -1.6vw;
    margin-top: 6.1333vw;
  }
  .l-content.news .p-article .article-body p.indent,
  .l-content.cases .p-article .article-body p.indent {
    padding-left: 10.6667vw;
  }
  .l-content.news .p-article .article-body a,
  .l-content.cases .p-article .article-body a {
    color: #1e78c8;
    border-bottom: solid 0.2667vw #1e78c8;
    padding-bottom: solid 0.2667vw;
    width: 100%;
    box-sizing: border-box;
  }
  .l-content.news .p-article .article-body hr,
  .l-content.cases .p-article .article-body hr {
    margin: 8vw 0;
    background-color: #ddd;
  }
  .l-content.news .p-article .article-body blockquote,
  .l-content.cases .p-article .article-body blockquote {
    background: #f5f5f5;
    border: solid 1px #ddd;
    border-radius: 2.6667vw;
    margin-top: 8vw;
    padding: 6.4vw 8vw 8vw;
  }
  .l-content.news .p-article .article-body blockquote > *:first-child,
  .l-content.cases .p-article .article-body blockquote > *:first-child {
    margin-top: 0;
  }
  .l-content.news .p-article .article-body table,
  .l-content.cases .p-article .article-body table {
    width: 100% !important;
  }
  .l-content.news .p-article .article-body table th > *:first-child,
  .l-content.news .p-article .article-body table td > *:first-child,
  .l-content.cases .p-article .article-body table th > *:first-child,
  .l-content.cases .p-article .article-body table td > *:first-child {
    margin-top: 0 !important;
  }
  .l-content.news .p-article .article-body ul,
  .l-content.news .p-article .article-body ol,
  .l-content.cases .p-article .article-body ul,
  .l-content.cases .p-article .article-body ol {
    margin-top: 9.0667vw;
  }
  .l-content.news .p-article .article-body ul li,
  .l-content.news .p-article .article-body ol li,
  .l-content.cases .p-article .article-body ul li,
  .l-content.cases .p-article .article-body ol li {
    font-size: 3.7333vw;
    line-height: 1.75;
    margin-bottom: -1.4vw;
    margin-top: 3.9333vw;
  }
  .l-content.news .p-article .article-body ul li,
  .l-content.cases .p-article .article-body ul li {
    text-indent: -1.2em;
    padding-left: 1.2em;
  }
  .l-content.news .p-article .article-body ul li:before,
  .l-content.cases .p-article .article-body ul li:before {
    content: "・";
    padding-right: 0.2em;
  }
  .l-content.news .p-article .article-body ol,
  .l-content.cases .p-article .article-body ol {
    padding-left: 1.7em;
  }
  .l-content.news .p-article .article-body ol li,
  .l-content.cases .p-article .article-body ol li {
    list-style-type: decimal;
  }
}
@media screen and (min-width: 769px) {
  .l-content.news .p-article,
  .l-content.cases .p-article {
    background: #fff;
    border-radius: 10px;
    padding: 40px 44px;
  }
  .l-content.news .p-article .article-head,
  .l-content.cases .p-article .article-head {
    border-bottom: solid 1px #ddd;
    padding-bottom: 32px;
  }
  .l-content.news .p-article .article-head .title,
  .l-content.cases .p-article .article-head .title {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 18px;
    margin-top: -8px;
  }
  .l-content.news .p-article .article-head .c-category,
  .l-content.cases .p-article .article-head .c-category {
    margin-left: 15px;
    padding: 6px 15px;
  }
  .l-content.news .p-article .article-head time,
  .l-content.cases .p-article .article-head time {
    font-size: 13px;
  }
  .l-content.news .p-article .article-body h1,
  .l-content.news .p-article .article-body h2,
  .l-content.cases .p-article .article-body h1,
  .l-content.cases .p-article .article-body h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: -7px;
    margin-top: 51px;
  }
  .l-content.news .p-article .article-body h3,
  .l-content.cases .p-article .article-body h3 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: -6px;
    margin-top: 52px;
  }
  .l-content.news .p-article .article-body h4,
  .l-content.cases .p-article .article-body h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: -5px;
    margin-top: 53px;
  }
  .l-content.news .p-article .article-body h5,
  .l-content.news .p-article .article-body h6,
  .l-content.cases .p-article .article-body h5,
  .l-content.cases .p-article .article-body h6 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: -4px;
    margin-top: 54px;
  }
  .l-content.news .p-article .article-body p,
  .l-content.cases .p-article .article-body p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: -8px;
    margin-top: 34px;
  }
  .l-content.news .p-article .article-body p.small,
  .l-content.cases .p-article .article-body p.small {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: -3.5px;
    margin-top: 34.5px;
  }
  .l-content.news .p-article .article-body p.x-small,
  .l-content.cases .p-article .article-body p.x-small {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: -3.25px;
    margin-top: 34.75px;
  }
  .l-content.news .p-article .article-body p.indent,
  .l-content.cases .p-article .article-body p.indent {
    padding-left: 42px;
  }
  .l-content.news .p-article .article-body a,
  .l-content.cases .p-article .article-body a {
    color: #1e78c8;
    border-bottom: solid 1px #1e78c8;
    padding-bottom: 1px;
  }
  .l-content.news .p-article .article-body a:hover,
  .l-content.cases .p-article .article-body a:hover {
    border-bottom: solid 1px rgba(30, 120, 200, 0);
  }
  .l-content.news .p-article .article-body hr,
  .l-content.cases .p-article .article-body hr {
    margin: 40px 0;
    background-color: #ddd;
  }
  .l-content.news .p-article .article-body blockquote,
  .l-content.cases .p-article .article-body blockquote {
    background: #f5f5f5;
    border: solid 1px #ddd;
    border-radius: 10px;
    margin-top: 38px;
    padding: 32px 45px 38px;
  }
  .l-content.news .p-article .article-body blockquote > *:first-child,
  .l-content.cases .p-article .article-body blockquote > *:first-child {
    margin-top: 0;
  }
  .l-content.news .p-article .article-body table,
  .l-content.cases .p-article .article-body table {
    width: 100% !important;
  }
  .l-content.news .p-article .article-body table th > *:first-child,
  .l-content.news .p-article .article-body table td > *:first-child,
  .l-content.cases .p-article .article-body table th > *:first-child,
  .l-content.cases .p-article .article-body table td > *:first-child {
    margin-top: 0 !important;
  }
  .l-content.news .p-article .article-body ul,
  .l-content.news .p-article .article-body ol,
  .l-content.cases .p-article .article-body ul,
  .l-content.cases .p-article .article-body ol {
    margin-top: 32px;
  }
  .l-content.news .p-article .article-body ul li,
  .l-content.news .p-article .article-body ol li,
  .l-content.cases .p-article .article-body ul li,
  .l-content.cases .p-article .article-body ol li {
    font-size: 16px;
    line-height: 2;
    margin-bottom: -8px;
    margin-top: 12px;
  }
  .l-content.news .p-article .article-body ul li,
  .l-content.cases .p-article .article-body ul li {
    text-indent: -1.6em;
    padding-left: 1.6em;
  }
  .l-content.news .p-article .article-body ul li:before,
  .l-content.cases .p-article .article-body ul li:before {
    content: "・";
    padding-right: 0.6em;
  }
  .l-content.news .p-article .article-body ol,
  .l-content.cases .p-article .article-body ol {
    padding-left: 1.7em;
  }
  .l-content.news .p-article .article-body ol li,
  .l-content.cases .p-article .article-body ol li {
    padding-left: 0.25em;
    list-style-type: decimal;
  }
}
.browser-ie .l-content.news .p-article .article-body a,
.browser-ie .l-content.cases .p-article .article-body a {
  border-bottom: none;
  padding-bottom: 0;
  text-decoration: underline;
}
.browser-ie .l-content.news .p-article .article-body a:hover,
.browser-ie .l-content.cases .p-article .article-body a:hover {
  text-decoration: none;
}
.l-content.news .p-article-nav,
.l-content.cases .p-article-nav {
  text-align: center;
}
.l-content.news .p-article-nav ul,
.l-content.cases .p-article-nav ul {
  position: relative;
}
.l-content.news .p-article-nav ul li,
.l-content.cases .p-article-nav ul li {
  display: inline-block;
}
.l-content.news .p-article-nav ul li a,
.l-content.cases .p-article-nav ul li a {
  position: relative;
  display: inline-block;
  color: #1e78c8;
}
.l-content.news .p-article-nav ul li.prev,
.l-content.news .p-article-nav ul li.next,
.l-content.cases .p-article-nav ul li.prev,
.l-content.cases .p-article-nav ul li.next {
  position: absolute;
  top: 0;
}
.l-content.news .p-article-nav ul li.prev,
.l-content.cases .p-article-nav ul li.prev {
  left: 0;
}
.l-content.news .p-article-nav ul li.next,
.l-content.cases .p-article-nav ul li.next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-content.news .p-article-nav,
  .l-content.cases .p-article-nav {
    background: #f5f5f5;
    margin: 8vw -5.3333vw 0;
    padding: 8vw 5.3333vw;
    font-size: 3.7333vw;
  }
  .l-content.news .p-article-nav ul li.all a,
  .l-content.cases .p-article-nav ul li.all a {
    line-height: 13.3333vw;
  }
  .l-content.news .p-article-nav ul li.prev a,
  .l-content.news .p-article-nav ul li.next a,
  .l-content.cases .p-article-nav ul li.prev a,
  .l-content.cases .p-article-nav ul li.next a {
    width: 27.2vw;
  }
  .l-content.news .p-article-nav ul li.prev a.c-btn-white-back,
  .l-content.news .p-article-nav ul li.next a.c-btn-white-back,
  .l-content.cases .p-article-nav ul li.prev a.c-btn-white-back,
  .l-content.cases .p-article-nav ul li.next a.c-btn-white-back {
    padding-left: 4vw;
  }
  .l-content.news .p-article-nav ul li.prev a.c-btn-white,
  .l-content.news .p-article-nav ul li.next a.c-btn-white,
  .l-content.cases .p-article-nav ul li.prev a.c-btn-white,
  .l-content.cases .p-article-nav ul li.next a.c-btn-white {
    padding-right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .l-content.news .p-article-nav,
  .l-content.cases .p-article-nav {
    padding: 80px 0;
    font-size: 14px;
  }
  .l-content.news .p-article-nav ul li a,
  .l-content.cases .p-article-nav ul li a {
    padding-bottom: 6px;
  }
  .l-content.news .p-article-nav ul li.all a:after,
  .l-content.news .p-article-nav ul li.prev a:after,
  .l-content.news .p-article-nav ul li.next a:before,
  .l-content.cases .p-article-nav ul li.all a:after,
  .l-content.cases .p-article-nav ul li.prev a:after,
  .l-content.cases .p-article-nav ul li.next a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #1e78c8;
    bottom: 0;
    left: 0;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 0;
  }
  .l-content.news .p-article-nav ul li.all a:hover:after,
  .l-content.news .p-article-nav ul li.prev a:hover:after,
  .l-content.cases .p-article-nav ul li.all a:hover:after,
  .l-content.cases .p-article-nav ul li.prev a:hover:after {
    height: 2px;
  }
  .l-content.news .p-article-nav ul li.next a:hover:before,
  .l-content.cases .p-article-nav ul li.next a:hover:before {
    height: 2px;
  }
  .l-content.news .p-article-nav ul li.prev a:before,
  .l-content.cases .p-article-nav ul li.prev a:before {
    content: "";
    font-size: 10px;
    font-family: "myfont", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .l-content.news .p-article-nav ul li.prev a:before,
  .l-content.cases .p-article-nav ul li.prev a:before {
    font-size: 2.6667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-content.news .p-article-nav ul li.next a:after,
  .l-content.cases .p-article-nav ul li.next a:after {
    content: "";
    font-size: 10px;
    font-family: "myfont", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .l-content.news .p-article-nav ul li.next a:after,
  .l-content.cases .p-article-nav ul li.next a:after {
    font-size: 2.6667vw;
  }
}
body.error404 {
  background-image: linear-gradient(
    -45deg,
    #1e78c8 25%,
    #1c73c5 25%,
    #1c73c5 50%,
    #1e78c8 50%,
    #1e78c8 75%,
    #1c73c5 75%,
    #1c73c5
  );
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: stripeRepeat;
}
@media screen and (max-width: 768px) {
  body.error404 {
    background-size: 18.6667vw 18.6667vw;
    background-position: 10% 0;
  }
}
@media screen and (min-width: 769px) {
  body.error404 {
    background-size: 70px 70px;
  }
}
body.error404 .l-inner {
  background: #fff;
  color: #1e78c8;
  position: relative;
}
body.error404 .illust {
  opacity: 0;
}
body.error404 .illust.is-show {
  animation: jump 0.7s linear 0.1s 1 forwards;
}
body.error404 .copyright {
  color: #fff;
}
@media screen and (max-width: 768px) {
  body.error404 {
    animation-duration: 70000ms;
  }
  body.error404 .l-content {
    padding-bottom: 8vw;
  }
  body.error404 .l-content .l-inner {
    margin-top: 26vw;
    border-radius: 10px;
    padding: 25.3333vw 5.3333vw 8vw;
    box-shadow: 0px 1.3333vw 2.6667vw 0px rgba(0, 0, 0, 0.2);
  }
  body.error404 .l-content .illust {
    position: absolute;
    top: -20.6667vw;
    left: 50%;
    width: 32vw;
    margin-left: -16vw;
  }
  body.error404 .l-content .pagetitle {
    font-size: 5.6vw;
    line-height: 1.5;
    margin-bottom: -1.4vw;
    margin-top: -1.4vw;
  }
  body.error404 .l-content .pagetitle span {
    display: block;
    font-size: 3.2vw;
    margin-top: 5.0667vw;
  }
  body.error404 .l-content .txt {
    font-size: 3.7333vw;
    line-height: 2;
    margin-bottom: 6.1333vw;
    margin-top: 6.1333vw;
    max-width: 545px;
    margin-right: auto;
    margin-left: auto;
  }
  body.error404 .l-content .c-btn {
    width: 100%;
    font-size: 4.2667vw;
  }
  body.error404 .l-content .copyright {
    font-size: 2.1333vw;
    margin-top: 8vw;
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  body.error404 {
    animation-duration: 90000ms;
    display: table;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    text-align: center;
  }
  body.error404 .l-content {
    display: table-cell;
    vertical-align: middle;
  }
  body.error404 .l-content .l-inner {
    margin-top: 53px;
    border-radius: 10px;
    padding: 149px 0 60px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  }
  body.error404 .l-content .illust {
    position: absolute;
    top: -106px;
    left: 50%;
    width: 188px;
    margin-left: -94px;
  }
  body.error404 .l-content .pagetitle {
    font-size: 30px;
  }
  body.error404 .l-content .pagetitle span {
    display: block;
    font-size: 16px;
    margin-top: 30px;
  }
  body.error404 .l-content .txt {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 26px;
    margin-top: 32px;
    max-width: 545px;
    margin-right: auto;
    margin-left: auto;
  }
  body.error404 .l-content .copyright {
    font-size: 8px;
    margin-top: 37px;
    display: block;
    transform: scale(0.75);
  }
}
.l-content.column {
  background: #f5f5f5;
}
.l-content.column .l-inner {
  padding-top: 60px;
}
.c-column-list {
  padding-bottom: 80px;
}
.c-column-list ul {
  display: flex;
  flex-wrap: wrap;
}
.c-column-list ul li {
  position: relative;
  margin-right: 19px;
}
.c-column-list ul li:nth-of-type(3n) {
  margin-right: 0;
}
.c-column-list ul li a {
  display: block;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
}
.c-column-list ul li a:hover {
  color: #1e78c8;
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
}
.c-column-list ul li a img {
  border-radius: 10px;
  margin-bottom: 14px;
}
.c-column-list ul li a .title {
  line-height: 1.55;
}
@media screen and (min-width: 769px) {
  .c-column-list ul li {
    margin-bottom: 19px;
    width: calc((100% - 38px) / 3);
  }
  .c-column-list ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: solid 2px rgba(30, 120, 200, 0);
    top: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-column-list ul li:hover:after {
    border: solid 2px #1e78c8;
  }
  .c-column-list ul li a {
    font-size: 16px;
    padding: 15px;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-column-list ul li a .title {
    /*        margin-left: 10px;*/
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: -6px;
    margin-top: -6px;
  }
  .l-content.column .p-intro {
    padding: 0 0 100px;
  }
  .l-content.column .p-intro h2 {
    text-align: left;
  }
  .l-content.column .p-intro .links {
    margin-top: 65px;
  }
}
@media screen and (max-width: 769px) {
  .c-column-list {
    padding-bottom: 0;
  }
  .c-column-list ul li {
    margin: 0 auto 20px;
    max-width: 307px;
  }
  .c-column-list ul li:nth-of-type(3n) {
    margin-right: auto;
  }
  .c-column-list ul li a {
    padding: 15px;
  }
  .c-column-list ul li a img {
    margin: 0 auto 14px;
    display: block;
  }
}
.c-column-list.relate {
  padding-top: 80px;
  padding-bottom: 0;
}
.single-column .l-content.home .p-intro {
  text-align: left;
}
.single-column .l-content.home .p-intro .links {
  margin-top: 65px;
}
.single-column .l-content.home .p-intro p.c-text {
  margin-top: 20px;
}
.c-column-list.relate ul {
  margin-top: 65px;
}
.l-content.home .p-column {
  background: #f5f5f5;
}
@media screen and (min-width: 769px) {
  .l-content.home .p-column .l-inner {
    padding: 78px 0 0px;
  }
  .l-content.home .p-column .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 769px) {
  .l-content.home .p-column .l-inner {
    padding: 16vw 0 10.6667vw;
  }
  .l-content.home .p-column .head {
    margin-bottom: 4.2667vw;
  }
  .c-heading__sub {
    display: block;
    font-size: 5.4667vw;
    margin-bottom: 7px;
  }
}
.l-header .global-nav ul li.new {
  position: relative;
}
.l-header .global-nav ul li.new:before {
  content: "New";
  position: absolute;
  top: 4px;
  left: -11px;
  background: #c51c1c;
  color: #fff;
  border-radius: 3px;
  display: block;
  padding: 4px 7px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}
@media screen and (max-width: 769px) {
  .l-header .global-nav ul li.new:before {
    top: 50%;
    right: 141px;
    left: unset;
    transform: translateY(-50%);
  }
}
.c-label.ico_blank {
  margin-left: 1em;
}
.c-label.ico_blank a:after {
  content: "";
  background: url(../images/common/ico_blank.png);
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-left: 6px;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-label a {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .c-label {
    display: block;
    border: none;
  }
}
.label_box {
  padding: 16px 26px;
  border: solid 2px #fff;
  border-radius: 5px;
  width: 368px;
}
@media screen and (max-width: 769px) {
  .label_box {
    padding: 11px;
    width: 100%;
  }
  .c-label {
    padding: 7px;
  }
}
.l-content.home.mv {
  width: 527px;
}
.l-content.home.mv .p-intro {
  padding: 0;
}
.l-content.home.mv .p-intro .links {
  margin-top: 0;
}
.l-content.home.mv .p-intro .links li .title h3 {
  font-size: 16px;
  line-height: 1.3;
}
.l-content.home.mv .p-intro .links li.bnr-1 {
  margin-bottom: 20px;
}
.l-content.home.mv .p-intro .links li.bnr-1 a,
.l-content.home.mv .p-intro .links li.bnr-2 a,
.l-content.home.mv .p-intro .links li.bnr-4 a {
  padding: 0 12px;
  border-left: 3px solid rgba(0 0 0 / 20%);
  border-top: 3px solid rgba(0 0 0 / 20%);
}
.l-content.home.mv .p-intro .links li.bnr-1 .img img {
  width: 261px;
}
.l-content.home.mv .p-intro .links li.bnr-2 .img img {
  width: 132px;
}
.l-content.home.mv .p-intro .links li .title {
  margin-right: 0;
}
.l-content.home.mv .p-intro .links li .c-btn {
  font-size: 12px;
}
.l-content.home.mv .p-intro .links li a,
.l-content.home.mv .p-intro .links li > div {
  height: 123px;
  box-shadow: 7px 7px 0 rgb(0 0 0 / 20%);
}
@media screen and (max-width: 767px) {
  .l-content.home.mv {
    width: 100%;
  }
  .l-content.home.mv .p-intro .links li .title h3 {
    font-size: 5.6vw;
  }
  .l-content.home.mv .p-intro .links li a,
  .l-content.home.mv .p-intro .links li > div {
    height: auto;
  }
  .l-content.home.mv .p-intro .links li.bnr-1 a,
  .l-content.home.mv .p-intro .links li.bnr-2 a {
    padding: 5.3333vw 4vw 5.0667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-case .l-inner {
    padding: 78px 0;
  }
  .p-case .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 769px) {
  .p-case .l-inner {
    padding: 16vw 0 10.6667vw;
  }
  .p-case .head {
    margin-bottom: 4.2667vw;
  }
}
.c-case-list ul {
  display: flex;
  column-count: 3;
  column-gap: 2%;
  flex-wrap: wrap;
}
.c-case-list ul li {
  width: 32%;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
.c-case-list ul li:nth-of-type(n + 4) {
  margin-top: 20px;
}
.c-case-list ul li:hover {
  border: 2px solid #1e78c8;
  transform: translateY(-2px);
  opacity: 0.8;
}
.c-case-list ul li .c-case-list__image {
  flex: 1;
  height: 100%;
  min-height: 175px;
  display: flex;
  align-items: center;
}
.c-case-list ul li a {
  display: block;
}
.c-case-list ul li a img {
  pointer-events: auto;
  height: auto;
  display: block;
}
.c-case-list ul li .title {
  flex: 2;
  height: 100%;
  min-height: 0%;
  font-size: 16px;
  line-height: 1.55;
  margin-top: auto;
}
@media screen and (max-width: 769px) {
  .c-case-list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-case-list ul {
    display: flex;
    flex-direction: column;
    column-count: 1;
  }
  .c-case-list ul li .c-case-list__image {
    flex: 1;
    height: auto;
    min-height: inherit;
  }
}
section.lang-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
}
section.lang-section_area {
  margin-top: 40px;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
}
section .lang-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lang-section_tag {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
  color: #1e78c8;
}
.lang-section_tag.food-hygiene {
  color: #32a29c;
}
.lang-section__content {
  width: 65%;
}
.lang-section__content h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #1e78c8;
  margin-bottom: 20px;
}
.lang-section__content.food-hygiene h3 {
  color: #32a29c;
}
.lang-section__content h3 span {
  display: block;
  font-size: 14px;
}
.lang-section__content p {
  line-height: 2;
}
.lang-section__type {
  background: #f5f5f5;
  width: 30%;
  text-align: center;
  padding: 15px;
}
.lang-section__type h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.lang-section__type ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;
}
.lang-section__type ul li {
  width: 40%;
  margin-bottom: 10px;
  text-align: left;
  list-style: disc;
}
@media screen and (max-width: 769px) {
  section.lang-section {
    display: block;
  }
  .lang-section__content {
    width: 100%;
  }
  .lang-section__type {
    margin-top: 20px;
    width: 100%;
  }
}
.p-article.p-article--download {
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.p-article--download .p-article__content {
  width: 60%;
}
.p-article--download .p-article__form {
  width: 35%;
}
.p-article--download .p-article__form dl + dl {
  margin-top: 20px;
}
.p-article--download .p-article__form dd {
  margin-top: 10px;
}
.p-article--download .p-article__form dd > input[type="text"] {
  padding: 10px;
  width: 100%;
}
.p-article--download .p-article__form dd span.info {
  margin-top: 8px;
  display: block;
}
.p-article--download .p-article__form dd ul {
  display: flex;
  flex-wrap: wrap;
}
.p-article--download .p-article__form dd li {
  width: 45%;
}
.p-article--download .p-article__form dd textarea {
  width: 100%;
}
/*20220511 5月改善*/
h3.title_home {
  text-align: center;
  font-size: 30px;
  color: #1e78c8;
  line-height: 1.8;
  margin-top: 100px;
}
.lang-section__content.home {
  text-align: left;
}
section.lang-section.home {
  border: 1px solid #1e78c8;
}
.l-content.home .p-case {
  background: #f5f5f5;
}
.l-content.home .c-case-list ul {
  column-gap: 1%;
}
.l-content.home .c-case-list ul li {
  width: 19%;
}
.l-content.home .c-case-list ul li:nth-of-type(n + 4) {
  margin-top: 0 !important;
}
.home-pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.home-pagetop img {
  width: 106px;
}
.home-pagetop a {
  display: block;
}
.home-pagetop a:hover {
  opacity: 0.8;
  animation: bounce 0.7s linear 0s 1 forwards;
}
@media screen and (max-width: 768px) {
  h3.title_home {
    font-size: 5.6vw;
    margin-top: 50px;
  }
  .l-content.home .c-case-list ul li {
    width: 100%;
  }
  .l-content.home .c-case-list ul {
    margin: 0 20px;
  }
  .home-pagetop img {
    width: 70px;
  }
  .home-pagetop {
    bottom: 10px;
    right: 10px;
  }
}
/*コラム導入事例一覧*/
.case_list_detail ul li:before {
  content: none !important;
}
.case_list_detail ul li a {
  color: #333 !important;
  padding-bottom: 0 !important;
  border: none !important;
  display: block;
}
.case_list_detail ul li a img {
  border-radius: 10px;
}
.case_list_detail ul li {
  align-items: center;
  display: flex;
  border: 1px solid #1e78c8;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0 !important;
  text-indent: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.case_list_detail ul li:last-child {
  margin-bottom: 0;
}
.case_list_detail ul li .case_img {
  width: 30%;
  box-sizing: border-box;
}
.case_list_detail ul li .case_text {
  width: 70%;
  box-sizing: border-box;
  padding-right: 20px;
}
.case_title {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px !important;
}
.case_description {
  margin-bottom: 0;
  margin-top: 0 !important;
}
.case_description a:hover {
  text-decoration: underline;
}
.case_title a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .case_list_detail ul li {
    flex-wrap: wrap;
  }
  .case_list_detail ul li .case_img {
    width: 100%;
  }
  .case_list_detail ul li .case_text {
    width: 100%;
    padding: 20px;
  }
  .case_title {
    text-align: center;
  }
}
/*20220527 導入一覧修正*/
@media screen and (max-width: 768px) {
  .sp_center {
    text-align: center;
  }
  .c-news-list.c-cases-list ul li a {
    flex-wrap: wrap !important;
  }
  .c-news-list.c-cases-list ul li a figure {
    width: 100% !important;
  }
  .c-news-list.c-cases-list ul li a .text {
    width: 100% !important;
  }
}
/*20220801 コラム修正*/
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*20220823 コラム修正*/
.p-trouble {
  background: #f5f5f5;
  width: 100vw;
  margin: 100px 0 0;
  padding: 100px 0;
}
.p-trouble.top-trouble {
  width: auto;
}
.p-reason {
  padding: 100px 0;
}
.l-content.home .p-intro.p-reason {
  padding-bottom: 100px;
}
.p-trouble .inner,
.p-reason .inner {
  width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-trouble .title_home,
.p-reason .title_home {
  margin-top: 0;
}
.trouble-area {
  text-align: center;
}
.p-trouble .trouble-message {
  font-size: 35px;
  background: linear-gradient(
    transparent 25%,
    #ff0 25%,
    #ff0 80%,
    transparent 80%
  );
  color: #1e78c8;
  display: inline;
}
.trouble-intro {
  position: relative;
}
.trouble-intro div {
  position: absolute;
  bottom: -10px;
  right: -10px;
}
.trouble-intro div img {
  width: 120px;
  height: auto;
}
.trouble-intro ul {
  background: #ffffff;
  padding: 30px 30px 30px 50px;
  font-size: 20px;
  text-align: left;
  border-radius: 10px;
  width: 80%;
  box-sizing: border-box;
  margin: 30px auto 50px;
}
.trouble-intro ul li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #1e78c8;
  border-radius: 50%;
}
.trouble-intro ul li {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.trouble-intro ul li:last-child {
  margin-bottom: 0;
}
.reason-area .reason-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
}
.reason-area .reason-list li a {
  padding: 10px 8px;
  width: 135px;
  font-size: 14px;
  display: block;
  text-align: center;
}
.reason-area .reason-list li div span {
  font-size: 25px;
  color: #ff9900;
}
.reason-area .reason-list li div:last-of-type {
  margin-top: 20px;
  line-height: 1.5;
  color: #333;
}
.reason-list-detail {
  background: #fff;
  text-align: left;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 3px solid #1e78c8;
}
.reason-list-detail:last-of-type {
  margin-bottom: 0;
}
.reason-list-detail .h4 {
  padding: 20px 50px 20px 30px;
  font-size: 28px;
  color: #1e78c8;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.reason-list-detail .h4 span {
  color: #ff9900;
  margin-right: 10px;
}
.reason-list-detail .h4 img {
  width: 120px;
}
.reason-list-detail p {
  font-size: 16px;
  line-height: 1.5;
  display: none;
  padding: 0px 50px 30px;
}
.l-mainvisual.home .catch {
  text-align: center;
  background: #d0e5f7;
  padding: 10px 0 15px;
  font-size: 40px;
  margin-bottom: 30px;
  border-radius: 50px;
  color: #1e78c8;
  border: 5px solid #07579e;
}
.l-mainvisual.home .catch span {
  font-size: 50px;
  color: #ff9900;
}
.l-mainvisual.home sp {
  display: none;
}
.l-footer .footer-nav ul.group_site {
}
.l-footer .footer-nav ul.group_site > li {
  display: inline-block;
  font-size: 14px;
  padding-bottom: 6px;
  color: #1e78c8;
  position: relative;
  margin-bottom: 0;
}
.l-footer .footer-nav ul.group_site > li:before {
  content: "";
  font-size: 10px;
  font-family: "myfont", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 3px;
  margin-left: -2px;
}
.l-footer .footer-nav ul.group_site ul {
  margin-top: 20px;
  padding-left: 15px;
}
.l-footer .footer-nav ul.group_site li a:before {
  content: "・";
  font-size: 15px;
}
.reason-list-detail .h4:before,
.reason-list-detail .h4:after {
  content: "";
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 1.5em;
  background-color: #1e78c8;
  transition: all 0.3s;
}
.reason-list-detail .h4:after {
  transform: translateY(-50%) rotate(90deg);
}
.reason-list-detail.active .h4:before {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .c-column-list.relate ul li {
    max-width: 100%;
  }
  .l-mainvisual.home sp {
    display: block;
  }
  .l-mainvisual.home .catch {
    line-height: 1;
    padding: 0px 0 13px;
    font-size: 30px;
    border-radius: 100px;
  }
  .p-trouble {
    margin: 0;
    padding: 12.5333vw 0 10.6667vw;
  }
  .p-trouble .inner,
  .p-reason .inner {
    width: 100%;
    padding: 0 20px;
  }
  .trouble-intro ul {
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    margin: 30px auto 20px;
  }
  .trouble-intro div {
    right: 15px;
    top: -10px;
  }
  .trouble-intro div img {
    width: 60px;
  }
  .p-trouble .trouble-message {
    font-size: 28px;
  }
  .l-content.home .p-intro.p-reason {
    padding-top: 10vw;
  }
  .reason-area .reason-list {
    margin: 20px 0;
    justify-content: left;
  }
  .reason-area .reason-list li {
    width: 33%;
  }
  .reason-area .reason-list li a {
    padding: 3px 3px 10px;
    width: 100%;
  }
  .reason-area .reason-list li div:last-of-type {
    margin-top: 5px;
  }
  .reason-list-detail {
    border: 2px solid #1e78c8;
  }
  .reason-list-detail .h4 {
    font-size: 20px;
    line-height: 1.3;
    padding: 10px 40px 10px 0;
  }
  .reason-list-detail p {
    font-size: 14px;
    color: #333;
    padding: 0 20px 20px;
  }
  .l-content.home .p-intro.p-reason {
    padding-bottom: 50px;
  }
  .l-footer .footer-nav ul.group_site > li {
    width: 100%;
    border: none;
  }
  .l-footer .footer-nav ul.group_site {
    padding-bottom: 11.7333vw;
  }
  .reason-list-detail .h4 img {
    width: 100px;
  }
  .reason-list-detail {
    margin-bottom: 10px;
  }
  .c-column-list.relate ul {
    margin-top: 0;
  }
  .reason-list-detail .h4:before,
  .reason-list-detail .h4:after {
    height: 1em;
    right: 2rem;
  }
}
.c-case-list.news ul {
  column-gap: 0;
}
@media screen and (min-width: 769px) {
  .c-case-list.news ul li:after {
    content: none;
  }
}
.c-case-list.news ul li a:hover {
  box-shadow: none;
}
@media screen and (min-width: 769px) {
  .l-content.news .p-article-nav {
    padding-bottom: 0;
  }
  .l-content.news .l-inner {
    padding-bottom: 80px;
  }
  .l-content.news.column .l-inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-content.news .l-inner {
    padding-bottom: 12vw;
  }
  .l-content.news.column .l-inner {
    padding-bottom: 0;
  }
}
.single-column .l-content .l-inner a img {
  display: block;
  border: none;
  height: auto;
}
.single-column .l-content .l-inner a:hover img {
  opacity: 0.8;
}
/*202211月改善*/
.watch_dl_area {
  margin-top: 80px;
  padding: 30px 50px 40px;
  background: #ffffff;
  border-radius: 15px;
  border: 10px solid #d0e5f7;
}
.watch_dl_area h3 {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #1e78c8;
  line-height: 1.3;
}
.watch_dl_area .fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.watch_dl_area_txt {
  width: 60%;
}
.watch_dl_area_img {
  width: 40%;
  padding-left: 50px;
  box-sizing: border-box;
}
.watch_dl_area_img img {
  width: 100%;
  max-width: 400px;
}
.watch_dl_area_txt p {
  font-size: 16px;
  line-height: 2;
}
.watch_dl_area_txt ul {
  font-size: 16px;
  line-height: 1.6;
  list-style: disc;
  padding: 20px 20px 20px 40px;
  margin: 20px 0;
  background: #eee;
  border-radius: 10px;
}
.watch_dl_area_txt ul li {
  list-style: disc;
}
.watch_dl_area a {
  margin: 30px auto 0;
  width: 50%;
  box-sizing: border-box;
  padding: 15px;
  background: #ff9900;
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  border-radius: 30px;
}
.watch_dl_area a:after {
  content: "";
  font-size: 16px;
  font-family: "myfont", sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 10px;
}
.watch_dl_area a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .watch_dl_area {
    padding: 20px;
    margin-top: 0;
  }
  .watch_dl_area .fix {
    display: block;
  }
  .watch_dl_area_txt {
    width: 100%;
  }
  .watch_dl_area_img {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .watch_dl_area_txt p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
  }
  .watch_dl_area a {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    padding: 15px;
  }
}
.p-case.service-column .l-inner {
  padding: 0;
}
/*202301_広告改善*/
.c-case-list_manufacturing {
  margin-bottom: 2%;
}
.mgr20 {
  padding-right: 50px;
}
.pagetitle_occupational-safety-and-health {
  line-height: 1.2;
}
.c-btn-white_dl {
  font-size: 1.6rem;
  height: 83px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .l-cv.l-cv_cv2 .l-inner {
    padding: 60px 0;
  }
  .l-mainvisual.service .c-btn-character.c-btn-character_manufacturing {
    width: 260px;
    font-size: 1.6rem;
    margin-left: 15px;
    z-index: 2;
  }
  .l-mainvisual.service
    .c-btn-character.c-btn-character_manufacturing
    .character {
    right: 0;
  }
  .btn-wrapper_manufacturing {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .visible_only-pc {
    display: none;
  }
  .c-btn-white_dl {
    margin-bottom: 20px;
    height: 16vw;
    font-size: 5.6vw;
    display: block;
    line-height: 16vw;
  }
  .mgr20 {
    padding-right: 0;
  }
}
/*202301_事例（対談用）*/
.case_list_detail_conversation {
  margin-top: 34px;
}
.case_list_detail_conversation_img {
  float: right;
  width: 40%;
  padding: 0 0 20px 20px;
}
.case_list_detail_conversation_img span {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .case_list_detail_conversation_img {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .case_list_detail_conversation {
    margin-top: 5.8667vw;
  }
}
.l-content.news .p-article .article-body p.small_conversation {
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .l-content.news .p-article .article-body p.small_conversation {
    font-size: 1.2rem;
  }
}
/*202301_資料DLページ調整*/
main.download .c-case-list ul li .title {
  height: auto;
  margin-bottom: 15px;
  text-align: center;
}
main.download .c-case-list ul li a img {
  padding: 10px 10px 20px 10px;
}
main.download .l-inner {
  padding-bottom: 100px;
}
main.download .c-case-list ul li p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  main.download .l-inner {
    padding-bottom: 10.6667vw;
  }
}
/*202301_MV調整*/
.z-index3 {
  z-index: 3;
}
/*202302_資料DLページ調整*/
main.download .c-case-list ul li .c-btn-bdr {
  width: 70%;
  display: block;
  margin: 0 auto;
  color: #1e78c8;
  background-color: transparent;
  border: solid 2px #1e78c8;
  border-radius: 20px;
}
/*202304_事例ページにバナー追加*/
.flex_bn a {
  max-width: 47%;
  display: block;
  border: none !important;
}
.flex_bn a:hover {
  opacity: 0.8;
}
.flex_bn {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .flex_bn a {
    max-width: 100%;
    margin-bottom: 35px;
  }
  .flex_bn a img {
    width: 100%;
  }
  .flex_bn {
    display: block;
  }
}
/*202305_インタビュー追加*/
.news_mv {
  width: 500px;
  margin: 0 auto;
}
.news_mv span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 559px) {
  .news_mv {
    width: 100%;
  }
}
/*202306_タグ追加*/
.c-category.c-category_news {
  min-width: auto;
}
/*202307_広告改善*/
.bn_lomcontact01 {
  margin-top: 35px;
  display: inline-block;
}
.l-cv_cv4 .c-pc-col3 {
  justify-content: center;
  gap: 22px;
}
.c-tab .l-cv_cv4 .l-inner {
  width: 100%;
}
.c-tab .l-cv_cv5 .l-inner {
  width: 100%;
}
.l-cv_cv5 .c-pc-col3 {
  justify-content: center;
  gap: 40px;
}
.l-cv_cv5 .c-pc-col3 .col {
  width: calc(45% - 15px);
}
.l-cv_cv5 .c-pc-col3 .col a {
  width: auto;
}
.watch_dl_area h3 span {
  font-size: 3.5rem;
}
.wrapper_bn_lomcontact01 {
  text-align: center;
  margin-bottom: 80px;
}
.watch_dl_area_sc {
  width: 960px;
  margin: 0 auto 80px;
}
.l-cv_cv5 .col:first-of-type {
  position: relative;
}
.l-cv_cv5 .col:first-of-type a {
  position: relative;
  z-index: 2;
}
.l-cv_cv5 .character_l-cv_cv5 {
  position: absolute;
  left: 10px;
  top: -110px;
}
.l-content.service .p-service-section .l-inner {
  padding: 94px 0px 80px !important;
}
.bn_lomcontact01:hover {
  opacity: 0.8;
}
.bn_lomcontact01 .bnr-hover {
  width: 100% !important;
  height: auto !important;
}
.bn_lomcontact01 .c-btn-white {
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .l-cv_cv5 .character_l-cv_cv5 {
    display: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .watch_dl_area_sc {
    width: calc(100% - 64px);
    margin: 0 auto 80px;
  }
  .l-content.service .p-service-section .l-cv_cv5 .l-inner {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .l-cv.l-cv_cv4 .l-inner {
    padding: 60px 0;
  }
  .bn_lomcontact01 .c-btn-white {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-content.service .p-service-section .l-cv_cv5 .l-inner {
    padding: 94px 0 80px;
  }
  .c-tab .l-cv_cv4 .l-inner {
    width: 100%;
  }
  .c-tab .l-cv_cv4 .l-inner .copy {
    margin-top: 6.9333vw;
  }
  .c-tab .l-cv_cv5 .l-inner .copy {
    margin-top: 6.9333vw;
  }
  .watch_dl_area_sc {
    width: 89.3333vw;
    margin: 0 auto 10.6667vw;
  }
  .l-cv_cv5 .c-pc-col3 .col {
    width: auto;
  }
  .bn_lomcontact01 {
    width: 89.3333vw;
  }
}
/*202307_代理店ページ*/
.l-inner_txt {
  font-size: 16px;
  margin-bottom: 52px;
}
.pagetitle_sa span {
  display: inline-block;
  margin-top: 10px;
}
.c-sa-list {
  margin-top: 25px;
}
.l-contact_sa {
  font-size: 20px;
  text-align: center;
  padding-top: 60px;
}
.l-content_sa .l-inner_txt_lead {
  margin-bottom: 47px;
  line-height: 1.5;
}
.c-heading-v2.c-heading-v2_sa {
  text-align: left;
}
.c-text.c-text_sa {
  text-align: left;
  margin-top: 20px;
}
.l-content.home .p-intro .links.links_sa {
  margin-top: 65px;
}
.l-content_sa .l-contact_sa p {
  line-height: 1.5;
  margin-bottom: 47px;
}
.c-sa-list_cont .title {
  margin-bottom: 15.5px;
  font-size: 16px;
}
.c-sa-list_cont dt {
  font-size: 14px;
  margin-bottom: 5px;
}
.c-sa-list_cont dd {
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 10px;
}
.c-sa-list_cont .c-sa-list_cont_pr {
  font-size: 14px;
  color: #1e78c8;
  padding-bottom: 1px;
}
.c-cases-list.c-sa-list ul li a {
  color: #1e78c8;
  border-bottom: solid 1px #1e78c8;
  padding-bottom: 1px;
}
.c-sa-list_cont {
  background: #fff;
  position: relative;
}
.c-cases-list.c-sa-list ul li a {
  font-size: 12px !important;
  display: inline;
  border-radius: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .l-contact_sa .c-btn-character {
    width: calc(33.3% - 15px);
    height: 100px;
    line-height: 100px;
  }
  .l-mainvisual.other .pagetitle.pagetitle_sa {
    padding-top: 190px;
  }
  .l-cv_cv6 .c-pc-col3 {
    justify-content: center;
  }
  .l-cv.l-cv_cv6 .l-inner {
    padding: 60px 0;
  }
  .c-sa-list_cont {
    font-size: 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-sa-list_cont figure {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    width: 200px;
    height: 125px;
    position: relative;
  }
  .c-sa-list_cont figure img {
    width: 200px;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .c-sa-list_cont .text {
    width: calc(100% - 200px);
    padding: 32px;
  }
  .c-cases-list.c-sa-list ul li a::before,
  .c-cases-list.c-sa-list ul li a::after {
    display: none;
  }
  .c-cases-list.c-sa-list ul li a:hover {
    border: none;
    box-shadow: none;
  }
  .c-cases-list.c-sa-list ul li:hover:after {
    border: none;
  }
  .c-cases-list.c-sa-list {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .l-content.home .p-intro .links.links_sa {
    margin-top: 6vw !important;
  }
  .l-mainvisual.other .pagetitle.pagetitle_sa {
    font-size: 5.5vw;
    padding-top: 31vw;
  }
  .c-sa-list_cont {
    flex-wrap: wrap !important;
    box-sizing: border-box;
    align-items: flex-start;
    padding-top: 4vw;
    padding-bottom: 5.3333vw;
    font-size: 3.7333vw;
    padding: 3.4667vw 4vw 4vw;
    border-radius: 2.6667vw;
  }
  .c-cases-list.c-sa-list {
    padding-bottom: 8vw !important;
  }
}
/* 230828_ユーザーアンケートの結果ページ */
.l-content.news.questionnaire .p-article {
  padding: 0;
}
.l-content.news.questionnaire .p-article .title {
  background-color: #b7d7f4;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 35px 0;
  font-weight: bold;
}
.l-content.news.questionnaire .p-article .article-head {
  border-bottom: none;
  padding-bottom: 0;
}
.l-content.news.questionnaire .p-article .article-body {
  padding: 0 44px 40px;
}
.survey-outline {
  border-radius: 10px;
  border: 5px solid #d0e5f7;
  margin: 40px 0;
  padding: 30px 50px;
}
.l-content.news .p-article .article-body .survey-outline h3 {
  margin-top: 0;
  color: #1e78c8;
  font-size: 20px;
}
.l-content.news .p-article .article-body .survey-outline p {
  margin-top: 10px;
}
.l-content.news.questionnaire .p-article .article-body h2 {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-content.news.questionnaire .p-article .article-body .wrapper-img {
  text-align: center;
}
.l-content.news.questionnaire .p-article .article-body .cta:hover {
  opacity: 0.8;
}
.q-number {
  font-size: 60px;
  color: #d0e5f7;
}
.q-big {
  font-size: 30px;
}
.l-content.news.column.questionnaire .l-inner {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-content.news.questionnaire .p-article .title {
    padding: 15px;
  }
  .l-content.news.questionnaire .p-article .article-body {
    padding: 0;
  }
  .survey-outline {
    margin: 30px 0 0;
    padding: 15px;
  }
  .q-number {
    font-size: 45px;
  }
  .q-big {
    font-size: 26px;
  }
  .l-content.news.questionnaire .p-article .article-body h2 {
    display: block;
  }
  .only-pc {
    display: none;
  }
}
/* 230831_ユーザーアンケートの結果ページ導線 */
.flow_questionnaire {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.16);
  margin-top: 78px;
  padding: 60px 60px 40px;
  background: repeating-linear-gradient(
    135deg,
    #f0f9fa,
    #f0f9fa,
    5px,
    #fff 5px,
    #fff 10px
  );
  position: relative;
}
.flow_questionnaire_inner {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.flow_questionnaire_r,
.flow_questionnaire_l {
  width: 50%;
}
.flow_questionnaire_l {
  text-align: right;
}
.flow_questionnaire_l figure,
.flow_questionnaire_r figure {
  margin-bottom: 20px;
}
.flow_questionnaire_r p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}
.flow_questionnaire_tag {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #fff;
  background-color: #1e78c8;
  padding: 10px 50px;
  font-size: 16px;
}
.flow_questionnaire_s {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .flow_questionnaire {
    padding: 60px 15px 40px;
  }
  .flow_questionnaire_inner {
    flex-direction: column;
  }
  .flow_questionnaire_r,
  .flow_questionnaire_l {
    width: 100%;
  }
  .flow_questionnaire_r p {
    margin-bottom: 20px;
  }
  .flow_questionnaire_l {
    text-align: center;
  }
  .flow_questionnaire_s {
    width: 90%;
    margin: 0 auto 80px;
  }
}
/*230914_9月改善*/
@media screen and (min-width: 769px) {
  .c-btn.s_c-btn {
    width: 90px;
  }
}
/*230919_販売代理店ページ修正*/
.c-sa-list_item {
  margin-bottom: 20px;
}
.c-sa-list_item:last-of-type {
  margin-bottom: 0;
}
/*231005_日付表示*/
time.date_ar {
  display: inline-block;
  margin: 20px 0 10px;
  font-size: 13px;
}
/*231025_youtube*/
.wrapper_youtube {
  display: grid !important;
  place-items: center;
}
.sp-vs {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-vs {
    display: block;
  }
  .pc-vs {
    display: none;
  }
  .wrapper_youtube {
    display: flex !important;
    align-items: center;
  }
  .wrapper_youtube img {
    margin-right: 5px;
  }
}
/*231025_7reason*/
.rs_link {
  color: #1e78c8;
  text-decoration: underline;
}
.rs_link:hover {
  text-decoration: none;
}
.sitename_yt a {
  width: 140px;
}
.sitename_yt {
  top: 8px !important;
}
@media screen and (max-width: 768px) {
  .sitename_yt a {
    width: auto;
  }
}
/* 231030_youtube吹き出し */
.sh-bln {
  width: 230px;
  height: 170px;
  border-radius: 90%;
  box-shadow: 0px 5px 8.9px 1.1px rgba(0, 0, 0, 0.11);
  position: relative;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}
.sh-bln::before {
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 12px;
  content: "";
}
.sh-bln p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  text-align: center;
  width: 80%;
  line-height: 1.3;
}
.sh-bln p span::before {
  content: "";
  background-image: url("../images/common/youtube_icon_01.png");
  width: 40px;
  height: 28px;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 6px;
  right: 5px;
}
.sh-bln:hover {
  opacity: 0.8;
}
.l-mainvisual.home .character.main_character {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.pagetitle-top {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .l-mainvisual.home .character.main_character img {
    width: 290px;
  }
  .l-mainvisual.home .character.main_character {
    top: 45%;
  }
}
@media screen and (max-width: 768px) {
  .l-mainvisual.home .character.main_character {
    position: absolute;
    top: 35vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 40vw;
  }
  .sh-bln {
    height: 100px;
    border-radius: 70%;
  }
  .sh-bln p {
    font-size: 17px;
  }
  .sh-bln p span::before {
    width: 25px;
    height: 17px;
    top: 2px;
  }
}
/*231219_12月改善*/
.column-movie .c-movie {
  position: relative;
  margin-top: 50px;
}
.column-movie .c-label-heading {
  display: inline-block;
  min-width: 418px;
  width: auto;
  padding: 0 42px;
  position: absolute;
  z-index: 10;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  line-height: 42px !important;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.column-movie .c-btn-character {
  width: 460px;
  height: 83px;
  font-size: 20px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  margin: 25px auto 0;
  color: #fff !important;
  font-weight: bold;
  border-bottom: none !important;
  line-height: 28px;
  padding: 15px;
}
.column-movie figure {
  text-align: center;
}
.column-movie figure img {
  width: 80%;
}
.column-movie .movie_rep {
  font-weight: bold;
}
.column-movie .c-btn-character img {
  width: 62px;
}
.column-movie .c-btn-character .c-btn_small_txt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .column-movie .c-label-heading {
    min-width: auto;
    line-height: normal;
    padding: 0 10px;
  }
  .column-movie .c-movie {
    margin-top: 20px;
  }
  .column-movie figure img {
    width: 100%;
  }
}
/*240306_2月改善*/
.l-content.service .p-service-section.p-service-section-need .l-inner {
  padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .l-content.service .p-service-section.p-service-section-need .head {
    padding-top: 0;
  }
  .l-content.service .p-service-section.p-service-section-need .head .text {
    margin-top: 0;
  }
}
/*240417_4月改善*/
/* 目次 */
input#toc__ac {
  display: none;
}
.toc__ac_label {
  cursor: pointer;
  position: relative;
  color: #fff;
  background-color: #1e78c8;
  font-weight: bold;
  padding: 15px 30px;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 28px;
}
.toc__ac_label::after {
  content: "−";
  position: absolute;
  right: 30px;
  background-color: #f90;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
}
input#toc__ac:checked ~ label::after {
  content: "＋";
}
.toc__container ol {
  overflow: hidden;
  margin-top: 20px;
}
input#toc__ac:checked ~ ol {
  display: none;
}
.toc__container {
  margin-top: 40px;
}
.toc__list {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 3px solid #1e78c8;
  margin-top: 0 !important;
  padding: 10px 20px 30px 35px !important;
}
.toc__list li {
  list-style: none !important;
  padding-left: 1rem !important;
  text-indent: -1.8rem;
}
/* .toc__list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #f90;
  border-radius: 50%;
  margin-right: 10px;
} */
.toc__list li a {
  border-bottom: none !important;
  font-weight: bold;
  font-size: 18px;
}
.toc__list li a:hover {
  border-bottom: solid 1px #1e78c8 !important;
}
.toc__sublist {
  display: none;
}
@media screen and (max-width: 768px) {
  .toc__list {
    padding: 0 13px 20px 20px !important;
  }
  .toc__list li::before {
    margin-right: 7px;
  }
  .toc__list li {
    text-indent: -1.5rem;
  }
}
.article-body_column h2 span {
  padding-top: 20px !important;
}
/* コラム内表 */
.column_table {
  margin-top: 35px;
  background-color: #fff;
}
.column_table th {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  vertical-align: middle;
  padding: 0 10px;
}
.column_table td {
  font-size: 16px;
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.p-case-column .l-inner {
  padding-top: 0 !important;
}
/* 240509_コラム目次修正 */
.toc__sublist {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 20px;
  padding-left: 1rem !important;
}
.toc__sublist li {
  line-height: 1.8 !important;
}
.toc__sublist li:first-of-type {
  margin-top: 3px !important;
}
.article-body_column h3 span {
  padding-top: 20px !important;
}
.article-body_column h3 span::before {
  content: "●";
}
.toc__list {
  counter-reset: number;
}
.toc__item--h2 {
  counter-reset: number2;
}
.toc__item--h2::before {
  counter-increment: number;
  content: counter(number) ". ";
  color: #f90;
  font-weight: bold;
  font-size: 18px;
}
.toc__item--h3::before {
  counter-increment: number2;
  content: counter(number) "-" counter(number2) ". ";
  color: #f90;
  font-weight: bold;
  font-size: 18px;
}
.toc__list .toc__item--h3 {
  padding-left: 3.5rem !important;
  text-indent: -4rem !important;
}
@media screen and (max-width: 768px) {
  .toc__list .toc__item--h3 {
    padding-left: 5rem !important;
    text-indent: -4.5rem !important;
  }
}
/* 240520_5月改善 */
.links li.bnr-3 a {
  background-image: linear-gradient(
    -45deg,
    #ff9900 25%,
    #ffa216 25%,
    #ffa216 50%,
    #ff9900 50%,
    #ff9900 75%,
    #ffa216 75%,
    #ffa216
  ) !important;
}
.links li.bnr-3 .c-btn-white {
  color: #ff9900;
}
.text-movie {
  width: auto !important;
}
.illust-md {
  width: 270px !important;
  top: 50px !important;
}
.l-content.home.l-content-news .p-intro {
  padding-bottom: 0;
}
.l-content.home.l-content-news .l-inner {
  padding: 0;
}
.l-content.home.l-content-news .l-inner .c-heading-v2 {
  text-align: left;
}
.l-content.home.l-content-news .l-inner .c-text {
  text-align: left;
  margin-top: 20px;
}
.l-content.home.l-content-news .l-inner .links {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .l-content.home .p-intro .links li.bnr-3 a .img {
    height: 35vw;
    margin-top: 0;
  }
  .illust-md {
    width: 250px !important;
  }
  .l-content.service .p-service-section .head.osah-head {
    padding-top: 0;
  }
  .p-service-section-need .illust-md {
    margin-bottom: 11.7333vw !important;
  }
}
@media screen and (min-width: 769px) {
  .l-header .global-nav ul .lower.lower-service {
    padding-right: 300px;
  }
}
/* 0827追加サイドバナー */
.c-aside__banner_service_content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.main-inner {
  display: flex;
  background: #f5f5f5;
  justify-content: center;
  gap: 20px;
  max-width: 1230px;
  margin: 0 auto;
}
.main-inner aside {
  position: sticky;
  top: 50px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-width: 250px;
  height: 900px;
}
.related-services-heading {
  text-align: center;
  font-size: 2rem;
  background-color: #1c77ca;
  color: #ffffff;
  padding: 1rem;
  border-radius: 5px 5px 0 0;
}
.c-aside__banner_service {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 2rem;
  border-radius: 0 0 5px 5px;
}
.large-font {
  font-size: 1.5em; /* Adjust the size as needed */
}
.related-services-container {
  display: flex;
  flex-direction: column;
}
.small-image {
  width: 120px;
  height: auto;
}
.figure-background {
  padding: 15px 10px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1250px) {
  .main-inner {
    flex-direction: column;
  }
  .main-inner aside {
    width: 89.3333vw;
    height: auto;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 80px;
  }
  .main-inner aside .c-aside__banner a img {
    display: block;
    margin: 0 auto;
  }
}
/* 240909_サービスページ改修 */
.c-lead-movie {
  margin-top: 5rem;
}
.c-lead-movie .c-movie {
  text-align: center;
}
.c-lead-movie .c-movie figure {
  top: -65px !important;
}
.c-lead-movie figcaption {
  width: 100%;
  max-width: 870px;
  margin: 1.5rem auto 0;
  text-align: left;
  font-size: 16px;
  color: #1e78c8;
}
.c-case-list ul.narrow-wrapper {
  column-gap: 1%;
  justify-content: space-between;
}
.c-case-list ul.narrow-wrapper li {
  width: 19%;
  margin-top: 0 !important;
}
.c-lead-movie span {
  top: 40%;
  width: 100px;
}
.wrapper_bn_lomcontact01_movie {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-case-list ul.narrow-wrapper li {
    width: 100%;
  }
  .c-lead-movie h4 {
    display: block;
    width: 68vw;
    margin-bottom: 0;
    top: 60px;
  }
  .c-lead-movie {
    margin-top: 0;
  }
  .c-lead-movie span {
    top: 50%;
  }
  .c-lead-movie figcaption {
    font-size: 3.7333vw;
  }
  .wrapper_bn_lomcontact01_movie {
    margin: 50px 0;
  }
}
.read-more-lead {
  position: relative;
}
.read-more-lead p {
  display: -webkit-box;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10; /* 開く前に見せたい行数を指定 */
}
.read-more-lead:has(:checked) p {
  display: block;
}
.read-more-lead p::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.9) 50%,
    hsla(0, 0%, 100%, 0.9) 0,
    #fff
  );
  content: "";
}
.read-more-lead:has(:checked) p::after {
  content: none;
}
.read-more-lead label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: 0.5em 2em;
  border-radius: 5px;
  background-color: #2589d0;
  color: #fff;
  font-size: 16px;
}
.read-more-lead label:hover {
  border: 1px solid #2589d0;
  background-color: #fff;
  color: #2589d0;
  cursor: pointer;
}
.read-more-lead:has(:checked) label {
  display: none;
}
.read-more-lead label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.read-more-lead label:hover::after {
  background-color: #2589d0;
}
.read-more-lead input {
  display: none;
}
/* 240912_危険予知トレーニング */
.remove {
  display: none; /* 目次を消す */
}
.heading-title {
  width: 80%;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto;
  border-bottom: solid 1px #ddd;
  color: #1e78c8;
}
.heading-ex {
  margin-bottom: 20px !important;
}
.img-area {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.img-area a {
  border: none !important;
  display: block;
  width: 180px;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .img-area {
    flex-direction: column;
    row-gap: 10px !important;
  }
  .img-area a {
    text-align: center;
  }
}
/* 240926_動的バナーの作成 */
/* ①バナー周辺に放射状の枠が出てきて動くもの */
.bn_wrapper_w {
  display: inline-block;
}
@keyframes anime {
  0% {
    transform: scale(0.85);
    opacity: 1;
  }
  90% {
    opacity: 0.1;
  }
  to {
    transform: scale(1.1, 1.4);
    opacity: 0;
  }
}
.bn_wrapper_w {
  position: relative;
  transition: 0.2s;
}
.bn_wrapper_w a {
  position: relative;
  z-index: 1;
}
.bn_wrapper_w:before,
.bn_wrapper_w:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
  background: #64aae6;
  border: 1px solid #1e78c8;
  transform: translate3d(0, 0, 0);
}
.bn_wrapper_w:before {
  animation: anime 2s ease-out infinite;
}
.bn_wrapper_w:after {
  animation: anime 2s ease-out 1s infinite;
}
.bn_wrapper_w img {
  background-color: #fff;
}
.bn_wrapper_w .bn_lomcontact01:hover {
  opacity: 1;
}
.bn_wrapper_w a {
  box-shadow: 4px 4px #061a2c;
  transition: 0.2s;
  border-radius: 13px;
  overflow: hidden;
}
.bn_wrapper_w a:hover {
  position: relative;
  top: 3px;
  box-shadow: none;
}
/* ②バナー自体が大きくなるような目立たせ方 */
.bn_wrapper_b {
  display: inline-block;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.bn_wrapper_b img {
  background-color: #fff;
}
.bn_wrapper_b .bn_lomcontact01:hover {
  opacity: 1;
}
.bn_wrapper_b:hover {
  /*--水平方向 垂直方向 色--*/
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.bn_wrapper_b.poyopoyo {
  animation: poyopoyo 1s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}
@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.75);
  }
}
/* 無料視聴ID申し込み大バナー */
.c-btn-character-wrap-lead {
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin-bottom: 10px;
}
.c-btn-character-wrap-big {
  padding-top: 10px;
}
.c-btn-character-wrap-big .c-btn-character-wrap-lead span {
  font-size: 38px;
}
.c-btn-character-wrap-big .u-pc.c-btn-character-btn {
  width: 36%;
  position: relative;
  top: 20px;
  font-size: 22px;
  color: #f90;
  border: none;
}
.c-btn-character-wrap-big .c-btn-character {
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-btn-character-txt {
    font-size: 26px;
    position: absolute;
    left: 50%;
    top: -15%;
    transform: translateX(-50%);
  }
  .c-btn-character-txt span {
    font-size: 30px;
  }
}
/* 無料視聴ID申し込み小バナー（各サービスページ） */
.l-mainvisual.service .c-label {
  padding: 11px 0;
  margin-bottom: 15px;
}
.l-mainvisual.service .c-label + h2 {
  border-left: 3px solid #fff;
  padding-left: 15px;
}
.l-mainvisual.service .c-btn-character-wrap-big {
  margin-top: 10px;
}
.l-mainvisual.service .c-btn-character-wrap-big .c-btn-character-wrap-lead {
  font-size: 13px;
}
.l-mainvisual.service
  .c-btn-character-wrap-big
  .c-btn-character-wrap-lead
  span {
  font-size: 20px;
}
.l-mainvisual.service .c-btn-character-wrap-big .u-pc.c-btn-character-btn {
  width: 53%;
  top: 13px;
  font-size: 16px;
  height: auto;
  padding: 0;
  line-height: 25px;
}
@media screen and (min-width: 769px) {
  .l-mainvisual.service .c-btn-character-wrap-big .c-btn-character-txt {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: -20%;
    transform: translateX(-50%);
    display: inline-block;
    width: 100%;
  }
  .l-mainvisual.service .c-btn-character-wrap-big .c-btn-character-txt span {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-mainvisual.service .c-btn-character-wrap-big {
    width: auto;
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .l-mainvisual.service .c-btn-character-wrap-big {
    width: 100%;
  }
}
/* 無料視聴ID申し込み小バナー（共通CV） */
.c-pc-col3 .c-btn-character-wrap-big .c-btn-character-wrap-lead {
  font-size: 16px;
}
.c-pc-col3 .c-btn-character-wrap-big .c-btn-character-wrap-lead span {
  font-size: 23px;
}
.c-pc-col3 .c-btn-character-wrap-big .c-btn-character-txt {
  font-size: 18px;
  width: 100%;
  top: -20%;
}
.c-pc-col3 .c-btn-character-wrap-big .c-btn-character-txt span {
  font-size: 27px;
}
.c-pc-col3 .c-btn-character-wrap-big .c-btn-white {
  font-size: 16px;
  width: 65%;
  line-height: normal;
  height: auto;
  color: #f90 !important;
}
@media screen and (min-width: 769px) {
  .c-pc-col3 .c-btn-character-wrap-big .c-btn-white:after {
    content: "";
    font-size: 10px;
    font-family: "myfont", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: 4px;
  }
}
/*240927_製造業MV*/
@media screen and (min-width: 769px) {
  .l-mainvisual.service .illust.illust_mf img {
    width: 553px;
  }
}
.l-mainvisual.service .c-label {
  position: relative;
  z-index: 1;
}
/*241119_改善*/
.pointing-flow ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pointing-flow ul li::before {
  display: none;
}
.pointing-flow ul li {
  text-indent: 0 !important;
  padding-left: 0 !important;
  width: calc((100% - 90px) / 4);
  position: relative;
}
.pointing-flow ul li figure {
  background-color: #f5f5f5;
  width: 100%;
  display: grid;
  place-items: center;
  padding: 30px;
  margin-top: 10px;
}
.pointing-flow ul li p {
  font-weight: bold;
  font-size: 14px !important;
  margin-top: 0 !important;
}
.pointing-flow ul li::after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 60px;
  background: #1e78c8;
  clip-path: polygon(
    0 15%,
    51.4% 15%,
    51.4% 0,
    100% 50%,
    51.4% 100%,
    51.4% 85%,
    0 85%
  );
  position: absolute;
  top: 50%;
  right: -30px;
}
.pointing-flow ul li:last-child::after {
  display: none;
}
@media screen and (max-width: 1009px) {
  .pointing-flow ul {
    flex-direction: column;
  }
  .pointing-flow ul li {
    width: auto;
  }
  .pointing-flow ul li::after {
    clip-path: polygon(
      0 51.4%,
      15% 51.4%,
      15% 0,
      85% 0,
      85% 51.4%,
      100% 51.4%,
      50% 100%
    );
    top: auto;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
  }
  .pointing-flow ul li figure {
    padding-top: 20px;
  }
  .pointing-flow ul li p {
    margin-top: 20vw !important;
  }
  .pointing-flow ul li:first-child p {
    margin-top: 0 !important;
  }
}
/*241120_10月コラム改善*/
.column-movie .c-btn-character.c-btn-character01 {
  overflow: visible;
  background-image: repeating-linear-gradient(
    130deg,
    #ff9e0d,
    #ff9900 10px,
    transparent 10px,
    transparent 10px
  );
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 650px;
  position: relative;
}
.column-movie .c-btn-character.c-btn-character01::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.c-btn-character01-txt {
  font-size: 23px;
}
.c-btn-character01-txt .c-btn_small_txt {
  font-size: 16px !important;
}
.sway-move {
  animation: sway-move 1.5s infinite;
}
.c-btn-character.c-btn-character01 .character img {
  width: 86px;
}
.c-btn-character01.sample-movie-link::after {
  display: none !important;
}
.character-hand {
  width: 50px;
}
@keyframes sway-move {
  0% {
    transform: translate(0px, 4px);
  }
  5% {
    transform: translate(0px, -4px);
  }
  10% {
    transform: translate(0px, 4px);
  }
  15% {
    transform: translate(0px, -4px);
  }
  20% {
    transform: translate(0px, 4px);
  }
  25% {
    transform: translate(0px, -4px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
@media screen and (min-width: 769px) {
  .c-btn-character.c-btn-character01 .character {
    top: -15px;
    left: 30px;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .column-movie .c-btn-character.c-btn-character01 {
    width: 100%;
  }
  .c-btn-character01-txt {
    font-size: 20px;
  }
  .c-btn-character01-txt .c-btn_small_txt {
    font-size: 14px !important;
  }
  .c-btn-character01.sample-movie-link {
    flex-direction: column;
  }
}
/*241127_トップページ動画設置*/
.home-c-lead-movie {
  margin-top: 0 !important;
  padding-bottom: 40px;
}
.home-c-lead-movie .c-movie figure {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .home-c-lead-movie .c-movie figure {
    top: -65px !important;
  }
}
@media screen and (max-width: 768px) {
  .home-c-lead-movie {
    padding: 0 20px 30px 20px;
  }
  .home-c-lead-movie .c-movie figure {
    top: -25px !important;
  }
  .home-c-lead-movie .c-movie span {
    top: 35%;
  }
  .c-lead-movie span {
    width: auto;
  }
}
/*241122_コラム改善*/
.c-btn-bdr-index::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #1e78c8;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
.iframe-area {
  text-align: center;
}
.iframe-area iframe {
  position: relative;
  top: 0px;
  border: 3px solid #000;
  width: 700px;
  height: 390px;
  max-width: 100%;
}
.column-movie a {
  max-width: 100%;
}
.column-movie {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}
.tab-content .column-movie h4 {
  position: absolute !important;
  top: 50px;
}
.tab-content .column-movie .iframe-area {
  padding-top: 8rem;
}
.c-lead-movie h4 {
  position: absolute !important;
}
.c-lead-movie {
  margin: 8rem 0;
}
@media screen and (max-width: 768px) {
  .iframe-area iframe {
    height: auto;
    min-height: 190px;
  }
  .tab-content .column-movie h4 {
    top: 40px;
    min-width: 165px;
  }
  .tab-content .column-movie .iframe-area {
    padding-top: 6rem;
  }
  .c-lead-movie h4 {
    min-width: 170px !important;
  }
  .c-lead-movie {
    margin: 6rem 0;
  }
}

/* 250122　1月度SEO改善 */
.c-sub-heading-occupational {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 35px;
  margin-top: 52px;
}

/* 250128　CTA挙動修正 */
.sway-move {
  animation: sway-move 2s infinite;
}

/* 250129 資料ダウンロード一覧 */
.pagetitle_sub {
  color: #fff;
  font-size: 15px;
  padding-top: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 769px) {
  h1.pagetitle.download_ttl {
    padding-top: 31.1333vw !important;
  }
  .pagetitle_sub {
    font-size: 12px;
    padding: 0;
  }
}

/* 250217 2月改善 */
li.col p a.col_link {
  color: #fff;
  text-decoration: none;
  word-break: break-word;
  border-bottom: solid 1px #fff;
  padding-bottom: 1px;
}

/* 250218_導線修正 */
.l-cv-column {
  width: 70%;
  margin: 5rem auto 0;
  border-radius: 10px;
  animation-iteration-count: 0;
  background: repeating-linear-gradient(
    135deg,
    #1e78c8,
    #1e78c8,
    5px,
    #1c73c5 5px,
    #1c73c5 10px
  );
}
.l-cv-column-inner {
  max-width: 100%;
}
.l-cv-column .copy {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0 !important;
}
.l-cv-column .copy span {
  font-size: 35px;
}
.l-cv-column .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 2rem;
  max-width: 100%;
  padding: 3rem 5rem !important;
  flex-direction: column;
}
.l-cv-column .c-btn-character-wrap-lead {
  margin-top: 0 !important;
  font-size: 18px !important;
  font-weight: bold;
}
.l-cv-column .c-btn-character-wrap-lead span {
  font-size: 28px;
}
.l-cv-column .c-btn-character {
  min-width: 388px;
}
.l-cv-column-btn {
  margin-top: 5px !important;
  max-width: 100%;
}
.l-cv-column-btn a {
  color: #fff !important;
  font-weight: bold;
  position: relative;
  max-width: 100%;
}
.l-cv-column-btn a span {
  font-size: 22px;
  position: relative;
  top: -2.5rem;
}
.l-cv-column-btn a .tb {
  font-size: 30px;
  position: static;
}
.white-copy {
  width: 100%;
  position: absolute;
  bottom: 2.5rem;
}
.white-copy-txt {
  font-size: 18px;
  height: 30px;
  background-color: #fff;
  border-radius: 10px;
  color: #f90 !important;
  max-width: 240px;
  margin: 0 auto;
}
.white-copy-txt::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #f90;
  border-top: 2px solid #f90;
  display: inline-block;
  transform: rotate(45deg);
}
@media screen and (max-width: 919px) {
  .l-cv-column {
    width: 100%;
  }
  .l-cv-column .l-inner {
    padding: 1rem 0.5rem !important;
  }
  .l-cv-column .copy span {
    font-size: 25px;
  }
  .l-cv-column .copy {
    line-height: 1.5 !important;
  }
  .l-cv-column-btn a span {
    font-size: 16px !important;
  }
  .white-copy-txt {
    font-size: 14px !important;
  }
  .white-copy {
    bottom: 1.8rem;
  }
  .l-cv-column .l-inner {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    column-gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l-cv-column .copy {
    line-height: 1 !important;
  }
  .l-cv-column-btn {
    padding-top: 1rem;
  }
  .l-cv-column-btn a {
    min-width: 300px !important;
    height: 20vw !important;
  }
  .l-cv-column-btn a span {
    top: -1rem;
  }
  .white-copy {
    bottom: 1.5rem;
  }
}
.column-movie a .column-movie-dtl {
  content: "";
  background-color: #fcd665;
  width: 80px;
  height: 50px;
  border-radius: 5px;
  margin-right: 1rem;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  line-height: 0px;
  display: grid;
  place-items: center;
  padding: 5px;
}
.column-movie-tb {
  font-size: 20px !important;
}
@media screen and (max-width: 768px) {
  .column-movie a {
    font-size: 16px !important;
  }
}
.bnr_micro_copy {
  margin: 0 auto;
  font-size: 25px !important;
  font-weight: bold;
  color: #1e78c8;
  text-align: center;
}
.bnr_micro_copy:before {
  content: "";
  width: 29px;
  height: 3px;
  display: inline-block;
  transform: rotate(45deg);
  background: #1e78c8;
  bottom: 0;
  vertical-align: super;
  border-radius: 3px;
}
.bnr_micro_copy:after {
  content: "";
  width: 29px;
  height: 3px;
  display: inline-block;
  transform: rotate(135deg);
  background: #1e78c8;
  bottom: 0;
  vertical-align: super;
  border-radius: 3px;
}

@media screen and (max-width: 769px) {
  .bnr_micro_copy {
    font-size: 12px !important;
  }
  .bnr_micro_copy:before {
    width: 19px;
    height: 2px;
  }
  .bnr_micro_copy:after {
    width: 19px;
    height: 2px;
  }
}

.p-article .bn_wrapper_w {
  margin-top: 5rem;
}
.p-article .bn_wrapper_w p {
  margin-top: 0 !important;
}
.bn_wrapper_w.bn_wrapper_w_right::before {
  display: none;
}
.bn_wrapper_w.bn_wrapper_w_right::after {
  top: 6rem;
  height: 80%;
}
.bn_wrapper_w.bn_wrapper_w_bubble {
  text-align: center;
}
.bn_wrapper_w.bn_wrapper_w_bubble .bnr_micro_copy {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0px 3px;
  min-width: 120px;
  max-width: 100%;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  font-size: 22px !important;
  line-height: 1.5 !important;
  margin-bottom: 0.5rem !important;
  text-align: center;
  z-index: 10;
}
.bn_wrapper_w.bn_wrapper_w_bubble .bnr_micro_copy::before {
  display: none;
}
.bn_wrapper_w.bn_wrapper_w_bubble .bnr_micro_copy::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 0;
  background: transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .bn_wrapper_w.bn_wrapper_w_right::after {
    top: 2rem;
    height: 90%;
  }
}

/* 250218_MV注釈 */
.home-mv-cn {
  text-align: left;
  color: #fff;
  font-size: 14px;
  margin-top: 20px !important;
}
.catch_home_mv sup {
  vertical-align: super;
}
.catch_home_mv small {
  font-size: 25px;
}

/* 250310_ABテスト */
.flow_questionnaire.flow_questionnaire-b {
  border-radius: 0;
  background: unset;
  max-width: unset;
  box-shadow: none;
}
.l-cv-column.b-page {
  margin-top: 0;
  max-width: 610px;
}
.l-cv-column.b-page .copy {
  line-height: 2;
  margin-bottom: 0;
}
.l-cv-column.b-page .white-copy-txt {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l-cv-column.b-page {
    width: 90%;
  }
  .l-cv-column.b-page .copy {
    margin-bottom: 0;
    font-size: 3.7333vw;
  }
  .l-cv-column.b-page .white-copy-txt {
    line-height: 2;
    margin-bottom: -1.8667vw;
    margin-top: 5.8667vw;
  }
}

/* 250324 ABテスト2*/

.c-btn-character-wrap-big-top {
  padding-top: 20px;
}

@media screen and (min-width: 769px) {
  .c-btn-character-wrap-big-top p.copy {
    margin-bottom: 35px;
  }
}

h2.c-heading.p-case-ttl span {
  font-size: 20px;
}
h2.c-heading.p-case-ttl {
  line-height: 1.6;
}
.c-case-list ul li .title.c-doc-title {
  height: auto;
  margin-bottom: 15px;
  text-align: center;
}
.l-inner.l-inner-last .c-case-list ul li p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.c-btn.c-btn-bdr.c-doc-btn {
  width: 70%;
  display: block;
  margin: 0 auto;
  color: #1e78c8;
  background-color: transparent;
  border: solid 2px #1e78c8;
  border-radius: 20px;
}
.l-content.home .c-case-list ul li.c-doc-fixItem {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .l-content.home .c-case-list ul li.c-doc-fixItem {
    width: 100%;
  }
}
.l-content.home .p-column .l-inner.l-inner-last {
  padding-bottom: 100px;
}

p.c-btn-character-wrap-lead.c-btn-character-big-ttl {
  font-size: 30px;
  margin-bottom: 15px;
}
.c-btn-wrap-shadow.c-btn-character-subtxt-shadow {
  top: -237px;
}
.c-btn-character-txt.c-btn-character-subtxt-bottom {
  top: -15%;
}
.c-btn-character-subtxt {
  position: absolute;
  font-size: 16px;
  top: -32%;
  left: 50%;
  transform: translateX(-50%);
}
.c-btn-character-wrap-big .u-pc.c-btn-character-btn.c-btn-bdr-subtxt-long {
  top: -124px;
}
@media screen and (max-width: 768px) {
  .c-btn-character-subtxt {
    font-size: 14px;
    left: 50%;
    top: -20%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .c-btn-character-txt.c-btn-character-subtxt-bottom {
    position: absolute;
    font-size: 18px;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-case-sponsor-logo ul li:hover {
  border: solid 2px #1e78c8;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.l-inner.c-doc-inner {
  padding-bottom: 60px;
}
.l-mainvisual.home.top-b .catch {
  width: 665px;
  font-size: 32px;
}
.l-mainvisual.home.top-b .catch span {
  font-size: 44px;
}
.l-mainvisual.home.top-b .l-items {
  display: flex;
  margin-bottom: 20px;
}
.l-mainvisual.home.top-b .character.main_character {
  top: 32%;
}
.l-mainvisual.home.top-b .character.main_character img {
  width: 233px;
}
.l-mainvisual.home.top-b .pagetitle {
  font-size: 66px;
  margin-bottom: 40px;
}
.l-mainvisual.home.top-b .subtitle {
  font-size: 22px;
}
.l-mainvisual.home.top-b .l-content.home.mv {
  width: 100%;
}
.l-mainvisual.home.top-b .l-content.home.mv .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.l-mainvisual.home.top-b .l-content.home.mv .bnr-flex {
  display: flex;
}
.l-mainvisual.home.top-b .l-content.home .p-intro .links li {
  width: 280px;
  height: 179px;
}
.l-mainvisual.home.top-b .l-content.home.mv .p-intro .links li.bnr-1 {
  margin-bottom: 0;
}
.l-mainvisual.home.top-b .l-content.home .p-intro .links li + li {
  margin-top: 0;
}
.l-mainvisual.home.top-b .l-content.home.mv .links a {
  display: block;
  height: auto;
}

.l-mainvisual.home.top-b .l-content.home.mv .links li.bnr-1 a,
.l-mainvisual.home.top-b .l-content.home.mv .links li.bnr-2 a {
  padding: 17px 12px 0 12px;
}
.l-mainvisual.home.top-b .l-content.home.mv .links li.bnr-4 a {
  padding: 12px 12px 0 12px;
}
.l-mainvisual.home.top-b .l-content.home.mv .links .bnr-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.l-mainvisual.home.top-b .l-content.home.mv .links .bnr-flex .c-btn-white {
  padding: 0 7px 0 13px;
  height: 33px;
  line-height: 33px;
  font-size: 13px;
}
.l-mainvisual.home.top-b .l-content.home.mv .home-mv-cn {
  text-align: left;
  color: #fff;
  font-size: 14px;
  margin-top: 20px !important;
}
.l-mainvisual.home.top-b .l-content.home.mv .p-intro .links li .title h3 {
  font-size: 18px;
}
.l-mainvisual.home.top-b .l-content.home.mv .p-intro .links li .title h3 span {
  font-size: 23px;
}
.l-mainvisual.home.top-b .l-content.home .p-intro .links li a .img {
  display: flex;
  height: 106px;
}
.l-mainvisual.home.top-b .l-content.home .p-intro .links li.bnr-4 a .img {
  height: 88px;
}
.l-mainvisual.home.top-b .l-content.home .p-intro .links li a .img img {
  margin: 0 auto;
}
.l-mainvisual.home.top-b .l-content.home.mv .p-intro .links li.bnr-1 .img img {
  width: 226px;
}
.l-mainvisual.home.top-b .l-content.home.mv .p-intro .links li.bnr-2 .img img {
  height: 89px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.l-mainvisual.home.top-b .l-content.home.mv .p-intro .links li.bnr-4 .img img {
  height: auto;
  width: 228px;
  display: block;
  margin: 0 auto;
}
.l-mainvisual.home.top-b .l-content.home .p-intro .links li.bnr-4 a {
  background-image: linear-gradient(
    -45deg,
    #489dbd 25%,
    #4597b6 25%,
    #4597b6 50%,
    #489dbd 50%,
    #489dbd 75%,
    #4597b6 75%,
    #4597b6
  );
}
@media screen and (max-width: 769px) {
  .l-mainvisual.home.top-b .catch {
    width: 100%;
  }
  .l-mainvisual.home.top-b .pagetitle {
    padding-top: unset;
    font-size: 9.3333vw;
    line-height: 1.2857;
    letter-spacing: -0.05em;
  }
  .l-mainvisual.home.top-b .l-items {
    flex-direction: column-reverse;
  }
  .l-mainvisual.home.top-b .character.main_character {
    position: static;
    left: 0;
    display: block;
    transform: none;
    margin: 0 auto;
  }
  .l-mainvisual.home.top-b .pagetitle {
    margin-bottom: 20px;
  }
  .l-mainvisual.home.top-b .subtitle {
    width: 100%;
  }
  .l-mainvisual.home.top-b .l-content.home .p-intro .links {
    flex-wrap: wrap;
    width: 100%;
  }
  .l-mainvisual.home.top-b .l-content.home .p-intro .links li {
    width: 100%;
    margin-bottom: auto;
    height: 232px;
  }
  .l-mainvisual.home.top-b .l-content.home .p-intro .links li {
    height: 233px;
  }
  .l-mainvisual.home.top-b .l-content.home .p-intro .links li.bnr-1,
  .l-mainvisual.home.top-b .l-content.home .p-intro .links li + li {
    margin-bottom: auto;
  }
  .l-mainvisual.home.top-b
    .l-content.home.mv
    .p-intro
    .links
    li.bnr-2
    .img
    img {
    height: 106px;
  }
  .l-mainvisual.home.top-b .l-content.home .p-intro .links .bnr-flex {
    display: block;
  }
  .l-mainvisual.home.top-b .l-content.home .p-intro .links li .title {
    margin-bottom: 7px;
  }
  .l-mainvisual.home.top-b
    .l-content.home
    .p-intro
    .links
    .bnr-flex
    .c-btn-white {
    width: 140px;
  }
  .l-mainvisual.home.top-b .l-content.home .p-intro .links li.bnr-2 .img img {
    height: 106px;
  }
}

.l-content.home .p-intro .links.col-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 880px;
  margin: 30px auto 0;
}
.l-content.home .p-intro .links.col-3 li + li,
.p-bnr__cont .links li + li {
  margin-top: 0px;
}

.l-content.home .p-intro .links.col-3 .links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.l-content.home .p-intro .links.col-3 .bnr-flex {
  display: flex;
}
.l-content.home .p-intro .links.col-3 li {
  width: 280px;
  height: 179px;
}
.l-content.home .p-intro .links.col-3 li.bnr-1 {
  margin-bottom: 0;
}
.l-content.home .p-intro .links.col-3 li + li {
  margin-top: 0;
}
.l-content.home .p-intro .links.col-3 a {
  display: block;
  height: auto;
}

.l-content.home .p-intro .links.col-3 li.bnr-1 a,
.l-content.home .p-intro .links.col-3 li.bnr-2 a {
  padding: 17px 12px 0 12px;
}
.l-content.home .p-intro .links.col-3 li.bnr-4 a {
  padding: 12px 12px 0 12px;
}
.l-content.home .p-intro .links.col-3 .bnr-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.l-content.home .p-intro .links.col-3 li .title {
  margin-right: 0;
}
.l-content.home .p-intro .links.col-3 li .title h3 {
  line-height: 1.3;
}
.l-content.home .p-intro .links.col-3 .bnr-flex .c-btn-white {
  padding: 0 7px 0 13px;
  height: 33px;
  line-height: 33px;
  font-size: 13px;
}
.l-content.home .p-intro .links.col-3 .home-mv-cn {
  text-align: left;
  color: #fff;
  font-size: 14px;
  margin-top: 20px !important;
}
.l-content.home .p-intro .links.col-3 li .title h3 {
  font-size: 18px;
}
.l-content.home .p-intro .links.col-3 li .title h3 span {
  font-size: 23px;
}
.l-content.home .p-intro .links.col-3 li a .img {
  display: flex;
  height: 106px;
}
.l-content.home .p-intro .links.col-3 li.bnr-4 a .img {
  height: 88px;
}
.l-content.home .p-intro .links.col-3 li a .img img {
  margin: 0 auto;
}
.l-content.home .p-intro .links.col-3 li.bnr-1 .img img {
  width: 226px;
}
.l-content.home .p-intro .links.col-3 li.bnr-2 .img img {
  height: 89px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.l-content.home .p-intro .links.col-3 li.bnr-4 .img img {
  height: auto;
  width: 228px;
  display: block;
  margin: 0 auto;
}
.l-content.home .p-intro .links.col-3 li.bnr-4 a {
  background-image: linear-gradient(
    -45deg,
    #489dbd 25%,
    #4597b6 25%,
    #4597b6 50%,
    #489dbd 50%,
    #489dbd 75%,
    #4597b6 75%,
    #4597b6
  );
}
@media screen and (max-width: 769px) {
  .l-content.home .p-intro .links.col-3 {
    flex-wrap: wrap;
    width: 100%;
  }
  .l-content.home .p-intro .links.col-3 li {
    width: 100%;
    margin-bottom: auto;
    height: 232px;
  }
  .l-content.home .p-intro .links.col-3 li.bnr-1,
  .l-content.home .p-intro .links.col-3 li + li {
    margin-bottom: auto;
  }
  .l-content.home .p-intro .links.col-3 .bnr-flex {
    display: block;
  }
  .l-content.home .p-intro .links.col-3 li .title {
    margin-bottom: 7px;
  }
  .l-content.home .p-intro .links.col-3 .bnr-flex .c-btn-white {
    width: 140px;
  }
  .l-content.home .p-intro .links.col-3 li.bnr-2 .img img {
    height: 106px;
  }
}

.p-case-sponsor-logo ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.p-case-sponsor-logo ul li {
  width: 150px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.14);
}

@media screen and (max-width: 769px) {
  .p-case-sponsor-logo ul li {
    width: 48%;
  }
}
.l-content.home .p-intro .links li.bnr-1.col3-left a,
.p-bnr__cont .links li.bnr-1.col3-left a {
  background-image: linear-gradient(
    -45deg,
    #34499d 25%,
    #3a4d9c 25%,
    #3a4d9c 50%,
    #34499d 50%,
    #34499d 75%,
    #3a4d9c 75%,
    #3a4d9c
  );
}
.c-btn-character-wrap-big .u-pc.c-btn-character-btn.c-btn-bdr-txt-long {
  width: 53%;
  top: 13px;
  font-size: 16px;
  height: auto;
  padding: 0;
  line-height: 25px;
}
.is-current-style {
  pointer-events: none !important;
}

/* 250521 5月SEO改善 */
.article-body.article-body_column .toc__container ol {
  overflow: visible;
}
.l-content.news .p-article .article-body p.btn a.c-btn {
  color: #fff;
  border-bottom: none;
}

/* 250407 コラムマイクロコピー*/
.bn_wrapper_w.bn_wrapper_w_right.bn_wrapper_w_right_mn::after {
  top: 1.7rem;
  height: 90%;
}
@media screen and (max-width: 768px) {
  .bn_wrapper_w.bn_wrapper_w_right.bn_wrapper_w_right_mn::after {
    top: 0.5rem;
    height: 95%;
  }
}

main.side_on {
}
@media all and (min-width: 769px) {
  main.side_on .l-inner {
    max-width: calc(960px - 250px);
    width: 100%;
    margin: 0;
  }
}
main.side_on .side_on_inner {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media all and (max-width: 768px) {
  main.side_on .side_on_inner {
    flex-direction: column;
    gap: 0;
  }
}
main.side_on .l-inner .article-body p {
  line-height: 1.5;
  margin-top: 14px !important;
}
main.side_on .l-inner .column-movie + p {
  margin-top: 50px !important;
}
main.side_on .l-inner .toc__list li {
  margin-top: 14px;
}
main.side_on .l-cv-column {
  width: 100%;
}
main.side_on aside {
  position: relative;
  max-width: 230px;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media all and (max-width: 768px) {
  main.side_on aside {
    margin-top: 0;
    padding-bottom: 0;
    gap: 0;
    max-width: inherit;
  }
}
main.side_on aside dl {
  border: 1px solid #1e78c8;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 15px;
}
main.side_on aside dl dt {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background: #1e78c8;
  padding: 10px;
  margin-bottom: 5px;
  width: 100%;
}
main.side_on aside dl dd {
  display: flex;
  gap: 10px;
  margin: 0 14px;
  line-height: 1.2;
}
main.side_on aside dl dd:hover {
  text-decoration: underline;
  color: #1e78c8;
}
main.side_on aside dl dd a {
  display: block;
  max-width: 105px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #f5f5f5;
}
main.side_on aside dl dd img {
  max-width: 100%;
  width: auto;
  height: auto;
}
main.side_on aside dl dd p {
  flex: 1;
}
main.side_on aside dl.layout01.layout01-case dd {
  align-items: center;
}
main.side_on aside dl.layout02 dd {
  flex-direction: column;
}
main.side_on aside dl.layout02 dd a {
  max-width: inherit;
}
main.side_on aside dl.layout03 {
  position: sticky;
  top: 110px;
}
main.side_on aside dl.layout03 dd {
  align-items: center;
}
main.side_on aside dl.layout03 dd a {
  border: none;
  position: relative;
}
main.side_on aside dl.layout03 dd a img {
  z-index: 10px;
}
main.side_on aside dl.layout03 dd a:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  max-width: 60px;
  max-height: 60px;
  top: auto;
  bottom: auto;
  left: calc(50% - 30px);
  border-radius: 9999px;
  z-index: -1;
}
@media all and (min-width: 769px) {
  ul.layoutCv {
    display: none;
  }
}
@media all and (max-width: 768px) {
  main.side_on aside dl {
    display: none !important;
  }
  ul.layoutCv {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: #1e78c8;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 10;
  }
  ul.layoutCv li {
  }
  ul.layoutCv li:hover {
    opacity: 0.8;
  }
  ul.layoutCv li a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background-image: repeating-linear-gradient(
      130deg,
      #ff9e0d,
      #ff9900 10px,
      transparent 10px,
      transparent 10px
    );
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 15px 5px;
    position: relative;
    border-radius: 2.6667vw;
  }
  ul.layoutCv li a span {
    font-size: 22px;
  }
  ul.layoutCv li a img {
    position: absolute;
    right: 5px;
    bottom: -12px;
  }
}
/* 250507 化学ページ */
.l-mainvisual.service.chemical-industry {
  background-image: linear-gradient(
    -45deg,
    #4195b3 25%,
    #3f91b0 25%,
    #3f91b0 50%,
    #4195b3 50%,
    #4195b3 75%,
    #3f91b0 75%,
    #3f91b0
  );
}
.l-content.service.chemical-industry .p-service-section .c-heading-v2,
.l-content.service.chemical-industry .p-service-section .c-lead,
.l-content.service.chemical-industry .p-service-section .points li h5,
.l-content.service.chemical-industry .p-service-section .c-label-heading {
  color: #4597b6;
}
.l-content.service.chemical-industry .l-cv {
  background-image: linear-gradient(
    -45deg,
    #4195b3 25%,
    #3f91b0 25%,
    #3f91b0 50%,
    #4195b3 50%,
    #4195b3 75%,
    #3f91b0 75%,
    #3f91b0
  );
}
.l-content.service.chemical-industry .l-cv .c-btn-white {
  color: #4597b6;
}
.l-content.service.chemical-industry
  .p-service-section
  .c-tab
  .tab-nav
  li.is-current {
  background-image: linear-gradient(
    -45deg,
    #4195b3 25%,
    #3f91b0 25%,
    #3f91b0 50%,
    #4195b3 50%,
    #4195b3 75%,
    #3f91b0 75%,
    #3f91b0
  );
}
.l-content.service.chemical-industry .p-service-section .accordion-section {
  background-image: linear-gradient(
    -45deg,
    #4195b3 25%,
    #3f91b0 25%,
    #3f91b0 50%,
    #4195b3 50%,
    #4195b3 75%,
    #3f91b0 75%,
    #3f91b0
  );
}
.l-content.service.chemical-industry .l-about .text .heading,
.l-content.service.chemical-industry .l-about .text .subheading {
  color: #4597b6;
}
.l-content.service.chemical-industry .l-about .text .c-btn-blue {
  background: #4597b6;
}
.l-content.service.chemical-industry
  .p-service-section
  .c-tab
  .tab-content.is-current {
  background-image: linear-gradient(
    -45deg,
    #4195b3 25%,
    #3f91b0 25%,
    #3f91b0 50%,
    #4195b3 50%,
    #4195b3 75%,
    #3f91b0 75%,
    #3f91b0
  );
}
.l-mainvisual.service.chemical-industry .c-label {
  line-height: 1.5em;
}
.l-content.service.chemical-industry
  .p-service-section
  .c-label-heading.c-label-heading-bdr {
  border-color: #4597b6;
}
@media screen and (min-width: 769px) {
  .l-content.service.chemical-industry
    .p-service-section
    .c-label-heading.c-label-heading-bdr {
    border: solid 4px #4597b6;
    line-height: 42px;
  }
}

.l-content.service.chemical-industry .p-service-section .c-sub-heading {
  color: #4597b6;
}
.lang-section__content.chemical-industry_lang_txt h3 {
  color: #4597b6;
}
.l-content.service.chemical-industry .p-service-section .c-sub-heading {
  color: #4597b6;
}
@media screen and (min-width: 769px) {
  ul.topics.c-pc-col2.col2-wrap {
    flex-wrap: wrap;
    gap: 40px;
  }
  ul.topics.c-pc-col2.col2-wrap li {
    width: calc(50% - 20px);
  }
}
.l-content.service.chemical-industry .p-service-section .c-sub-heading .num {
  background: #4597b6;
}

.c-heading.chemical-industry_ttl {
  color: #4597b6;
}
.chemical-industry + .l-cv {
  background-image: linear-gradient(
    -45deg,
    #4195b3 25%,
    #3f91b0 25%,
    #3f91b0 50%,
    #4195b3 50%,
    #4195b3 75%,
    #3f91b0 75%,
    #3f91b0
  );
}
.read-more-lead label.chemical-industry_btn {
  background: #4597b6;
}
.read-more-lead label.chemical-industry_btn:hover {
  border: 1px solid #4597b6;
  background-color: #fff;
  color: #4597b6;
  cursor: pointer;
}
.l-mainvisual.service.chemical-industry h1 {
  line-height: 1.2em;
}
.l-mainvisual.service.chemical-industry h1 span {
  font-size: 3rem;
}
.chemical-industry + .l-cv .col .c-btn {
  color: #4597b6;
}
.chemical-industry
  + .l-cv
  .c-pc-col3
  .c-btn-character-wrap-big
  .c-btn-character-txt {
  color: #fff;
}
.l-content.service
  .p-service-section
  .c-tab
  .tab-content
  .topics
  li
  p.col2-wrap_textlong {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .u-sp.c-btn.c-btn-white.c-btn-bdr.border_chemical {
    border: solid 0.5333vw #4597b6;
    color: #4597b6;
  }
  .l-mainvisual.service.chemical-industry h1 span {
    font-size: 2rem;
  }
  .l-content.service
    .p-service-section
    .c-tab
    .tab-content
    .topics
    li
    p.col2-wrap_textlong {
    margin-top: 3.0667vw;
  }
}
/* 250519 新規コンテンツ */
.pagetitle.function_pagettl span {
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .l-mainvisual.other .pagetitle.function_pagettl {
    padding-top: 210px;
    font-size: 48px;
  }
}
h3.title_home.function_subttl_c {
  line-height: 1.5;
  padding-top: 60px;
  font-size: 34px;
  margin-top: 0;
}
h3.title_home.function_subttl_c span {
  font-size: 25px;
}
.c-case-list ul.function_fixBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
.c-case-list ul li.function_fixItem {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
.c-case-list ul li.function_fixItem::before {
  z-index: 1;
  position: absolute;
  top: 8px;
  left: 10px;
  max-width: 60px;
  width: 100%;
  height: 60px;
  background: url(../images/function/function_num01.png);
  content: "";
  display: "inline-block";
  background-repeat: no-repeat;
}
.c-case-list ul li.function_fixItem.fixItem_num02::before {
  background: url(../images/function/function_num02.png);
}
.c-case-list ul li.function_fixItem.fixItem_num03::before {
  background: url(../images/function/function_num03.png);
}
.c-case-list ul li.function_fixItem.fixItem_num04::before {
  background: url(../images/function/function_num04.png);
}
.c-case-list ul li.function_fixItem.fixItem_num05::before {
  background: url(../images/function/function_num05.png);
}
.c-case-list ul li.function_fixItem.fixItem_num06::before {
  background: url(../images/function/function_num06.png);
}
p.function_fixItem_txt {
  position: relative;
  text-align: center;
  font-size: 20px;
  padding-top: 15px;
  color: #1e78c8;
}
p.function_fixItem_txt::before {
  position: absolute;
  content: "";
  right: 0;
  top: 1.5rem;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #1e78c8;
}
p.function_fixItem_txt::after {
  position: absolute;
  content: "";
  right: 7px;
  top: 2rem;
  width: 10px;
  height: 10px;
  border-radius: 22%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
}
.function-sub-section_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.function-sub-section_ttl h3.c-sub-heading {
  line-height: 1.2;
}
.function-sub-section_ttl p {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  font-size: 24px;
  color: #fff;
  background: #1e78c8;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
span.function-sub-heading_small {
  font-size: 22px;
}
.sub-section.function-sub-section figure {
  width: 80%;
  margin: 38px auto 0;
}
.section_dot {
  border-bottom: 1px dashed #1e78c8;
  margin: 6rem 0 0;
}
.function_col2 {
  display: flex;
  gap: 5rem;
}
.function_col2_img {
  text-align: center;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  background: repeating-linear-gradient(
    135deg,
    #1e78c8,
    #1e78c8,
    13px,
    #1c73c5 5px,
    #1c73c5 25px
  );
}

.function_col2_txt p {
  font-size: 14px;
  line-height: 2.3rem;
}
.function_slick_ttl {
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 0.4em 1.25em 0.6em;
  margin: auto;
  margin-bottom: -1em;
  background-color: #1e78c8;
  border-radius: 1em;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  pointer-events: none;
  position: relative;
  font-size: 1.4rem;
}
.function_slick_content {
  margin-top: 4rem;
}
.function_slick_wrapper {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.function_slick_list {
  padding: 4rem;
}
.function_slick_list button.slick-prev.slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #1e78c8;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
img.slide-arrow.prev-arrow.slick-arrow {
  left: 2rem;
  top: 13rem;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
img.slide-arrow.next-arrow.slick-arrow {
  right: 2rem;
  top: 13rem;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}

.function_slick_item {
  background-color: #fff;
  text-align: center;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
  transition: 0.3s;
  padding: 25px 20px;
}
.function_slick_item img {
  padding-bottom: 10px;
}
.function_slick_item p {
  color: #1e78c8;
  font-size: 18px;
  line-height: 1.2;
}
.function-green-txt {
  color: #2f9d97;
}
.function_col2_img.function-green-grade {
  background: repeating-linear-gradient(
    135deg,
    #32a29c,
    #32a29c,
    13px,
    #2f9d97 5px,
    #2f9d97 25px
  );
}
.function-green-back {
  background-color: #2f9d97;
}

.function_slick_item p.function-green-txt {
  color: #2f9d97;
}
.function-blue-txt {
  color: #29b1ca;
}
.function_col2_img.function-blue-grade {
  background: repeating-linear-gradient(
    135deg,
    #32b4cc,
    #32b4cc,
    13px,
    #29b1ca 5px,
    #29b1ca 25px
  );
}
.function-blue-back {
  background-color: #29b1ca;
}

.function_slick_item p.function-blue-txt {
  color: #29b1ca;
}
.function-moregreen-txt {
  color: #2f9e73;
}
.function_col2_img.function-moregreen-grade {
  background: repeating-linear-gradient(
    135deg,
    #45a27e,
    #45a27e,
    13px,
    #2f9e73 5px,
    #2f9e73 25px
  );
}
.function-moregreen-back {
  background-color: #2f9e73;
}

.function_slick_item p.function-moregreen-txt {
  color: #2f9e73;
}

li.function_study_item {
  display: flex;
  gap: 2rem;
  padding: 3rem;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.function_study_item_bottom_list ul li::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 3rem;
  background-color: #ff9400;
}
.function_study_item_bottom_list ul li {
  color: #1e78c8;
  padding-left: 1em;
  text-indent: -1em;
  font-size: min(1.5vw, 18px);
  font-weight: bold;
  line-height: 1.8;
}
.function_study_item_bottom_txt {
  padding-top: 15px;
  line-height: 1.8;
}
.p-service-section.function-section-bg {
  background-color: #f5f5f5;
  margin-bottom: 6rem;
}
.function-sub-section-bg {
  background-color: #f5f5f5;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.function_study_list {
  padding-top: 3rem;
}
li.function_study_item.function_study_item_bg {
  background-color: #f5f5f5;
}
.function_study_item_bottom_txt h4 {
  padding-top: 10px;
}
.function_study_item_bottom_txt h4 span {
  color: #ff9900;
}
.sub-section.function-sub-section.mb_5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.function_study_item_bottom {
  max-width: 763px;
}
.function_flex_col2 {
  display: flex;
  gap: 4rem;
  justify-content: space-around;
}
.function_flex_col2_r {
  max-width: 670px;
  line-height: 2;
}
.function_flex_col2.function_flex_col2_reverse {
  flex-direction: row-reverse;
}
.l-inner.function_pt0 {
  padding-top: 0;
}
ul.function_slick_list.slick-initialized.slick-slider .slick-track {
  display: flex;
}
ul.function_slick_list.slick-initialized.slick-slider {
  position: relative;
  overflow: hidden;
}
ul.function_slick_list.slick-initialized.slick-slider li.slick-slide {
  display: flex;
}
.function_slick_item {
  height: auto;
}
@media screen and (max-width: 768px) {
  .function_slick_item {
    margin: 0px 8px;
  }
  h3.title_home.function_subttl_c {
    padding-top: 40px;
    font-size: 32px;
  }
  h3.title_home.function_subttl_c span {
    font-size: 20px;
  }
  .l-inner.function_top_inner {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  li.function_fixItem {
    align-items: center;
  }
  .function-sub-section_ttl h3.c-sub-heading {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .function_col2 {
    display: flex;
    gap: 2rem;
    flex-direction: column;
  }
  .section_dot {
    margin: 4rem 0 0;
  }
  li.function_study_item {
    flex-direction: column;
    align-items: center;
  }
  .function_study_list {
    margin-top: 1rem;
  }
  .function_flex_col2 {
    flex-direction: column;
    align-items: center;
  }
  .function_flex_col2.function_flex_col2_reverse {
    flex-direction: column;
    align-items: center;
  }
  .c-case-list ul.function_fixBox {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .l-content.service .p-service-section .l-inner {
    padding: 40px 0px 60px !important;
  }
  span.function-sub-heading_small {
    font-size: 16px;
  }
  .function_study_item_bottom_list ul li {
    font-size: 18px !important;
  }
  .function_study_item_bottom_list ul li::before {
    width: 1rem;
    height: 1rem;
  }
}
/* 250529 CVボタンの修正 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-pc-col3 .c-btn-character-wrap-big .c-btn-white.cv-btn {
    line-height: 2;
    font-size: 14px;
    padding: 0 8px 0 8px;
  }
}

/* 250609 4月度コンテンツ追加（グロナビ） */
.c-btn.s_c-btn.g-nav-link-white {
  background: #fff;
  color: #f90;
  border: 2px solid #f90;
}
.g-nav-link-img-box {
  position: relative;
  overflow: hidden;
}
.c-btn.s_c-btn.s_c-btn_g-nav-link {
  width: 100px;
}
.g-nav-link-img-box .character {
  position: absolute;
  width: 21%;
  top: 35px;
  right: 0;
}
ul.lower.lower-service.lower-service-navlong {
  padding-right: 10px !important;
}
.g-nav-link-img-box .character:hover {
  animation: bounce 0.7s linear 0s 1 forwards;
}
.l-header .global-nav ul .lower.lower-service.lower-service-navlong li {
  margin-left: 20px !important;
}
.l-header .global-nav ul .lower.lower-service.lower-service-navlong li a {
  line-height: 20px;
  padding-top: 2rem;
  text-indent: -0.5rem;
  padding-left: 1.5rem;
  min-width: 130px;
}

@media screen and (min-width: 769px) {
  .l-header.is-open.is-navlong .l-inner {
    height: 230px;
  }
  .side_on_inner span.c-btn.c-btn-white {
    white-space: nowrap;
    padding: 0 12px 0 20px;
  }
  .l-header
    .global-nav
    ul
    .lower.lower-service.lower-service-navlong
    li
    a::after {
    left: 0;
  }
  ul.lower.lower-service.lower-service-navlong {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-btn.s_c-btn.s_c-btn_g-nav-link {
    width: 100%;
    width: auto;
  }
  .c-btn.s_c-btn.g-nav-link-white {
    border: none;
    color: #1e78c8;
  }
  li.btn.btn-download-list a {
    border-top: solid 1px #ddd;
    width: 100%;
  }
  li.btn.btn-download-list.btn-download-list-first a {
    border-top: solid 1px #ddd !important;
  }
  .l-header .global-nav ul .lower.lower-service.lower-service-navlong li a {
    text-indent: 0;
    line-height: normal;
    padding: 17px 0;
  }
  .l-header .global-nav ul .lower.lower-service.lower-service-navlong {
    padding-right: 0 !important;
  }
  .l-header .global-nav ul .lower.lower-service.lower-service-navlong li {
    margin-left: 0 !important;
  }
}
/* 250616フッター追従 */
#bottom_contact.not_lp {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  display: none;
  background: rgba(235, 236, 238, 0.9);
  overflow: hidden;
  padding: 25px 0 30px;
  z-index: 10;
}
#bottom_contact.not_lp ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#bottom_contact.not_lp li {
  float: left;
  width: calc(1200px / 2 - 20rem);
  margin-right: 1.2%;
}
li.pop p {
  padding-left: 8rem;
  line-height: 2;
}
#bottom_contact.not_lp li a {
  display: block;
  background-color: #f90;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
}
#bottom_contact.not_lp li.pop a > span {
  position: absolute;
  background: #1e78c8;
  color: #fff;
  border-radius: 1000px;
  width: 90px;
  font-size: 12px;
  height: 90px;
  box-sizing: border-box;
  padding-top: 19px;
  top: -25px;
  left: -20px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.2;
}
#bottom_contact.not_lp li.pop a > span.white-back-txt {
  position: absolute;
  left: 80px;
  top: 10px;
  padding: 5px;
  color: #f90;
  border-radius: 10px;
  background-color: #fff;
  width: auto;
  height: auto;
}
#bottom_contact.not_lp li.pop a > span strong {
  font-size: 20px;
}
a.toppage_demo {
  display: block;
  background-color: #f90;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 0;
  margin-top: 25px;
}
#bottom_contact.not_lp li.pop a.top_trial > span:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #1e78c8;
}
#bottom_contact.not_lp li.pop a.top_trial > span.white-back-txt:after {
  display: none;
}
#bottom_contact.not_lp p.bottom_contact_ttl {
  display: none;
}

@media screen and (min-width: 769px) {
  #bottom_contact.not_lp li.pop a {
    padding-left: 20rem;
  }
}
@media screen and (max-width: 767px) {
  div#bottom_contact.not_lp p.bottom_contact_ttl {
    background: #165c9e;
    padding: 15px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    position: relative;
  }
  div#bottom_contact.not_lp li.pop a > span {
    z-index: 1;
    height: auto;
    padding: 7px 22px;
    width: auto;
    top: -10px;
    left: -10px;
    font-size: 11px;
  }
  #bottom_contact.not_lp li.pop a > span strong {
    font-size: 15px;
  }
  div#bottom_contact.not_lp ul {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    padding-top: 15px;
  }
  #bottom_contact.not_lp ul {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  #bottom_contact.not_lp li {
    width: 95%;
    margin-right: 0;
  }
  #bottom_contact.not_lp li.pop a > span.white-back-txt {
    display: none;
  }
  li.pop p {
    display: none;
  }
  div#bottom_contact {
    padding: 0px 0;
  }
  div#bottom_contact.not_lp p.bottom_contact_ttl:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    vertical-align: middle;
    border-color: #fff;
    content: "";
    right: 20px;
    top: center;
    position: absolute;
  }
  div#bottom_contact.not_lp p.bottom_contact_ttl {
    display: block;
  }
  div#bottom_contact.not_lp {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  a.toppage_demo {
    margin-top: 15px;
  }
}
