@charset "UTF-8";
/*-- layoutフォルダの中の_index.scss --*/
.l-wrap {
  padding-top: 220px;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  .l-wrap {
    padding-top: 136px;
  }
}
@media only screen and (max-width: 1279px) {
  .l-wrap {
    padding-top: 76px;
  }
}

html.is-spmenu-opened {
  overflow: hidden;
}

.gsc-modal-background-image {
  top: -60px !important;
  height: calc(var(--vh, 1vh) * 100) !important;
}

.gsc-results-wrapper-overlay {
  height: calc(var(--vh, 1vh) * 90) !important;
}

.gsc-search-button-v2 {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gsc-search-button-v2 svg {
  fill: #008264 !important;
}

.gsst_a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.gsst_a .gscb_a {
  color: #008264 !important;
}

.gsib_a {
  padding: 5px 9px 4px 40px !important;
}

table.gsc-search-box td.gsc-input {
  padding-right: 0 !important;
}

.gsc-search-button {
  width: 0 !important;
  margin-left: 0 !important;
}

.gsc-input-box {
  border: none;
  border-radius: 18px !important;
}

.gssb_c {
  position: absolute;
  top: 124px !important;
  left: 0;
}

.p-google-custom {
  max-width: 700px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-google-custom {
    padding: 0 20px;
  }
}

.gsc-control-cse {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

form.gsc-search-box {
  margin-bottom: 0 !important;
  position: relative;
}

table.gsc-search-box {
  margin-bottom: 0 !important;
}

.l-ft {
  width: 100%;
  padding: 80px 0 56px;
  background-color: #003146;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-ft {
    padding: 40px 0 56px;
  }
}
.l-ft__inr {
  max-width: 1478px;
  padding: 0 30px;
  margin: 0 auto;
}
.l-ft__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid #4f7a96;
}
@media only screen and (max-width: 1279px) {
  .l-ft__top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
  }
}
.l-ft__logo-link {
  margin-top: 10px;
}
.l-ft__top-right-cntr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 38px;
}
@media only screen and (max-width: 1279px) {
  .l-ft__top-right-cntr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.l-ft__top-txt {
  color: white;
  font-weight: 700;
  font-size: 29px;
}
@media only screen and (max-width: 767px) {
  .l-ft__top-txt {
    font-size: 15px;
    text-align: center;
  }
}
.l-ft__nav {
  margin-top: 58px;
  padding-bottom: 58px;
  border-bottom: 1px solid #4f7a96;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1279px) {
  .l-ft__nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
    gap: 0;
  }
}
.l-ft__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 1279px) {
  .l-ft__nav-list {
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__nav-list {
    border-top: 1px solid #4f7a96;
    border-bottom: 1px solid #4f7a96;
    width: 100%;
  }
  .l-ft__nav-list + .l-ft__nav-item {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__nav-item.open .l-ft__nav-link::after {
    -webkit-transform: translateY(-50%) rotateX(180deg);
            transform: translateY(-50%) rotateX(180deg);
  }
}
.l-ft__nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-ft__nav-link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .l-ft__nav-link:hover:before {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__nav-link {
    line-height: 50px;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    cursor: pointer;
  }
  .l-ft__nav-link::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    content: "";
    background-image: url(/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/component/icon_ft-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 17px;
    height: 10px;
    right: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .l-ft__nav-link-arrownone::after {
    content: none;
  }
}
.l-ft__nav-sublist {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .l-ft__nav-sublist {
    display: none;
    border-top: 1px solid #4f7a96;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__nav-subitem + .l-ft__nav-subitem {
    margin-top: 10px;
  }
}
.l-ft__nav-sublink {
  color: white;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.l-ft__nav-sublink:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
@media only screen and (min-width: 1280px) {
  .l-ft__nav-sublink:hover:before {
    opacity: 1;
  }
}
.l-ft__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-ft__info-txt {
  font-size: 24px;
  font-weight: 700;
  color: white;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .l-ft__info-txt {
    font-size: 15px;
  }
}
.l-ft__bottom {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .l-ft__bottom {
    margin-top: 35px;
  }
}
.l-ft__form-cntr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-ft__linkbtn-wrap {
  max-width: 280px;
  margin: 30px auto 0;
}
.l-ft__copy-cntr {
  margin-top: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
@media only screen and (max-width: 767px) {
  .l-ft__copy-cntr {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.l-ft__copy {
  font-size: 13px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .l-ft__copy {
    width: 100%;
    text-align: center;
  }
}
.l-ft__copy-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.l-ft__copy-link {
  font-size: 13px;
  color: white;
  padding-left: 12px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-ft__copy-link:after {
  position: absolute;
  content: "";
  width: calc(100% - 12px);
  height: 1px;
  bottom: 0;
  left: 12px;
  background-color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
@media only screen and (min-width: 1280px) {
  .l-ft__copy-link:hover:after {
    opacity: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .l-ft__copy-link:hover {
    opacity: 0.8;
  }
}
.l-ft__copy-link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .l-ft__copy-link:nth-child(1):after {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-ft__copy-link:nth-child(1) {
    padding-left: 0;
  }
  .l-ft__copy-link:nth-child(1)::before {
    content: none;
  }
}

.l-ft-form {
  width: 546px;
  position: relative;
}
.l-ft-form__input-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border-radius: 30px;
  background-color: white;
  font-size: 13px;
  color: #d1d1ce;
}
.l-ft-form__input {
  width: 100%;
  height: 100%;
  padding: 0 25px;
}
.l-ft-form__submit {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #005d7d;
  width: 196px;
  height: 48px;
  border-radius: 24px;
  color: white;
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .l-ft-form__submit:hover {
    cursor: pointer;
  }
}

.l-sec {
  position: relative;
}
.l-sec.--concrete {
  background-color: #f2f2f1;
}
.l-sec.--white {
  background-color: white;
}
.l-sec.--orient {
  background-color: #005d7d;
}
.l-sec.--bluewhale {
  background-color: #003146;
}
.l-sec.--round-top-left {
  border-radius: 65px 0 0 0;
  padding-top: 65px;
}
.l-sec.--round-top-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  z-index: -1;
}
.l-sec.--round-top-right {
  border-radius: 0 65px 0 0;
  padding-top: 65px;
}
.l-sec.--round-top-right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  z-index: -1;
}
.l-sec.--round-bottom-left {
  border-radius: 0 0 0 65px;
}
.l-sec.--round-bottom-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 65px;
  z-index: -1;
}
.l-sec.--round-bottom-right {
  border-radius: 0 0 65px 0;
  padding-bottom: 65px;
}
.l-sec.--round-bottom-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65px;
  height: 65px;
  z-index: -1;
}
.l-sec.--corner-concrete::after {
  background-color: #f2f2f1;
}
.l-sec.--corner-bluewhale::after {
  background-color: #003146;
}
.l-sec.--corner-white::after {
  background-color: white;
}
.l-sec.--corner-orient::after {
  background-color: #005d7d;
}

.l-sec-center-box {
  background-color: #003146;
}

.l-sec-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1023px) {
  .l-sec-flex {
    padding-bottom: 60px;
    display: block;
  }
}
.l-sec-flex__sidebar {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 320px;
}
@media only screen and (max-width: 1279px) {
  .l-sec-flex__sidebar {
    width: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  .l-sec-flex__sidebar {
    width: 100%;
  }
}
.l-sec-flex__contents {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .l-sec-flex__contents {
    margin-top: 25px;
  }
}

.l-sec-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 1279px) {
  .l-sec-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-sec-post__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .l-sec-post__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.l-sec-post__right {
  width: 290px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media only screen and (max-width: 1279px) {
  .l-sec-post__right {
    width: 100%;
  }
}

.c-sns-list-wrap {
  width: 125px;
}
@media only screen and (max-width: 1279px) {
  .c-sns-list-wrap {
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-sns-list-wrap {
    width: 100%;
  }
}

.l-sec-white {
  background-color: white;
  position: relative;
}
.l-sec-white.--round-top-right {
  border-radius: 0 65px 0 0;
  padding-top: 65px;
}
.l-sec-white.--round-top-right::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background-color: #f2f2f1;
  z-index: -1;
}

.is-spmenu-opened #l-sp-menu {
  opacity: 1;
  pointer-events: auto;
}

.l-sp-menu {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 76px;
  left: 0;
  z-index: 998;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 76px);
  background-color: #fff;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.l-sp-menu.--active {
  opacity: 1;
  pointer-events: auto;
}
.l-sp-menu__search {
  height: 76px;
  background-color: #f2f2f1;
  margin: 0 -20px;
  padding: 0 20px;
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-sp-menu__inr {
  height: calc(var(--vh, 1vh) * 100 - 76px);
  overflow-x: hidden;
  overflow-y: auto;
}
.l-sp-menu__form {
  width: 100%;
  position: relative;
}
.l-sp-menu__form-input-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-radius: 30px;
  background-color: white;
  position: relative;
  padding: 0 30px 0 46px;
}
.l-sp-menu__form-input-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 19px;
  -webkit-mask: url("/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/common/l-hd__search.svg") center/contain no-repeat;
          mask: url("/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/common/l-hd__search.svg") center/contain no-repeat;
  background-color: #008264;
}
.l-sp-menu__form-input {
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.l-sp-menu__form-input::-webkit-input-placeholder {
  color: #1e1e1e;
}
.l-sp-menu__form-input::-moz-placeholder {
  color: #1e1e1e;
}
.l-sp-menu__form-input:-ms-input-placeholder {
  color: #1e1e1e;
}
.l-sp-menu__form-input::-ms-input-placeholder {
  color: #1e1e1e;
}
.l-sp-menu__form-input::placeholder {
  color: #1e1e1e;
}
.l-sp-menu__main {
  padding: 0 20px 40px;
}
.l-sp-menu__item {
  border-bottom: 2px solid #d1d1ce;
}
.l-sp-menu__link {
  display: block;
  text-align: left;
  width: 100%;
  font-size: 16px;
  padding: 16px 10px 16px;
}
.l-sp-menu__link.--main {
  font-size: 22px;
  font-weight: 700;
  padding: 13px 22px 13px 10px;
  position: relative;
  color: #1e1e1e;
  -webkit-appearance: none;
}
.l-sp-menu__link.--main::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #008264;
  border-top: 2px solid #008264;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-sp-menu__link.--next {
  font-size: 16px;
  font-weight: 500;
  padding: 13px 22px 13px 10px;
  color: #1e1e1e;
  position: relative;
  -webkit-appearance: none;
}
.l-sp-menu__link.--next::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #008264;
  border-top: 2px solid #008264;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-sp-menu__link.--back {
  color: #008264;
  font-size: 12px;
  font-weight: 700;
  padding: 20px 10px 19px 20px;
  position: relative;
}
.l-sp-menu__link.--back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #008264;
  border-bottom: 2px solid #008264;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-sp-menu__link.--active {
  color: #008264;
  font-size: 21px;
  font-weight: 700;
  padding: 13px 22px 13px 10px;
  position: relative;
}
.l-sp-menu__txt-arrow {
  position: relative;
  padding-right: 22px;
}
.l-sp-menu__txt-arrow.--block {
  display: block;
  width: 100%;
}
.l-sp-menu__txt-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #008264;
  border-top: 2px solid #008264;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-sp-menu__linkbtn-cntr {
  margin-top: 24px;
  text-align: center;
}
.l-sp-menu__linkbtn-link.c-linkbtn__link {
  background-color: #008264;
  border: 1px solid #008264;
}
.l-sp-menu__bottom-list {
  margin-top: 24px;
  color: #008264;
  font-weight: 700;
  text-align: center;
}
.l-sp-menu__bottom-list-item + .l-sp-menu__bottom-list-item {
  margin-top: 24px;
}
.l-sp-menu__bottom-list-link {
  color: #008264;
}
.l-sp-menu__bottom-list-link.--login {
  padding-left: 22px;
  position: relative;
}
.l-sp-menu__bottom-list-link.--login::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  -webkit-mask: url("/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/common/l-hd__login.svg") center/contain no-repeat;
          mask: url("/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/common/l-hd__login.svg") center/contain no-repeat;
  background-color: #008264;
}
.l-sp-menu__heading {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 500;
}
.l-sp-menu__trending-list {
  margin-top: 24px;
}
.l-sp-menu__trending-item + .l-sp-menu__trending-item {
  margin-top: 24px;
}
.l-sp-menu__trending-link {
  color: #008264;
  font-size: 15px;
  font-weight: 700;
}
.l-sp-menu__trending-desc {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.8;
}

