@charset "utf-8";
/* --------------------------------------------------------
  ※共通パーツに関しては差別化するため基本的にflocss形式で作成
---------------------------------------------------------*/

/* c ----------------------------------------------------------------*/


.l-breadcrumb.isBreadcrumbTop .l-innerWrap01 {
  width: auto;
  padding: 0;
  max-width: initial;
}
.l-innerWrap01 {
  width: calc(83.4375% + 40px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-innerWrap01 {
    width: auto;
    padding: 0 10px;
  }
}

.l-contentsSection01 {
  position: relative;
  padding: 0 0;
  background: #fff;
}
.l-breadcrumb + .l-contentsSection01 {
  padding: 0 0 10px;
}
.l-breadcrumb + .l-contentsSection01.l-contentsSection01--nonTopPadding {
  padding: 0 0 10px;
}
@media screen and (max-width: 1279px) {
  .l-contentsSection01:last-child,
  .l-breadcrumb
    + .l-contentsSection01.l-contentsSection01--nonTopPadding:last-child {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .l-contentsSection01 {
    padding: 0 0;
  }
  .l-breadcrumb + .l-contentsSection01 {
    padding: 0 0 10px;
  }
  .l-breadcrumb + .l-contentsSection01.l-contentsSection01--nonTopPadding {
    padding: 0 0 10px;
  }
  .l-contentsSection01:last-child,
  .l-breadcrumb
    + .l-contentsSection01.l-contentsSection01--nonTopPadding:last-child {
    padding-bottom: 10px;
  }
}

.l-block01 + .l-block01 {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .l-block01 + .l-block01 {
    margin-top: 0px;
  }
}



.c-numberList01 {
  list-style: decimal;
}
.c-numberList01__item {
  margin-left: 1.0em;
}

.c-numberList01--gap10 .c-numberList01__item + .c-numberList01__item {
  margin-top: 10px;
}
.c-numberList01--gap20 .c-numberList01__item + .c-numberList01__item {
  margin-top: 20px;
}
.c-numberList01--gap30 .c-numberList01__item + .c-numberList01__item {
  margin-top: 30px;
}
.c-numberList01--gap40 .c-numberList01__item + .c-numberList01__item {
  margin-top: 40px;
}




.c-bracketsNumberList01 {
  margin-left: 3.5em;
}
.c-bracketsNumberList01__item {
  list-style-type: none;
  counter-increment: cnt;
}
.c-bracketsNumberList01--gap10
  .c-bracketsNumberList01__item
  + .c-bracketsNumberList01__item {
  margin-top: 10px;
}
.c-bracketsNumberList01--gap20
  .c-bracketsNumberList01__item
  + .c-bracketsNumberList01__item {
  margin-top: 20px;
}
.c-bracketsNumberList01__item::before {
  content: '(' counter(cnt) ')';
  display: inline-block;
  margin-left: -2.2em;
  width: 2.2em;
}

.c-discList01__item {
  position: relative;
  padding-left: 1.2em;
}
.c-discList01__item::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 0.68em;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}
.c-discList01--gap10 .c-discList01__item + .c-discList01__item {
  margin-top: 10px;
}
.c-discList01--gap20 .c-discList01__item + .c-discList01__item {
  margin-top: 20px;
}

.c-heading03 {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.c-heading03:not(:first-child) {
  margin-top: 30px;
}
.c-heading03::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
}
.c-heading03.c-heading03--nonDeco {
  padding-left: 0;
}
.c-heading03.c-heading03--nonDeco::before {
  display: none;
}
.c-heading03.c-heading03--colorMain {
  color: var(--site-color-main);
}
.c-heading03.c-heading03--colorMain::before {
  background: var(--site-color-main);
}
.c-heading03.c-heading03--hasCaption {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.c-heading03.c-heading03--hasCaption .c-heading03__caption {
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-heading03.c-heading03--hasCaption {
    display: block;
  }
}

.c-heading04 {
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.c-heading04:not(:first-child) {
  margin-top: 20px;
}
.c-heading04::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
}
.c-heading04.c-heading03--colorMain {
  color: var(--site-color-main);
}
.c-heading04.c-heading03--colorMain::before {
  background: var(--site-color-main);
}

.p-cardList03__item + .p-cardList03__item {
  margin-top: 70px;
}
.p-cardList03__item {
  display: flex;
}
.p-cardList03__image {
  width: 50%;
}
.p-cardList03__image img {
  width: 100%;
  height: auto;
}
.p-cardList03__detail {
  flex: 1;
  padding-left: 30px;
}
.p-cardList03__btn {
  margin-top: 40px;
  text-align: right;
}
.p-cardList03__detail .c-heading03 {
  margin-bottom: 20px;
}
.p-cardList03__item:nth-child(even) .p-cardList03__image {
  order: 2;
}
.p-cardList03__item:nth-child(even) .p-cardList03__detail {
  order: 1;
  padding-left: 0;
  padding-right: 30px;
}
.p-cardList03--imgRightStart .p-cardList03__image {
  order: 2;
}
.p-cardList03--imgRightStart .p-cardList03__detail {
  order: 1;
  padding-left: 0;
  padding-right: 30px;
}
.p-cardList03--imgRightStart
  .p-cardList03__item:nth-child(even)
  .p-cardList03__image {
  order: 1;
}
.p-cardList03--imgRightStart
  .p-cardList03__item:nth-child(even)
  .p-cardList03__detail {
  order: 2;
  padding-left: 30px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .p-cardList03__item {
    display: block;
  }
  .p-cardList03__item + .p-cardList03__item {
    margin-top: 50px;
  }
  .p-cardList03__image {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-cardList03__detail {
    padding-left: 0;
  }
  .p-cardList03__btn {
    margin-top: 30px;
    text-align: center;
  }
  .p-cardList03__detail .c-heading03 {
    margin-bottom: 10px;
  }
  .p-cardList03__item:nth-child(even) .p-cardList03__detail {
    padding-right: 0;
  }
  .p-cardList03--imgRightStart .p-cardList03__detail {
    padding-right: 0;
  }
  .p-cardList03--imgRightStart
    .p-cardList03__item:nth-child(even)
    .p-cardList03__detail {
    padding-left: 0;
  }
}

.c-linkText01 {
  color: var(--site-color-link);
  text-decoration: underline;
}
.c-linkText01:hover {
  text-decoration: none;
}

.c-icon-blank01 {
  margin-left: 6px;
  position: relative;
  top: -2px;
}

.c-icon-download01 {
  margin-left: 6px;
  position: relative;
  top: -1px;
}

.u-fw-b,
.bold {
  font-weight: 700 !important;
}

@media screen and (max-width: 767px) {
  .u-d-none-sp {
    display: none !important;
  }
  .u-d-inline-sp {
    display: inline !important;
  }
  .u-d-block-sp {
    display: block !important;
  }
  .u-d-inblock-sp {
    display: inline-block !important;
  }
  .u-d-flex-sp {
    display: flex !important;
  }
  .u-d-inflex-sp {
    display: inline-flex !important;
  }
}
.u-mb-0 {
  margin-bottom: 0px !important;
}
.u-mb-5,
.mb5 {
  margin-bottom: 5px !important;
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-30 {
  margin-bottom: 30px !important;
}
.u-mb-40 {
  margin-bottom: 40px !important;
}
.u-mb-50 {
  margin-bottom: 50px !important;
}
.u-mb-60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
}
.u-mt-0 {
  margin-top: 0px !important;
}
.u-mt-5 {
  margin-top: 5px !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}
.u-mt-30 {
  margin-top: 30px !important;
}
.u-mt-40 {
  margin-top: 40px !important;
}
.u-mt-50 {
  margin-top: 50px !important;
}
.u-mt-60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mt-0-sp {
    margin-top: 0px !important;
  }
  .u-mt-5-sp {
    margin-top: 5px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
}


.u-ta-l {
  text-align: left !important;
}
.u-ta-r {
  text-align: right !important;
}
.u-ta-c {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-ta-l-sp {
    text-align: left !important;
  }
  .u-ta-r-sp {
    text-align: right !important;
  }
  .u-ta-c-sp {
    text-align: center !important;
  }
}
.u-va-t {
  vertical-align: top !important;
}
.u-va-b {
  vertical-align: bottom !important;
}
.u-va-m {
  vertical-align: middle !important;
}

@media screen and (max-width: 767px) {
  .u-va-t-sp {
    vertical-align: top !important;
  }
  .u-va-b-sp {
    vertical-align: bottom !important;
  }
  .u-va-m-sp {
    vertical-align: middle !important;
  }
}


.l-tableScrollWrap {
  overflow-x: auto;
}

.p-table01 {
  border-bottom: 1px solid var(--site-table-border1);
  border-right: 1px solid var(--site-table-border1);
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.p-table01.p-table01--noMinWidth {
  min-width: initial;
}
:where(.p-table01 th, .p-table01 td) {
  font-size: 1.4rem;
  border-top: 1px solid var(--site-table-border1);
  border-left: 1px solid var(--site-table-border1);
  padding: 9px 10px;
  vertical-align: top;
}
:where(.p-table01 th) {
  font-weight: 500;
  background: var(--site-table-th1);
}
:where(.p-table01 td) {
  background: #fff;
}
.p-table01 .p-table01__th {
  background: var(--site-table-th1);
}
.p-table01 .p-table01__th2 {
  background: var(--site-table-th2);
}
.p-table01 .p-table01__accent1 {
  background: var(--site-table-bg-accent1);
}
.p-table01 .p-table01__borderLeftNone {
  border-left: none;
}
.p-table01 .p-table01__indent {
  padding-left: calc(10px + 1em);
}
@media screen and (max-width: 767px) {
  .p-table01.p-table01--spBlock th,
  .p-table01.p-table01--spBlock td {
    display: block;
  }
}

.c-pageTitle01 {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 50px;
  color: #fff;
  position: relative;
}
.c-pageTitle01__inner {
  position: relative;
  text-align: center;
}
.c-pageTitle01__main {
  font-size: 3rem;
  font-weight: 400;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.c-pageTitle01__sub {
  font-size: 1.6rem;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.c-pageTitle01.scroll-in .c-pageTitle01__inner {
  overflow: hidden;
  opacity: 0;
}
.c-pageTitle01.scroll-in .c-pageTitle01__main,
.c-pageTitle01.scroll-in .c-pageTitle01__sub {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-pageTitle01.scroll-in.displayed .c-pageTitle01__inner {
  opacity: 1;
}
.c-pageTitle01.scroll-in.displayed .c-pageTitle01__main,
.c-pageTitle01.scroll-in.displayed .c-pageTitle01__sub {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
@media screen and (max-width: 680px) {
  .c-pageTitle01 {
    height: 100px;
  }
  .c-pageTitle01__main--small {
    font-size: 2rem;
  }
}

.c-text + .c-text {
  margin-top: 5px;
}