body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

html {
  overflow-y: scroll
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

ol,
ul {
  list-style: none
}

fieldset,
img {
  border: 0
}

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

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,
th {
  text-align: left
}

a {
  text-decoration: none;
  color: #000
}

a:focus {
  outline: none
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal
}

* {
  box-sizing: border-box
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0
}

.under_common_section {
  padding: 7% 0 7%;
  text-align: center;

}

.service_section .seriviceitem {
  margin: 3em 0
}

.serviceitem {

  display: flex;
}


.service-sec_cont_text-side {
  width: 50%;
  padding: 0 5.5% 5.3%;
  position: relative;
}

.service_section .service-des {
  position: absolute;
  bottom: 0;
  padding: 10% 10% 10% 0;
}

.service-sec_cont_jpn-ttl {
  margin-bottom: 30px;
}

.service-sec_cont_eng-ttl {
  color: #13266c;
}

.service_section .svtitle {

  line-height: 1;
  padding-left: 0.5em;
  margin-bottom: 0.35em
}

.service-list {
  display: flex;
  position: relative;
  max-width: 1300px;
  margin: 100px auto;
}

.service-list-even {
  flex-direction: row-reverse;


}

.service-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: blue;
  transition: height 1.0s;
}

.F {
  width: 50%;
}

.items__img {
  width: 70%;
  padding: 11px 10px 10px 11px;
}

.items__img:nth-child(even) {
  width: 70%;
  padding: 11px 10px 10px 11px;
}

.colorbox figure {
  margin: 0;
}

.colorbox img {
  object-fit: cover;
  width: 100%;
  height: 530px;
}

.service_section .svtitleja {
  font-size: 16px
}

.service_section .svdetail {
  margin: 2em 0;
  font-size: 16px
}

.service_section .svdetail2 {
  font-size: 14px
}

@media (max-width:768px) {
  .service_section .svdetail {
    margin: 0 0 2em 0
  }

  .service_section .svtitle {
    font-size: 26px
  }

  .service-list {
    display: block;
    margin-bottom: 50px;
  }

  .service_section .service-des {
    position: relative;
  }

  .service-sec_cont_text-side {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }

  .case-wrap {
    display: block;
  }

  .items__img {
    padding: 0;
    width: 80% !important;
    margin: 0 auto;
  }

  .colorbox img {
    height: 300px;

  }

  .case-wrap {
    display: block !important;
    margin-top: 40px !important;
  }

  .sectitle {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 30px;
  }

  .splide {
    margin: 0 !important;
  }

  .splide__slide .is-visible {
    width: calc(70.3333%) !important;
  }
}

@media (max-width:480px) {
  .service_section .seriviceitem {
    margin: 2em 0
  }

  .service_section .svdetailbox {
    padding: 12px;
    margin-top: 15px
  }

  .service_section .svdetail {
    font-size: 14px
  }
}




a.more {
  border: 1px solid #13266c;
  padding: 1.2em 0;
  background: #fff;
  color: #13266c;
  text-align: center;
  width: 280px;
  display: block;
  line-height: 1;
  letter-spacing: 1.5px;
  position: relative;
  margin-top: 60px;
}

a.more::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/common/pagenation_arrow.png);
  width: 8px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0) brightness(240%) contrast(130%)
}

@media (max-width:768px) {
  a.more {
    width: 200px
  }

  a.more::after {
    width: 5px;
    height: 9px
  }
}

.morebox {
  display: block;
  text-align: center;
  padding: 1.5em 0;
  line-height: 2;
  margin: 0 auto
}


.photoArea figure {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.photoArea figure::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #13266c
}

.photoArea.move figure::before {
  animation: barAnime forwards 1s 1 ease 0.1s normal;
}

.photoArea figure img {
  opacity: 0;
  transform: scale(1.1);
  /*transition: none;  transitionを完全に無効化 */
}

.photoArea.move figure img {
  animation: photoAnime forwards 1.5s 1 ease 0.5s normal;
}

@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }

  50% {
    left: 0;
    width: 100%;
  }

  51% {
    left: 0;
    width: 100%;
  }

  68% {
    left: 0;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes photoAnime {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}