@charset "UTF-8";
/* breadcrumb */
/* line 6, sass/partial/_topic-path.scss */
.breadcrumb {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
  background-color: #f4f4f4;
  /* line 24, sass/style.scss */
}

/* line 12, sass/partial/_topic-path.scss */
.breadcrumb .inner {
  display: flex;
  align-items: center;
}

/* line 17, sass/partial/_topic-path.scss */
.breadcrumb span {
  color: #888888;
}

/* line 21, sass/partial/_topic-path.scss */
.breadcrumb .home {
  display: flex;
  align-items: center;
}

/* line 25, sass/partial/_topic-path.scss */
.breadcrumb .home svg {
  margin-right: 0.3em;
  color: #0c5cc3;
}

/* line 31, sass/partial/_topic-path.scss */
.breadcrumb a {
  color: #000;
  transition: 0.3s;
}

/* line 34, sass/partial/_topic-path.scss */
.breadcrumb a span {
  color: #000;
}

@media (min-width: 1150px) {
  /* line 41, sass/partial/_topic-path.scss */
  .breadcrumb a:hover {
    text-decoration: underline;
    color: #0c5cc3;
  }
  /* line 45, sass/partial/_topic-path.scss */
  .breadcrumb a:hover span {
    color: #0c5cc3;
  }
}

/* line 52, sass/partial/_topic-path.scss */
.breadcrumb .next {
  margin: 0 0.5em;
}

/* line 57, sass/partial/_topic-path.scss */
.breadcrumb svg {
  width: 1em;
  height: 1em;
  min-width: 1em;
}

/* line 3, sass/partial/_pager.scss */
.pagination-box {
  text-align: center;
}

/** ページャー */
/* line 8, sass/partial/_pager.scss */
.pagination {
  clear: both;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
  margin: 0 5px;
  display: inline-block;
  width: 100%;
}

/* line 19, sass/partial/_pager.scss */
.pagination {
  margin: 30px 0;
}

/* line 22, sass/partial/_pager.scss */
.pagination > ul {
  display: flex;
  justify-content: center;
}

/* line 28, sass/partial/_pager.scss */
.pagination span,
.pagination a {
  display: inline-block;
  margin: 2px 5px 5px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #2F3436;
}

/* line 41, sass/partial/_pager.scss */
.pagination a:hover {
  color: #fff;
  background: #595D5F;
}

/* line 46, sass/partial/_pager.scss */
.pagination a:link {
  color: #fff;
}

/* line 50, sass/partial/_pager.scss */
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #595D5F;
  color: #fff;
}

/* line 56, sass/partial/_pager.scss */
.clear {
  clear: both;
}

/* line 3, sass/partial/_single-common.scss */
.header {
  background-color: #FFF;
}

/* line 6, sass/partial/_single-common.scss */
.header .wrap {
  padding: 20px 60px;
}

/* line 12, sass/partial/_single-common.scss */
.header.change ~ .page_hero {
  margin-top: 176px;
}

/* line 15, sass/partial/_single-common.scss */
.page_hero {
  position: relative;
  padding: 7.2vw 0;
  margin-top: 120px;
}

/* line 20, sass/partial/_single-common.scss */
.page_hero .figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 27, sass/partial/_single-common.scss */
.page_hero .figure .hasbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 36, sass/partial/_single-common.scss */
.page_hero .figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/* line 48, sass/partial/_single-common.scss */
.page_hero h2 {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 5;
  font-size: 18px;
}

/* line 55, sass/partial/_single-common.scss */
.page_hero h2 .en {
  font-size: 3em;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
}

/* line 64, sass/partial/_single-common.scss */
.inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
}

/* line 71, sass/partial/_single-common.scss */
.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}

/* line 78, sass/partial/_single-common.scss */
.hasbg img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
  object-position: center;
}

/* entry */
/* line 10, sass/category.scss */
.entry-iformation {
  padding: 80px 0;
}

/* line 13, sass/category.scss */
.entry-iformation .site_title {
  text-align: center;
  margin-bottom: 20px;
}

/* line 17, sass/category.scss */
.entry-iformation .site_title h2 {
  line-height: 1;
}

/* line 22, sass/category.scss */
.entry-iformation .section2 {
  text-align: center;
}

/* line 26, sass/category.scss */
.entry-iformation .section-table {
  margin-top: 50px;
}

/* line 29, sass/category.scss */
.entry-iformation .section-table dl {
  display: flex;
  border: 1px solid #eaeaea;
}

/* line 34, sass/category.scss */
.entry-iformation .section-table dl:not(:last-child) {
  border-bottom: none;
}

