@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　CORE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　VARIABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　PATH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COLOR
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FONT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　LAYOUT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　EASING
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　Animation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COMPONENT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COMPONENT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-alt {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.c-pagetop {
  z-index: 999;
  position: fixed;
  right: 2rem;
  bottom: 6rem;
}

.c-pagetop a {
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  -webkit-transition: opacity 0.55s cubic-bezier(1, 0, 0, 1);
  transition: opacity 0.55s cubic-bezier(1, 0, 0, 1);
}

.c-pagetop a:hover {
  opacity: .5;
}

.c-pagetop_bg {
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #307dc9;
  opacity: 0;
  pointer-events: none;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2.5rem 0;
}

.c-breadcrumb_wrapper {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 12rem;
}

.c-breadcrumb_list {
  position: relative;
  color: #656565;
  font-size: 1.1rem;
  letter-spacing: .12em;
}

.c-breadcrumb_list:last-of-type::after {
  display: none;
}

.c-breadcrumb_list::after {
  padding: 0 .5rem;
  color: #656565;
  font-size: 1.1rem;
  letter-spacing: .12em;
  content: "/";
}

.c-breadcrumb_link {
  color: #656565;
  font-size: 1.1rem;
  letter-spacing: .12em;
}

.c-breadcrumb_link:hover {
  text-decoration: underline;
}

.c-ttl01 {
  position: relative;
  margin-bottom: 6rem;
  padding-bottom: 2rem;
  font-size: 3.2rem;
}

.c-ttl01::before {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .2rem;
  background: #dcdcdc;
  content: "";
}

.c-ttl01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: .2rem;
  background: #307dc9;
  content: "";
}

.c-ttl02 {
  margin-bottom: 4rem;
  padding: 2rem 3.8rem;
  border-left: .2rem solid #307dc9;
  background: #f3f6f8;
  font-size: 2.2rem;
}

.c-txt {
  font-size: 1.4rem;
  line-height: 2.28571;
}

.c-txt_annotation {
  font-size: 1.1rem;
}

.c-list {
  padding-left: 5rem;
}

.c-list_item {
  font-size: 1.4rem;
  line-height: 2.28571;
  text-indent: -2em;
}

.c-list_item .c-txt_annotation {
  text-indent: 0;
}

.c-required {
  display: block;
  width: 5rem;
  height: 2.4rem;
  margin-right: 3.4rem;
  border: .1rem solid #307dc9;
  color: #307dc9;
  font-size: 1.2rem;
  line-height: 2.2rem;
  text-align: center;
}

.c-pdf_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #307dc9;
  font-size: 1.4rem;
  text-decoration: underline;
  -webkit-transition: opacity 0.55s cubic-bezier(1, 0, 0, 1);
  transition: opacity 0.55s cubic-bezier(1, 0, 0, 1);
}

.c-pdf_btn:hover {
  opacity: .5;
}

.c-pdf_btn svg {
  width: 1.7rem;
  height: 2.1rem;
  margin-left: 1rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　PROJECT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.pj-kv {
  padding: 7.8rem 0;
  background: #307dc9;
}

.pj-kv_wrapper {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 12rem;
}

.pj-kv_ttl {
  color: #fff;
  font-size: 4.8rem;
  letter-spacing: .12em;
}

.pj-kv_ttl_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
  font-family: "Lora", serif;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: .12em;
}

.pj-kv_ttl_sub::after {
  display: block;
  position: relative;
  top: 50%;
  width: 7rem;
  height: .1rem;
  margin-left: 1.5rem;
  background: #fff;
  content: "";
}

.pj-content {
  padding-bottom: 9rem;
  background: #f3f6f8;
}

.pj-content_wrapper {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 12rem;
}

.pj-content_container {
  padding: 8rem 8rem 12rem;
  background: #fff;
}

.pj-table_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pj-table_wrapper:first-of-type .pj-table_ttl::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .1rem;
  background: #88a7c6;
  content: "";
}

.pj-table_wrapper:first-of-type .pj-table_txt::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .1rem;
  background: #dcdcdc;
  content: "";
}

.pj-table_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 14rem;
  margin-right: 3rem;
  padding: 3.4rem 0;
  font-size: 1.4rem;
  line-height: 1.85714;
}

.pj-table_ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .1rem;
  background: #88a7c6;
  content: "";
}

.pj-table_txt {
  position: relative;
  width: calc(100% - 17rem);
  padding: 3.4rem 0;
  font-size: 1.4rem;
  line-height: 1.85714;
  word-break: break-all;
}

.pj-table_txt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: .1rem;
  background: #dcdcdc;
  content: "";
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　UTILITY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-pc__show {
  display: block;
}

.u-sp__show {
  display: none;
}

.u-tab__show {
  display: none;
}

.noscroll {
  height: 100vh;
  overflow: hidden !important;
}

@media screen and (max-width: 80em) {
  .u-tab__show {
    display: block;
  }
}

@media screen and (max-width: 48em) {
  .c-pagetop {
    right: 1.5rem;
  }
  .c-pagetop a {
    width: 3.7rem;
    height: 3.7rem;
  }
  .c-breadcrumb {
    padding: 2rem 0;
  }
  .c-breadcrumb_wrapper {
    padding: 0 1.5rem;
  }
  .c-breadcrumb_list {
    letter-spacing: .04em;
    word-break: keep-all;
  }
  .c-ttl01 {
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
    font-size: 2.7rem;
  }
  .c-ttl01::after {
    width: 5rem;
  }
  .c-ttl02 {
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    line-height: normal;
  }
  .c-txt {
    line-height: 2;
  }
  .c-txt_annotation {
    display: block;
    line-height: 1.63636;
  }
  .c-list {
    padding-left: 3.7rem;
  }
  .c-required {
    margin-right: 2rem;
  }
  .c-pdf_btn:hover {
    opacity: 1;
  }
  .pj-kv {
    padding: 6.2rem 0;
  }
  .pj-kv_wrapper {
    padding: 0 1.5rem;
  }
  .pj-kv_ttl {
    font-size: 4rem;
    letter-spacing: .06em;
  }
  .pj-kv_ttl_sub {
    margin-bottom: 1.5rem;
  }
  .pj-content {
    padding-bottom: 6.8rem;
  }
  .pj-content_wrapper {
    padding: 0 1.5rem;
  }
  .pj-content_container {
    padding: 3.7rem 1.5rem 6rem;
  }
  .pj-table_wrapper {
    display: block;
  }
  .pj-table_wrapper:first-of-type .pj-table_txt::after {
    display: none;
  }
  .pj-table_ttl {
    width: 100%;
    padding: 2rem 0;
  }
  .pj-table_ttl::before {
    background: #dcdcdc;
  }
  .pj-table_txt {
    width: 100%;
    padding: 2rem 0;
  }
  .pj-table_txt::before {
    background: #88a7c6;
  }
  .u-pc__show {
    display: none;
  }
  .u-sp__show {
    display: block;
  }
  .u-tab__show {
    display: none;
  }
}