/*-- utilityフォルダの中の_index.scss --*/
@media only screen and (min-width: 1024px) {
  .u-pc-hide {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .u-tb-hide {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp-hide {
    display: none;
  }
}

.u-sp-space {
  display: none;
}
@media only screen and (max-width: 767px) {
  .u-sp-space {
    display: inline;
  }
}

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

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

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

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

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

.u-bold {
  font-weight: 700;
}

.u-link-txt {
  color: #008264;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.u-link-txt::before {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #008264;
}
@media only screen and (min-width: 1280px) {
  .u-link-txt:hover::before {
    background-color: transparent;
  }
}

/*-- componentフォルダの中の_index.scss --*/
.c-archive-ttl {
  font-size: 34px;
  font-weight: 400;
}

.c-archive {
  margin-top: 40px;
  position: relative;
}
.c-archive__filter-cntr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-archive__filter-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.c-archive__filter-item a {
  color: #fff;
}
.c-archive__filter-link {
  font-size: 14px;
  background-color: #702c3e;
  padding: 6px 10px 4px;
}
.c-archive__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 38px 30px;
}
@media only screen and (max-width: 1023px) {
  .c-archive__list {
    gap: 38px 15px;
  }
}
.c-archive__item {
  width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 1023px) {
  .c-archive__item {
    width: calc(50% - 7.5px);
  }
}
@media only screen and (max-width: 960px) {
  .c-archive__item {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .c-archive__link:hover .c-archive__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-archive__img-cont {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 372/186;
  position: relative;
  /*
  &::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 52px 52px;
    border-color: transparent transparent $colorYellow transparent;
    z-index: 1;
  }*/
}
.c-archive__img-cont.--yellow {
  border: 6px solid #f7ee12;
}
.c-archive__img-cont.--yellow::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 52px 52px;
  border-color: transparent transparent #f7ee12 transparent;
  z-index: 1;
}
.c-archive__img-cont.--purple {
  border: 6px solid #9999ff;
}
.c-archive__img-cont.--purple::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 52px 52px;
  border-color: transparent transparent #9999ff transparent;
  z-index: 1;
}
.c-archive__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}
.c-archive__img-ttl-cntr {
  position: absolute;
  top: 8px;
  left: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-archive__img-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  color: var(--eerie-black);
  background-color: #f7ee12;
  font-size: 20px;
  font-weight: 700;
  padding: 0 10px;
}
.c-archive__img-ttl.--purple {
  background-color: #9999ff;
}
.c-archive__img-ttl + .c-archive__img-ttl {
  margin-top: 6px;
}
.c-archive__ttl-cntr {
  margin-top: 15px;
}
.c-archive__ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  .c-archive__ttl {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .c-archive__ttl {
    font-size: 16px;
  }
}
.c-archive__date-cntr {
  margin-top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-archive__date {
  margin-top: 2px;
  font-size: 15px;
  line-height: 1;
}
.c-archive__cat {
  margin-left: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: var(--eerie-black);
  background-color: #efedee;
  padding: 5px 10px 5px;
}
.c-archive__cat.--white {
  background-color: #fff;
  border: 1px solid #efedee;
}
.c-archive__cat.--yellow {
  background-color: #f7ee12;
}
.c-archive__cat.--purple {
  background-color: #9999ff;
}
.c-archive__cat + .c-archive__cat {
  margin-left: 6px;
}
.c-archive__more-cont {
  margin-top: 70px;
  text-align: center;
}
.c-archive__more-cntr {
  margin-top: 40px;
}
@media only screen and (max-width: 960px) {
  .c-archive__more-cntr {
    margin-top: 32px;
  }
}
.c-archive__more-cntr a {
  color: #712d3d;
}
.c-archive__more {
  font-size: 18px;
  padding-right: 1em;
  position: relative;
}
.c-archive__more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #712d3d;
  border-right: 2px solid #712d3d;
}

.more-posts {
  margin: 60px auto 0;
  max-width: 372px;
  width: 100%;
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--eerie-black);
  border: 2px solid var(--eerie-black);
  color: #fff;
  position: relative;
  -webkit-transition: 0.5s background-color, 0.5s color;
  transition: 0.5s background-color, 0.5s color;
}
@media only screen and (min-width: 1024px) {
  .more-posts:hover {
    background-color: #fff;
    color: var(--eerie-black);
  }
  .more-posts:hover .more-posts__arrow {
    fill: var(--eerie-black);
  }
}
.more-posts__arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #fff;
  -webkit-transition: 0.5s fill;
  transition: 0.5s fill;
}

#loading {
  position: absolute;
  bottom: 240px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-band-ttl-cntr {
  background-color: #003146;
  border-radius: 0 0 0 65px;
  padding-top: 28px;
}
.c-band-ttl-cntr.--deepsea {
  background-color: #008264;
}
.c-band-ttl-cntr.c-width {
  max-width: 100%;
}
.c-band-ttl-cntr.--orient {
  background-color: #005d7d;
}

.c-band-ttl {
  color: white;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-band-ttl {
    font-size: 32px;
  }
}
.c-band-ttl-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 55px 0 120px;
}
@media only screen and (max-width: 767px) {
  .c-band-ttl-wrap {
    padding: 32px 0 50px;
  }
}

.c-blog-list {
  height: auto;
}
@media only screen and (min-width: 1301px) {
  .c-blog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 45px;
  }
}
.c-blog-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 135px) / 4);
}
@media only screen and (max-width: 1300px) {
  .c-blog-list__item {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .c-blog-list__item {
    width: 100%;
  }
}
.c-blog-list__img-wrap {
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
}
.c-blog-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-blog-list__item-cat {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.c-blog-list__item-cat-detail {
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  background-color: #003146;
  font-size: 12px;
  min-width: 90px;
  padding: 0 10px;
}
.c-blog-list__item-ttl {
  color: #003146;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media only screen and (max-width: 960px) {
  .c-blog-list__item-ttl {
    margin-top: 10px;
  }
}
.c-blog-list__item-ttl a {
  color: #003146;
}
.c-blog-list__item-txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.c-blog-list__link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-top: 20px;
}
.c-blog-list__link {
  color: #e65300;
  font-weight: 700;
  padding-right: 1em;
  margin-top: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.c-blog-list__link::after {
  position: absolute;
  content: "→";
  right: 0;
  width: 1em;
  height: 1em;
}
.c-blog-list__link::before {
  position: absolute;
  content: "";
  width: calc(100% - 1em);
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #e65300;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .c-blog-list__link:hover::before {
    opacity: 1;
  }
}

.swiper-pagination-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media only screen and (min-width: 1300px) {
  .swiper-pagination-03 {
    display: none;
  }
}
.swiper-pagination-03 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #008264;
  background-color: white;
  opacity: 1;
}
.swiper-pagination-03 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #008264;
}

