@CHARSET "UTF-8";

section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #343434;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 100px;
}

.section_1 {
	padding: 110px 0 80px;
	background: linear-gradient(-135deg, #06aee0ad, #0063dda6), url(/img/index_background.jpeg);
	background-position: 50%;
	color: #fff;
	margin-top: 8px;
	background-size: cover;
}


*, *::after, *::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

img, picture {
    margin: 0;
    max-width: 100%;
    border: none;
    vertical-align: top;
}

p {
    text-align: left;
}

.service-card_button a:hover {
  background: #000!important;
}

.contents-body {
    padding: 0 16px;
    position: relative;
    max-width: 1080px;
    margin: 40px auto 100px;
}

.pageTitle h2 .display {
    margin-top: -50px;
    padding-top: 50px;
    font-style: normal;
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 24px;
}

.serviceInfo_description p {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 32px;
}

.service-card .service-card_list {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.service-card .service-card_list.horizontal li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1080px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 50px;
    position: relative;
}

.service-card .service-card_list.horizontal > li .service-card_button a {
    color: #0B659F;
    font-weight: bold;
    font-size: 14px;
    display: block;
}

.service-card .service-card_list.horizontal > li .service-card_body .service-card_button a {
    border-radius: 2px;
    background: #0B659F;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: -30px;
    right: 14px;
    width: 216px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.service-card_img {
    width: calc(100vw - 60vw);
    max-width: 426px;
    height: 100%;
    max-height: 240px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    min-height: 194px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
    padding: 0;
}

.service-card_body {
    width: calc(100vw - 35vw);
    max-width: 684px;
    padding: 40px 40px 40px 80px;
    border: 1px solid #E0E0E0;
    background: #FAFAFA;
    margin: 24px 0 0 auto;
}

.service-card_description {
    font-size: 14px;
    font-size: 0.875rem;
    color: #212121;
    margin-bottom: 12px;
}


li .service-card_body .title {
    color: #212121;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
    margin: 8px 0;
    line-height: 1.4;
}

.show-small-screen {
    display: none;
}

@media screen and (max-width: 768px) {
  .pageTitle h2 .display {
      font-size: 24px;
      margin-bottom: 16px;
      text-align: left;
      margin-top: -50px;
      padding-top: 50px;
  }
}

@media screen and (max-width: 700px) {
    .show-small-screen {
      display: inline-block !important;
    }
}

@media screen and (max-width: 500px) {

  img {
    max-width: 100%;
  }

  .service-card .service-card_list.horizontal li {
    display: block;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 32px;
    padding-bottom: 22px;
  }

  .service-card .service-card_list.horizontal > li .service-card_img {
    width: 100%;
    max-width: 100%;
    height: 190px;
    z-index: 0;
    position: static;
  }

  .service-card .service-card_list.horizontal > li .service-card_body {
      width: 100%;
      max-width: 100%;
      padding: 0;
      border: 0;
      background: transparent !important;
      positiom: static;
  }
  
  .service-card .service-card_list.horizontal > li .service-card_body .service-card_button a {
    margin: 24px auto 0;
    position: relative;
    bottom: auto;
    right: auto;
  }
  
  .service-card .service-card_list.horizontal > li {
      display: block;
      border-bottom: 1px solid #E0E0E0;
      margin-bottom: 32px;
      padding-bottom: 22px;
  }
}