/* line 39, sass/category.scss */
.entry-iformation .section-table dt {
  background-color: #f8f8f8;
  width: 290px;
  padding: 30px;
  font-weight: 700;
}

/* line 46, sass/category.scss */
.entry-iformation .section-table dd {
  width: calc(100% - 290px);
  padding: 30px;
}

/* line 51, sass/category.scss */
.entry-iformation .section-table .process {
  display: flex;
}

/* line 54, sass/category.scss */
.entry-iformation .section-table .process .col {
  background-color: #0c5cc3;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 10px;
  min-width: 88px;
  line-height: 1.5;
  position: relative;
}

/* line 72, sass/category.scss */
.entry-iformation .section-table .process .col .num {
  position: absolute;
  bottom: -5px;
  right: 0;
  font-size: 40px;
  line-height: 1;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: italic;
  opacity: 0.1;
}

/* line 85, sass/category.scss */
.entry-iformation .section-table .process .triangle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* line 91, sass/category.scss */
.entry-iformation .section-table .process .triangle span {
  margin: 0 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 7px solid #0c5cc3;
  border-right: none;
}

/* line 105, sass/category.scss */
.page-campaign .campaign-section {
  background-color: #FFF;
}

/* line 110, sass/category.scss */
.category-wrapper {
  width: 100%;
  background-color: #FFF;
  margin-left: -20px;
}

/* line 47, sass/partial/_functions.scss */
.category-wrapper:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 119, sass/category.scss */
.category-wrapper .item {
  float: left;
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 40px;
  background-color: #fff;
  position: relative;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

/* line 129, sass/category.scss */
.category-wrapper .item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 1s all;
}

/* line 136, sass/category.scss */
.category-wrapper .item a {
  display: block;
  color: #333333;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 142, sass/category.scss */
.category-wrapper .item a .post-thumbnail {
  position: relative;
  width: 260px;
  overflow: hidden;
}

/* line 148, sass/category.scss */
.category-wrapper .item a .post-thumbnail .el_category {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 3px 20px;
  min-width: 80px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  z-index: 2;
}

/* line 163, sass/category.scss */
.category-wrapper .item a .post-thumbnail:after {
  content: "";
  z-index: 5;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 179, sass/category.scss */
.category-wrapper .item a:hover {
  opacity: 1;
}

/* line 182, sass/category.scss */
.category-wrapper .item a:hover img {
  transition: 1s all;
  transform: scale(1.2, 1.2);
}

/* line 187, sass/category.scss */
.category-wrapper .item a:hover .post-thumbnail {
  filter: grayscale(100%);
}

/* line 190, sass/category.scss */
.category-wrapper .item a:hover .post-thumbnail:after {
  opacity: 1;
}

/* line 198, sass/category.scss */
.category-wrapper .item .post-head {
  margin: 10px 0;
}

/* line 47, sass/partial/_functions.scss */
.category-wrapper .item .post-head:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 203, sass/category.scss */
.category-wrapper .item .post-head .new-icon {
  display: block;
  padding: 0;
  float: left;
  text-transform: uppercase;
  background-color: #ff9f01;
  font-size: 12px;
  text-align: center;
  width: 46px;
  color: #fff;
  border-radius: 5px;
}

/* line 216, sass/category.scss */
.category-wrapper .item .post-head .post-date {
  font-size: 14px;
  display: block;
  float: right;
  width: 120px;
}

/* line 224, sass/category.scss */
.category-wrapper .item .post-ttl {
  padding-bottom: 10px;
  border-bottom: 1px dotted #cfcfcf;
}

/* line 234, sass/category.scss */
.category-wrapper .item .post-title {
  font-size: 18px;
  align-items: center;
}

/* line 240, sass/category.scss */
.category-wrapper .item .post-date {
  font-size: 14px;
}

/* line 245, sass/category.scss */
.category-wrapper .item .post-in span {
  display: inline-block;
  background-color: #e6e6e6;
  text-align: center;
  padding: 1px 5px;
  border-radius: 5px;
  margin-left: 10px;
}

/*work end*/
@media (max-width: 1200px) {
  /* line 261, sass/category.scss */
  .category-wrapper .item {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 980px) {
  /* line 268, sass/category.scss */
  .category-wrapper {
    margin-left: -10px;
  }
  /* line 271, sass/category.scss */
  .category-wrapper .item {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  /* line 280, sass/category.scss */
  .category-wrapper {
    margin-left: 0;
  }
  /* line 283, sass/category.scss */
  .category-wrapper .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  /* line 290, sass/category.scss */
  .category-wrapper .item a .post-thumbnail {
    width: 100%;
  }
}
