@charset "UTF-8";
/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  color: #000;
  letter-spacing: 0rem;
  width: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

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

body * {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  color: #000;
  letter-spacing: 0rem;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  color: #000;
  letter-spacing: 0rem;
}

img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.re {
  position: relative;
  top: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.content {
  width: 86%;
  max-width: 1200px;
  margin: auto;
}

header {
  width: 100%;
  height: 120px;
  position: fixed;
  z-index: 2;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

header .content {
  max-width: 1400px;
}

header .logo {
  margin: 0 80px 0 0;
}

header .logo img {
  width: 160px;
}

header .corp img {
  width: 180px;
}

header nav.pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header nav.pc ul li:first-of-type a {
  border-left: solid 1px #5ea8a8;
}

header nav.pc ul li a {
  padding: 6px 24px;
  position: relative;
  z-index: 3;
  top: 0;
  border-right: solid 1px #5ea8a8;
  font-size: 1.6rem;
  font-weight: 500;
}

header nav.pc ul li a:before {
  width: 80%;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  background: #5ea8a8;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

header nav.pc ul li a:hover {
  color: #5ea8a8;
}

header nav.pc ul li a:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

header nav.pc ul li a.act {
  color: #5ea8a8;
}

header nav.pc ul li a.act:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.sdmenu a.mega {
  padding: 6px 34px 6px 24px;
  position: relative;
  top: 0;
}

.sdmenu a.mega span {
  position: relative;
  top: 0;
}

.sdmenu a.mega span::before {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 44%;
  right: -14px;
  background: url("../img/mega_arrow_before.svg") no-repeat top center/100%;
  font-size: 1.2rem;
  content: "";
}

.sdmenu a.mega::after {
  width: 38px;
  height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -62px;
  left: 0;
  font-size: 3.6rem;
  color: #fff;
  content: "▼";
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sdmenu:hover a.mega span::before {
  background: url("../img/mega_arrow.svg") no-repeat top center/100%;
}

.sdmenu:hover a.mega::after {
  opacity: 1;
}

.sdmenu .sub {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sdmenu .sub .subarea {
  width: 100%;
  margin: 80px 0 0 0;
  padding: 45px 0;
  background: #5ea8a8;
}

.sdmenu .sub .subarea h2 {
  margin: 0 0 12px;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #fff;
}

.sdmenu .sub .subarea li {
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sdmenu .sub .subarea li.ft {
  width: 180px;
  height: 102px;
  border: solid 1px #fff;
  background: #5ea8a8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sdmenu .sub .subarea li.ft a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sdmenu .sub .subarea li.ft p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
}

.sdmenu .sub .subarea li a {
  width: 180px;
  height: 102px;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sdmenu .sub .subarea li a::before {
  display: none;
}

.sdmenu .sub .subarea li a p {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  color: #5ea8a8;
}

.sdmenu .sub .subarea li img {
  width: 50px;
  margin: auto;
}

.sdmenu .sub .subarea li img.td {
  width: 78px;
  margin: 10px auto 8px;
}

.sdmenu .sub .subarea li img.four {
  width: 64px;
}

.sdmenu .sub .subarea li img.five {
  width: 68px;
  margin: 8px auto 6px;
}

.sdmenu .sub .subarea li:hover {
  background: rgba(255, 255, 255, 0.5);
}

.sdmenu:hover .sub {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn 0.28s ease-in 0s forwards;
          animation: fadeIn 0.28s ease-in 0s forwards;
}

.sdmenu .sub .subarea li.act {
  background: rgba(255, 255, 255, 0.5);
}

.sdmenu .sub .subarea li.act a p {
  color: #5ea8a8;
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}

@keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomDown 14s linear 0s;
  animation: zoomDown 14s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-slide-active .slide-img.sd .content p span,
.swiper-slide-duplicate-active .slide-img.sd .content p span,
.swiper-slide-prev .slide-img.sd .content p span {
  display: inline-block;
  opacity: 0;
  -webkit-animation: fade-in 0.4s linear 0s;
  animation: fade-in 0.4s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-slide-active .slide-img.sd,
.swiper-slide-duplicate-active .slide-img.sd,
.swiper-slide-prev .slide-img.sd {
  -webkit-animation: none;
          animation: none;
}

.scMv .swiper-container.sd {
  margin: -800px 0 44px;
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-img {
  height: 760px;
  background-position: center center;
  background-size: cover;
}

.scMv {
  width: 100%;
  margin: 0 auto 90px;
}

.scMv .swiper-container {
  width: 100%;
  height: 760px;
  margin: 0 auto 78px;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide .content {
  height: 100%;
  position: relative;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide .content .slide-text {
  position: absolute;
  top: 54%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.scMv .swiper-container .swiper-wrapper .swiper-slide .content .slide-text img.zero {
  width: 280px;
  margin: 0 0 0 auto;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide .content p {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 6.6rem;
  color: #fff;
  text-align: right;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide .content p span {
  opacity: 0;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide .content p span.ml5 {
  display: inline-block;
  margin-right: 4em;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide .content p span.re {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0 0 0;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 2rem;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide .content p span.re::before, .scMv .swiper-container .swiper-wrapper .swiper-slide .content p span.re::after {
  position: absolute;
  top: 0;
  right: -24px;
  content: "〜";
}

.scMv .swiper-container .swiper-wrapper .swiper-slide .content p span.re::before {
  right: auto;
  left: -26px;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(20) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(21) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(22) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(23) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(24) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(25) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(26) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(27) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(28) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(29) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(30) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(31) {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(32) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(33) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(34) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(35) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(36) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(37) {
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(38) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(39) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(40) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(41) {
  -webkit-animation-delay: 2.05s;
          animation-delay: 2.05s;
}

.scMv .swiper-container .swiper-wrapper .swiper-slide-active p span:nth-of-type(42) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.scMv p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.6rem;
  text-align: center;
}

.scList {
  width: 100%;
  margin: 0 auto 200px;
}

.scList li {
  padding: 0 24px 0 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.scList li .txtArea {
  width: 100%;
}

.scList li .txtArea h2 {
  margin: 0 auto 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 5.4rem;
}

.scList li .txtArea h2 span {
  margin: 0 0 20px;
  padding: 0 0 0 90px;
  position: relative;
  top: 0;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.3rem;
}

.scList li .txtArea h2 span::before {
  width: 78px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
  content: "";
}

.js-splitText {
  display: block;
}

.js-st-fixed-content {
  width: 40vw;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible !important;
}

.st-fixed-contentItem:not(:first-child) {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.scAchive ul li .boxarea p.black .pc {
  display: inline-block;
}

/* .serviceList */
.serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.serviceListItemWrap {
  width: calc(100% - 690px);
}

.serviceListImagesWrap {
  width: 690px;
  height: 620px;
  overflow: hidden;
}

.serviceListImagesWrap .st-fixed-content-inner {
  width: 100%;
}

.serviceListItem:not(.first) {
  max-height: 100vh;
  margin: 600px 0 0 0;
}

.serviceListItem.first {
  min-height: 50vh;
}

.linkNextBlock {
  text-align: right;
}

/* linkNext */
.linkNext {
  height: 60px;
  padding: 0 75px 0 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Inter, "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #5ea8a8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.linkNext .linkNextIcon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  background: #5ea8a8;
  content: "";
  -webkit-transition: background-color 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.linkNext .linkNextIcon .arrow {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.linkNext .linkNextIcon .arrow::after, .linkNext .linkNextIcon .arrow::before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/icn_arrow_w_01.svg) no-repeat 0 0;
  content: "";
}

.linkNext .linkNextIcon .arrow::after {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}

.linkNext .linkNext_line {
  background: -webkit-gradient(linear, left top, left bottom, from(#5ea8a8), to(#5ea8a8)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#5ea8a8, #5ea8a8) 100% 100%/0 1px no-repeat;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.linkNext.linkNextSlanted .linkNextIcon {
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

body:not(.-is-touchDevice) a:active .arrow::before,
body:not(.-is-touchDevice) a:focus .arrow::before,
body:not(.-is-touchDevice) a:hover .arrow::before {
  opacity: 0;
  -webkit-transition: opacity 0.1s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: opacity 0.1s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.1s cubic-bezier(0.23, 1, 0.32, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
}

body:not(.-is-touchDevice) a:active .arrow::after,
body:not(.-is-touchDevice) a:focus .arrow::after,
body:not(.-is-touchDevice) a:hover .arrow::after {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s, -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body:not(.-is-touchDevice) .linkNext:hover::before {
  background: #5ea8a8;
}

body:not(.-is-touchDevice) .linkNext:hover .linkNext_line {
  background: -webkit-gradient(linear, left top, left bottom, from(#5ea8a8), to(#5ea8a8)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#5ea8a8, #5ea8a8) 100% 100%/0 1px no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
}

.scCase {
  width: 100%;
}

.scCase .fixbg {
  width: 100%;
  height: 576px;
  overflow: hidden;
}

.scCase .fixbg .innerbg {
  width: 100%;
  height: 600px;
  background: url("../img/case.png") no-repeat top center/cover;
  background-attachment: fixed !important;
}

.scCase h2 {
  margin: 0 auto 40px;
  padding: 60px 0 0 0;
  font-size: 3.6rem;
  line-height: 4rem;
  text-align: center;
  letter-spacing: 0.4rem;
}

.scCase ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.scCase ul li {
  width: 384px;
  height: 170px;
  margin: 0 0 24px;
}

.scCase ul li a {
  width: 100%;
  height: 100%;
  padding: 24px 30px 20px;
  display: inline-block;
  background: white;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scCase ul li a:hover {
  background: rgba(255, 255, 255, 0.8);
}

.scCase ul li a:hover .linkNext .linkNext_line {
  background: -webkit-gradient(linear, left top, left bottom, from(#5ea8a8), to(#5ea8a8)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#5ea8a8, #5ea8a8) 100% 100%/0 1px no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
}

.scCase ul li .cont {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
}

.scCase ul li .cont h3 {
  margin: 10px auto 20px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  letter-spacing: 0rem;
}

.scCase ul li .cont .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.scCase ul li .cont .flex .txtArea {
  width: calc(100% - 90px);
}

.scCase ul li .cont .flex .txtArea .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.scCase ul li .cont .flex .txtArea .btn a {
  font-family: "Roboto", sans-serif;
  color: #5ea8a8;
}

.scCase ul li .cont .flex .img {
  width: 90px;
}

.scCase ul li .cont .flex .img img {
  width: 90px;
}

.scCase ul li.td .cont .flex .img img {
  width: 130px;
  position: relative;
  top: 20px;
}

.scCase ul:nth-of-type(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scCase ul:nth-of-type(2) li {
  margin: 0 12px 24px;
}

.scCase ul:nth-of-type(2) li.four .cont .flex .img img {
  width: 110px;
  position: relative;
  top: 10px;
}

.scCase ul:nth-of-type(2) li.five .cont .flex .img img {
  width: 100px;
  position: relative;
  top: 26px;
}

.scCase .linkNext {
  height: 24px;
  padding: 0 30px 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.scCase .linkNext .linkNextIcon {
  width: 24px;
  height: 24px;
  background: none;
}

.scCase .linkNext .linkNextIcon .arrow::after,
.scCase .linkNext .linkNextIcon .arrow::before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../img/icn_arrow_w_02.svg) no-repeat 0 0;
  content: "";
}

footer {
  width: 100%;
  padding: 120px 0 100px;
  z-index: 1;
  overflow: hidden;
  background: rgba(94, 168, 168, 0.1);
}

footer .content {
  position: relative;
  top: 0;
}

footer .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer .flex .leftarea {
  width: calc(100% - 210px);
  margin: 0;
}

footer .flex .logo {
  margin: 0 120px 0 0;
}

footer .flex .logo img {
  width: 280px;
}

footer .flex .corp {
  width: 210px;
}

footer .flex .corp img {
  width: 210px;
}

footer .flex .corp p:first-of-type {
  margin: 18px auto 22px;
  line-height: 3.2rem;
}

footer .flex ul li:first-of-type {
  margin: 0 0 20px;
}

footer .flex ul li:last-of-type {
  margin: 24px 0 0;
}

footer .flex ul li a {
  position: relative;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.4rem;
  line-height: 1.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .flex ul li a.child {
  margin: 0 0 0 40px;
  padding: 0 0 0 30px;
  position: relative;
  top: 0;
  line-height: 2rem;
}

footer .flex ul li a.child::before {
  width: 18px;
  height: 1px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  background: #707070;
  content: "";
}

footer .flex ul li a img {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}

footer .flex ul li a.bold {
  font-size: 1.6rem;
  font-weight: bold;
}

footer .flex ul li a.bold::before {
  width: calc(100% - 30px);
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #5ea8a8;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

footer .flex ul li a:hover {
  color: #5ea8a8;
}

footer .flex ul li a:hover.bold::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

footer .flex ul li a:hover.child {
  padding: 0 0 0 40px;
}

footer .flex ul li a:hover.child::before {
  width: 30px;
  background: #5ea8a8;
}

footer .img {
  width: 360px;
  position: absolute;
  z-index: -1;
  bottom: -120px;
  left: -80px;
}

.scTop {
  width: 100%;
  padding: 246px 0 184px;
}

.scTop.need {
  padding: 246px 0 80px;
}

.scTop.need p {
  margin: 137px 0 0 0;
}

.scTop .ttl {
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 5.6rem;
}

.scTop .ttl span {
  padding: 10px 0 0 0;
  display: block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #5ea8a8;
}

.scTop .bg {
  width: 60%;
  max-width: 1254px;
  height: 458px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
}

.scTop p {
  margin: 104px 0 0 0;
}

.scTop.under {
  padding: 160px 0 120px;
}

.scTop.under .ttl span {
  padding: 0 0 10px;
  color: #000;
}

.scTop.under p {
  margin: 64px 0 0 0;
}

#container {
  width: 100%;
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sidebar {
  width: 280px;
  position: absolute;
  z-index: 1;
  top: 100px;
  left: 66px;
}

#sidebar h2 {
  width: 180px;
  height: 40px;
  margin: 0 0 24px;
  background: url(../img/menu_h2_bg.png) no-repeat top center/100%;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1rem;
}

#sidebar #sticked {
  width: 280px;
  height: 380px;
  position: sticky;
  position: -webkit-sticky;
}

#sidebar #sticked li {
  margin: 0 0 24px;
  padding: 0 0 0 10px;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

#sidebar #sticked li a {
  position: relative;
  top: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  opacity: 0.5;
}

#sidebar #sticked li a.active {
  opacity: 1;
}

#sidebar #sticked li a.active:before {
  width: 4px;
  height: 4px;
  position: absolute;
  top: 47%;
  left: -10px;
  border-radius: 50%;
  background: #5ea8a8;
  content: "";
}

#sidebar #not_sticked {
  height: 150px;
}

.scAchive {
  width: 100%;
  margin: 0 auto 200px;
}

.scAchive ul {
  width: 100%;
}

.scAchive ul li {
  width: 100%;
  margin: 0 auto 80px;
  position: relative;
  top: 0;
}

.scAchive ul li .content {
  width: 1560px;
  max-width: 1560px;
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.scAchive ul li h2 {
  margin: 0 0 20px;
  padding: 0 0 0 24px;
  position: relative;
  top: 0;
  font-size: 3.6rem;
  line-height: 5.4rem;
  color: #5ea8a8;
}

.scAchive ul li h2:before {
  width: 78px;
  height: 80px;
  position: absolute;
  z-index: 0;
  top: -10px;
  left: 0;
  background: url(../img/q.svg) no-repeat top center/cover;
  content: "";
  opacity: 0.25;
}

.scAchive ul li img.list {
  width: 486px;
  margin: 0;
  position: absolute;
  left: 0;
}

.scAchive ul li .boxarea {
  width: 1254px;
  margin: 120px 0 0 auto;
  padding: 40px 204px 40px;
  background: #f3f3f3;
}

.scAchive ul li .boxarea .txtarea {
  width: 690px;
}

.scAchive ul li .boxarea .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.scAchive ul li .boxarea .flex .box {
  width: 48%;
}

.scAchive ul li .boxarea .source {
  margin: 0 auto 12px;
}

.scAchive ul li .boxarea p {
  margin: 0 0 24px;
  line-height: 3.2rem;
}

.scAchive ul li .boxarea p.bold {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2rem;
}

.scAchive ul li .boxarea p.bold.topic {
  font-size: 1.4rem;
}

.scAchive ul li .boxarea p.graf {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 10px 0 0 0;
}

.scAchive ul li .boxarea p.ma {
  margin: 0 0 40px;
}

.scAchive ul li .boxarea p.small {
  margin: 0 0 12px;
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.scAchive ul li .boxarea p.black {
  margin: 0;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #000;
}

.scAchive ul li .boxarea p .bold {
  margin-top: 2em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2rem;
}

.scAchive ul li .boxarea p.mt {
  margin-top: 10px;
}

.scAchive ul li .boxarea a {
  width: 100%;
  display: block;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #0084d6;
  text-decoration: underline;
}

.scAchive ul li.left .content {
  margin: 0;
}

.scAchive ul li.left .content img.list {
  right: 0;
  left: auto;
}

.scAchive ul li.left .content .boxarea {
  margin: 120px auto 0 0;
}

.scAchive ul li.left .content .boxarea .txtarea {
  margin: 0 0 0 auto;
}

.scAchive ul li .boxarea img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.scAchive ul li:nth-of-type(3) .boxarea img {
  width: 333px;
  margin: 20px 0 12px;
}

.scAchive ul li:nth-of-type(4) .boxarea img {
  width: 433px;
  margin: 20px 0 12px;
}

.scAchive ul li:nth-of-type(5) .boxarea img {
  width: 384px;
  margin: 20px 0 12px;
}

.scAchive ul li:nth-of-type(6) .boxarea img {
  width: 487px;
  margin: 20px 0 12px;
}

.scAchive ul li:last-of-type {
  margin: 0 auto;
}

.scAchive ul li .boxarea .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.scAchive ul li .boxarea .flex p.left {
  width: 100px;
}

.scAchive ul li .boxarea .flex p.right {
  width: calc(100% - 100px);
}

.box.candoma .img {
  width: 333px;
  margin: 24px 0 12px;
  text-align: center;
}

.box.candoma img.ft {
  width: 333px;
}

.box.candoma img.sd {
  width: 486px;
  margin: 0 0 12px;
}

.scAchive ul li:nth-of-type(3) .boxarea.cando img {
  width: 486px;
  margin: 20px 0 24px;
}

.scAchive ul li:nth-of-type(4) .boxarea.cando img {
  width: 486px;
}

.popimg {
  cursor: pointer;
}

#gray-display {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

#large-img {
  width: 100%;
  max-width: 700px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  z-index: 3;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#large-img img {
  width: 100%;
  height: 100%;
  background: #fff;
}

.decn ul li h2:before {
  top: -24px;
  background: none;
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  line-height: 10rem;
}

.decn ul li:first-of-type h2:before {
  content: "01";
}

.decn ul li:nth-of-type(2) h2:before {
  content: "02";
}

.decn ul li:nth-of-type(3) h2:before {
  content: "03";
}

.decn ul li:nth-of-type(4) h2:before {
  content: "04";
}

.decn ul li:nth-of-type(5) h2:before {
  content: "05";
}

.decn ul li:nth-of-type(6) h2:before {
  content: "06";
}

.decn ul li:nth-of-type(7) h2:before {
  content: "07";
}

.scAction {
  width: 100%;
}

.scAction h2 {
  width: 100%;
  position: relative;
  top: 0;
  display: inline-block;
  font-size: 2.4rem;
  color: #5ea8a8;
}

.scAction h2::after {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #5ea8a8;
  content: "";
}

.scAction p {
  margin: 26px 0 40px;
}

.scAction h3 {
  margin: 0 0 24px;
  font-size: 1.4rem;
  line-height: 2rem;
}

.scAction table {
  width: 100%;
  margin: 0 auto 80px;
  border-collapse: collapse;
}

.scAction table tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.scAction table tr .title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: left;
}

.scAction table tr.ft th {
  height: 32px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #5ea8a8;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #e5e5e5;
}

.scAction table tr.ft th:nth-of-type(2) {
  width: calc(100% - 384px);
}

.scAction table tr th {
  width: 384px;
  padding: 20px 32px 0 16px;
  background: #eff7f7;
  text-align: left;
  font-size: 2.4rem;
  border-right: 1px solid #e5e5e5;
}

.scAction table tr th .fs {
  display: block;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}

.scAction table tr td {
  width: calc(100% - 384px);
  padding: 20px;
  background: #f3f3f3;
}

.scAction table tr:nth-of-type(2n - 1) td {
  background: #e5e5e5;
}

.scAction table tr.bgcr th {
  background: #dceaea;
}

.scAction table tr:last-of-type th {
  padding: 20px 32px 20px 16px;
}

.scAction table tr:last-of-type td {
  padding: 31px 20px 20px 20px;
}

.scAction .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.6rem;
  color: #5ea8a8;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scAction .box p {
  margin: 8px 0 0 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.scAction .box p span.bold {
  display: inline;
  font-weight: 700;
}

.accordionArea {
  width: 100%;
  margin: 0 auto 80px;
}

.accordionArea .title::after {
  display: none;
}

.accordionArea .content {
  width: 84%;
  max-width: 996px;
  margin: auto;
  padding: 40px 24px 28px;
  border-radius: 15px;
  background: #eff7f7;
}

.accordionArea .box li {
  margin: 30px 0 0 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.accordionArea .box li:first-of-type {
  padding: 30px 0 0 0;
  border-top: solid 1px #5ea8a8;
}

.accordionArea .box li .txtarea {
  width: 180px;
}

.accordionArea .box li .txtarea p {
  margin: 0;
  font-weight: 700;
  line-height: 2rem;
}

.accordionArea .box li .tagarea {
  width: calc(100% - 180px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.accordionArea .box li .tagarea .borderbox {
  margin: 0 12px 12px 0;
  padding: 2px 20px 4px;
  border-radius: 24px;
  background: #5ea8a8;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
}

.accordionArea .box li .tagarea.ft .borderbox,
.accordionArea .box li .tagarea.td .borderbox {
  margin: 0 12px 0 0;
}

.accordionArea .box li:nth-of-type(4) {
  margin: 30px 30px 0 0;
}

.scTop.finance {
  padding: 160px 0 80px;
}

.scTop.finance .primary {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.scTop.finance .primary .leftArea {
  width: calc(100% - 486px);
  padding: 0 24px 0 0;
}

.scTop.finance .primary .leftArea p {
  margin: 0 0 40px;
}

.scTop.finance .primary .leftArea .blue-link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scTop.finance .primary .leftArea .blue-link a p {
  margin: 0 0 5px;
}

.scTop.finance .primary .leftArea img.sd {
  width: 486px;
  margin: 0 0 10px;
}

.scTop.finance .primary .leftArea .source {
  margin: 0 0 24px;
  line-height: 2.4rem;
}

.scTop.finance .primary .leftArea .source p.bold {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.scTop.finance .primary .leftArea .source p.small {
  margin: 0;
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.scTop.finance .primary .leftArea .source a {
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #0084d6 !important;
  text-decoration: underline;
}

.scTop.finance .primary img {
  width: 486px;
}

.scTop.finance .ttl {
  margin: 0 0 64px;
}

.scTop.finance .ttl span {
  margin: 0 0 12px;
  font-size: 2.4rem;
  color: #000000;
}

.scAchive ul li .boxarea .blue-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}

.scAchive ul li .boxarea .blue-link a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #5ea8a8 !important;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scAchive ul li .boxarea .blue-link a:hover p.line:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.scAchive ul li .boxarea .blue-link a p {
  margin: 0 0 5px;
  position: relative;
  top: 0;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  color: #5ea8a8;
}

.scAchive ul li .boxarea .blue-link a p.line:before {
  width: 100%;
  height: 1px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #5ea8a8;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.scAchive ul li .boxarea .blue-link a p.small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.blue-link a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #5ea8a8 !important;
  text-decoration: none;
}

.blue-link a:hover p.line:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.blue-link a p {
  margin: 0 0 5px;
  position: relative;
  top: 0;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  color: #5ea8a8;
}

.blue-link a p.line:before {
  width: 100%;
  height: 1px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #5ea8a8;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.blue-link a p.small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.sm-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 40px;
}

.sm-txt span {
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.sm-txt p {
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.scLink .sm-txt p {
  line-height: 2.4rem;
  font-weight: 400;
  margin: 0;
}

.scAchive .sm-txt {
  margin: 0;
}

.scAchive .sm-txt.sd {
  margin: 0 0 12px;
}

.scAchive ul li .content .boxarea .sm-txt p {
  margin: 0;
  line-height: 2.4rem;
}

.accordionArea .box li .tagarea .sm-txt {
  margin: 0;
}

.accordionArea .box li .tagarea .sm-txt p {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}

.scLink {
  width: 100%;
  margin: 0 auto 200px;
}

.scLink h2 {
  margin: 0 0 20px;
}

.scLink.need h2 {
  position: relative;
  top: 0;
  display: inline-block;
  font-size: 2.4rem;
  color: #5ea8a8;
}

.scLink.need h2::after {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #5ea8a8;
  content: "";
}

.scLink p {
  margin: 0 auto 10px;
  line-height: 3.2rem;
}

.scLink p span {
  display: block;
  font-size: 1.2rem;
  line-height: 2rem;
}

.scLink ul {
  width: 100%;
}

.scLink ul li {
  width: 384px;
  height: 100px;
  margin: 0 auto 24px;
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #5ea8a8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scLink ul li a {
  width: 100%;
  height: 100px;
  position: relative;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scLink ul li a .linkNext {
  height: 24px;
  padding: 0;
  position: absolute;
  top: 20%;
  right: 20px;
}

.scLink ul li a .linkNext .linkNextIcon {
  width: 24px;
  height: 24px;
  background: none;
}

.scLink ul li a .linkNext .linkNextIcon .arrow::after,
.scLink ul li a .linkNext .linkNextIcon .arrow::before {
  background: url(../img/icn_arrow_w_03.svg) no-repeat 0 0;
}

.scLink ul li a:hover {
  background: rgba(94, 168, 168, 0.3);
}

.scLink ul:nth-of-type(2) {
  width: 800px;
  margin: auto;
}

.scLink.linkarea h2 {
  margin: 0 0 30px;
  font-size: 2.4rem;
}

.scLink.linkarea ul li {
  width: 282px;
  height: 82px;
  margin: 0;
}

.scLink.linkarea ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 2.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scLink.linkarea ul li a .linkNext {
  top: 35%;
}

.scLink.need ul li a .linkNext {
  top: 40%;
}

.scLink.need ul li a small.sd {
  top: 8px;
}

h1.inner-page {
  margin: 0 auto 20px;
  font-size: 3.6rem;
  color: #5ea8a8;
  text-align: center;
}

.scArticle {
  width: 100%;
  padding: 200px 0;
  background: #f3f3f3;
}

.scArticle img.top {
  width: 120px;
  margin: 0 auto 20px;
}

.scArticle p.bold {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.6rem;
  text-align: center;
}

.scArticle h1.inner-page {
  margin: 0 auto 16px;
  line-height: 5.4rem;
}

.tab-panel {
  width: 86%;
  max-width: 1200px;
  margin: auto;
}

.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tab-group .tab {
  width: 25%;
  height: 68px;
  margin: 30px 0 0 0;
  position: relative;
  top: 0;
  border: solid 2px #5ea8a8;
  border-radius: 10px 10px 0 0;
  background: #b1e0e0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-group .tab.active {
  height: 78px;
  background: #5ea8a8;
}

.tab-group .tab.active p {
  color: #fff;
}

.tab-group .tab.active .arrow svg {
  width: 9px;
  fill: #fff;
}

.tab-group .tab p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
}

.tab-group .tab .arrow {
  width: 9px;
  height: 9px;
  position: absolute;
  right: 10px;
  bottom: 16px;
}

.tab-group .tab .arrow svg {
  width: 9px;
  fill: #5ea8a8;
}

.tab-group.four .tab,
.tab-group.five .tab {
  width: calc(100% / 3);
}

.tab-group.sd .tab {
  width: calc(100% / 7);
}

small.sd {
  position: relative;
  top: 2px;
  font-size: 1.1rem;
}

h1 small.sd {
  font-size: 1.8rem;
  top: 1px;
  font-weight: 700;
}

h2 small.sd {
  font-size: 1.7rem;
  top: 0px;
  font-weight: 700;
}

small.comma {
  position: relative;
  top: -8px;
  font-size: 1.1rem;
}

.innerlinkArea {
  width: 100%;
  margin: 0 0 80px;
}

.innerlinkArea .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.innerlinkArea a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px 12px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.innerlinkArea a:hover {
  opacity: 0.5;
}

.innerlinkArea img {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 0 0 4px;
  position: relative;
  top: 2px;
}

.panel-group {
  width: 100%;
  margin: 0 auto 80px;
  padding: 70px 100px 200px;
  background: #fff;
}

.panel-group .panel {
  display: none;
}

.panel-group .panel h2 {
  margin: 0 auto 52px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: center;
}

.panel-group .panel h3 {
  margin: 0 auto 40px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}

.panel-group .panel ul.ar-container {
  width: 100%;
  margin: 0 auto 90px;
}

.panel-group .panel ul.ar-container h3 {
  width: 100%;
  margin: 0 0 40px;
  position: relative;
  top: 0;
  text-align: left;
}

.panel-group .panel ul.ar-container h3 p {
  padding: 0 10px 0 0;
  position: relative;
  z-index: 1;
  top: 0;
  display: inline-block;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  color: #5ea8a8;
}

.panel-group .panel ul.ar-container h3::after {
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  background: #5ea8a8;
  content: "";
}

.panel-group .panel ul.ar-container .symbol {
  margin: 0 0 10px;
  font-size: 1.6rem;
  line-height: 3rem;
}

.panel-group .panel ul.ar-container li {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  top: 0;
}

.panel-group .panel ul.ar-container li a {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.panel-group .panel ul.ar-container li a .linkNext .linkNext_line {
  font-family: "Roboto", sans-serif;
}

.panel-group .panel ul.ar-container li a:hover {
  opacity: 0.6;
}

.panel-group .panel ul.ar-container li a:hover .linkNext .linkNext_line {
  background: -webkit-gradient(linear, left top, left bottom, from(#5ea8a8), to(#5ea8a8)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#5ea8a8, #5ea8a8) 100% 100%/0 1px no-repeat;
  background-position: 0 100%;
  background-size: 100% 1px;
}

.panel-group .panel ul.ar-container li a img {
  width: 384px;
  height: 194px;
  -o-object-fit: cover;
     object-fit: cover;
}

.panel-group .panel ul.ar-container li a .txtArea {
  width: calc(100% - 384px);
  padding: 0 0 0 24px;
}

.panel-group .panel ul.ar-container li a .txtArea .date {
  margin: 0 0 24px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #5ea8a8;
}

.panel-group .panel ul.ar-container li a .txtArea .ttl {
  margin: 0 0 8px;
  font-size: 2.4rem;
  font-weight: bold;
}

.panel-group .panel ul.ar-container li a .txtArea .com {
  font-size: 1.8rem;
}

.panel-group .panel ul.ar-container li .pdfarea {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  text-align: right;
}

.panel-group .panel ul.ar-container li .pdfarea a {
  position: relative;
  top: 30px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #5ea8a8;
  text-decoration: underline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel-group .panel ul.ar-container li .pdfarea a img {
  width: 15px;
  height: 20px;
  margin: 0 0 0 10px;
}

.panel-group .panel .pagination-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel-group .panel .pagination-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel-group .panel .pagination-container ul li {
  width: 24px;
  height: 24px;
  margin: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel-group .panel .pagination-container ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  color: #5ea8a8;
}

.panel-group .panel .pagination-container ul li.current {
  background: #5ea8a8;
}

.panel-group .panel .pagination-container ul li.current a {
  color: #fff;
}

.panel-group .panel .pagination-container .prev-page button,
.panel-group .panel .pagination-container .next-page button {
  color: #5ea8a8;
}

.panel-group .linkNext {
  height: 24px;
  padding: 0 30px 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.panel-group .linkNext .linkNextIcon {
  width: 24px;
  height: 24px;
  background: none;
}

.panel-group .linkNext .linkNextIcon .arrow::after,
.panel-group .linkNext .linkNextIcon .arrow::before {
  width: 24px;
  height: 24px;
  background: url(../img/icn_arrow_w_02.svg) no-repeat 0 0;
}

.panel.is-show {
  display: block;
}

.otherlist {
  width: 100%;
}

.otherlist ul {
  width: 86%;
  max-width: 1200px;
  margin: auto;
}

.otherlist ul li {
  width: 220px;
  height: 112px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.otherlist ul li a {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.otherlist ul li a img {
  width: 50px;
  margin: 0 22px 0 0;
}

.otherlist ul li a img.td {
  width: 78px;
  margin: 0 12px 0 0;
}

.otherlist ul li a img.four, .otherlist ul li a img.five {
  width: 64px;
  margin: 0 10px 0 0;
}

.otherlist ul li a p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #5ea8a8;
  text-align: center;
}

.otherlist ul li a.active {
  background: #5ea8a8;
}

.otherlist ul li a.active p {
  color: #fff;
}

.otherlist ul li:hover {
  background: rgba(255, 255, 255, 0.5);
}

.scAchive ul li .boxarea .ar_link,
.scTop.finance .ar_link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.scAchive ul li .boxarea .ar_link.width .txtbox,
.scTop.finance .ar_link.width .txtbox {
  width: calc(100% - 195px);
}

.scAchive ul li .boxarea .ar_link .txtbox,
.scTop.finance .ar_link .txtbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 1px #5ea8a8;
  padding: 10px;
  margin: 0 10px 0 0;
  position: relative;
  top: 0;
}

.scAchive ul li .boxarea .ar_link .txtbox::after,
.scTop.finance .ar_link .txtbox::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: -13px;
  top: 44%;
  background: url("../img/border-right.png") no-repeat top center/65%;
}

.scAchive ul li .boxarea .ar_link .txtbox p.small,
.scTop.finance .ar_link .txtbox p.small {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #5ea8a8;
}

.scAchive ul li .boxarea .blue-link,
.scTop.finance .blue-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.scAchive ul li .boxarea .blue-link a,
.scTop.finance .blue-link a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  margin: 0 0 0 10px;
}

.scAchive ul li .boxarea .blue-link a .linkNext,
.scTop.finance .blue-link a .linkNext {
  padding: 0 62px 0 0;
}

.scAchive ul li .boxarea .blue-link a p,
.scTop.finance .blue-link a p {
  margin: 0;
  line-height: 2.4rem;
}

.scAchive ul li .boxarea .blue-link a:hover p.line:before,
.scTop.finance .blue-link a:hover p.line:before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.scTop.finance .ar_link .txtbox::after {
  background: url("../img/border-right_sp.png") no-repeat top center/65%;
}

.cando {
  padding: 246px 0 80px;
}

.cando .ttl {
  margin: 0 0 200px;
}

.cando p {
  margin: 0 0 40px;
}

.box img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#gotop {
  opacity: 1;
  width: 50px;
  height: 50px;
  background: #fff;
  border: solid 2px #5ea8a8;
  display: inline-block;
  position: fixed;
  z-index: 2;
  bottom: 30px;
  right: 50px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#gotop svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#gotop .a,
#gotop .svg {
  fill: none;
}

#gotop .svg {
  stroke: #5ea8a8;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.fixed-list {
  position: fixed;
  right: 43px;
  bottom: 80px;
  z-index: 2;
}

.fixed-list ul {
  width: 70px;
}

.fixed-list ul li {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 0 20px;
}

.fixed-list ul li a {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 3px 2px 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 2px 10px 1px rgba(0, 0, 0, 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixed-list ul li a.active {
  background: #5ea8a8;
}

.fixed-list ul li img {
  width: 40px;
}

.fixed-list ul li img.ft {
  width: 30px;
}

.fixed-list ul li img.sd {
  width: 34px;
}

.fixed-list ul li img.td {
  width: 44px;
}

@media screen and (max-width: 1700px) {
  .scAchive ul li .content {
    width: 1400px;
    max-width: 1400px;
  }
  .scAchive ul li .content .boxarea {
    width: 1090px;
    padding: 40px 200px 40px 250px;
  }
  .scAchive ul li .content .boxarea .txtarea {
    width: 630px;
  }
  .scAchive ul li .boxarea .flex p.right br {
    display: none;
  }
  .scAchive ul li .boxarea p.bold.topic br.pc {
    display: none;
  }
  #sidebar {
    width: 200px;
    left: 46px;
  }
  #sidebar #sticked {
    width: 200px;
  }
}

@media screen and (max-width: 1600px) {
  .scAchive ul li .content {
    width: 1270px;
    max-width: 1270px;
  }
  .scAchive ul li .content .boxarea {
    width: 940px;
    padding: 40px 230px 40px 140px;
  }
  .scAchive ul li .content .boxarea .txtarea {
    width: 100%;
  }
  .scAchive ul li img.list {
    width: 400px;
  }
  .scAchive ul li.left .content .boxarea {
    padding: 40px 140px 40px 250px;
  }
}

@media screen and (max-width: 1400px) {
  header .logo {
    margin: 0 40px 0 0;
  }
  header nav.pc ul li a {
    font-size: 1.4rem;
  }
  .serviceListItemWrap {
    width: calc(100% - 600px);
  }
  .serviceListImagesWrap {
    width: 600px;
    height: 520px;
  }
  .scCase ul li {
    width: calc(97% / 3);
  }
  .scLink ul li {
    width: 344px;
  }
  .scLink.linkarea ul li {
    width: 24%;
  }
  .scAchive ul li .content {
    width: 1190px;
    max-width: 1190px;
  }
  .scAchive ul li img.list {
    width: 400px;
  }
  .otherlist ul li {
    width: 19%;
    height: 102px;
  }
  .otherlist ul li a {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .otherlist ul li a img.td {
    width: 68px;
    margin: 0 10px 0 0;
  }
  .otherlist ul li a img {
    width: 44px;
    margin: 0 18px 0 0;
  }
  .otherlist ul li a img.four,
  .otherlist ul li a img.five {
    width: 50px;
    margin: 0 8px 0 0;
  }
  .scAchive ul li .boxarea .ar_link .txtbox.res,
  .scTop.finance .ar_link .txtbox.res {
    width: 40%;
  }
}

@media screen and (max-width: 1380px) {
  .sdmenu .sub .subarea li {
    width: calc(94% / 6);
  }
  .sdmenu .sub .subarea li a {
    width: 100%;
  }
  .sdmenu .sub .subarea li.ft {
    width: calc(94% / 6);
  }
  footer .flex .leftarea {
    width: calc(100% - 280px);
  }
  footer .flex .logo {
    margin: 0 100px 0 0;
  }
  footer .flex .logo img {
    width: 220px;
  }
  .scAchive ul li .content {
    width: 1050px;
    max-width: 1050px;
  }
  .scAchive ul li .content .boxarea {
    width: 800px;
    padding: 40px 160px 40px 130px;
  }
  .scAchive ul li .content img.list {
    width: 360px;
  }
  .scAchive ul li .boxarea .ar_link.exc .txtbox {
    width: 50%;
  }
  .scAchive ul li:nth-of-type(3) .boxarea img {
    width: 100%;
  }
  .scCase ul li .cont h3 {
    margin: 0 auto 10px;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.1rem;
  }
  .scCase ul li .cont .flex .txtArea {
    width: 180px;
  }
  .scCase ul li .cont .flex .txtArea p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .scCase ul li .cont .flex .img {
    padding: 0 10px 0 0;
  }
  .scCase ul li .cont .flex .img img {
    width: 70px;
  }
  .scCase ul li.td .cont .flex .img img {
    width: 86px;
  }
  .scCase ul:nth-of-type(2) li.four .cont .flex .img img {
    width: 84px;
  }
  .scCase ul:nth-of-type(2) li.five .cont .flex .img img {
    width: 80px;
  }
  .serviceListItemWrap {
    width: calc(100% - 560px);
  }
  .serviceListImagesWrap {
    width: 560px;
    height: 500px;
  }
}

@media screen and (max-width: 1280px) {
  header .logo {
    margin: 0 30px 0 0;
  }
  header .logo img {
    width: 130px;
  }
  .scLink ul li {
    width: 300px;
  }
  .scLink ul li a {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 1100px) {
  header nav.pc ul li a {
    padding: 6px 18px;
  }
  header .logo img {
    width: 120px;
  }
  header .corp img {
    width: 150px;
  }
  header nav.pc ul li a {
    font-size: 1.2rem;
  }
  footer .flex .leftarea {
    width: calc(100% - 260px);
  }
  .scLink ul li {
    width: 32%;
  }
  .scMv .swiper-container .swiper-wrapper .swiper-slide .content p {
    font-size: 3.4rem;
    line-height: 5.6rem;
  }
  .scMv .swiper-container .swiper-wrapper .swiper-slide .content p span.re {
    width: 610px;
    font-size: 1.4rem;
  }
  .scCase ul li a {
    padding: 16px 12px 10px;
  }
  .scCase ul li a .cont h3 {
    margin: 0 auto 10px;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1rem;
  }
  .scCase ul li a .cont .flex .img {
    width: calc(100% - 150px);
  }
  .scCase ul li a .cont .flex .txtArea {
    width: 150px;
  }
  .scAchive ul li .content {
    width: 90%;
    max-width: 940px;
  }
  .scAchive ul li .content .boxarea {
    width: 780px;
    padding: 40px 0;
  }
  .scAchive ul li .content .boxarea .txtarea {
    width: 60%;
    margin: auto;
  }
  .scAchive ul li .content img.list {
    width: 280px;
  }
  .scAchive ul li.left .content .boxarea .txtarea {
    margin: 0 auto;
  }
  #sidebar {
    width: 170px;
    left: 46px;
  }
  #sidebar #sticked {
    width: 170px;
  }
  .scAchive ul li.left .content .boxarea {
    padding: 40px 0px 40px 100px;
  }
  .scTop.finance .primary .leftArea img.sd {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  header nav.pc ul li a {
    padding: 6px 14px;
    font-size: 1rem;
  }
  header .logo {
    margin: 0;
    padding: 0 10px 0 0;
  }
  header .logo img {
    width: 100px;
  }
  .scAchive ul li .content .boxarea {
    width: 80%;
  }
  footer .flex .logo img {
    width: 200px;
  }
  .panel-group {
    padding: 70px 60px 130px;
  }
  .panel-group .panel ul.ar-container li a img {
    width: 50%;
    height: 184px;
  }
  .panel-group .panel ul.ar-container li a .txtArea {
    width: 50%;
  }
  .sdmenu .sub .subarea li a p {
    font-size: 1.2rem;
  }
  .sdmenu .sub .subarea li.ft p {
    font-size: 1.2rem;
  }
  .serviceListItemWrap {
    width: calc(100% - 460px);
  }
  .serviceListImagesWrap {
    width: 460px;
    height: 410px;
  }
  .scCase .fixbg {
    height: 660px;
  }
  .scTop.finance .primary img {
    width: 40%;
  }
  .scTop.finance .primary .leftArea {
    width: 60%;
  }
}

@media screen and (max-width: 900px) {
  header .corp img {
    width: 120px;
  }
  header nav.pc ul li a {
    padding: 6px;
    font-size: 1rem;
  }
  .scTop .ttl {
    font-size: 3.4rem;
    line-height: 5.6rem;
  }
  .scAchive ul li h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
  .scAchive ul li .content img.list {
    width: 240px;
  }
  footer .flex .corp img {
    width: 140px;
  }
  footer .flex .leftarea {
    width: calc(100% - 210px);
  }
  footer .flex .logo {
    margin: 0 40px 0 0;
  }
  footer .flex .logo img {
    width: 140px;
  }
}

@media screen and (max-width: 768px) {
  .box.candoma .img {
    width: 100%;
    margin: 0 auto;
  }
  .box.candoma img.ft {
    width: 100%;
  }
  .box.candoma img.ft p.bold {
    margin: 0 0 12px;
  }
  .scLink.need ul li a small.sd {
    top: 5px;
  }
  .scAchive ul li .content .boxarea p.bold {
    margin: 0;
  }
  .scAchive ul li .content .boxarea p.black {
    margin: 0 0 8px;
  }
  @-webkit-keyframes zoomDown {
    0% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
    }
    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  @keyframes zoomDown {
    0% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
    }
    100% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  .slide-img {
    height: 100%;
    background-position: center center;
    background-size: cover;
  }
  .scTop.cando {
    padding: 85px 0 30px;
  }
  .scTop.cando .ttl {
    margin: 0 0 186px;
  }
  .scTop.cando .bg {
    top: 150px;
  }
  .scAchive ul li .boxarea p.black .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .flex {
    display: block;
  }
  header {
    height: 70px;
    padding: 14px 6% 10px;
    z-index: 3;
  }
  header .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .content .leftArea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  header .logo img {
    width: 120px;
    position: relative;
    z-index: 3;
    top: 0;
  }
  header .content nav {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    height: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    display: inline-block;
    overflow: auto;
    background: url("../img/nav_img.svg") no-repeat bottom right 10px/212px, #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-overflow-scrolling: touch;
  }
  header .content nav.open {
    height: 100%;
  }
  header .content nav ul {
    width: 86%;
    margin: auto;
    padding: 100px 0;
    display: -ms-grid;
    display: grid;
    row-gap: 40px;
  }
  header .content nav ul li {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
  header .content nav ul li .child {
    margin: 0 0 14px 30px;
    padding: 0 0 0 30px;
    position: relative;
    top: 0;
    line-height: 2rem;
  }
  header .content nav ul li .child::before {
    width: 18px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background: #707070;
    content: "";
  }
  header .content nav ul li .child.top::before {
    top: 27%;
  }
  header .content nav ul li a {
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4rem;
    color: #000;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .content nav ul li a.bold {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8rem;
  }
  header .content nav ul li a img {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
  }
  header .content nav ul li a.act {
    color: #5ea8a8;
  }
  .navBarSp {
    width: 40px;
    height: 22px;
    position: relative;
    z-index: 3;
    top: 0;
    right: 0;
    display: block;
  }
  .navBarSp:before {
    width: 32px;
    height: 3px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    background: #5ea8a8;
    content: "";
    -webkit-transition: 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .navBarSp span {
    width: 32px;
    height: 3px;
    margin: auto;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    display: block;
    background: #5ea8a8;
    content: "";
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .navBarSp:after {
    width: 32px;
    height: 3px;
    margin: auto;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    display: block;
    background: #5ea8a8;
    content: "";
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .navBarSp.active:before,
  .navBarSp.active span {
    top: 20px;
    background: #5ea8a8;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  .navBarSp.active:after {
    top: 10px;
    background: #5ea8a8;
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  .linkNext.linkNextSlanted .linkNextIcon {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  .linkNext.linkNextSlanted .linkNextIcon .arrow {
    width: 22px;
    height: 22px;
    top: -1px;
  }
  .linkNext.linkNextSlanted .linkNextIcon .arrow::after, .linkNext.linkNextSlanted .linkNextIcon .arrow::before {
    width: 22px;
    height: 22px;
  }
  .panel-group .panel ul.ar-container li .pdfarea a {
    top: 0;
  }
  .scMv .swiper-container.sd {
    margin: -552px 0 0;
  }
  .scMv .swiper-container {
    height: 512px;
    margin: 70px auto 40px;
  }
  .scMv .swiper-container .swiper-wrapper .swiper-slide .content {
    height: auto;
  }
  .scMv .swiper-container .swiper-wrapper .swiper-slide .content .slide-text {
    position: absolute;
    top: 60px;
    right: auto;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .scMv .swiper-container .swiper-wrapper .swiper-slide .content .slide-text img.zero {
    width: 168px;
    margin: 0 0 10px;
  }
  .scMv .swiper-container .swiper-wrapper .swiper-slide .content p {
    width: 100%;
    font-size: 2.8rem;
    line-height: 3.4rem;
    text-align: left;
    letter-spacing: 0.1rem;
  }
  .scMv .swiper-container .swiper-wrapper .swiper-slide .content p span {
    opacity: 0;
  }
  .scMv .swiper-container .swiper-wrapper .swiper-slide .content p span.re {
    width: 100%;
    margin: 20px auto 0;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 0.1rem;
  }
  .scMv .swiper-container .swiper-wrapper .swiper-slide .content p span.re::before, .scMv .swiper-container .swiper-wrapper .swiper-slide .content p span.re::after {
    top: 33%;
    right: -5%;
  }
  .scMv .swiper-container .swiper-wrapper .swiper-slide .content p span.re::before {
    right: auto;
    left: -5%;
  }
  .scMv p {
    width: 86%;
    margin: 0 auto;
    text-align: left;
  }
  .scMv p.mvma {
    margin: 40px auto 0;
  }
  .scMv {
    margin: 0;
    padding: 0 0 76px;
    background: #fff;
  }
  .scMv .content h1 span {
    width: 88%;
    margin: 20px auto 0;
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    letter-spacing: 0rem;
  }
  .js-scroll-container {
    width: 100%;
    padding: 0 0 1px;
    background: #fff;
  }
  .serviceListItemWrap {
    width: 100%;
  }
  .scList {
    margin: 0 auto 80px;
  }
  .scList li {
    margin: 0 auto 78px;
    padding: 0;
  }
  .scList li .txtArea h2 {
    margin: 0 auto 20px;
    font-size: 2rem;
    line-height: 3rem;
  }
  .scList li p.ttl {
    margin: 0 0 20px;
    position: relative;
    top: 0;
  }
  .scList li p.ttl span {
    padding: 0;
    font-size: 1.1rem;
  }
  .scList li p.ttl span::before {
    width: 40px;
    height: 1px;
    position: absolute;
    top: 54%;
    left: -58px;
    background: #000;
    content: "";
  }
  .scList li img {
    width: 100%;
    margin: 0 auto 20px;
  }
  .serviceListItem:not(.first) {
    max-height: none;
    margin: 0 auto 78px;
  }
  .serviceListImagesWrap {
    display: none;
  }
  .serviceListImagesWrap .st-fixed-content-inner {
    display: none;
  }
  .linkNext {
    height: 40px;
    padding: 0 52px 0 0;
  }
  .linkNext .linkNext_line {
    font-size: 1.4rem;
  }
  .linkNext .linkNextIcon {
    width: 40px;
    height: 40px;
  }
  .scCase {
    padding: 0 0 60px;
  }
  .scCase .fixbg {
    height: auto;
    overflow: auto;
  }
  .scCase .fixbg .innerbg {
    height: auto;
    background: none;
  }
  .scCase .fixbg .innerbg::before {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    background: url(../img/case_bg_sp.png) no-repeat bottom center/cover;
    content: "";
  }
  .scCase h2 {
    margin: 0 auto 20px;
    padding: 40px 0 0 0;
    font-size: 2rem;
    line-height: 3.6rem;
    letter-spacing: 0.2rem;
  }
  .scCase ul li {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
  .scCase ul li a {
    padding: 16px 12px 12px;
  }
  .scCase ul li a .cont .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .scCase ul li a .cont .flex .txtArea {
    width: 200px;
  }
  .scCase ul li a .cont .flex .txtArea p {
    line-height: 2rem;
  }
  .scCase ul li a .cont .flex .img {
    width: calc(100% - 200px);
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .scCase ul li a .cont .flex .img img {
    width: 70px;
    height: auto;
    padding: 0;
  }
  .scCase ul li a .cont h3 {
    margin: 0 auto 4px;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: left;
  }
  .scCase ul li a .cont p {
    margin: 0 0 40px;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .scCase ul li a .cont p.linkNextBlock {
    margin: 0 !important;
  }
  .scCase ul:nth-of-type(2) {
    display: block;
  }
  .scCase ul:nth-of-type(2) li {
    width: 100%;
    margin: 0 auto 20px;
  }
  .scCase .linkNext {
    height: 17px;
    padding: 0 20px 0 0;
    position: absolute;
  }
  .scCase .linkNext .linkNextIcon {
    width: 17px;
    height: 17px;
  }
  .scCase .linkNext .linkNextIcon .arrow {
    width: 17px;
    height: 17px;
  }
  .scCase .linkNext .linkNextIcon .arrow::after, .scCase .linkNext .linkNextIcon .arrow::before {
    width: 17px;
    height: 17px;
    background: url(../img/icn_arrow_w_02.svg) no-repeat 0 0/cover;
  }
  .scCase .linkNext .linkNext_line {
    font-size: 1.2rem;
  }
  .scCase ul li.td .cont .flex .img img {
    width: 90px;
    top: 0;
  }
  .scCase ul:nth-of-type(2) li.four .cont .flex .img img {
    top: 0;
  }
  .scCase ul:nth-of-type(2) li.five .cont .flex .img img {
    top: 0;
  }
  footer {
    padding: 40px 0 100px;
    background: #eff6f6;
  }
  footer .flex .logo img {
    width: 150px;
    margin: 0;
  }
  footer .flex ul li {
    margin: 0 0 8px;
    line-height: 1.4rem;
  }
  footer .flex ul li a {
    font-size: 1.2rem;
  }
  footer .flex ul li a.bold {
    font-size: 1.4rem;
    font-weight: bold;
  }
  footer .flex ul li:nth-of-type(2) {
    margin: 0 0 12px;
  }
  footer .flex .corp img {
    width: 158px;
  }
  footer .flex .corp p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  footer .flex .corp p:first-of-type {
    margin: 18px auto 0;
    line-height: 1.8rem;
  }
  footer .flex .leftarea {
    width: 100%;
    margin: 0 auto;
  }
  footer nav {
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 40px;
    border-bottom: solid 1px #5ea8a8;
  }
  footer .img {
    width: 214px;
    right: 0;
    bottom: 160px;
    left: auto;
  }
  .scTop {
    padding: 85px 0 110px;
    position: relative;
    top: 0;
  }
  .scTop .ttl {
    font-size: 3rem;
    line-height: 4rem;
  }
  .scTop .ttl span {
    padding: 8px 0 0 0;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .scTop .bg {
    width: 100%;
    height: 165px;
    top: auto;
    bottom: 0;
  }
  .scTop.need {
    height: auto;
    padding: 72px 0 0;
  }
  .scTop.need .bg {
    top: 122px;
  }
  .scTop.need p {
    margin: 134px 0 40px;
  }
  .scTop.under {
    padding: 72px 0 80px;
  }
  .scTop.under .ttl span {
    padding: 0 0 4px;
    font-size: 1.8rem;
  }
  .scTop.under p {
    margin: 20px 0 0 0;
  }
  .innerlink {
    width: 100%;
    margin: 0 auto 80px;
    padding: 24px 0 40px;
    background: #f3f3f3;
  }
  .innerlink h2 {
    width: 180px;
    height: 40px;
    margin: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
    background: url("../img/menu_h2_bg.png") no-repeat top center/100%;
    font-size: 1.4rem;
    line-height: 2.6rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
  }
  .innerlink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .innerlink ul li {
    width: 49%;
    padding: 28px 0;
    position: relative;
    top: 0;
    border-bottom: solid 1px #e5e5e5;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .innerlink ul li::before {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 42%;
    right: 0;
    background: url("../img/arrow_menu.svg") no-repeat top center/100%;
    content: "";
  }
  .innerlink ul li a {
    width: calc(100% - 16px);
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.8rem;
    letter-spacing: 0rem;
  }
  .scAchive ul li h2 {
    padding: 0 0 0 10px;
    font-size: 2rem;
    line-height: 3rem;
  }
  .scAchive ul li h2:before {
    width: 44px;
    height: 50px;
    top: -8px;
    background: url(../img/q.svg) no-repeat top center/100%;
  }
  .scAchive ul li .content {
    width: 86%;
    margin: 0 auto;
  }
  .scAchive ul li .content img.list {
    width: 100%;
    margin: 0 auto 24px;
    position: relative;
    top: 0;
  }
  .scAchive ul li .content .boxarea {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: none;
  }
  .scAchive ul li .content .boxarea .txtarea {
    width: 100%;
  }
  .scAchive ul li .content .boxarea .txtarea .flex .box {
    width: 100%;
    margin: 0 auto 40px;
  }
  .scAchive ul li .content .boxarea .blue-link a {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .scAchive ul li .content .boxarea .blue-link a p {
    font-size: 1.2rem;
  }
  .scAchive ul li .content .boxarea .blue-link a .linkNext.linkNextSlanted .linkNextIcon .arrow {
    width: 15px;
    height: 15px;
    top: 0;
  }
  .scAchive ul li .content .boxarea .blue-link a .linkNext.linkNextSlanted .linkNextIcon .arrow::after, .scAchive ul li .content .boxarea .blue-link a .linkNext.linkNextSlanted .linkNextIcon .arrow::before {
    width: 15px;
    height: 15px;
    background: url(../img/icn_arrow_w_01.svg) no-repeat top center/100%;
  }
  .scAchive ul li.left .content {
    margin: 0 auto;
  }
  .scAchive ul li.left .content .boxarea {
    margin: 0 auto;
    padding: 0;
  }
  .scAchive ul li:nth-of-type(3) .boxarea img {
    width: 100%;
    margin: 12px 0;
  }
  .scAchive ul li:nth-of-type(4) .boxarea img {
    width: 100%;
    margin: 12px 0;
  }
  .scAchive ul li:nth-of-type(5) .boxarea img {
    width: 100%;
    margin: 12px 0;
  }
  .scAchive ul li:nth-of-type(6) .boxarea img {
    width: 100%;
    margin: 12px 0;
  }
  .scAchive.decn {
    margin: 0 auto 120px;
  }
  .scAchive.decn ul li h2:before {
    top: -24px;
    background: none;
    font-size: 6rem;
    line-height: 8rem;
  }
  .box.candoma img.sd {
    width: 100%;
  }
  #gray-display {
    z-index: 3;
    display: none !important;
  }
  #large-img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: none !important;
  }
  #large-img img {
    display: none !important;
  }
  .popimg {
    cursor: auto;
  }
  .scAction h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .scAction h3 {
    margin: 0 0 12px;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
  .scAction table tr {
    width: 100%;
    display: block;
  }
  .scAction table tr.ft {
    display: none;
  }
  .scAction table tr.bgcr th {
    background: #5ea8a8;
  }
  .scAction table tr th {
    padding: 20px;
    background: #5ea8a8;
    color: #fff;
    width: 660px;
    border-right: none;
  }
  .scAction table tr td {
    width: 100%;
    display: block;
  }
  .scAction table tr .title::before,
  .scAction table tr .title::after {
    top: 11px;
  }
  .scAction .title::before,
  .scAction .title::after {
    width: 12px;
    height: 4px;
    top: 50%;
  }
  .accordionArea {
    margin: 0 auto 80px;
  }
  .accordionArea .content {
    width: 100%;
    padding: 24px;
    border-radius: 10px;
  }
  .accordionArea .content .box li {
    margin: 24px 0 0 0;
  }
  .accordionArea .content .box li:first-of-type {
    padding: 0;
    border-top: none;
  }
  .accordionArea .content .box li .txtarea {
    width: 100%;
  }
  .accordionArea .content .box li .txtarea p {
    margin: 0 0 8px;
    padding: 0;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .accordionArea .content .box li .tagarea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .accordionArea .content .box li .tagarea .borderbox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 12px 8px 0;
    padding: 0 8px;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .scLink.need h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .cando .ttl {
    margin: 0 0 40px;
  }
  .box img {
    width: 100%;
  }
  .scAction .title {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
  }
  .scAction .box p {
    margin: 0;
    padding: 8px 0 0 0;
    line-height: 2.4rem;
    font-size: 1.6rem;
  }
  .scAchive ul li:nth-of-type(3) .boxarea.cando img {
    width: 100%;
  }
  .scAchive ul li:nth-of-type(4) .boxarea.cando img {
    width: 100%;
  }
  .scLink h2 {
    font-size: 2rem;
  }
  .scLink ul:nth-of-type(2) {
    width: 100%;
    margin: auto;
  }
  .scLink ul li {
    width: 100%;
    height: 70px;
    margin: 0 auto 20px;
  }
  .scLink ul li a {
    height: 70px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .scLink ul li a small.sd {
    top: 4px;
  }
  .scLink.linkarea h2 {
    font-size: 2rem;
  }
  .scLink.linkarea ul li {
    width: 100%;
    height: 70px;
    margin: 0 auto 20px;
  }
  .need .linkNext.linkNextSlanted .linkNextIcon .arrow {
    top: -7px;
  }
  .scArticle {
    padding: 112px 0 0;
    position: relative;
    top: 0;
    background: none;
  }
  .scArticle h1.inner-page {
    margin: 0 auto 10px;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .scArticle p.bold {
    margin: 0 auto 40px;
    font-size: 1.6rem;
    line-height: 3.2rem;
    text-align: left;
  }
  .scArticle img.top {
    width: 90px;
    margin: 0 auto 16px;
  }
  .scArticle img.top.scale {
    width: 100px;
    margin: 0 auto 10px;
  }
  .scArticle.ft::after {
    height: 312px;
    top: 368px;
  }
  .scArticle.sd::after {
    height: 388px;
    top: 368px;
  }
  .scArticle.four::after {
    top: 320px;
  }
  .scArticle.five::after {
    top: 335px;
  }
  .tab-panel {
    width: 100%;
    margin: 0 auto 80px;
  }
  .tab-group {
    width: 100%;
    margin: 20px auto 40px;
    padding: 40px 7% 28px;
    background: #f3f3f3;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tab-group .tab {
    width: 48%;
    height: 68px;
    margin: 0 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #5ea8a8;
    border-radius: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .tab-group .tab.active {
    height: 68px;
  }
  .tab-group .tab .arrow {
    bottom: 20px;
  }
  .tab-group .tab p.small {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .tab-group.ft .tab,
  .tab-group.sd .tab {
    width: 48%;
  }
  .tab-group.four .tab,
  .tab-group.five .tab {
    width: 48%;
  }
  .panel-group .panel h2 {
    margin: 0 auto 40px;
  }
  .innerlinkArea {
    margin: 0 0 40px;
  }
  .innerlinkArea a {
    display: block;
    margin: 0;
  }
  .panel-group .panel .pagination-container ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .panel-group .panel .pagination-container ul li {
    width: 18px;
    height: 18px;
    margin: 0 8px;
  }
  .panel-group .panel .pagination-container ul li a {
    font-size: 1.2rem;
  }
  .panel-group {
    width: 86%;
    margin: auto;
    padding: 0;
  }
  .panel-group .panel h3 {
    margin: 0 auto 70px;
  }
  .panel-group .panel ul.ar-container {
    width: 100%;
    margin: 0 auto 80px;
  }
  .panel-group .panel ul.ar-container li {
    margin: 0 auto 65px;
  }
  .panel-group .panel ul.ar-container li a img {
    width: 100%;
    height: 160px;
    margin: 0 0 12px;
  }
  .panel-group .panel ul.ar-container li a .txtArea {
    width: 100%;
    padding: 0;
  }
  .panel-group .panel ul.ar-container li a .txtArea .ttl {
    margin: 0 0 4px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .panel-group .panel ul.ar-container li a .txtArea .com {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .panel-group .linkNext {
    padding: 0 30px 0 0;
    position: relative;
    bottom: -4px;
  }
  .scAchive ul li .boxarea .flex p.right {
    width: 100%;
  }
  .scTop.finance {
    padding: 76px 0 120px;
  }
  .scTop.finance .ttl {
    margin: 0 0 20px;
  }
  .scTop.finance .ttl span {
    font-size: 1.8rem;
  }
  .scTop.finance .primary .leftArea {
    width: 100%;
    padding: 0;
  }
  .scTop.finance .primary .leftArea .source {
    margin: 0 0 12px;
  }
  .scTop.finance .primary .leftArea img.sd {
    width: 100%;
    margin: 0 0 12px;
  }
  .scTop.finance .primary .leftArea p {
    margin: 0 0 24px;
  }
  .scTop.finance .primary .leftArea .blue-link a {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .scTop.finance .primary .leftArea .blue-link a p {
    margin: 0;
    font-size: 1.2rem;
  }
  .scTop.finance .primary .leftArea .blue-link a .linkNext.linkNextSlanted .linkNextIcon .arrow {
    width: 15px;
    height: 15px;
    top: 0px;
  }
  .scTop.finance .primary .leftArea .blue-link a .linkNext.linkNextSlanted .linkNextIcon .arrow::after, .scTop.finance .primary .leftArea .blue-link a .linkNext.linkNextSlanted .linkNextIcon .arrow::before {
    width: 15px;
    height: 15px;
    background: url(../img/icn_arrow_w_01.svg) no-repeat 0 0/100%;
  }
  .scTop.finance .primary img {
    width: 100%;
    margin: 0 auto 24px;
  }
  .scAchive ul li:last-of-type {
    margin: 0;
  }
  .scAchive ul li .boxarea p.bold.topic {
    font-size: 1.2rem;
  }
  #sidebar {
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    overflow-x: auto;
    background: #f3f3f3;
    white-space: nowrap;
    opacity: 0;
  }
  #sidebar #sticked {
    width: 100%;
    height: auto;
    padding: 14px 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f3f3f3;
  }
  #sidebar #sticked li {
    width: auto;
    margin: 0;
    padding: 0 20px 0 0;
  }
  #sidebar.fixed {
    opacity: 1;
  }
  .scLink.linkarea ul li a {
    font-size: 1.6rem;
  }
  .otherlist {
    width: 100%;
    padding: 80px 0;
    background: #f3f3f3;
  }
  .otherlist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .otherlist ul li {
    width: 48%;
    height: 92px;
    margin: 0 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .otherlist ul li a {
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .otherlist ul li a img {
    width: 42px;
    margin: 0 16px 0 0;
  }
  .otherlist ul li a img.td {
    width: 58px;
    margin: 0 10px 0 0;
  }
  .otherlist ul li a img.four, .otherlist ul li a img.five {
    width: 42px;
    margin: 0 4px 0 0;
  }
  .scAchive ul li .content .boxarea,
  .scTop.finance {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .scAchive ul li .content .boxarea p,
  .scTop.finance p {
    margin: 0 0 38px;
  }
  .scAchive ul li .content .boxarea .ar_link .txtbox,
  .scTop.finance .ar_link .txtbox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 16px auto;
    background: #fff;
  }
  .scAchive ul li .content .boxarea .ar_link .txtbox::after,
  .scTop.finance .ar_link .txtbox::after {
    right: 22px;
    bottom: -13px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: auto;
    top: auto;
    background: url("../img/border-right_sp.png") no-repeat top center/62%;
  }
  .scAchive ul li .content .boxarea .blue-link,
  .scTop.finance .blue-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
  }
  .scAchive ul li .content .boxarea .blue-link a,
  .scTop.finance .blue-link a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .scAchive ul li .content .boxarea .blue-link a p,
  .scTop.finance .blue-link a p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .scAchive ul li .content .boxarea .blue-link a .linkNextBlock,
  .scTop.finance .blue-link a .linkNextBlock {
    height: 40px;
    width: 40px;
  }
  .scAchive ul li .content .boxarea .blue-link a .linkNextBlock .linkNext,
  .scTop.finance .blue-link a .linkNextBlock .linkNext {
    padding: 0 40px 0 0;
    margin: 0 0 0 8px;
  }
  .scAchive ul li .boxarea .ar_link .txtbox.res,
  .scTop.finance .ar_link .txtbox.res {
    width: 100%;
  }
  .scAchive ul li .boxarea .ar_link .txtbox.res::after,
  .scTop.finance .ar_link .txtbox.res::after {
    right: 72px;
  }
  .scAchive ul li .boxarea .ar_link.width .txtbox,
  .scTop.finance .ar_link.width .txtbox {
    width: 100%;
  }
  .scAchive ul li .boxarea .ar_link.width .txtbox::after,
  .scTop.finance .ar_link.width .txtbox::after {
    right: 72px;
  }
  .scAchive ul li .content .boxarea .blue-link a .linkNextBlock .linkNext,
  .scTop.finance .blue-link a .linkNextBlock .linkNext {
    margin: 0;
  }
  .scAchive ul li .content .boxarea .blue-link a,
  .scTop.finance .blue-link a {
    margin: 0;
  }
  .scAchive ul li .content .boxarea .blue-link a p,
  .scTop.finance .blue-link a p {
    margin: 0 8px 0 0;
  }
  .scTop.finance .primary .leftArea .blue-link a p {
    margin: 0 8px 0 0;
  }
  h1 small.sd {
    font-size: 1.7rem;
  }
  h2 small.sd {
    font-size: 1.4rem;
    top: 2px;
  }
  #sidebar #sticked li a br {
    display: none;
  }
  #gotop {
    width: 40px;
    height: 40px;
    z-index: 2;
    bottom: 30px;
    right: 7%;
  }
  .scCase .fixbg .innerbg .content {
    width: 48%;
  }
  .scAchive ul li .boxarea p.graf {
    margin: 10px 0 38px;
  }
}

@media screen and (max-width: 650px) {
  .scList li p.ttl span::before {
    width: 20px;
    left: -30px;
  }
  .scAction table tr:last-of-type td {
    padding: 20px;
  }
  .scAction table tr th {
    width: 100%;
  }
  .otherlist ul li {
    height: 84px;
  }
  .otherlist ul li a p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .scCase .fixbg .innerbg .content {
    width: 86%;
  }
}

@media screen and (max-width: 430px) {
  .scTop.need .bg {
    top: 116px;
  }
}

@media screen and (max-width: 375px) {
  .scMv .swiper-container .swiper-wrapper .swiper-slide .content p {
    font-size: 2.5rem;
    letter-spacing: 0rem;
  }
  .scMv .swiper-container .swiper-wrapper .swiper-slide .content p span.re {
    font-size: 1.3rem;
  }
  .scTop .ttl {
    font-size: 2.8rem;
  }
  .scTop.need p {
    margin: 104px 0 40px;
  }
  .scTop.need .bg {
    top: 112px;
  }
  .otherlist ul li a img {
    width: 32px;
    margin: 0 10px 0 0;
  }
  .otherlist ul li a img.four,
  .otherlist ul li a img.five {
    width: 32px;
  }
  .otherlist ul li a img.td {
    width: 48px;
  }
}

/*20241008追加*/
.scMv {
  /* スワイパーのプログレスバーのスタイル */
}

.scMv .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7px;
  /* プログレスバーの高さ */
  margin: -50px auto 40px;
  -webkit-column-gap: 16px;
          column-gap: 16px;
}

.scMv .swiper-pagination .swiper-pagination-bullet {
  width: 118px;
  border-radius: 0;
  background-color: #e5e5e5;
  opacity: 1;
  position: relative;
}

.scMv .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5da8a8;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.scMv .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: progress 7s forwards linear;
          animation: progress 7s forwards linear;
}

@-webkit-keyframes progress {
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes progress {
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (max-width: 768px) {
  .scMv .swiper-pagination {
    width: 86%;
    position: static;
    margin: -10px auto 30px;
    -webkit-column-gap: 8px;
            column-gap: 8px;
  }
  .scMv .swiper-pagination .swiper-pagination-bullet {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.box.mb {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .box.mb {
    margin-bottom: 30px;
  }
}

.box .sm-txt.mb {
  margin-bottom: 10px;
}

.scLink.need {
  margin-bottom: 60px;
}

.scLink.need h2 {
  margin-bottom: 0;
}

.scLink.need .ttlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 43px;
          column-gap: 43px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .scLink.need .ttlWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 20px;
  }
}

.scLink.need .antBox {
  background: #f3f3f3;
  padding: 24px;
  margin-top: 36px;
}

.scLink.need .antBox .link {
  color: #0084d6;
  text-decoration: underline;
}

.scLink img.zero {
  width: 181px;
}

.scInnovation h3 {
  font-size: 1.4rem;
}

.scInnovation .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 2%;
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .scInnovation .list {
    gap: 20px 4%;
  }
}

@media screen and (max-width: 768px) {
  .scInnovation .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
}

.scInnovation .list__item {
  width: calc((100% - 4%) / 3);
}

@media screen and (max-width: 1024px) {
  .scInnovation .list__item {
    width: calc((100% - 4%) / 2);
  }
}

@media screen and (max-width: 768px) {
  .scInnovation .list__item {
    width: 100%;
  }
}

.scInnovation .list__item .link {
  background-color: #5ea8a8;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 1.8rem;
  height: 2.5em;
  position: relative;
  border-radius: 2.5em;
  color: #fff;
}

.scInnovation .list__item .link .icon {
  position: absolute;
  top: 50%;
  right: 0.7em;
  width: 1.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.scInnovation .list__item .link:hover {
  opacity: 0.7;
}

.scAzec {
  padding: 60px 0 160px;
}

@media screen and (max-width: 768px) {
  .scAzec {
    padding: 40px 0 120px;
  }
}

.scAzec h2 {
  position: relative;
  top: 0;
  display: inline-block;
  font-size: 2.4rem;
  color: #5ea8a8;
}

.scAzec h2::after {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #5ea8a8;
  content: "";
}

.scAzec p {
  margin-top: 24px;
}

.scAzec a.link {
  color: #0084d6;
  text-decoration: underline;
  margin-top: 20px;
  text-align: right;
  display: block;
}
/*# sourceMappingURL=style.css.map */