@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.u-gradient {
  color: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, right top, left top, from(#147cf5), to(#0459a9));
  background: linear-gradient(to left, #147cf5, #0459a9);
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  .u-gradient {
    background: none;
    color: #0459a9;
  }
}

.u-text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.u-text-center {
  text-align: center;
}

.u-text-blue {
  color: #0459a9;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-font-Roboto {
  font-family: "Roboto", sans-serif;
}

.u-visible-xs {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-visible-xs {
    display: block;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.service_top.pb-0 {
  padding-bottom: 0;
}

.service_top * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service_top .service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 -8px;
}

@media screen and (max-width: 768px) {
  .service_top .service_list {
    margin: 0;
  }
}

.service_top .service_list .service_item {
  width: 33.333%;
  padding: 0 8px;
  display: none;
  margin-bottom: 84px;
}

@media screen and (max-width: 768px) {
  .service_top .service_list .service_item {
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 32px;
  }
}

.service_top .service_list .service_item .service_item__thumbnail {
  display: block;
  width: 100%;
  padding-bottom: 52.65%;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: background-size 0.4s ease;
  transition: background-size 0.4s ease;
  margin-bottom: 24px;
}

.service_top .service_list .service_item .service_item__thumbnail:before {
  content: "詳細を見る";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.service_top .service_list .service_item .service_item__title {
  font-size: 17px;
  font-weight: bold;
  height: 2.5em;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .service_top .service_list .service_item .service_item__title {
    height: auto;
  }
}

.service_top .service_list .service_item .service_item__title a {
  color: #0459a9;
  font-weight: bold;
  line-height: 1.44444;
}

.service_top .service_list .service_item .service_item__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.71429;
  height: 3.2em;
}

@media screen and (max-width: 768px) {
  .service_top .service_list .service_item .service_item__description {
    height: auto;
  }
}

.service_top .service_list .service_item:hover .service_item__thumbnail {
  background-size: 110% auto;
}

.service_top .service_list .service_item:hover .service_item__thumbnail:before {
  opacity: 1;
}

.service_top .service_list .service_item[data-is-show="true"] {
  display: block;
}

.service_tags {
  margin-top: 28px;
  padding: 8px 0;
  border-top: 1px solid #a5a5a5;
}

@media screen and (max-width: 768px) {
  .service_tags {
    border-top: none;
  }
}

@media screen and (max-width: 768px) {
  .service_tags[data-has-category] {
    border-top: 1px solid #a5a5a5;
  }
}

.service_tags .service_tags__item {
  width: auto;
  float: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  padding-left: 16px;
  margin-right: 8px;
  margin-bottom: 4px;
  color: #4a4a4a;
}

.service_tags .service_tags__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background: url("../img/common/ic_tag--blue.png") center no-repeat;
  background-size: 96% auto;
}

.service-filterSection {
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 0 16px;
  margin-bottom: 24px;
}

.service-filter {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .service-filter {
    max-width: 89.583%;
    padding: 0;
  }
}

.service-filter .service-filter__head {
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
}

.service-filter .service-filter__head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url("../img/common/header/icon_glass_off.png") center center no-repeat;
  background-size: contain;
}

.service-filter .filter {
  display: inline-block;
  padding: 0 32px;
}

.service-filter .filter .filter-button {
  position: relative;
  padding: 16px 0;
  border-bottom: 2px solid transparent;
  color: #b4b4b4;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .service-filter .filter .filter-button {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .service-filter .filter .filter-button:hover {
    color: #0459a9;
    border-bottom: 2px solid #0459a9;
  }
}

.service-filter .filter .filter-button:focus {
  color: #b4b4b4 !important;
}

.service-filter .filter .filter-button[data-is-active="true"] {
  color: #0459a9;
  border-bottom: 2px solid #0459a9;
}

.service-filter .filter .filter-button[data-is-active="false"] {
  color: #b4b4b4 !important;
}

.service-filter .filters {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .service-filter .filters {
    max-width: 89.583%;
  }
}

.service-filter .filters .filters-list .filters-list-item {
  display: inline-block;
  padding: 8px 20px;
  margin-right: 12px;
  margin-bottom: 8px;
  border: 1px solid #0459a9;
  border-radius: 9999px;
  color: #0459a9;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {
  .service-filter .filters .filters-list .filters-list-item {
    padding: 4px 12px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .service-filter .filters .filters-list .filters-list-item:hover {
    background-color: #0459a9;
    color: #fff;
  }
}

.service-filter .filters .filters-list .filters-list-item[data-is-selected="true"] {
  background-color: #0459a9;
  color: #fff;
}

.service .service_detail * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service .service_detail .service_detail_wrap {
  width: 720px;
}

@media screen and (max-width: 768px) {
  .service .service_detail .service_detail_wrap {
    width: 100%;
  }
}

.service .service_detail .service_detail_wrap .wrap .service_logo {
  width: 100%;
  display: block;
}

.service .service_detail .service_detail_wrap .wrap .service_logo .logo3 {
  width: auto;
}

.service .service_detail .service_detail_wrap .wrap .service_logoarea {
  display: block;
  width: 100%;
  padding-bottom: 0;
}

.service .service_detail .service_detail_wrap .wrap .service_logoarea .service_logo span {
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .service .service_detail .service_detail_wrap .wrap .service_logoarea .service_logo span {
    text-align: left;
    width: 100%;
  }
}

.service .service_detail .service_detail_wrap .wrap .service_logoarea .service_detail_txt {
  display: block;
  width: 100%;
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
}

.service .service_detail .service_detail_wrap .wrap .service_inner {
  padding-top: 0;
}

.service .service_detail .service_detail_wrap .wrap .service_sec {
  padding: 40px 0;
}

.service .service_detail .service_pdf {
  display: block;
  max-width: 70%;
  margin: 0 auto;
}

.service .service_detail .service_links {
  float: none;
  text-align: center;
}

.service .service_detail .service_links .service_spec {
  margin: 0 auto;
}

.service .service_detail .service_links .service_pdf {
  margin-bottom: 16px;
}

.service .service_detail .service_detail__thumbnail {
  margin-bottom: 26px;
}

.service .service_detail .service_ftarea .service_list_btn {
  float: none;
}

.service .service_detail .service_ftarea .service_list_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 4px;
  padding: 16px 24px;
  border: 1px solid #000000;
  text-decoration: none;
  width: 242px;
}

.service .service_detail .service_ftarea .service_list_btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url("../img/common/circleArrow--blue.svg") center no-repeat;
  background-size: contain;
}

.service_aside {
  margin-bottom: 40px;
}

.service_aside .service_aside_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.service_aside .service_aside_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1;
  margin-right: 8px;
  position: relative;
  padding-left: 16px;
  color: #0459a9;
  font-weight: bold;
}

.service_aside .service_aside_head:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 14px;
  height: 14px;
  background: url("../img/common/ic_tag--blue.png") center no-repeat;
  background-size: 96% auto;
}

.service_aside .service_aside_list {
  width: 600px;
  text-align: left;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .service_aside .service_aside_list {
    width: 70%;
  }
}

.service_aside .service_aside_item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
}

.service_aside .service_aside_item a {
  padding: 8px 20px;
  color: #0459a9;
  border: 1px solid #0459a9;
  border-radius: 9999px;
  font-size: 13px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.service_aside .service_aside_item a:hover {
  background-color: #0459a9;
  color: #fff;
}

.service_detail .service_detail_wrap .service_img.yoko {
  width: 100% !important;
}