.swiper03 {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-bread-wrap.c-width {
    padding: 0;
  }
}
.c-bread-wrap.--single {
  background-color: #003146;
  padding: 28px 0 25px;
}

.c-bread-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
}
.c-bread-list::-webkit-scrollbar {
  display: none;
}
.c-bread-list.--pdlr {
  padding: 0 20px;
}
.c-bread-list__item {
  padding-right: 20px;
  position: relative;
  font-size: 14px;
  line-height: 1.75;
  color: white;
}
.c-bread-list__item::after {
  position: absolute;
  content: ">";
  font-size: 14px;
  line-height: 1.75;
  top: 0;
  right: 5px;
}
.c-bread-list__item.last {
  padding-right: 0px;
}
.c-bread-list__item.last::after {
  content: none;
}
.c-bread-list__item-link {
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.75;
}
@media only screen and (min-width: 1280px) {
  .c-bread-list__item-link:hover {
    opacity: 0.7;
  }
}

.p-cookie {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 80px;
  padding: 24px 32px;
  background-color: #008264;
  z-index: 9999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px 24px;
}
@media only screen and (max-width: 767px) {
  .p-cookie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 18px 30px;
  }
}
.p-cookie.is-show {
  visibility: visible;
  opacity: 1;
}
.p-cookie__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .p-cookie__inr {
    display: block;
    gap: 0;
  }
}
.p-cookie__txt {
  color: white;
  font-size: 14px;
  line-height: 2;
  width: calc(100% - 112px - 24px);
}
@media only screen and (max-width: 767px) {
  .p-cookie__txt {
    text-align: center;
    width: 100%;
  }
}
.p-cookie__btn {
  width: 112px;
  height: 40px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #008264;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.p-cookie__btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .p-cookie__btn:hover {
    opacity: 0.6;
  }
}
.p-cookie__link {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}

