@charset "UTF-8";
body.over-hidden {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

body#service-page::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: url("../img/bg_toppage.jpg") center no-repeat;
  background-size: cover;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
body#service-page .bg-fade {
  background-color: #0F0F0F;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.scrblebox {
  width: 100%;
}
@media (max-width: 1024px) {
  .scrblebox {
    overflow-x: auto;
  }
}

.scrblebox + .swipeicon {
  display: flex;
  width: 100%;
  justify-content: center;
}

/*--------------------
　mv
---------------------*/
#service-hero {
  width: 100%;
/*  height: 100dvh;*/
}
#service-hero .container {
  color: #FFF;
}
@media (orientation: portrait) and (max-width: 1024px) {
  #service-hero .container {
/*    height: 100dvh;*/
    padding-bottom: calc(8em + (100/1024*100vw));
  }
}
#service-hero .service-tab {
  width: 100%;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (orientation: portrait) and (max-width: 1024px) {
  #service-hero .service-tab {
    position: absolute;
    left: 8%;
    bottom: calc(100/1024*100vw);
    width: 84%;
  }
}
#service-hero .service-tab.on {
  opacity: 1;
  transform: translateX(0);
}

/*--------------------
　common
---------------------*/
#service-page main {
  color: #FFF;
}
#service-page .scr-box .inner svg path {
  fill: #FFF;
}
#service-page footer {
  background-color: #FFF;
}
#service-page .row-wrap {
  display: flex;
  gap: calc(70/1440*100vw);
  flex-flow: wrap;
}
@media (max-width: 767px) {
  #service-page .row-wrap .col {
    width: 100% !important;
  }
}
#service-page h4 {
  font-weight: 600;
  color: #FFF;
  line-height: 1.5;
  margin-bottom: calc(40/1440*100vw);
}
@media (max-width: 767px) {
  #service-page h4 {
    margin-bottom: calc(40/767*100vw);
  }
}
#service-page h4 span {
  font-size: calc(28/1440*100vw);
  display: block;
}
@media (max-width: 767px) {
  #service-page h4 span {
    font-size: calc(40/767*100vw);
  }
}
#service-page .small-wrap {
  max-width: calc(700/1440*100vw);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  #service-page .small-wrap {
    max-width: calc(700/1024*100vw);
  }
}
@media (max-width: 767px) {
  #service-page .small-wrap {
    max-width: 100%;
  }
}
#service-page .lead {
  color: #FFF;
  font-size: calc(24/1440*100vw);
}
#service-page .box-tit {
  margin-bottom: calc(60/1440*100vw);
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  #service-page .box-tit {
    width: 100%;
    margin-bottom: calc(40/767*100vw);
  }
}
#service-page .box-tit h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #888888;
  height: calc(60/1440*100vw);
  padding: 0 10px;
}
@media (max-width: 767px) {
  #service-page .box-tit h5 {
    width: 100%;
    height: calc(82/767*100vw);
  }
}
#service-page .box-tit h5 span.ja {
  font-size: calc(20/1440*100vw);
  font-weight: 400;
  color: #FFF;
}
@media (max-width: 767px) {
  #service-page .box-tit h5 span.ja {
    font-size: calc(32/767*100vw);
  }
}
#service-page .section-part {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  #service-page .section-part {
    padding: calc(80/1024*100vw) 0;
  }
}
@media (max-width: 767px) {
  #service-page .section-part {
    padding: calc(100/767*100vw) 0;
  }
}
@media (max-width: 1024px) {
  #service-page .bg_gley {
    background-color: #222222;
  }
}
#service-page .section-tit {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 4em;
}
#service-page .section-tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 4px;
  background: #FFFFFF;
}
#service-page .section-tit h3.s-h3 {
  font-size: 1.25em;
  font-weight: 700;
}
@media (max-width: 767px) {
  #service-page .section-tit h3.s-h3 {
    line-height: 1.4;
  }
}
#service-page .section-tit .label-box {
  display: flex;
  height: 36px;
}
#service-page .section-tit .label-box .en {
  color: #0F0F0F;
  background: #FFF;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2.1428em;
  padding: 0 1em;
  line-height: 36px;
  border: 1px solid #FFF;
}
#service-page .section-tit .label-box .ja {
  padding: 0 1em;
  font-size: 0.9285em;
  line-height: 36px;
  border: 1px solid #FFF;
}
#service-page h5 {
  display: flex;
  justify-content: flex-start;
}
#service-page h5 .label {
  display: block;
  background: #FFFFFF;
  color: #FFFFFF;
  font-size: 0.875em;
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
}
#service-page .footer-link-wrap.tab-menu.section-tab {
  display: flex;
  flex-flow: wrap;
}
#service-page .footer-link-wrap.tab-menu.section-tab > button {
  width: 50%;
  padding: 0 20px;
  border-bottom: 1px solid #FFF;
}
@media (max-width: 1280px) {
  #service-page .footer-link-wrap.tab-menu.section-tab > button span {
    font-size: calc(30/1280*100vw);
  }
}
@media (max-width: 767px) {
    #service-page .footer-link-wrap.tab-menu.section-tab > button {
  padding: 0 10px;
}
  #service-page .footer-link-wrap.tab-menu.section-tab > button span {
    font-size: calc(30/767*100vw);
  }
}
#service-page .footer-link-wrap.tab-menu.section-tab > button .arw {
  width: 24px;
  height: 20px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  left: calc(50% - 12px);
  top: 100%;
  z-index: 2;
  background-color: #FFF;
  mix-blend-mode: none;
  position: absolute;
  z-index: 2;
  transition: all 0.2s ease-out;
}
#service-page .footer-link-wrap.tab-menu.section-tab > button:not(.is-active) {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
#service-page .footer-link-wrap.tab-menu.section-tab > button:not(.is-active) .arw {
  opacity: 0;
}
#service-page .footer-link-wrap.tab-menu.section-tab > button.is-active .arw {
  opacity: 1;
}

