@charset "UTF-8";
/*
* foundation/base.css
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
/*
 * object/layout/_wrapper.scss
 */

.l-wrapper > div {
  margin: 0 auto;
}

/*
 * object/layout/_side.scss
 */

/*
 * object/layout/_main.scss
 */
.l-main {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  color: #242424;
  font-family: "Helvetica Neue", "arial", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "meiryo", sans-serif;
}

/*
 * object/component/_heading.scss
 */

.c-primary-heading {
  position: relative;
  margin: 0;
  padding-left: 18px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 1.42px;
  line-height: 1.6;
}

.c-primary-heading a {
  color: #242424;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
}
.c-primary-heading a:hover {
  opacity: 0.8;
}

.c-primary-heading::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: calc(100% - 15px);
  background: #bac1ca;
}

.c-secondary-heading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.59px;
  line-height: 1.6;
}

.c-secondary-heading-line {
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
}

.c-thirdly-heading {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.c-thirdly-heading__number {
  margin-right: 8px;
  color: #008a73;
}

.c-fourthly-heading {
  font-weight: bold;
}

/*
 * project/_box.scss
 */
.c-box {
  margin-bottom: 40px;
  overflow: hidden;
}

/*
 * project/_image.scss
 */

.c-image-center-wrapper {
  text-align: center;
}

/*
 * project/_eng.scss
 */
.c-eng {
  display: block;
  position: absolute;
  right: 0;
  text-align: right;
}
.c-eng__inner {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-align: right;
  position: relative;
}

.c-eng-link__text {
  color: rgb(0, 0, 238);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-eng-link__text:hover {
  opacity: 0.6;
}

/*
 * project/_footer.scss
 */
.c-footer {
  padding-top: 60px;
  border-top: 1px solid #d8d8d8;
}

.c-footer-lists {
  display: grid;
}

.c-footer-lists__item {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-footer-lists__itemlink {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-footer-lists__itemlink img {
  max-width: 100%;
  height: auto;
}

.c-footer-lists__itemlink--active {
  opacity: 0.6;
}

/*
 * project/_scroll.scss
 */
.c-scroll-nav {
  background-color: #F4F4F4;
  padding: 22px 0;
  padding-left: 30px;
  position: relative;
  margin-bottom: 60px;
}

.c-scroll-nav-lists {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.c-scroll-nav-lists__item {
  margin: 0 30px 0px 0;
  line-height: 1;
}

.c-scroll-nav-lists__item a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  color: #242424;
  text-decoration: none;
}
.c-scroll-nav-lists__item a::after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 13px;
  background: url(/library/pbcommon/img/icon_anchor.png) no-repeat center/contain;
}
/*
 * object/component/_table.scss
 */
.c-table {
  max-height: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  border: none;
  margin-top: 20px;
}

.c-table th,
.c-table td {
  padding: 20px 30px;
  border: none;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  vertical-align: middle;
}

.c-table td {
  background: #fff;
}

.c-table th {
  background: #ebedef;
  font-weight: bold;
}

/*
 * object/component/_tab.scss
 */
.c-tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 15px;
}

.c-tab-lists__item {
  display: block;
  float: left;
  margin: 0;
  margin-left: 7px;
  padding: 0;
  text-align: center;
  position: relative;
}

.c-tab-lists li:first-child {
  margin-left: 0;
}

.c-tab-lists__itemlink {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.c-tab-lists__itemlink-text {
  display: block;
  width: 166px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px 5px 0 0;
  background-color: #e8f5eb;
  color: #242424;
  font-weight: bold;
  -webkit-transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.c-tab-lists__itemlink:hover .c-tab-lists__itemlink-text,
.c-tab-lists__itemlink--active .c-tab-lists__itemlink-text {
  color: #000;
  font-weight: bold;
  background-color: #fff;
  /* border-radius: 5px 5px 0 0; */
  border: 1px solid #008a73;
  border-bottom: none;
}

.c-tab-label {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  border-radius: 5px;
  line-height: 32px;
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 40px;
  font-weight: bold;
  background-color: #e8f5eb;
}

/*
 * object/component/_icon.scss
 */
.c-icon {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin: 0;
  margin-right: 10px;
}
.c-icon img {
  vertical-align: middle;
}

.c-icon-1 {
  margin-top: -8px;
}

.c-icon-2 {
  margin-top: -9px;
}

.c-icon-3 {
  margin-top: -6px;
}

.c-icon-4 {
  margin-top: -8px;
}

/*
 * object/component/_text.scss
 */
.c-caption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  color: #666666;
}
.c-caption__number {
  color: #008a73;
}

/*
 * object/component/_link.scss
 */
.c-link {
  display: inline-block;
  color: #242424;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.c-link__text {
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}

.c-link__size {
  position: relative;
  display: inline-block;
  top: -1px;
  margin-right: 5px;
  padding-left: 20px;
  background: url(/library/pbcommon/img/icon_pdf.png) no-repeat left center/15px 17px;
  color: #919191;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
}

/*
 * object/project/_header.scss
 */
.p-header-logo {
  position: absolute;
  top: 16px;
  left: 15px;
}
.p-header-logo a {
  display: block;
  width: 151px;
  height: 18px;
  background-image: url("../img/logo_top.png");
  background-repeat: no-repeat;
}

.p-header-nav {
  display: block;
  position: absolute;
  top: 12px;
  left: 180px;
}

.p-header-nav-lists__item {
  display: block;
  float: left;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}
.p-header-nav-lists__item a {
  padding: 8px 15px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-header-nav-lists__item a:hover {
  color: #128fdc;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-header-nav-lists__item:first-child {
  border-radius: 3px 0 0 3px;
}
.p-header-nav-lists__item:last-child {
  border-radius: 0 3px 3px 0;
}
.p-header-nav-lists__item.is-active span {
  color: #128fdc;
}

/*
 * object/project/_footer.scss
 */
.p-footer-lists {
  margin-bottom: 120px;
}

.p-footer-lists__item {
  float: left;
  margin-right: 10px;
}
.p-footer-lists__item a {
  color: #ffffff;
}

.p-copyright {
  color: #ffffff;
  text-align: center;
}

/*
 * project/_attempt.scss
 */
.p-results-imagewrap {
  margin-top: 30px;
  width: 860px;
}

.p-results-imagewrap img {
  width: 100%;
}

.p-results-image-1 {
  width: 100px;
  margin-top: 40px;
}

/*
 * project/_section.scss
 */
.p-section {
  margin-bottom: 60px;
}

/*
 * object/project/_declaration.scss
 */
.p-declaration {
  display: block;
  position: relative;
  border: 1px solid #008A73;
  border-radius: 10px;
  margin-bottom: 60px;
}

.p-declaration__inner {
  padding: 45px 75px;
}

.p-declaration__heading {
  color: #008A73;
  margin: 0 auto 20px;
  display: block;
  text-align: center;
}

.p-declaration__lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.p-declaration__name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: right;
  margin-top: 20px;
}

.p-declaration__name {
  text-align: right;
}

/*
 * object/utility/_space.scss
 */

.u-mb0 {
  margin-bottom: 0 !important;
}

/*
 * object/utility/_display.scss
 */
.u-table {
  display: table;
  table-layout: fixed;
  position: relative;
}

.u-row {
  display: table-row;
}

.u-cell {
  display: table-cell;
}

.u-inline {
  display: inline;
}

.u-inlineBlock {
  display: inline-block;
}

/*
 * object/utility/_position.scss
 */
.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-fixed {
  position: fixed;
}

/*
 * object/utility/_state.scss
 */
.u-block {
  display: block;
}

.u-none {
  display: none;
}

.u-hidden {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .2) transparent;
  }
  body {
    overflow-x: hidden;
  }
  ::-webkit-scrollbar {
    width: 6px;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 3px;
  }
  .l-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .l-wrapper > div {
    padding: 25px 0 10px 0;
    width: 100%;
    overflow-x: hidden;
  }
  .l-side {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .l-main {
    font-family: "Helvetica Neue", "arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "meiryo", sans-serif;
  }
  .c-primary-heading-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    width: calc(100% - 40px);
    margin: 0 auto;
    border-bottom: 1px solid #d8d8d8;
  }
  .c-primary-heading {
    font-size: 2rem;
    padding-left: 15px;
    line-height: 1.3;
    letter-spacing: 0.71px;
  }
  .c-secondary-heading {
    font-size: 1.8rem;
  }
  .c-secondary-heading-line {
    margin-bottom: 10px;
  }
  .c-thirdly-heading {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .c-thirdly-heading__number {
    margin-right: 8px;
  }
  .c-box {
    margin-bottom: 25px;
  }
  .c-image {
    width: 100%;
  }
  .c-eng__inner {
    padding-right: 20px;
    margin-bottom: 5px;
  }
  .c-footer {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
    padding-top: 40px;
  }
  .c-footer-lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 100%;
    width: 100%;
  }
  .c-scroll-nav {
    margin-bottom: 40px;
    padding: 25px 0 10px 0;
    padding-left: 20px;
  }
  .c-scroll-nav-lists__item {
    margin-bottom: 15px;
  }
  .c-table {
    display: block;
    border-top: 1px solid #cccccc;
  }
  .c-table tbody,
  .c-table tr {
    display: block;
    width: 100%;
  }
  .c-table th,
  .c-table td {
    display: block;
    width: 100% !important;
    height: auto !important;
    border-top: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c-table td {
    padding: 15px 20px;
    width: 100% !important;
  }
  .c-table tr:last-child td {
    padding-bottom: 0;
    border-bottom: none;
  }
  .c-table th {
    width: 100% !important;
    padding: 15px 20px;
  }
  .c-icon-1 {
    margin-top: -10px;
  }
  .c-icon-2 {
    margin-top: -11px;
  }
  .c-icon-3 {
    margin-top: -8px;
  }
  .c-icon-4 {
    margin-top: -10px;
  }
  .c-link:hover {
    opacity: 0.6;
  }
  .p-results-imagewrap {
    margin-top: 20px;
    width: 100%;
  }
  .p-results-image-1 {
    width: 39%;
    margin-top: 15px;
  }
  .p-section {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
  .p-declaration {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
  }
  .p-declaration__inner {
    padding: 35px 20px;
  }
  .p-declaration__lead {
    font-size: 1.5rem;
  }
  .p-declaration__name {
    font-size: 1.5rem;
  }
  .u-mt20_sp {
    margin-top: 20px;
  }
  .u-mb10_sp {
    margin-bottom: 10px;
  }
  .u-mb15_sp {
    margin-bottom: 15px;
  }
  .u-mb20_sp {
    margin-bottom: 20px;
  }
  .u-ml20_sp {
    margin-left: 20px;
  }
  .u-pc-flex {
    display: none;
  }
  .u-sp-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .l-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1160px;
    padding: 110px 0 76px 0;
  }
  .c-footer-lists {
    grid-template-columns: repeat(3, 265px);
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-footer-lists__item {
    width: 265px;
  }
  .c-footer-lists__itemlink {
    width: 265px;
  }
  .u-mt20_pc {
    margin-top: 20px;
  }
  .u-mr30_pc {
    margin-right: 30px;
  }
  .u-mt50_pc {
    margin-top: 50px;
  }
  .u-flex-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .u-sp-block {
    display: none;
  }
}

@media (min-width: 768px) {
  .l-side {
    width: 240px !important;
  }
  .l-main {
    width: 860px;
  }
  .c-scroll-nav-lists__item a:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .c-primary-heading::before {
    height: calc(100% - 2px);
  }
}

@media (hover: hover) {
  .c-footer-lists__itemlink:hover {
    opacity: 0.6;
  }
}
/*# sourceMappingURL=../../maps/support/css/style.css.map */