.c-deepsea-band {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #008264;
  border-radius: 40px;
  height: 160px;
  padding: 0 80px 0 64px;
}
@media only screen and (max-width: 1279px) {
  .c-deepsea-band {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding: 30px;
    gap: 10px;
  }
}
.c-deepsea-band__ttl {
  color: white;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  .c-deepsea-band__ttl {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-deepsea-band__ttl {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-deepsea-band__linkbtn {
    margin-top: 10px;
  }
}

.c-details-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .c-details-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.c-details-list__item {
  padding-left: 1.5em;
  font-size: 16px;
  line-height: 2.5;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-details-list__item {
    line-height: 2;
  }
}
.c-details-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-details-list__item-date::before {
  background: url(/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/component/c-shadowboxlist__item-detail_img_date.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 14px;
  height: 16px;
}
.c-details-list__item-lang::before {
  background: url(/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/component/c-shadowboxlist__item-detail_img_lang.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 15px;
}
.c-details-list__item-virtual::before {
  background: url(/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/component/c-shadowboxlist__item-detail_img_virtual.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 10px;
}
.c-details-list__item-face::before {
  background: url(/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/component/c-shadowboxlist__item-detail_img_face.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 12.93px;
}

.c-dl {
  font-size: 15px;
}
.c-dl__dt {
  font-weight: 700;
  font-size: 15px;
}
.c-dl__dd {
  font-size: 14px;
  line-height: 2;
}
.c-dl__dd-link {
  text-decoration: underline;
  color: #008264;
  font-weight: 700;
}
.c-dl + .c-dl {
  margin-top: 1.3em;
}

.c-dot-list__item {
  display: block;
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-dot-list__item {
    font-size: 14px;
  }
}
.c-dot-list__item:not(:first-child) {
  margin-top: 0.8em;
}
.c-dot-list__item::before {
  position: absolute;
  content: "";
  background: #000;
  width: 4px;
  height: 4px;
  top: 14px;
  left: 6px;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .c-dot-list__item::before {
    top: 12px;
    left: 5px;
  }
}
.c-dot-list__item-txt {
  display: inline-block;
  padding-top: 0em;
}

.c-explain__ttl {
  letter-spacing: 0.05em;
}
.c-explain__txt {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin: 20px auto 0;
  max-width: 1000px;
}

.c-explain-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6%;
  margin-top: 90px;
}
@media only screen and (max-width: 1023px) {
  .c-explain-list {
    gap: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-explain-list {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-explain-list {
    margin-top: 40px;
  }
}
.c-explain-list__item {
  text-align: center;
  width: 20.5%;
}
@media only screen and (max-width: 1023px) {
  .c-explain-list__item {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 480px) {
  .c-explain-list__item {
    width: 100%;
  }
}
.c-explain-list__item.--three {
  width: 27.3333333333%;
}
@media only screen and (max-width: 1023px) {
  .c-explain-list__item.--three {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 480px) {
  .c-explain-list__item.--three {
    width: 100%;
  }
}
.c-explain-list__img-wrap {
  max-height: 88px;
  height: 100%;
}
.c-explain-list__ttl {
  font-weight: 700;
}

.c-explain-list__ttl {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .c-explain-list__ttl {
    margin-top: 18px;
  }
}
.c-explain-list__txt {
  font-size: 14px;
  line-height: 2;
  max-width: 340px;
  margin: 10px auto 0;
}

.c-newline {
  display: inline-block;
}

.c-filter {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: #f2f2f1;
}
.c-filter .c-search-list {
  display: block;
}
.c-filter.active {
  display: block;
}
.c-filter__ttl {
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.c-flex-txt-shadowbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media only screen and (max-width: 1279px) {
  .c-flex-txt-shadowbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-flex-txt-shadowbox__txt-cntr {
  width: calc(52.2% - 50px);
  padding-right: 3%;
  margin-top: 12px;
}
@media only screen and (max-width: 1279px) {
  .c-flex-txt-shadowbox__txt-cntr {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }
}
.c-flex-txt-shadowbox__txt-cntr.--right {
  max-width: 680px;
}
.c-flex-txt-shadowbox__ttl {
  color: #003146;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 1279px) {
  .c-flex-txt-shadowbox__ttl {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-flex-txt-shadowbox__ttl {
    font-size: 25px;
  }
  .c-flex-txt-shadowbox__ttl .u-ib {
    display: inline;
  }
}
.c-flex-txt-shadowbox__desc {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 20px;
}
.c-flex-txt-shadowbox__list {
  margin-top: 24px;
}
.c-flex-txt-shadowbox__list-item {
  font-size: 15px;
  font-weight: 700;
  margin-top: 0.8em;
}
.c-flex-txt-shadowbox__list-item:first-child {
  margin-top: 0;
}
.c-flex-txt-shadowbox__linkbtn {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .c-flex-txt-shadowbox__linkbtn {
    margin-top: 25px;
  }
}
.c-flex-txt-shadowbox__shadowbox {
  width: 47.8%;
  border-radius: 40px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 72px 30px;
  background-color: white;
}
@media only screen and (max-width: 1279px) {
  .c-flex-txt-shadowbox__shadowbox {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-flex-txt-shadowbox__shadowbox {
    padding: 40px 30px;
  }
}
.c-flex-txt-shadowbox__box-img {
  width: 59px;
  height: auto;
}
.c-flex-txt-shadowbox__box-desc {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-flex-txt-shadowbox__box-desc {
    font-size: 20px;
  }
  .c-flex-txt-shadowbox__box-desc .u-ib {
    display: inline;
  }
}
.c-flex-txt-shadowbox__box-en {
  margin-top: 23px;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  color: #003146;
}

.c-full-flex-img-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8%;
  padding-right: 50px;
}
@media only screen and (max-width: 1279px) {
  .c-full-flex-img-txt {
    gap: 5%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-full-flex-img-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .c-full-flex-img-txt {
    padding-right: 0px;
  }
}
.c-full-flex-img-txt.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 9.8%;
  padding-left: 50px;
  padding-right: 0;
}
@media only screen and (max-width: 1023px) {
  .c-full-flex-img-txt.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    padding-right: 0;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .c-full-flex-img-txt.--reverse {
    padding-left: 0px;
  }
}
.c-full-flex-img-txt__img-wrap {
  width: 43%;
  border-radius: 0 40px 40px 0;
  overflow: hidden;
  aspect-ratio: 805/682;
}
@media only screen and (max-width: 1279px) {
  .c-full-flex-img-txt__img-wrap {
    width: 46%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-full-flex-img-txt__img-wrap {
    width: 100%;
    margin-right: 40px;
  }
}
.c-full-flex-img-txt__img-wrap.--reverse {
  border-radius: 40px 0 0 40px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-full-flex-img-txt__img-wrap.--reverse {
    width: 100%;
    margin-right: 0px;
    margin-left: 40px;
  }
}
.c-full-flex-img-txt__img-wrap.--youtube {
  aspect-ratio: 805/682;
}
.c-full-flex-img-txt__youtube {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-full-flex-img-txt__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-full-flex-img-txt__txt-cntr {
  width: 100%;
  max-width: 634px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1279px) {
  .c-full-flex-img-txt__txt-cntr {
    width: 49%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-full-flex-img-txt__txt-cntr {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-full-flex-img-txt__txt-cntr {
    padding: 0 20px;
  }
}
.c-full-flex-img-txt__ttl.--white {
  color: white;
}
.c-full-flex-img-txt__txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 2;
}
.c-full-flex-img-txt__txt.--white {
  color: white;
}
.c-full-flex-img-txt__txt .--bold {
  font-weight: 700;
  font-size: 15px;
}
.c-full-flex-img-txt__txt + .c-full-flex-img-txt__dl-cntr {
  margin-top: 18px;
}
.c-full-flex-img-txt__dl-cntr {
  margin-top: 24px;
}
.c-full-flex-img-txt__dl-cntr + .c-full-flex-img-txt__linkbtn {
  margin-top: 30px;
}
.c-full-flex-img-txt__dl-cntr + .c-full-flex-img-txt__linkbtn .c-linkbtn__link {
  padding: 0 45px;
}
.c-full-flex-img-txt__linkbtn {
  margin-top: 40px;
}
.c-full-flex-img-txt__button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 140px;
  height: 140px;
}

.c-intro-txt {
  font-size: 25px;
  line-height: 2;
  text-align: center;
}

.c-kome-list__item {
  display: block;
  padding-left: 1.25em;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
}
.c-kome-list__item:not(:first-child) {
  margin-top: 0.6em;
}
.c-kome-list__item:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.c-learning-list-cntr {
  margin-top: 36px;
  max-width: 674px;
}
@media only screen and (max-width: 1023px) {
  .c-learning-list-cntr {
    max-width: 100%;
  }
}

.c-learning-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.c-learning-list__item {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 1023px) {
  .c-learning-list__item {
    width: 100%;
  }
}
.c-learning-list__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  height: 60px;
  border-radius: 30px;
  padding: 0 30px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1280px) {
  .c-learning-list__link:hover {
    background-color: #008264;
  }
  .c-learning-list__link:hover .c-learning-list__link-txt::after {
    background-color: white;
  }
  .c-learning-list__link:hover .c-learning-list__link-txt {
    color: white;
  }
}
.c-learning-list__link-txt {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #008264;
  position: relative;
  padding-right: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-learning-list__link-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 16px;
  background-color: #008264;
  -webkit-mask: url("/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/common/link-arrow-right-20.svg") center/contain no-repeat;
          mask: url("/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/common/link-arrow-right-20.svg") center/contain no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-linkbtn-cntr {
  text-align: center;
}

.c-linkbtn {
  display: inline-block;
  -webkit-transition: 0.5s color, 0.5s background-color;
  transition: 0.5s color, 0.5s background-color;
}
@media only screen and (max-width: 1023px) {
  .c-linkbtn {
    width: 100%;
  }
}
.c-linkbtn__link {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  padding: 0 37px;
  background-color: #e65300;
  border: 1px solid #e65300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .c-linkbtn__link:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 1023px) {
  .c-linkbtn__link {
    margin: 0 auto;
    max-width: 255px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .c-linkbtn__link {
    min-width: 255px;
    height: 45px;
    font-size: 13px;
  }
}
.c-linkbtn__link.--deepsea {
  background-color: #008264;
  border: 1px solid #008264;
}
@media only screen and (min-width: 1024px) {
  .c-linkbtn__link.--deepsea:hover {
    opacity: 0.8;
  }
}
.c-linkbtn__link.--white {
  background-color: white;
  color: #e65300;
}
@media only screen and (min-width: 1024px) {
  .c-linkbtn__link.--white:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .c-linkbtn {
    min-width: 255px;
    height: 45px;
    font-size: 13px;
  }
}
.c-linkbtn.--deepsea {
  background-color: #008264;
  border: 1px solid #008264;
}
@media only screen and (min-width: 1024px) {
  .c-linkbtn.--deepsea:hover {
    color: #008264;
  }
}

.c-lower-ttl {
  font-size: 44px;
  font-weight: 400;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl--sp-f36 {
    font-size: 36px;
  }
}
.c-lower-ttl__cntr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-lower-ttl__list {
  margin-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px 30px;
  margin-left: 35px;
}
@media only screen and (max-width: 1023px) {
  .c-lower-ttl__list {
    margin-left: 0;
  }
}
.c-lower-ttl__item {
  position: relative;
  font-weight: 700;
  color: #182c51;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.6;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl__item {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .c-lower-ttl__item:hover {
    opacity: 0.7;
  }
}
.c-lower-ttl__item::before {
  content: "";
  position: absolute;
  top: triangle-top(16, 1.6, 9);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #182c51 transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  .c-lower-ttl__item::before {
    top: triangle-top-sp(14, 1.6, 9);
  }
}

.c-num-list {
  counter-reset: my-counter;
}
.c-num-list__item {
  counter-increment: my-counter;
  font-size: 13px;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.5;
}
.c-num-list__item:not(:first-child) {
  margin-top: 0.6em;
}
.c-num-list__item::before {
  content: counter(my-counter) ". ";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  text-align: right;
}

.c-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 18px;
}
@media only screen and (max-width: 767px) {
  .c-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-pagination-number {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .c-pagination-number {
    margin-right: auto;
  }
}
.c-pagination.--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .c-pagination.--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.c-pagination-list__item.active .c-pagination-list__item-num {
  color: white;
  background-color: #008264;
  pointer-events: none;
}
.c-pagination-list__item .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #008264;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #008264;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1280px) {
  .c-pagination-list__item .page-numbers:hover {
    color: white;
    background-color: #008264;
  }
}
.c-pagination-list__item .page-numbers.current {
  color: white;
  background-color: #008264;
}
.c-pagination-list__item .page-numbers.next, .c-pagination-list__item .page-numbers.prev {
  border: none;
}
@media only screen and (min-width: 1280px) {
  .c-pagination-list__item .page-numbers.next:hover, .c-pagination-list__item .page-numbers.prev:hover {
    opacity: 0.8;
    background-color: transparent;
  }
}
.c-pagination-list__item-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #008264;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #008264;
}
.c-pagination-list__item-link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1280px) {
  .c-pagination-list__item-link:hover {
    color: white;
    background-color: #008264;
  }
}
.c-pagination-list__item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1280px) {
  .c-pagination-list__item-prev:hover {
    opacity: 0.7;
    color: none;
    background-color: none;
  }
}
.c-pagination-list__item-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1280px) {
  .c-pagination-list__item-next:hover {
    opacity: 0.7;
    color: none;
    background-color: none;
  }
}

.c-program-box {
  max-width: 1450px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.c-program-box__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border-radius: 40px;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 1279px) {
  .c-program-box__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-program-box__txt-cntr {
  padding: 100px 60px 100px 100px;
  width: 60%;
}
@media only screen and (max-width: 1279px) {
  .c-program-box__txt-cntr {
    padding: 30px 20px 100px 20px;
    width: 100%;
  }
}
.c-program-box__ttl {
  font-size: 57px;
  letter-spacing: 0.05em;
  color: #003146;
}
@media only screen and (max-width: 767px) {
  .c-program-box__ttl {
    font-size: 30px;
  }
}
.c-program-box__ttl + .c-program-box__txt {
  margin-top: 10px;
}
.c-program-box__txt {
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-program-box__txt {
    font-size: 16px;
  }
}
.c-program-box__txt + .c-program-box__txt {
  margin-top: 10px;
}
.c-program-box__img-wrap {
  border-radius: 40px;
  overflow: hidden;
  width: 40%;
}
@media only screen and (max-width: 1279px) {
  .c-program-box__img-wrap {
    width: 100%;
  }
}
.c-program-box__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper04 {
  position: relative;
}
.swiper04 .swiper-pagination-04 {
  position: absolute;
  bottom: 48px;
  left: 48%;
  z-index: 1;
}
.swiper04 .swiper-pagination-bullet {
  background-color: white;
  width: 16px;
  height: 16px;
  border: 2px solid #008264;
  opacity: 1;
}
.swiper04 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #008264;
}

.c-program-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 26px 28px;
  padding: 0 20px;
}
@media only screen and (max-width: 1279px) {
  .c-program-list {
    gap: 16px;
    padding: 0;
  }
}
.c-program-list__item {
  width: 320px;
  min-height: 50px;
}
@media only screen and (max-width: 767px) {
  .c-program-list__item {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-program-list__link {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2f2f1;
  color: #008264;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: 0.5s background-color, 0.5s color;
  transition: 0.5s background-color, 0.5s color;
}
@media only screen and (min-width: 1280px) {
  .c-program-list__link:hover {
    background-color: #008264;
    color: white;
  }
}
.c-program-list__link.--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-program-mean-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 35px;
  padding: 0 20px;
}

.c-program-mean {
  text-align: center;
  width: 50%;
  background-color: #005d7d;
  border-radius: 40px;
  padding: 52px 20px 30px;
}
.c-program-mean.--right {
  background-color: #003146;
  padding: 20px 20px 30px;
}
.c-program-mean__ttl {
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.c-program-mean__number {
  font-family: "Barlow", sans-serif;
  font-size: 72px;
  line-height: 1;
  color: white;
}
.c-program-mean__txt {
  color: white;
  font-size: 14px;
}

.c-project-sort__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .c-project-sort__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-project-sort__item {
  background-color: #fff;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 13px 2px;
  -webkit-transition: 0.3s background-color, 0.3s color;
  transition: 0.3s background-color, 0.3s color;
}
@media only screen and (min-width: 1024px) {
  .c-project-sort__item:hover {
    cursor: pointer;
  }
}
.c-project-sort__item.--gray {
  background-color: #efedee;
}
.c-project-sort__item.is-active {
  background-color: var(--eerie-black);
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .c-project-sort__item.is-active:hover {
    cursor: auto;
  }
}

.c-search {
  max-width: 320px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-search {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-search__filter-cntr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-search__keyword-wrap {
  border-radius: 30px;
  border: 1px solid #d1d1ce;
  overflow: hidden;
}
.c-search__keyword {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 30px;
}
.c-search__filter-area {
  border-radius: 40px;
  background-color: #008264;
  color: white;
  font-weight: 700;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  max-width: 150px;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .c-search__filter-area {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-search-list {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-search-list {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    background-color: #f2f2f2;
    padding: 20px;
    z-index: 12;
    overflow: hidden;
    margin: 0;
    overflow-y: scroll;
  }
  .c-search-list.open {
    opacity: 1;
    pointer-events: auto;
  }
}
.c-search-list__item-btn {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #e65300;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #e65300;
}
@media only screen and (max-width: 1023px) {
  .c-search-list__item-btn {
    display: block;
  }
}
.c-search-list__item-btn.open {
  background-color: white;
}
.c-search-list__item-btn.open .c-search-list__item-btn-inr::before, .c-search-list__item-btn.open .c-search-list__item-btn-inr::after {
  background-color: #e65300;
}
.c-search-list__item-btn.open .c-search-list__item-btn-inr::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-search-list__item-btn-inr {
  position: relative;
}
.c-search-list__item-btn-inr::before, .c-search-list__item-btn-inr::after {
  position: absolute;
  content: "";
  background-color: white;
}
.c-search-list__item-btn-inr::before {
  width: 26px;
  height: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-search-list__item-btn-inr::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 3px;
  height: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-search-list__backbtn {
  display: none;
  padding: 10px 0;
}
@media only screen and (max-width: 1023px) {
  .c-search-list__backbtn {
    display: block;
  }
}
.c-search-list__back {
  position: relative;
  padding-left: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-search-list__back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #008264;
  border-bottom: 2px solid #008264;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-search-list__item {
  padding: 20px 0 25px;
  border-top: 1px solid #d1d1ce;
  border-bottom: 1px solid #d1d1ce;
}
@media only screen and (max-width: 1023px) {
  .c-search-list__item {
    padding: 20px 0 20px;
  }
}
.c-search-list__item + .c-search-list__item {
  border-top: none;
}
.c-search-list__item-ttl {
  font-size: 19px;
  line-height: 2.1;
}
@media only screen and (max-width: 1023px) {
  .c-search-list__item-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-search-list__item-cont {
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .c-search-list__item-cont {
    display: none;
  }
  .c-search-list__item-cont.open {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .c-search-list__check-cntr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.c-search-list__cal-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.c-search-list__cal-wrap {
  width: 100%;
  max-width: 159px;
  background-color: white;
  border: 1px solid #d1d1ce;
  border-radius: 5px;
}
.c-search-list__cal {
  width: 100%;
  padding: 8px;
  position: relative;
}
@media only screen and (min-width: 1280px) {
  .c-search-list__cal:hover {
    cursor: pointer;
  }
}
.c-search-list__check-wrap {
  position: relative;
}
.c-search-list__check-wrap + .c-search-list__check-wrap {
  margin-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .c-search-list__check-wrap + .c-search-list__check-wrap {
    margin-top: 0;
  }
}
.c-search-list__check {
  width: 17px;
  height: 17px;
  position: absolute;
  z-index: 1;
  top: calc(0.3em + 1px);
  left: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1280px) {
  .c-search-list__check:hover {
    cursor: pointer;
    background-color: #008264;
  }
}
.c-search-list__check:checked {
  background-color: #008264;
}
.c-search-list__check:checked + .c-search-list__check-txt::after {
  opacity: 1;
}
.c-search-list__check-txt {
  padding-left: 1.5em;
  display: block;
  font-size: 16px;
}
@media only screen and (min-width: 1280px) {
  .c-search-list__check-txt:hover {
    cursor: pointer;
  }
}
@media only screen and (max-width: 767px) {
  .c-search-list__check-txt {
    font-size: 14px;
  }
}
.c-search-list__check-txt::after, .c-search-list__check-txt::before {
  position: absolute;
  content: "";
}
.c-search-list__check-txt::before {
  width: 16px;
  height: 16px;
  border: 1px solid #008264;
  top: 0.3em;
  left: 0;
}
.c-search-list__check-txt::after {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  opacity: 0;
  height: 5px;
  width: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  top: 0.8em;
  left: 3px;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  z-index: 1;
}
.c-search-list__filter-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .c-search-list__filter-link {
    display: block;
  }
}
.c-search-list__filter-linkbtn {
  background-color: #e65300;
  color: white;
  font-weight: 700;
  border-radius: 22px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}

input[type=date] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

input[type=date]::after {
  content: "";
  background: url(/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/component/c-shadowboxlist__item-detail_img_date.svg) no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 17.96px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.is-opened {
  overflow: hidden;
}

.c-sec {
  padding: 120px 0 120px;
}
@media only screen and (max-width: 1023px) {
  .c-sec {
    padding: 60px 0 60px;
  }
}
.c-sec.--pt0 {
  padding-top: 0;
}
.c-sec.--pt50 {
  padding-top: 50px;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--pt50 {
    padding-top: 25px;
  }
}
.c-sec.--pt60 {
  padding-top: 60px;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--pt60 {
    padding-top: 40px;
  }
}
.c-sec.--pt70 {
  padding-top: 70px;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--pt70 {
    padding-top: 40px;
  }
}
.c-sec.--pt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--pt80 {
    padding-top: 60px;
  }
}
.c-sec.--pt90 {
  padding-top: 90px;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--pt90 {
    padding-top: 60px;
  }
}
.c-sec.--pt100 {
  padding-top: 100px;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--pt100 {
    padding-top: 60px;
  }
}
.c-sec.--pt110 {
  padding-top: 110px;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--pt110 {
    padding-top: 60px;
  }
}
.c-sec.--pb0 {
  padding-bottom: 0px;
}
.c-sec.--pb50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--pb50 {
    padding-bottom: 40px;
  }
}
.c-sec.--pb60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--pb60 {
    padding-bottom: 40px;
  }
}
.c-sec.--pb70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--pb70 {
    padding-bottom: 40px;
  }
}
.c-sec.--pb80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--pb80 {
    padding-bottom: 60px;
  }
}
.c-sec.--pb90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--pb90 {
    padding-bottom: 60px;
  }
}
.c-sec.--pb100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--pb100 {
    padding-bottom: 60px;
  }
}
.c-sec.--pb120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--pb120 {
    padding-bottom: 60px;
  }
}
.c-sec.--60 {
  padding: 60px 0;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--60 {
    padding: 40px 0;
  }
}
.c-sec.--80 {
  padding: 80px 0;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--80 {
    padding: 60px 0;
  }
}
.c-sec.--100 {
  padding: 100px 0;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--100 {
    padding: 60px 0;
  }
}
.c-sec.--50 {
  padding: 50px 0;
}
@media only screen and (max-width: 1023px) {
  .c-sec.--50 {
    padding: 25px 0;
  }
}

.c-sec-programs-add + .c-sec {
  padding-bottom: 120px;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1023px) {
  .c-sec-programs-add + .c-sec {
    padding-bottom: 60px;
  }
}

.c-seminar-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1023px) {
  .c-seminar-list__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-bottom: 60px;
  }
}
.c-seminar-list__item + .c-seminar-list__item {
  padding-top: 100px;
  border-top: 1px solid #5d5f67;
}
@media only screen and (max-width: 1023px) {
  .c-seminar-list__item + .c-seminar-list__item {
    padding-top: 60px;
  }
}
.c-seminar-list__img-wrap {
  border-radius: 40px;
  overflow: hidden;
  max-width: 560px;
  max-height: 474px;
  aspect-ratio: 280/237;
  width: 39%;
}
@media only screen and (max-width: 1023px) {
  .c-seminar-list__img-wrap {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}
.c-seminar-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-seminar-list__txt-cntr {
  width: 49%;
}
@media only screen and (max-width: 1023px) {
  .c-seminar-list__txt-cntr {
    width: 100%;
  }
}
.c-seminar-list__txt-cntr .c-linkbtn-cntr {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-seminar-list__txt-cntr .c-linkbtn-cntr {
    margin: 20px auto 0;
  }
}
.c-seminar-list__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.c-seminar-list__detail-date {
  font-size: 16px;
  line-height: 2.5;
  padding-left: 1.5em;
  position: relative;
}
.c-seminar-list__detail-date::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/component/c-shadowboxlist__item-detail_img_date.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 17.96px;
  height: 20px;
}
.c-seminar-list__detail-time {
  font-size: 16px;
  line-height: 2.5;
  padding-left: 1.5em;
  position: relative;
}
.c-seminar-list__detail-time::before {
  position: absolute;
  content: "";
  top: calc(50% + 1px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/component/c-seminar_detail-time.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 19.9999px;
  height: 20px;
}
.c-seminar-list__item-ttl {
  font-size: 40px;
  font-weight: 700;
  color: #003146;
}
@media only screen and (max-width: 767px) {
  .c-seminar-list__item-ttl {
    font-size: 25px;
  }
}
.c-seminar-list__txt-wrap {
  margin-top: 20px;
}
.c-seminar-list__txt {
  font-size: 14px;
  line-height: 2;
}
.c-seminar-list__txt + .c-seminar-list__txt {
  margin-top: 1em;
}
.c-seminar-list__linkbtn {
  width: 100%;
}

.c-shadowbox-cntr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
@media only screen and (max-width: 1279px) {
  .c-shadowbox-cntr {
    padding: 0;
  }
}
.c-shadowbox-cntr .c-shadowbox {
  width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 1279px) {
  .c-shadowbox-cntr .c-shadowbox {
    width: 100%;
  }
}
.c-shadowbox-cntr .c-shadowbox.--wide {
  width: 100%;
}

.c-shadowbox {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 40px;
  padding: 40px 50px 60px;
}
@media only screen and (max-width: 767px) {
  .c-shadowbox {
    padding: 20px 26px;
  }
}
.c-shadowbox.--btn {
  padding-bottom: 22px;
}
.c-shadowbox.--bg-concrete {
  background-color: #f2f2f1;
}
.c-shadowbox__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-shadowbox__img-wrap {
  width: 88px;
  height: 88px;
}
.c-shadowbox__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-shadowbox__ttl {
  margin-top: 1em;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-shadowbox__ttl {
    font-size: 16px;
  }
}
.c-shadowbox__desc {
  margin-top: 1.3em;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-shadowbox__desc {
    margin-top: 1em;
  }
}
.c-shadowbox__linkbtn {
  margin-top: 36px;
  width: 170px;
}
@media only screen and (max-width: 767px) {
  .c-shadowbox__linkbtn {
    margin-top: 25px;
  }
}

.c-linkbtn-cntr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 420px;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .c-linkbtn-cntr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
  }
}

.c-shadowboxlist__item {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  background-color: white;
  border-radius: 30px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .c-shadowboxlist__item {
    padding: 30px 25px;
  }
}

.c-shadowboxlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.c-shadowboxlist__item {
  width: 100%;
}
.c-shadowboxlist__item.--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-shadowboxlist__item-cat-cntr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-shadowboxlist__item-cat {
  line-height: 30px;
  color: white;
  background-color: #003146;
  font-size: 12px;
  min-width: 90px;
  padding: 0 10px;
  text-align: center;
  display: inline-block;
}
.c-shadowboxlist__item-ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.38;
  letter-spacing: 0.05em;
  padding-top: 10px;
}
.c-shadowboxlist__item-ttl.--ptnone {
  padding-top: 0;
}
.c-shadowboxlist__item-detail-cntr {
  gap: 0 50px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d1d1ce;
}
.c-shadowboxlist__item-detail-date::before {
  width: 17.96px;
  height: 20px;
}
.c-shadowboxlist__item-detail-lang::before {
  width: 19.99px;
  height: 20px;
}
.c-shadowboxlist__item-detail-virtual::before {
  width: 20px;
  height: 12.57px;
}
.c-shadowboxlist__item-detail-face::before {
  width: 20px;
  height: 12.93px;
}
.c-shadowboxlist__item-desc {
  margin-top: 15px;
  font-size: 14px;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.c-shadowboxlist__item-desc + .c-linkbtn-cntr {
  margin-top: 40px;
}
.c-shadowboxlist__linkbtn {
  width: 100%;
}

.c-side-archive-list-cntr {
  max-width: 290px;
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .c-side-archive-list-cntr {
    max-width: 100%;
  }
}
.c-side-archive-list-cntr__link-wrap {
  margin-top: 25px;
  text-align: right;
}
.c-side-archive-list-cntr__link {
  color: #e65300;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .c-side-archive-list-cntr__link:hover {
    opacity: 0.7;
  }
}

.c-side-archive-list {
  margin-top: 10px;
}
.c-side-archive-list__img-wrap {
  aspect-ratio: 270/151;
  border-radius: 8px;
  overflow: hidden;
}
.c-side-archive-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-side-archive-list__item {
  border-top: 1px solid #d1d1ce;
  border-bottom: 1px solid #d1d1ce;
}
.c-side-archive-list__item + .c-side-archive-list__item {
  border-top: none;
}
.c-side-archive-list__link {
  display: block;
  padding: 30px 10px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .c-side-archive-list__link:hover {
    opacity: 0.7;
  }
}
.c-side-archive-list__docs-ttl {
  font-size: 15px;
  font-weight: 700;
  color: #003146;
  letter-spacing: 0.05em;
}
.c-side-archive-list__docs {
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.714;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 15px;
}
.c-side-archive-list__ttl {
  border-bottom: 1px solid #d1d1ce;
  font-size: 16px;
  font-weight: 700;
  color: #003146;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
.c-side-archive-list__item-detail {
  padding-left: 18px;
  font-size: 12px;
  margin-top: 5px;
}
.c-side-archive-list__docs-cntr {
  margin-top: 15px;
}
.c-side-archive-list__not-found {
  font-size: 16px;
  font-weight: 700;
  color: #003146;
  letter-spacing: 0.1em;
  line-height: 1.875;
  border-top: 1px solid #d1d1ce;
  padding-top: 10px;
}

.c-side-archive-list__item-ttl {
  font-size: 15px;
  color: #003146;
  font-weight: 700;
  margin-top: 18px;
}

.c-sns-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 40px;
}
@media only screen and (max-width: 767px) {
  .c-sns-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-sns-list__item-txt {
  font-size: 14px;
  font-weight: 700;
}
.c-sns-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-sns-list__item-link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .c-sns-list__item-link:hover {
    opacity: 0.7;
  }
}

.c-startup-cta__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media only screen and (max-width: 1279px) {
  .c-startup-cta__inr {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .c-startup-cta__inr {
    gap: 25px;
  }
}
.c-startup-cta__txt-cntr {
  max-width: 560px;
}
@media only screen and (max-width: 1279px) {
  .c-startup-cta__txt-cntr {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.c-startup-cta__ttl {
  letter-spacing: 0.05em;
}
.c-startup-cta__docs {
  margin-top: 36px;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-startup-cta__docs {
    margin-top: 20px;
  }
}
.c-startup-cta .c-linkbtn-cntr {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 1279px) {
  .c-startup-cta .c-linkbtn-cntr {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.c-startup-cta__linkbtn {
  width: 270px;
}
@media only screen and (max-width: 1279px) {
  .c-startup-cta__linkbtn {
    width: 100%;
  }
}
.c-startup-cta__shadowbox {
  max-width: 686px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  background-color: white;
  border-radius: 40px;
  padding: 40px;
}
@media only screen and (max-width: 1279px) {
  .c-startup-cta__shadowbox {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-startup-cta__shadowbox {
    padding: 30px;
  }
}
.c-startup-cta__shadowbox-ttl {
  letter-spacing: 0.05em;
}
.c-startup-cta__shadowbox-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 33px;
  margin-top: 30px;
}
.c-startup-cta__shadowbox-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  text-align: center;
}
.c-startup-cta__shadowbox-item + .c-startup-cta__shadowbox-item {
  position: relative;
}
.c-startup-cta__shadowbox-item + .c-startup-cta__shadowbox-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -17px;
  width: 1px;
  height: 100%;
  background-color: #d1d1ce;
}
.c-startup-cta__shadowbox-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .c-startup-cta__shadowbox-item-link:hover {
    opacity: 0.7;
  }
}
.c-startup-cta__shadowbox-txt {
  color: #008264;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
@media only screen and (max-width: 430px) {
  .c-startup-cta__shadowbox-txt {
    font-size: 17px;
  }
}
.c-startup-cta__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 88px;
  height: 100%;
}

.c-swiper-cntr {
  max-width: 1600px;
  padding: 0;
}

.c-swiper {
  position: relative;
}
.c-swiper__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-swiper__slide {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .c-swiper__slide {
    border-radius: 30px;
  }
}
.c-swiper__slide:nth-child(1) {
  background-color: #008264;
}
.c-swiper__slide:nth-child(2) {
  background-color: #003146;
}
.c-swiper__slide:nth-child(3) {
  background-color: #f2f2f1;
}
.c-swiper__slide:nth-child(4) {
  background-color: #003146;
}
.c-swiper__slide:nth-child(5) {
  background-color: #008264;
}
.c-swiper__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
}
@media only screen and (max-width: 1279px) {
  .c-swiper__main {
    padding: 30px;
  }
}
.c-swiper__ttl {
  font-size: 1.71875vw;
  color: white;
  font-weight: 700;
  line-height: 1.333;
  margin-top: 10px;
}
@media only screen and (max-width: 1279px) {
  .c-swiper__ttl {
    font-size: 2.578125vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-swiper__ttl {
    font-size: clamp(20px, 2.578125vw, 33px);
  }
}
.c-swiper__ttl.--navy {
  color: #003146;
}
.c-swiper__txt {
  color: white;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
.c-swiper__txt.--navy {
  color: #003146;
}
.c-swiper__cat {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  line-height: 30px;
  padding: 0 12px;
  background-color: white;
}
.c-swiper__cat:nth-child(1) {
  color: #008264;
}
.c-swiper__cat:nth-child(2) {
  color: #003146;
}
.c-swiper__cat:nth-child(3) {
  color: #f2f2f1;
  background-color: #003146;
}
.c-swiper__cat:nth-child(4) {
  color: #008264;
}
.c-swiper__cat.--deepsea {
  color: #008264;
}
.c-swiper__cat.--bluewhale {
  color: #003146;
}
.c-swiper__cat.--concrete {
  color: #f2f2f1;
  background-color: #003146;
}
.c-swiper__linkbtn {
  margin-top: 56px;
  max-width: 170px;
}
@media only screen and (max-width: 767px) {
  .c-swiper__linkbtn {
    margin-top: 40px;
  }
}
.c-swiper .swiper-button-prev-sli2,
.c-swiper .swiper-button-next-sli2 {
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .c-swiper .swiper-button-prev-sli2:hover,
  .c-swiper .swiper-button-next-sli2:hover {
    background-color: #008264;
  }
  .c-swiper .swiper-button-prev-sli2:hover::before,
  .c-swiper .swiper-button-next-sli2:hover::before {
    background-color: white;
  }
}
@media only screen and (max-width: 767px) {
  .c-swiper .swiper-button-prev-sli2,
  .c-swiper .swiper-button-next-sli2 {
    display: none !important;
  }
}
.c-swiper .swiper-button-prev-sli2::before, .c-swiper .swiper-button-prev-sli2::after,
.c-swiper .swiper-button-next-sli2::before,
.c-swiper .swiper-button-next-sli2::after {
  position: absolute;
  content: "";
}
.c-swiper .swiper-button-prev-sli2::before,
.c-swiper .swiper-button-next-sli2::before {
  width: 48px;
  height: 37px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #008264;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-mask: url(/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/component/link-arrow-right-48.svg) no-repeat center/contain;
          mask: url(/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/component/link-arrow-right-48.svg) no-repeat center/contain;
}
.c-swiper .swiper-button-prev-sli2 {
  left: 0;
}
.c-swiper .swiper-button-prev-sli2::before {
  left: calc(50% - 1px);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.c-swiper .swiper-button-next-sli2 {
  left: auto;
  right: 0;
}
.c-swiper .swiper-button-next-sli2::before {
  left: calc(50% + 1px);
}
.c-swiper .swiper-slide-duplicate-prev {
  opacity: 0.5;
}
.c-swiper .swiper-button-disabled {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
.c-swiper .swiper-pagination-bullet {
  width: 25%;
  height: 10px;
  background: -webkit-linear-gradient(top, transparent 0%, transparent 3px, #dcdcdc 3px, #dcdcdc 7px, transparent 7px, transparent 10px);
  background: linear-gradient(to bottom, transparent 0%, transparent 3px, #dcdcdc 3px, #dcdcdc 7px, transparent 7px, transparent 10px);
  border-radius: 0;
  opacity: 1;
}
.c-swiper .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .c-swiper .swiper-pagination {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .c-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }
}
.c-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.c-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 5px;
  height: 10px;
  background: #919799;
}

.c-ttl-cont + .c-txt-cont {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .c-ttl-cont + .c-txt-cont {
    margin-top: 25px;
  }
}

.c-ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  color: #003146;
}
@media only screen and (max-width: 767px) {
  .c-ttl {
    font-size: 25px;
  }
}
.c-ttl.--center {
  text-align: center;
}
.c-ttl.--white {
  color: white;
}
.c-ttl.--BlueWhale {
  color: #003146;
}

.c-headline--en__en {
  font-family: "Trebuchet MS", sans-serif;
  font-weight: 700;
  color: #5f7b2c;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .c-headline--en__en {
    font-size: 14px;
  }
}
.c-headline--en__ja {
  font-size: 37px;
  font-weight: 700;
  color: var(--eerie-black);
  margin-top: 15px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .c-headline--en__ja {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-headline--en__ja {
    font-size: 26px;
    margin-top: 8px;
  }
}
.c-headline--en__ja.column {
  width: calc(100% - 210px);
}
@media only screen and (max-width: 767px) {
  .c-headline--en__ja.column {
    width: calc(100% - 165px);
  }
}
.c-headline--en__ja.company {
  width: calc(100% - 280px);
}
@media only screen and (max-width: 767px) {
  .c-headline--en__ja.company {
    width: 100%;
  }
}
.c-headline--en.l-lower {
  padding: 47px 0 70px;
}
@media only screen and (max-width: 1023px) {
  .c-headline--en.l-lower {
    padding: 35px 0 55px;
  }
}
@media only screen and (max-width: 767px) {
  .c-headline--en.l-lower {
    padding: 25px 0 35px;
  }
}
.c-headline--en.l-lower .c-headline--en__en,
.c-headline--en.l-lower .c-headline--en__ja {
  text-align: center;
}

.c-ttl-link {
  font-size: 20px;
  font-weight: 700;
  color: #008264;
  position: relative;
  padding-right: 32px;
}
.c-ttl-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 20px;
  -webkit-mask: url("/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/common/link-arrow-right.svg") no-repeat center/contain;
          mask: url("/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/common/link-arrow-right.svg") no-repeat center/contain;
  background-color: #008264;
  -webkit-transition: 0.5s right;
  transition: 0.5s right;
}
@media only screen and (min-width: 1024px) {
  .c-ttl-link:hover::after {
    right: -5px;
  }
}
.c-ttl-link.--vistaBlue {
  color: #9ed8b3;
}
.c-ttl-link.--vistaBlue::after {
  background-color: #9ed8b3;
}

@media only screen and (max-width: 767px) {
  .c-ttl-link__link-wrap {
    margin-top: 15px;
  }
}

.c-ttl-link-cntr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-ttl-link-cntr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.c-ttl-link-cntr + .swiper03 {
  margin-top: 55px;
}
@media only screen and (max-width: 1023px) {
  .c-ttl-link-cntr + .swiper03 {
    margin-top: 30px;
  }
}

.c-width + .c-swiper-cntr {
  margin-top: 40px;
}

.c-txt-cont {
  max-width: 1000px;
  margin: 0 auto;
}
.c-txt-cont.--center {
  text-align: center;
}
.c-txt-cont + .c-txt {
  margin-top: 10px;
}

.c-txt {
  font-size: 14px;
}
.c-txt.--white {
  color: white;
}
@media only screen and (max-width: 767px) {
  .c-txt {
    font-size: 16px;
  }
}
.c-txt + .c-txt {
  margin-top: 15px;
}

.c-ttl + .c-txt-cont {
  margin-top: 26px;
}

.c-txt-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8%;
}
@media only screen and (max-width: 1023px) {
  .c-txt-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 35px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-txt-img.--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 1023px) {
  .c-txt-img.--column-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-txt-img.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1023px) {
  .c-txt-img.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-txt-img__txt-cntr {
  width: 52.7%;
  padding-bottom: 18px;
}
@media only screen and (max-width: 1023px) {
  .c-txt-img__txt-cntr {
    width: 100%;
    padding-bottom: 0;
  }
}
.c-txt-img__txt-cntr.--right {
  max-width: 695px;
}
@media only screen and (max-width: 1023px) {
  .c-txt-img__txt-cntr.--right {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .c-txt-img__txt-cntr.--right .c-txt-img__ttl {
    margin-top: 0;
  }
}
.c-txt-img__ttl {
  max-width: 720px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3875;
}
@media only screen and (max-width: 1023px) {
  .c-txt-img__ttl {
    max-width: 100%;
  }
}
.c-txt-img__ttl.--bluewhale {
  color: #003146;
}
@media only screen and (max-width: 1500px) {
  .c-txt-img__ttl {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .c-txt-img__ttl {
    font-size: 25px;
  }
}
.c-txt-img__desc {
  max-width: 674px;
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .c-txt-img__desc {
    max-width: 100%;
  }
}
.c-txt-img__list {
  margin-top: 19px;
}
.c-txt-img__list-item {
  font-size: 15px;
  font-weight: 700;
  margin-top: 0.6em;
}
.c-txt-img__list-item:first-child {
  margin-top: 0;
}
.c-txt-img__linkbtn {
  margin-top: 36px;
}
@media only screen and (max-width: 1023px) {
  .c-txt-img__linkbtn {
    margin-top: 25px;
  }
}
.c-txt-img__youtube {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-txt-img__button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 140px;
  height: 140px;
}
.c-txt-img__img-wrap {
  width: 39.3%;
  aspect-ratio: 560/476;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-txt-img__img-wrap {
    width: 100%;
  }
}
.c-txt-img__img-wrap.--mix {
  text-align: center;
  background-color: white;
  aspect-ratio: 560/570;
  overflow: visible;
  padding: 30px 10px;
}
@media only screen and (max-width: 1023px) {
  .c-txt-img__img-wrap.--mix {
    max-width: 100%;
    max-height: auto;
  }
}
.c-txt-img__img-wrap.--mix .c-txt-img__img {
  width: auto;
  height: 100%;
  max-height: 570px;
}
.c-txt-img__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-txt-img__img-ttl {
  color: #003146;
  font-size: 25px;
  font-weight: 700;
  line-height: 2.22;
}

.c-widget-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
}
.c-widget-icons__item {
  width: calc(33.3333333333% - 21.3333333333px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1279px) {
  .c-widget-icons__item {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 767px) {
  .c-widget-icons__item {
    gap: 16px;
    width: 100%;
  }
}
.c-widget-icons__icon-wrap {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .c-widget-icons__icon-wrap {
    width: 50px;
    height: 50px;
  }
}
.c-widget-icons__icon {
  -webkit-filter: brightness(0) saturate(100%) invert(92%) sepia(18%) saturate(591%) hue-rotate(76deg) brightness(91%) contrast(85%);
          filter: brightness(0) saturate(100%) invert(92%) sepia(18%) saturate(591%) hue-rotate(76deg) brightness(91%) contrast(85%);
}
.c-widget-icons__detail-wrap {
  width: calc(100% - 60px - 20px);
  color: white;
}
@media only screen and (max-width: 767px) {
  .c-widget-icons__detail-wrap {
    width: calc(100% - 50px - 16px);
  }
}
.c-widget-icons__ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c-widget-icons__ttl {
    font-size: 16px;
  }
}
.c-widget-icons__docs {
  margin-top: 0.25em;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-widget-icons__docs br {
    display: none;
  }
}

.c-width {
  margin: 0 auto;
  max-width: 1420px;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-transition: 0.5s padding-left, 0.5s padding-right;
  transition: 0.5s padding-left, 0.5s padding-right;
  max-width: 1520px;
}
@media only screen and (max-width: 1023px) {
  .c-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-width.--928 {
  max-width: 928px;
}
@media only screen and (max-width: 1023px) {
  .c-width.--928 {
    max-width: 888px;
  }
}
.c-width.--1380 {
  max-width: 1380px;
}
@media only screen and (max-width: 1023px) {
  .c-width.--1380 {
    max-width: 1340px;
  }
}
.c-width.--1480 {
  max-width: 1480px;
}
@media only screen and (max-width: 1023px) {
  .c-width.--1480 {
    max-width: 1440px;
  }
}

/*-- lowerフォルダの中の_index.scss --*/
#firstview {
  background-color: white;
  border-radius: 0 0 0 65px;
  position: relative;
}
#firstview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 65px;
  background-color: #003146;
  z-index: -1;
}

.p-home-firstview {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 220px);
  min-height: 580px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18%;
}
@media only screen and (max-width: 1279px) {
  .p-home-firstview {
    gap: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-firstview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.p-home-firstview__txt-cntr {
  margin-left: 13.1%;
  width: 32%;
}
@media only screen and (max-width: 1279px) {
  .p-home-firstview__txt-cntr {
    width: 42%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home-firstview__txt-cntr {
    margin-left: 6%;
    width: 51%;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-firstview__txt-cntr {
    margin-top: 48px;
    margin-left: 0;
    width: 100%;
    padding: 0 20px;
  }
}
.p-home-firstview__en {
  font-size: 4.2vw;
  font-family: "Barlow", sans-serif;
  color: #003146;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (max-width: 1279px) {
  .p-home-firstview__en {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-home-firstview__en {
    font-size: 7vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-firstview__en {
    font-size: 9.5vw;
  }
  .p-home-firstview__en br {
    display: none;
  }
}
.p-home-firstview__jp {
  margin-top: 24px;
  font-size: clamp(14px, 1.145vw, 22px);
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .p-home-firstview__jp {
    font-size: 18px;
  }
  .p-home-firstview__jp br {
    display: none;
  }
}
.p-home-firstview__btn {
  margin-top: 40px;
}
.p-home-firstview__txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}
@media only screen and (max-width: 1023px) {
  .p-home-firstview__txt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 428px) {
  .p-home-firstview__txt {
    font-size: 14px;
  }
}
.p-home-firstview__txt + .p-home-firstview__txt {
  margin-top: 35px;
}
@media only screen and (max-width: 1279px) {
  .p-home-firstview__txt + .p-home-firstview__txt {
    margin-top: 25px;
  }
}
.p-home-firstview__btn {
  margin-top: 60px;
}
@media only screen and (max-width: 1279px) {
  .p-home-firstview__btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-firstview__btn {
    text-align: center;
  }
}
.p-home-firstview__img-wrap {
  width: 35%;
  aspect-ratio: 680/694;
}
@media only screen and (max-width: 767px) {
  .p-home-firstview__img-wrap {
    margin-top: 50px;
    width: 72%;
    margin-left: auto;
  }
}
.p-home-firstview__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#firstview--lower {
  background-color: #003146;
  border-radius: 0 0 0 65px;
  position: relative;
}
#firstview--lower::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 65px;
  background-color: white;
  z-index: -1;
}

.c-lower-firstview {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 220px);
  min-height: calc(47vw + 148px);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.2%;
  padding: 74px 1.468% 74px 0;
}
@media only screen and (max-width: 1023px) {
  .c-lower-firstview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 90px 0 20%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-firstview {
    padding: 90px 0 35%;
  }
}
.c-lower-firstview::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 20.57%;
  aspect-ratio: 866/216;
  background: url("/wp-content/themes/pfc-blanchard-theme/pfc-blanchard-assets/images/layout/c-lower-firstview__bg-img.svg") center/contain no-repeat;
}
@media only screen and (max-width: 1023px) {
  .c-lower-firstview::after {
    height: auto;
    max-width: 400px;
    width: 80%;
  }
}
.c-lower-firstview__bread {
  position: absolute;
  top: 30px;
  left: calc((100% - 1380px) / 2);
}
@media only screen and (max-width: 1500px) {
  .c-lower-firstview__bread {
    left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .c-lower-firstview__bread {
    left: 20px;
  }
}
.c-lower-firstview__img-wrap {
  width: 43.5%;
  aspect-ratio: 1/1;
  border-radius: 0 50% 50% 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .c-lower-firstview__img-wrap {
    width: 100%;
    margin-right: 6.2%;
  }
}
.c-lower-firstview__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-lower-firstview__txt-cntr {
  max-width: 800px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 162px;
}
@media only screen and (max-width: 1023px) {
  .c-lower-firstview__txt-cntr {
    width: 100%;
    margin-top: 36px;
    padding: 0 20px;
  }
}
.c-lower-firstview__ttl {
  font-size: 50px;
  color: white;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-lower-firstview__ttl {
    font-size: 32px;
  }
  .c-lower-firstview__ttl br {
    display: none;
  }
}
.c-lower-firstview__desc {
  margin-top: 1.6em;
  font-size: 18px;
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.7;
  color: white;
}
@media only screen and (max-width: 767px) {
  .c-lower-firstview__desc {
    font-size: 16px;
  }
}

.bread-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bread-list__item {
  position: relative;
  margin-left: 10px;
  padding-left: 15px;
}
.bread-list__item::before {
  content: ">";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  color: white;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
.bread-list__item.--home {
  margin-left: 0px;
  padding-left: 0px;
}
.bread-list__item.--home::before {
  content: none;
}
.bread-list__link {
  color: white;
}

.c-explain-list {
  margin-top: 90px;
}
@media only screen and (max-width: 1023px) {
  .c-explain-list {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-explain-list {
    margin-top: 40px;
  }
}

.c-widget-icons {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .c-widget-icons {
    margin-top: 40px;
  }
}

.c-txt-img__img-wrap.--thin {
  aspect-ratio: 560/178;
  border-radius: 0;
}

.p-experiences-thin-cntr {
  max-width: 720px;
}
@media only screen and (max-width: 1023px) {
  .p-experiences-thin-cntr {
    max-width: 100%;
  }
}

.p-experiences-cntr {
  max-width: 720px;
}
@media only screen and (max-width: 1023px) {
  .p-experiences-cntr {
    max-width: 100%;
  }
}

.p-experiences-ttl + .c-txt-img__desc {
  margin-top: 35px;
}

.c-txt-img__desc {
  font-size: 15px;
}

.c-num-list {
  padding-left: 30px;
  padding-top: 16px;
}
.c-num-list__item-txt {
  font-size: 15px;
  line-height: 1.86;
}
.c-num-list__item::before {
  top: 4px;
}
.c-num-list__item + .c-num-list__item {
  margin-top: 1.2em;
}

.l-sec.--round-bottom-right::after {
  bottom: -1px;
}
.l-sec.--round-bottom-right::after {
  bottom: -1px;
}

.c-deepsea-band {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  gap: 97px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1279px) {
  .c-deepsea-band {
    gap: 10px;
  }
}
.c-deepsea-band__linkbtn-link {
  width: 190px;
  padding: 0 20px;
}

.p-programs-sec {
  margin-top: 75px;
}

.p-experiences-shadowbox-cont {
  margin-top: -50px;
}

.c-shadowbox-cntr {
  margin-top: 40px;
}

.c-shadowbox {
  padding-bottom: 30px;
}

.c-shadowbox__desc {
  margin-top: 0.6em;
}

.c-widget-icons {
  gap: 48px 32px;
}
@media only screen and (max-width: 1023px) {
  .c-widget-icons {
    gap: 32px;
  }
}

.c-full-flex-img-txt__txt-cntr {
  max-width: 685px;
}
@media only screen and (max-width: 1023px) {
  .c-full-flex-img-txt__txt-cntr {
    max-width: 100%;
  }
}

.c-dl__dt {
  font-size: 15px;
}

.c-flex-txt-shadowbox__desc {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .c-flex-txt-shadowbox__desc {
    font-size: 16px;
  }
}

.c-flex-txt-shadowbox__txt-cntr {
  margin-top: 50px;
}
@media only screen and (max-width: 1023px) {
  .c-flex-txt-shadowbox__txt-cntr {
    margin-top: 0;
  }
}

.c-flex-txt-shadowbox__linkbtn-link {
  width: 265px;
}

@media only screen and (max-width: 1023px) {
  .c-ttl-link-cntr + .swiper03 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .c-flex-txt-shadowbox__ttl .u-ib {
    display: inline-block;
  }
}

.c-flex-txt-shadowbox__box-desc .u-ib {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .c-flex-txt-shadowbox__shadowbox {
    padding-right: 25px;
    padding-left: 25px;
  }
}