#service-page .panel-group {
  position: relative;
}
#service-page .panel {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
    z-index: -1;
}
#service-page .tab.is-active {
  transition: all 0.2s ease-out;
}
#service-page .panel.is-show {
  opacity: 1;
  position: relative;
  padding-bottom: 100px;
    z-index: 2;
}
@media (max-width: 767px) {
  #service-page .panel.is-show {
    padding-bottom: 80px;
  }
}
#service-page .panel.is-show .section-part {
  padding-top: 80px;
}
#service-page .panel.is-show > .section-part:first-child {
    padding-top:40px;
}
@media (max-width: 767px) {
  #service-page .panel.is-show .section-part {
    padding-top: 60px;
  }
}

/*--------------------
　service_last
---------------------*/
#service_last {
  padding-bottom: calc(160/1440*100vw);
}
@media (max-width: 767px) {
  #service_last {
    padding-bottom: calc(160/767*100vw);
  }
}

/*--------------------
　service01
---------------------*/
@keyframes circleanime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
#service01 .lead, #service02 .lead {
  margin-top: calc(100/1440*100vw);
}
@media (max-width: 767px) {
  #service01 .lead, #service02 .lead {
    font-size: calc(32/767*100vw);
  }
}
#service01 .service-model-wrap, #service02 .service-model-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#service01 .service-model-wrap svg, #service02 .service-model-wrap svg {
  overflow: visible;
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  #service01 .service-model-wrap svg, #service02 .service-model-wrap svg {
    width: 640px;
    height: auto;
    aspect-ratio: 1000/492.578;
    margin-top: calc(100/767*100vw);
  }
}
#service01 .service-model-wrap svg .circle01, #service02 .service-model-wrap svg .circle01 {
  transform: scale(1);
  transform-origin: 140px 140px;
  opacity: 1;
  animation: 2s circleanime linear infinite;
  animation-delay: .5s;
}
#service01 .service-model-wrap svg .circle02, #service02 .service-model-wrap svg .circle02 {
  transform: scale(1);
  transform-origin: 140px 140px;
  opacity: 1;
  animation: 2s circleanime linear infinite;
}
#service01 .service-model-wrap .swipeicon, #service02 .service-model-wrap .swipeicon {
  display: flex;
  justify-content: center;
}
#service01 > .section-part:first-child, #service02 > .section-part:first-child {
  padding-top: calc(80/1440*100vw);
}
@media (max-width: 1024px) {
  #service01 > .section-part:first-child, #service02 > .section-part:first-child {
    padding-top: calc(60/1024*100vw);
  }
}
@media (max-width: 767px) {
  #service01 > .section-part:first-child, #service02 > .section-part:first-child {
    padding-top: calc(100/767*100vw);
  }
}
@media (max-width: 767px) {
  #service01 > .section-part:first-child .container > h4, #service02 > .section-part:first-child .container > h4 {
    text-align: center;
  }
}
#service01 .service01_02 .txt-box, #service02 .service01_02 .txt-box {
  width: 56%;
}
#service01 .service01_02 .img-box, #service02 .service01_02 .img-box {
  width: calc(44% - calc(70/1440*100vw));
}
#service01 .service01_02 .img-box table, #service02 .service01_02 .img-box table {
  border: 1px solid #FFF;
  border-collapse: collapse;
  width: 100%;
}
#service01 .service01_02 .img-box table th, #service01 .service01_02 .img-box table td, #service02 .service01_02 .img-box table th, #service02 .service01_02 .img-box table td {
  border: 1px solid #FFF;
  padding: 5px 15px;
  vertical-align: middle;
  line-height: 1.5;
}
#service01 .service01_02 .img-box table th .num, #service01 .service01_02 .img-box table td .num, #service02 .service01_02 .img-box table th .num, #service02 .service01_02 .img-box table td .num {
  font-size: 3.3333333333vw;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  #service01 .service01_02 .img-box table th .num, #service01 .service01_02 .img-box table td .num, #service02 .service01_02 .img-box table th .num, #service02 .service01_02 .img-box table td .num {
    font-size: 10.4302477184vw;
  }
}
#service01 .service01_02 .img-box table th, #service02 .service01_02 .img-box table th {
  font-weight: 400;
  text-align: center;
  width: 5em;
}
#service01 .service01_02 .img-box table td, #service02 .service01_02 .img-box table td {
  text-align: right;
}
#service01 .service01_02 .img-box table + p.cap, #service02 .service01_02 .img-box table + p.cap {
  margin-top: calc(10/1440*100vw);
}
#service01 .service01_03, #service02 .service01_03 {
  position: relative;
  min-width: 640px;
}
#service01 .service01_03 .bg_service01_03, #service02 .service01_03 .bg_service01_03 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
#service01 .service01_03 .bg_service01_03 img, #service02 .service01_03 .bg_service01_03 img {
  width: 100%;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.3s ease;
}
#service01 .service01_03 .bg_service01_03.on img, #service02 .service01_03 .bg_service01_03.on img {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
#service01 .service01_03 table, #service02 .service01_03 table {
  border: 1px solid #FFF;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
#service01 .service01_03 table th, #service01 .service01_03 table td, #service02 .service01_03 table th, #service02 .service01_03 table td {
  border: 1px solid #FFF;
  padding: 5px 15px;
  line-height: 1.5;
  width: 25%;
}
#service01 .service01_03 table th .num, #service01 .service01_03 table td .num, #service02 .service01_03 table th .num, #service02 .service01_03 table td .num {
  font-size: 3.3333333333vw;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
#service01 .service01_03 table th, #service02 .service01_03 table th {
  font-weight: 400;
  text-align: left;
  border-bottom: none;
  vertical-align: top;
  padding-bottom: calc(100/1440*100vw);
}
#service01 .service01_03 table td, #service02 .service01_03 table td {
  text-align: left;
  border-top: none;
}
#service01 .box-tit.right h5, #service02 .box-tit.right h5 {
  margin-right: 0;
  margin-left: auto;
}
#service01 .row-wrap.service01_04, #service02 .row-wrap.service01_04 {
  flex-flow: row-reverse;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #service01 .row-wrap.service01_04, #service02 .row-wrap.service01_04 {
    flex-flow: column;
  }
}
#service01 .row-wrap.service01_04 .img-box, #service02 .row-wrap.service01_04 .img-box {
  width: 44%;
}
@media (max-width: 767px) {
  #service01 .row-wrap.service01_04 .img-box, #service02 .row-wrap.service01_04 .img-box {
    width: 100;
    margin-top: calc(40/767*100vw);
  }
}
#service01 .row-wrap.service01_04 .img-box img, #service02 .row-wrap.service01_04 .img-box img {
  width: 100%;
  height: auto;
}
#service01 .row-wrap.service01_04 .txt-box, #service02 .row-wrap.service01_04 .txt-box {
  width: calc(56% - calc(70/1440*100vw));
}
@media (max-width: 767px) {
  #service01 .row-wrap.service01_04 .txt-box, #service02 .row-wrap.service01_04 .txt-box {
    width: 100;
  }
}
#service01 .section05, #service01 .section06, #service02 .section05, #service02 .section06 {
  position: relative;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  #service01 .section05, #service01 .section06, #service02 .section05, #service02 .section06 {
    padding: 0;
  }
}
#service01 .section05 .bg_img, #service01 .section06 .bg_img, #service02 .section05 .bg_img, #service02 .section06 .bg_img {
  width: 83.3333%;
  margin: 0 0 auto 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1440px) {
  #service01 .section05 .bg_img, #service01 .section06 .bg_img, #service02 .section05 .bg_img, #service02 .section06 .bg_img {
    width: calc(1000px + (100% - 1000px)/2);
  }
}
@media (max-width: 767px) {
  #service01 .section05 .bg_img, #service01 .section06 .bg_img, #service02 .section05 .bg_img, #service02 .section06 .bg_img {
    width: 95%;
  }
}
#service01 .section05 .bg_img img, #service01 .section06 .bg_img img, #service02 .section05 .bg_img img, #service02 .section06 .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service01 .section05 .container, #service01 .section06 .container, #service02 .section05 .container, #service02 .section06 .container {
  position: relative;
}
#service01 .section05 .container .row-wrap, #service01 .section06 .container .row-wrap, #service02 .section05 .container .row-wrap, #service02 .section06 .container .row-wrap {
  padding: calc(70/1440*100vw);
}
@media (max-width: 767px) {
  #service01 .section05 .container .row-wrap, #service01 .section06 .container .row-wrap, #service02 .section05 .container .row-wrap, #service02 .section06 .container .row-wrap {
    padding: calc(64/767*100vw);
    flex-flow: column;
  }
}
@media (max-width: 767px) {
  #service01 .section05 .container .row-wrap .main_num, #service01 .section06 .container .row-wrap .main_num, #service02 .section05 .container .row-wrap .main_num, #service02 .section06 .container .row-wrap .main_num {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#service01 .section05 .container .row-wrap .main_num .num_box, #service01 .section06 .container .row-wrap .main_num .num_box, #service02 .section05 .container .row-wrap .main_num .num_box, #service02 .section06 .container .row-wrap .main_num .num_box {
  display: block;
  text-align: center;
}
#service01 .section05 .container .row-wrap .main_num .num_box small, #service01 .section06 .container .row-wrap .main_num .num_box small, #service02 .section05 .container .row-wrap .main_num .num_box small, #service02 .section06 .container .row-wrap .main_num .num_box small {
  font-size: calc(24/1440*100vw);
}
@media (max-width: 767px) {
  #service01 .section05 .container .row-wrap .main_num .num_box small, #service01 .section06 .container .row-wrap .main_num .num_box small, #service02 .section05 .container .row-wrap .main_num .num_box small, #service02 .section06 .container .row-wrap .main_num .num_box small {
    font-size: calc(32/767*100vw);
  }
}
#service01 .section05 .container .row-wrap .main_num .num_box p, #service01 .section06 .container .row-wrap .main_num .num_box p, #service02 .section05 .container .row-wrap .main_num .num_box p, #service02 .section06 .container .row-wrap .main_num .num_box p {
  display: flex;
  align-items: baseline;
  line-height: 1.2;
  font-size: calc(24/1440*100vw);
}
@media (max-width: 767px) {
  #service01 .section05 .container .row-wrap .main_num .num_box p, #service01 .section06 .container .row-wrap .main_num .num_box p, #service02 .section05 .container .row-wrap .main_num .num_box p, #service02 .section06 .container .row-wrap .main_num .num_box p {
    font-size: calc(32/767*100vw);
  }
}
#service01 .section05 .container .row-wrap .main_num .num_box p .num, #service01 .section06 .container .row-wrap .main_num .num_box p .num, #service02 .section05 .container .row-wrap .main_num .num_box p .num, #service02 .section06 .container .row-wrap .main_num .num_box p .num {
  font-weight: 600;
  font-size: calc(96/1440*100vw);
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  #service01 .section05 .container .row-wrap .main_num .num_box p .num, #service01 .section06 .container .row-wrap .main_num .num_box p .num, #service02 .section05 .container .row-wrap .main_num .num_box p .num, #service02 .section06 .container .row-wrap .main_num .num_box p .num {
    font-size: calc(110/767*100vw);
  }
}
#service01 .section05 .container .row-wrap .sub_num, #service01 .section06 .container .row-wrap .sub_num, #service02 .section05 .container .row-wrap .sub_num, #service02 .section06 .container .row-wrap .sub_num {
  display: flex;
  flex-flow: wrap;
}
#service01 .section05 .container .row-wrap .sub_num .num_box_outer, #service01 .section06 .container .row-wrap .sub_num .num_box_outer, #service02 .section05 .container .row-wrap .sub_num .num_box_outer, #service02 .section06 .container .row-wrap .sub_num .num_box_outer {
  display: flex;
  flex-flow: column;
  gap: calc(20/1440*100vw);
}
@media (max-width: 767px) {
  #service01 .section05 .container .row-wrap .sub_num .num_box_outer, #service01 .section06 .container .row-wrap .sub_num .num_box_outer, #service02 .section05 .container .row-wrap .sub_num .num_box_outer, #service02 .section06 .container .row-wrap .sub_num .num_box_outer {
    align-items: flex-start;
  }
}
#service01 .section05 .container .row-wrap .sub_num .num_box, #service01 .section06 .container .row-wrap .sub_num .num_box, #service02 .section05 .container .row-wrap .sub_num .num_box, #service02 .section06 .container .row-wrap .sub_num .num_box {
  display: block;
  text-align: center;
  padding: 0 calc(20/1440*100vw);
  border-right: 1px solid #888888;
  line-height: 1.1;
}
@media (max-width: 767px) {
  #service01 .section05 .container .row-wrap .sub_num .num_box, #service01 .section06 .container .row-wrap .sub_num .num_box, #service02 .section05 .container .row-wrap .sub_num .num_box, #service02 .section06 .container .row-wrap .sub_num .num_box {
    padding: 0 calc(20/767*100vw);
    text-align: left;
  }
}
#service01 .section05 .container .row-wrap .sub_num .num_box small, #service01 .section06 .container .row-wrap .sub_num .num_box small, #service02 .section05 .container .row-wrap .sub_num .num_box small, #service02 .section06 .container .row-wrap .sub_num .num_box small {
  font-size: calc(16/1440*100vw);
}
@media (max-width: 767px) {
  #service01 .section05 .container .row-wrap .sub_num .num_box small, #service01 .section06 .container .row-wrap .sub_num .num_box small, #service02 .section05 .container .row-wrap .sub_num .num_box small, #service02 .section06 .container .row-wrap .sub_num .num_box small {
    font-size: calc(24/767*100vw);
  }
}
#service01 .section05 .container .row-wrap .sub_num .num_box p, #service01 .section06 .container .row-wrap .sub_num .num_box p, #service02 .section05 .container .row-wrap .sub_num .num_box p, #service02 .section06 .container .row-wrap .sub_num .num_box p {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: calc(24/1440*100vw);
  line-height: 1.2;
}
@media (max-width: 767px) {
  #service01 .section05 .container .row-wrap .sub_num .num_box p, #service01 .section06 .container .row-wrap .sub_num .num_box p, #service02 .section05 .container .row-wrap .sub_num .num_box p, #service02 .section06 .container .row-wrap .sub_num .num_box p {
    font-size: calc(24/767*100vw);
    justify-content: flex-start;
  }
}
#service01 .section05 .container .row-wrap .sub_num .num_box p .num, #service01 .section06 .container .row-wrap .sub_num .num_box p .num, #service02 .section05 .container .row-wrap .sub_num .num_box p .num, #service02 .section06 .container .row-wrap .sub_num .num_box p .num {
  font-weight: 400;
  font-size: calc(48/1440*100vw);
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  #service01 .section05 .container .row-wrap .sub_num .num_box p .num, #service01 .section06 .container .row-wrap .sub_num .num_box p .num, #service02 .section05 .container .row-wrap .sub_num .num_box p .num, #service02 .section06 .container .row-wrap .sub_num .num_box p .num {
    font-size: calc(56/767*100vw);
  }
}
#service01 .section06, #service02 .section06 {
  margin-top: calc(60/1440*100vw);
}
@media (max-width: 767px) {
  #service01 .section06, #service02 .section06 {
    margin-top: calc(80/767*100vw);
  }
}
#service01 .section06 .bg_img, #service02 .section06 .bg_img {
  margin: 0 auto 0 0;
  left: 0;
  right: auto;
}
#service01 .section06 .container .row-wrap, #service02 .section06 .container .row-wrap {
  flex-flow: row-reverse;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #service01 .section06 .container .row-wrap, #service02 .section06 .container .row-wrap {
    flex-flow: column;
    justify-content: flex-start;
  }
}

/*--------------------
　service02
---------------------*/
#service-2 .section-part:first-child {
  padding-top: 0;
}
#service-2 .side-scroll {
  padding-top: calc(160/1440*100vw);
}
#service-2 .side-scroll .side-scroll-container .item-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1024px) {
  #service-2 .side-scroll .side-scroll-container .item-wrapper {
    height: auto;
  }
}
@media (min-width: 1025px) {
  #service-2 .side-scroll .side-scroll-container .item-wrapper .item-list {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    gap: 0 calc(80/1440*100vw);
  }
}
@media (max-width: 1024px) {
  #service-2 .side-scroll .side-scroll-container .item-wrapper .item-list {
    position: relative;
  }
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item {
  width: calc(400/1440*100vw);
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  height: auto;
}
@media (max-width: 1024px) {
  #service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item {
    width: calc(400/1024*100vw);
  }
}
@media (max-width: 767px) {
  #service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item {
    width: calc(500/767*100vw);
  }
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item figure {
  width: 100%;
  height: auto;
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item figure img {
  display: block;
  width: 100%;
  height: auto;
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .txt-box {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  flex-grow: 1;
  margin-top: calc(20/1440*100vw);
  width: 100%;
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .txt-box .tit {
  flex-grow: 1;
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .txt-box .tit h5 {
  font-size: calc(24/1440*100vw);
  font-weight: 600;
  line-height: 1.4;
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .txt-box .tit p {
  font-size: 1rem;
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .acc-box {
  position: relative;
  width: 100%;
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .acc-box dl {
  width: 100%;
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .acc-box dl dt {
  width: 100%;
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .acc-box dl dt .stit {
  font-size: 12px;
  font-weight: 600;
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .acc-box dl dd {
  display: none;
  padding-right: calc(60/1440*100vw);
  width: 100%;
  font-size: 10px;
}
@media (max-width: 767px) {
  #service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .acc-box dl dd {
    padding-bottom: calc(40/767*100vw);
  }
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .acc-box dl dd.btn {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
}
@media (max-width: 767px) {
  #service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .acc-box dl dd.btn {
    padding-bottom: 0;
  }
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .acc-box dl dd.btn button {
  font-size: 12px;
  font-weight: 600;
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .acc-box dl dd.btn button::after {
  content: "▼";
}
#service-2 .side-scroll .side-scroll-container .item-wrapper .item-list .item .acc-box dl dd.btn.open button::after {
  content: "▲";
}
@media (max-width: 767px) {
  #service-2 .service02_03 .img-box {
    margin-top: calc(80/767*100vw);
  }
}
#service-2 .service02_03 .img-box img {
  width: 100%;
}
