@charset "UTF-8";
/*--------------------
Foundation
--------------------*/
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  vertical-align: bottom;
}

img {
  width: 100%;
}

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

/*--------------------
/Foundation
--------------------*/
html {
  height: 100%;
}

.p-bc3.l-body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif, "Roboto", sans-serif;
  padding-top: 100px;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  letter-spacing: 0.04px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  vertical-align: bottom;
  letter-spacing: 0.05em;
}
@media (max-width: 1240px) {
  .p-bc3.l-body {
    padding-top: 65.66px;
  }
}
.p-bc3 .l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}
.p-bc3 .l-header .l-header-logo {
  transition: all 0.3s;
}
.p-bc3 .l-header .l-header-logo:hover {
  opacity: 0.7;
}
.p-bc3 .l-header .l-header-sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-bc3 .l-header .l-header-sns a {
  background-color: #1773ea;
  display: block;
  padding: 26px;
  transition: all 0.3s;
}
.p-bc3 .l-header .l-header-sns a:hover {
  opacity: 0.7;
}
.p-bc3 .l-header .l-header-sns a img {
  width: 48px;
}
.p-bc3 .l-header .l-menu-btn {
  display: none;
}
.p-bc3 .l-header .l-menu-btn .l-menu-btn__line {
  width: 20px;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
}
.p-bc3 .l-header .l-menu-btn .l-menu-btn__line:nth-child(2) {
  top: 7px;
}
.p-bc3 .l-header .l-menu-btn .l-menu-btn__line:nth-child(3) {
  top: 14px;
}
.p-bc3 .l-header .l-menu-btn.is-active .l-menu-btn__line:first-child {
  animation-name: menu-open-1;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.p-bc3 .l-header .l-menu-btn.is-active .l-menu-btn__line:nth-child(2) {
  animation-name: menu-open-2;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.p-bc3 .l-header .l-menu-btn.is-active .l-menu-btn__line:nth-child(3) {
  animation-name: menu-open-3;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.p-bc3 .l-header .l-menu-btn.is-no-active .l-menu-btn__line:first-child {
  animation-name: menu-close-1;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.p-bc3 .l-header .l-menu-btn.is-no-active .l-menu-btn__line:nth-child(2) {
  animation-name: menu-close-2;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.p-bc3 .l-header .l-menu-btn.is-no-active .l-menu-btn__line:nth-child(3) {
  animation-name: menu-close-3;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.p-bc3 .l-header .crf--menu {
  display: flex;
  align-items: center;
}
.p-bc3 .l-header .crf-links-text {
  display: flex;
  align-items: center;
}
.p-bc3 .l-header .crf-links-text li a {
  color: #1D1D1D;
  font-size: 16px;
  transition: all 0.3s;
  display: block;
  padding: 25px 20px;
  font-weight: bold;
}
.p-bc3 .l-header .crf-links-text li a:hover {
  color: #2B4991;
}
.p-bc3 .l-header .crf-links-image {
  display: flex;
  align-items: center;
  margin-left: 47px;
}
.p-bc3 .l-header .l-header-contact {
  background: #000216;
}
.p-bc3 .l-header .l-header-contact a {
  display: block;
  padding: 38px 27px 38px 32px;
  cursor: pointer;
  transition: all 0.3s;
}
.p-bc3 .l-header .l-header-contact a:hover {
  background-color: #FF8000;
}
.p-bc3 .l-header .l-header-contact .l-header-contact__txt {
  padding-left: 32px;
  position: relative;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
.p-bc3 .l-header .l-header-contact .l-header-contact__txt::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  right: auto;
  left: 0;
  content: "";
  background-image: url("/img/bc3/icon-mail.svg");
  width: 28px;
  height: 20px;
}
@media (max-width: 834px) {
  .p-bc3 .l-header {
    padding: 15px;
  }
  .p-bc3 .l-header.is-active {
    display: flex;
    animation-name: header-open;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-play-state: running;
  }
  .p-bc3 .l-header.is-load {
    display: flex;
    opacity: 1;
    animation-name: no-anim;
  }
  @keyframes header-open {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media (max-width: 834px) {
  .p-bc3 .l-header .l-header-logo {
    width: 180px;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 834px) {
  .p-bc3 .l-header .l-menu-btn {
    display: block;
    z-index: 3;
    position: absolute;
    right: 15px;
    top: 25px;
    cursor: pointer;
    width: 20px;
    height: 16px;
  }
}
@keyframes menu-open-1 {
  0% {
    transform: rotate(0deg);
    top: 0;
  }
  100% {
    transform: rotate(45deg);
    top: 7px;
  }
}
@keyframes menu-open-2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu-open-3 {
  0% {
    transform: rotate(0deg);
    top: 14px;
  }
  100% {
    transform: rotate(-45deg);
    top: 7px;
  }
}
@keyframes menu-close-1 {
  0% {
    transform: rotate(45deg);
    top: 7px;
  }
  100% {
    transform: rotate(0deg);
    top: 0px;
  }
}
@keyframes menu-close-2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-close-3 {
  0% {
    transform: rotate(-45deg);
    top: 7px;
  }
  100% {
    transform: rotate(0deg);
    top: 14px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .l-header .crf--menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    left: 100%;
    top: 0;
    z-index: 1;
  }
  .p-bc3 .l-header .crf--menu.is-active {
    display: block;
    animation-name: menu_open;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-play-state: running;
  }
  .p-bc3 .l-header .crf--menu.is-no-active {
    animation-name: menu_close;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-play-state: running;
  }
  @keyframes menu_open {
    0% {
      left: 100%;
    }
    100% {
      left: 0;
    }
  }
  @keyframes menu_close {
    0% {
      left: 0;
    }
    100% {
      left: 100%;
    }
  }
}
@media (max-width: 834px) {
  .p-bc3 .l-header .crf-links-text {
    padding-top: 66px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .l-header .crf-links-text {
    display: block;
  }
}
@media (max-width: 1200px) {
  .p-bc3 .l-header {
    padding-left: 20px;
  }
  .p-bc3 .l-header .crf-links-text li a {
    padding: 38px 10px;
    font-size: 14px;
  }
  .p-bc3 .l-header .crf-links-image {
    margin-left: 20px;
  }
  .p-bc3 .l-header .l-header-contact a {
    padding: 38px 10px 38px 10px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .l-header .crf-links-text li a {
    padding: 25px 15px;
    display: block;
    border-top: 1px solid #D2D2D2;
  }
}
@media (max-width: 834px) {
  .p-bc3 .l-header .crf-links-image {
    margin-left: 0;
  }
}
@media (max-width: 834px) {
  .p-bc3 .l-header .l-header-contact {
    width: calc(100% - 100px);
    background: #000216;
  }
}
@media (max-width: 834px) {
  .p-bc3 .l-header .l-header-contact a {
    text-align: center;
  }
}
.p-bc3 .l-main {
  min-height: calc(100vh - 255.81px);
}
@media (max-width: 834px) {
  .p-bc3 .l-main {
    min-height: calc(100vh - 274px);
  }
}

@media (max-width: 834px) {
  .c-view__pc {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .c-view__sp {
    display: none !important;
  }
}
@media (min-width: 834px) and (max-width: 1240px) {
  .c-view__sp {
    display: none !important;
  }
}
.c-section {
  padding: 10px 0px 100px 0px;
}
.c-section .c-section-inner {
  max-width: 1180px;
  margin: auto;
  padding-top: 28px;
}

@media (max-width: 834px) {
  .c-section {
    padding: 20px 0 40px 0;
  }
}
@media (max-width: 834px) {
  .c-section .c-section-inner {
    padding: 0 15px;
  }
}
.crf-heading {
  font-size: 40px;
  color: #1D1D1D;
  position: relative;
  text-align: center;
  padding: 104px 0 7px 0;
  font-weight: bold;
}
.crf-heading::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: auto;
  top: 0;
  content: "";
  display: block;
  height: 80px;
  width: 2px;
  background-color: #D2D2D2;
}
.crf-heading::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  content: "";
  display: block;
  width: 77px;
  height: 2px;
  background-color: #2B4991;
}

@media (max-width: 834px) {
  .crf-heading {
    padding-top: 60px;
    font-size: 30px;
  }
}
@media (max-width: 834px) {
  .crf-heading::before {
    height: 50px;
  }
}
@media (max-width: 834px) {
  .crf-heading::after {
    width: 58px;
  }
}
.c-news {
  background-color: #fff;
}
.c-news.c-section {
  padding: 40px 0px 35px 0;
}
.c-news .heading {
  font-size: 40px;
}
@media (max-width: 834px) {
  .c-news .heading {
    font-size: 24px;
  }
}
.c-news .content {
  display: flex;
  gap: 96px;
  padding: 0 15px;
  position: relative;
  min-height: 100px;
}
@media (max-width: 834px) {
  .c-news .content {
    display: block;
    padding: 0;
  }
}
.c-news .content .heading {
  line-height: 1;
}
.c-news .c-news__list {
  position: relative;
  width: calc(100% - 192px);
}
@media (max-width: 834px) {
  .c-news .c-news__list {
    margin-top: 12px;
    padding-top: 15px;
    width: 100%;
  }
}
.c-news .c-news__list::before {
  content: "";
  left: -48px;
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d2d2d2;
}
@media (max-width: 834px) {
  .c-news .c-news__list::before {
    left: 0;
    width: 100%;
    height: 1px;
    top: 0;
  }
}
.c-news .c-news__list > li + li {
  margin-top: 24px;
}
@media (max-width: 834px) {
  .c-news .c-news__list > li + li {
    margin-top: 15px;
  }
}
.c-news .c-news__list dl {
  display: flex;
  gap: 32px;
}
@media (max-width: 834px) {
  .c-news .c-news__list dl {
    display: block;
    gap: 0;
  }
}
.c-news .c-news__list dl .category {
  background-color: #F4F7FB;
  border-radius: 4px;
  width: 100px;
  text-align: center;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D1D1D;
  font-weight: 600;
}
.c-news .c-news__list dl .ttl {
  width: calc(100% - 70px - 32px);
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #1D1D1D;
}
@media (max-width: 834px) {
  .c-news .c-news__list dl .ttl {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.c-news .c-news__list dl .date {
  width: 70px;
  display: block;
  font-size: 14px;
  color: #777777;
  font-weight: normal;
}
@media (max-width: 834px) {
  .c-news .c-news__list dl .date {
    display: inline-block;
  }
}
.c-news .c-news__list dl dt {
  display: flex;
  gap: 32px;
}
@media (max-width: 834px) {
  .c-news .c-news__list dl dt {
    gap: 20px;
  }
}
.c-news .c-news__list dl dd {
  display: flex;
  width: calc(100% - 140px);
}
@media (max-width: 834px) {
  .c-news .c-news__list dl dd {
    display: inline-block;
    gap: 0;
    margin-top: 15px;
    width: 100%;
  }
}
.c-news a {
  display: block;
  transition: 0.3s;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .c-news a:hover {
    opacity: 0.7;
  }
}
.c-news .btn {
  position: absolute;
  top: 74px;
  left: 35px;
  display: flex;
}
@media (max-width: 834px) {
  .c-news .btn {
    top: 0;
    left: auto;
    right: 0;
  }
}
.c-news .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: 0.3s;
  color: #1D1D1D;
}
@media (hover: hover) and (pointer: fine) {
  .c-news .btn a:hover {
    opacity: 0.7;
  }
}
.c-news .btn a::after {
  content: "";
  border-top: 2px solid #2B4991;
  border-right: 2px solid #2B4991;
  transform: rotate(45deg);
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
@media (max-width: 834px) {
  .c-news .btn a::after {
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
}

.p-bc3 .p-top .p-top-parallax {
  background-image: url("/img/bc3/bg.svg");
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-bc3 .p-top .p-top-listBg {
  display: flex;
  background-color: #fff;
  max-width: 1180px;
  margin: auto;
  margin-top: 40px;
  padding: 28px 80px 40px 80px;
}
.p-bc3 .p-top .p-top-listBg .p-top-listBg__ttl {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.p-bc3 .p-top .p-top-listBg .p-top-listBg__data {
  padding-left: 65px;
  margin-left: 65px;
  position: relative;
  border-left: 1px solid #d2d2d2;
}
.p-bc3 .p-top .p-top-mv {
  position: relative;
  background-color: #fff;
}
.p-bc3 .p-top .p-top-mv .p-top-mv__catch {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(to bottom, #ffffff00 0%, #ffffff 100%);
  text-align: center;
  padding-bottom: 40px;
}
.p-bc3 .p-top .p-top-mv .p-top-mv__catchImg img {
  width: 73%;
  height: auto;
}
.p-bc3 .p-top .p-top-mv .p-top-mv__catch1 {
  color: #2B4991;
  display: inline-block;
  border-bottom: 3px solid #2B4991;
  font-size: 66px;
  text-align: center;
  letter-spacing: 2.6px;
  font-weight: bold;
}
.p-bc3 .p-top .p-top-mv .p-top-mv__catch2 {
  color: #2B4991;
  display: block;
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
}
.p-bc3 .p-top .p-top-mv .p-top-mv__catch3 {
  color: #2B4991;
  display: block;
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}
.p-bc3 .p-top .p-top-about .p-top-about__catch {
  text-align: center;
  color: #3D3D3D;
  font-size: 20px;
  margin-top: 40px;
  background-color: #fff;
  font-weight: bold;
}
.p-bc3 .p-top .p-top-about .crf-bordered_cards {
  margin-top: 40px;
  display: flex;
}
.p-bc3 .p-top .p-top-about .crf-bordered_cards dl {
  background-color: #fff;
}
.p-bc3 .p-top .p-top-about .crf-bordered_cards li {
  width: 33.3333333333%;
}
.p-bc3 .p-top .p-top-about .crf-sub_heading {
  padding-top: 16px;
  font-size: 20px;
  color: #2B4991;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.p-bc3 .p-top .p-top-about .crf-sub_heading::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  bottom: -15px;
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #2B4991;
}
.p-bc3 .p-top .p-top-about .p-top-about__cardTxt {
  text-align: center;
  margin-top: 20px;
  padding: 0 40px;
  line-height: 1.8;
}
.p-bc3 .p-top .p-top-partners {
  background-color: #F4F7FB;
}
.p-bc3 .p-top .p-top-partners .p-top-partners__catch {
  font-size: 20px;
  color: #3d3d3d;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}
.p-bc3 .p-top .p-top-partners .p-top-partners__catchList li {
  font-size: 22px;
  position: relative;
  padding-left: 28px;
  font-weight: bold;
}
.p-bc3 .p-top .p-top-partners .p-top-partners__catchList li::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  right: auto;
  left: 0;
  left: 1px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #2B4991;
}
.p-bc3 .p-top .p-top-partners .p-top-partners__catchList li:nth-child(n+2) {
  margin-top: 24px;
}
.p-bc3 .p-top .p-top-partners .p-top-partners__example {
  margin-top: 56px;
  display: flex;
  padding-left: 80px;
}
.p-bc3 .p-top .p-top-partners .p-top-partners__exampleTtl {
  font-size: 16px;
  font-weight: bold;
}
.p-bc3 .p-top .p-top-partners .p-top-partners__exampleData {
  margin-left: 24px;
}
.p-bc3 .p-top .p-top-partners .p-top-partners__exampleList li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  font-weight: bold;
}
.p-bc3 .p-top .p-top-partners .p-top-partners__exampleList li::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  right: auto;
  left: 0;
  content: "・";
}
.p-bc3 .p-top .p-top-partners .p-top-partners__exampleList li:nth-child(n+2) {
  margin-top: 12px;
}
.p-bc3 .p-top .p-top-advantages {
  padding-top: 100px;
}
.p-bc3 .p-top .p-top-advantages .p-top-advantages__list {
  counter-reset: advantages;
}
.p-bc3 .p-top .p-top-advantages .p-top-advantages__list li {
  display: flex;
  margin-top: 66px;
  counter-increment: advantages;
  /*奇数番目と偶数番目で左右を反転させる*/
}
.p-bc3 .p-top .p-top-advantages .p-top-advantages__list li:nth-child(even) {
  flex-direction: row-reverse;
}
.p-bc3 .p-top .p-top-advantages .p-top-advantages__list li:nth-child(even) .p-top-advantages__img::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
}
.p-bc3 .p-top .p-top-advantages .p-top-advantages__list li:nth-child(even) .p-top-advantages__txt {
  margin: 38px 0 0 92px;
}
.p-bc3 .p-top .p-top-advantages .p-top-advantages__img {
  width: 85%;
  position: relative;
  padding-bottom: 38px;
}
.p-bc3 .p-top .p-top-advantages .p-top-advantages__img img {
  position: relative;
}
.p-bc3 .p-top .p-top-advantages .p-top-advantages__img::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #2B4991;
}
.p-bc3 .p-top .p-top-advantages .p-top-advantages__txt {
  background-color: #2B4991;
  color: #fff;
  font-size: 22px;
  width: 82%;
  margin: 38px 92px 0 0;
  padding: 108px 64px 40px 40px;
  position: relative;
  font-weight: bold;
}
.p-bc3 .p-top .p-top-advantages .p-top-advantages__txt::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
  left: 40px;
  content: "0" counter(advantages);
  color: #6b80b2;
  font-size: 74px;
}
.p-bc3 .p-top .p-top-process {
  background-color: #F4F7FB;
}
.p-bc3 .p-top .p-top-process .p-top-process__catch {
  padding-bottom: 80px;
}
.p-bc3 .p-top .p-top-process .p-top-process__catchTtl {
  width: 188px;
  text-align: left;
}
.p-bc3 .p-top .p-top-process .p-top-process__catchData {
  width: calc(100% - 240px);
}
.p-bc3 .p-top .p-top-process .p-top-process__list {
  counter-reset: partners;
}
.p-bc3 .p-top .p-top-process .p-top-process__list li {
  position: relative;
  border: solid 1px #446095;
  padding: 28px 0 28px 131px;
  counter-increment: partners;
  font-size: 22px;
  color: #1D1D1D;
  font-weight: bold;
}
.p-bc3 .p-top .p-top-process .p-top-process__list li:nth-child(n+2) {
  margin-top: 36px;
}
.p-bc3 .p-top .p-top-process .p-top-process__list li::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  right: auto;
  left: 0;
  left: 50px;
  content: "0" counter(partners);
  font-size: 54px;
  color: #2B4991;
}
.p-bc3 .p-top .p-top-process .p-top-process__list li::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  bottom: -37px;
  content: "";
  width: 12px;
  height: 36px;
  border-left: solid 2px #2B4991;
  border-right: solid 2px #2B4991;
  display: block;
}
.p-bc3 .p-top .p-top-process .p-top-process__list li:nth-last-child(2)::after {
  height: 59px;
  bottom: -59px;
}
.p-bc3 .p-top .p-top-process .p-top-process__list li:last-child {
  background-color: #2B4991;
  color: #fff;
  margin-top: 64px;
  text-align: center;
  padding: 28px 0;
}
.p-bc3 .p-top .p-top-process .p-top-process__list li:last-child::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: auto;
  top: 0;
  top: -34px;
  content: "";
  display: block;
  border-right: 2px solid #2B4991;
  border-bottom: 2px solid #2B4991;
  transform: rotate(45deg);
  width: 28px;
  height: 28px;
}
.p-bc3 .p-top .p-top-process .p-top-process__list li:last-child::after {
  content: none;
}
.p-bc3 .p-top .p-top-process .p-top-process__listDots {
  margin-top: 32px;
  border: 1px #D2D2D2 dotted;
  padding: 24px 80px;
}
.p-bc3 .p-top .p-top-process .p-top-process__listDots dt {
  color: #2B4991;
  font-size: 26px;
  text-align: center;
}
.p-bc3 .p-top .p-top-process .p-top-process__listDots ul {
  border-top: 1px solid #D2D2D2;
  display: flex;
  padding-top: 8px;
  margin-top: 10px;
  justify-content: space-around;
}
.p-bc3 .p-top .p-top-process .p-top-process__listDots ul li {
  color: #1D1D1D;
  font-size: 22px;
  padding-left: 24px;
  position: relative;
  font-weight: bold;
}
.p-bc3 .p-top .p-top-process .p-top-process__listDots ul li:nth-child(n+2) {
  margin-left: 40px;
  color: #1D1D1D;
}
.p-bc3 .p-top .p-top-process .p-top-process__listDots ul li::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  right: auto;
  left: 0;
  content: "";
  background-color: #2B4991;
  display: block;
  width: 8px;
  height: 8px;
}
.p-bc3 .p-top .p-top-process .p-top-process__brackets {
  font-size: 18px;
}
.p-bc3 .p-top .p-top-project .list__item {
  max-width: 380px;
}
@media (min-width: 834px) and (max-width: 1240px) {
  .p-bc3 .p-top .p-top-listBg {
    width: calc(100% - 30px);
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-listBg {
    display: block;
    padding: 24px 15px;
    margin-top: 24px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-listBg .p-top-listBg__ttl {
    font-size: 18px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-listBg .p-top-listBg__data {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    position: relative;
    padding-top: 15px;
    margin-top: 10px;
  }
}
@media (max-width: 834px) and (max-width: 834px) {
  .p-bc3 .p-top .p-top-listBg .p-top-listBg__data::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: auto;
    top: 0;
    content: "";
    display: block;
    width: 57px;
    height: 1px;
    border: #D2D2D2 solid 1px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-mv .p-top-mv__catch {
    width: 100%;
    background: #2B4991;
    position: static;
    padding: 24px 15px 40px 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-mv .p-top-mv__catchImg img {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-mv .p-top-mv__catch1 {
    font-size: 34px;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 2.3px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-mv .p-top-mv__catch2 {
    text-align: left;
    font-size: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-mv .p-top-mv__catch3 {
    text-align: left;
    font-size: 14px;
    margin-top: 16px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-about .p-top-about__catch {
    margin-top: 22px;
    font-size: 16px;
    padding: 0 30px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-about .crf-bordered_cards {
    margin-top: 25px;
  }
}
@media (min-width: 1240px) {
  .p-bc3 .p-top .p-top-about .crf-bordered_cards dl {
    padding-bottom: 24px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-about .crf-bordered_cards li {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-about .crf-bordered_cards {
    display: block;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-about .crf-bordered_cards dl {
    padding-bottom: 40px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-about .crf-sub_heading {
    font-size: 16px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-about .p-top-about__cardTxt {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-partners .p-top-partners__catch {
    font-size: 16px;
    margin-top: 24px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-partners .p-top-partners__catchList li {
    font-size: 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-partners .p-top-partners__catchList li::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
    width: 5px;
    height: 5px;
    top: 10px;
    left: 13px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-partners .p-top-partners__catchList li:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-partners .p-top-partners__example {
    display: block;
    padding: 0 15px;
    margin-top: 16px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-partners .p-top-partners__exampleTtl {
    font-size: 14px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-partners .p-top-partners__exampleData {
    margin-left: 0;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-partners .p-top-partners__exampleList li {
    font-size: 13px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-partners .p-top-partners__exampleList li::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: auto;
    top: 0;
    right: auto;
    left: 0;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-advantages {
    padding-top: 40px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-advantages .p-top-advantages__list li {
    display: block;
    margin-top: 24px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-advantages .p-top-advantages__list li:nth-child(even) .p-top-advantages__img {
    margin-right: 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-advantages .p-top-advantages__list li:nth-child(even) .p-top-advantages__img::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    right: -15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-advantages .p-top-advantages__list li:nth-child(even) .p-top-advantages__txt {
    margin: 0 0 0 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-advantages .p-top-advantages__img {
    width: calc(100% - 15px);
    padding-bottom: 0;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-advantages .p-top-advantages__img::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    right: -15px;
    width: 16px;
    height: 50%;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-advantages .p-top-advantages__txt {
    width: calc(100% - 15px);
    margin: 0 0 0 15px;
    padding: 16px 30px 24px 73px;
    font-size: 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-advantages .p-top-advantages__txt::before {
    font-size: 40px;
    left: 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__catch {
    padding-bottom: 24px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__catchTtl {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__catchData {
    width: 100%;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__list li {
    font-size: 14px;
    padding: 10px 0 10px 48px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__list li:nth-child(n+2) {
    margin-top: 8px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__list li::before {
    font-size: 24px;
    left: 12px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__list li::after {
    bottom: -9px;
    height: 8px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__list li:nth-last-child(2)::after {
    height: 28px;
    bottom: -28px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__list li:last-child {
    margin-top: 32px;
    padding: 22px 0;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__list li:last-child::before {
    top: -22px;
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 834px) and (max-width: 1240px) {
  .p-bc3 .p-top .p-top-process .p-top-process__listDots {
    padding: 24px 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__listDots {
    padding: 16px 46px;
    margin-top: 13px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__listDots dt {
    font-size: 16px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__listDots ul {
    margin: 10px 0 0 0;
  }
}
@media (min-width: 834px) and (max-width: 1240px) {
  .p-bc3 .p-top .p-top-process .p-top-process__listDots ul li {
    font-size: 18px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__listDots ul li {
    font-size: 14px;
    padding-left: 10px;
  }
}
@media (min-width: 834px) and (max-width: 1240px) {
  .p-bc3 .p-top .p-top-process .p-top-process__listDots ul li:nth-child(n+2) {
    margin-left: 4px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__listDots ul li:nth-child(n+2) {
    margin-left: 16px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__listDots ul li::before {
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-process .p-top-process__brackets {
    font-size: 11px;
  }
}
.p-bc3 .p-top-project .catch {
  text-align: center;
  color: #3d3d3d;
  font-size: 20px;
  margin-top: 40px;
  background-color: #fff;
  font-weight: 700;
  max-width: 1180px;
  padding: 0 15px;
}
.p-bc3 .p-top-project .list {
  background-color: #fff;
  max-width: 1180px;
  margin: auto;
  margin-top: 40px;
  padding: 0px 15px 40px 15px;
  display: grid;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, calc((100% / 3) - (40px / 3)));
}
@media (max-width: 834px) {
  .p-bc3 .p-top-project .list {
    display: block;
  }
}
.p-bc3 .p-top .p-top-project .list__item {
  max-width: 380px;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-bc3 .p-top .p-top-project .list__item:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-bc3 .p-top .p-top-project .list__item.u-comingsoon:hover {
    opacity: 1;
  }
}
.p-bc3 .p-top .p-top-project .list__txt {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.6;
  color: #2B4991;
}
.p-bc3 .p-top .p-top-project .list__item.u-comingsoon .list__txt {
  color: #777777;
}
@media (max-width: 834px) {
  .p-bc3 .p-top-project .list {
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .p-bc3 .p-top .p-top-project .list__item {
    max-width: none;
    width: 100%;
  }
  .p-bc3 .p-top .p-top-project .list__item:nth-child(n+2) {
    margin: 24px 0 0 0;
  }
  .p-bc3 .p-top .p-top-project .list__txt {
    font-size: 16px;
  }
  .p-bc3 .p-top-project .catch {
    margin-top: 22px;
    font-size: 16px;
    padding: 0;
  }
}
.p-bc3 .p-bnr {
  background-color: #F4F7FB;
  padding: 40px 0;
}
.p-bc3 .p-bnr a {
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-bc3 .p-bnr a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-bnr {
    padding: 15px 0;
  }
}
.p-bc3 .p-bnr .img {
  max-width: 570px;
  padding: 0 15px;
  margin: auto;
}
.p-bc3 .p-top-about {
  padding-top: 40px;
}
@media (max-width: 834px) {
  .p-bc3 .p-top-about {
    padding-top: 20px;
  }
}

.p-news-list .breadcrumb, .p-news-article .breadcrumb {
  display: flex;
  align-items: center;
  max-width: 1336px;
  padding: 24px 15px;
  margin: auto;
}
.p-news-list .breadcrumb li + li, .p-news-article .breadcrumb li + li {
  margin-left: 43px;
  position: relative;
}
.p-news-list .breadcrumb li + li::before, .p-news-article .breadcrumb li + li::before {
  content: "";
  display: block;
  position: absolute;
  left: -22px;
  width: 2px;
  height: 100%;
  background-color: #CECECE;
  transform: rotate(45deg);
}
.p-news-list .breadcrumb li:last-child, .p-news-article .breadcrumb li:last-child {
  color: #2B4991;
}
.p-news-list .breadcrumb a, .p-news-list .breadcrumb span, .p-news-article .breadcrumb a, .p-news-article .breadcrumb span {
  display: block;
  transition: opacity 0.3s;
  text-decoration: none;
  font-size: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .p-news-list .breadcrumb a:hover, .p-news-article .breadcrumb a:hover {
    opacity: 0.7;
  }
}

.p-news-list .top {
  padding: 40px 0 54px 0;
}
@media (max-width: 834px) {
  .p-news-list .top {
    padding: 20px 0 25px 0;
  }
}
.p-news-list .c-section {
  background-color: #F4F7FB;
}
@media (max-width: 834px) {
  .p-news-list .c-section {
    padding: 0 0 40px 0;
  }
}
.p-news-list .c-news__list {
  width: 100%;
}
.p-news-list .c-news__list::before {
  content: none;
}
.p-news-list .c-news__list li {
  background-color: #fff;
}
.p-news-list .c-news__list li + li {
  margin-top: 16px;
}
.p-news-list .c-news__list li a {
  display: block;
  padding: 24px;
}
@media (max-width: 834px) {
  .p-news-list .c-news__list li a {
    padding: 15px;
  }
}
@media (max-width: 834px) {
  .p-news-list .c-news__list dd {
    font-size: 14px;
  }
}
.p-news-list .c-news .c-section-inner {
  padding: 0 15px 0 15px;
}
.p-news-list .pagination {
  display: flex;
  justify-content: center;
  margin-top: 64px;
  gap: 16px;
}
@media (max-width: 834px) {
  .p-news-list .pagination {
    margin-top: 25px;
  }
}
.p-news-list .pagination a, .p-news-list .pagination span {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-news-list .pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
}
.p-news-list .pagination li.current a, .p-news-list .pagination li.current span {
  background-color: #2B4991;
  color: #fff;
}
.p-news-list .pagination li.prev a {
  position: relative;
  background-color: #fff;
}
.p-news-list .pagination li.prev a::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 12px;
  left: auto;
  margin: auto auto;
}
.p-news-list .pagination li.prev a::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: auto;
  right: 16px;
  margin: auto auto;
}
.p-news-list .pagination li.prev:hover {
  transition: border-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-news-list .pagination li.prev:hover:hover a::before {
    border-color: #fff;
  }
  .p-news-list .pagination li.prev:hover:hover a::after {
    border-color: #fff;
  }
}
.p-news-list .pagination li.next a {
  position: relative;
  background-color: #fff;
}
.p-news-list .pagination li.next a::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 12px;
  right: auto;
  margin: auto auto;
}
.p-news-list .pagination li.next a::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 16px;
  right: auto;
  margin: auto auto;
}
.p-news-list .pagination li.next:hover {
  transition: border-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-news-list .pagination li.next:hover:hover a::before {
    border-color: #fff;
  }
  .p-news-list .pagination li.next:hover:hover a::after {
    border-color: #fff;
  }
}
.p-news-list .pagination li a {
  transition: all 0.3s;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .p-news-list .pagination li:hover a {
    background-color: #2B4991;
    color: #fff;
    opacity: 1;
  }
}

.p-news-article .heading__wrap {
  max-width: 1050px;
  padding: 62px 15px 52px 15px;
  margin: auto;
}
@media (max-width: 834px) {
  .p-news-article .heading__wrap {
    padding: 20px 15px 20px 15px;
  }
}
.p-news-article .heading {
  font-size: 32px;
}
@media (max-width: 834px) {
  .p-news-article .heading {
    font-size: 21px;
  }
}
.p-news-article .data {
  display: flex;
  align-items: center;
  margin-top: 16px;
  border-radius: 4px;
}
.p-news-article .data .category {
  background-color: #F4F7FB;
  text-align: center;
  padding: 5px 35px;
  font-size: 14px;
  border-radius: 4px;
}
@media (max-width: 834px) {
  .p-news-article .data .category {
    font-size: 11px;
  }
}
.p-news-article .data .date {
  margin-left: 30px;
  font-size: 16px;
  color: #777777;
}
@media (max-width: 834px) {
  .p-news-article .data .date {
    font-size: 14px;
  }
}
.p-news-article .content {
  padding: 48px 0 80px 0;
  background-color: #F4F7FB;
}
@media (max-width: 834px) {
  .p-news-article .content {
    padding: 24px 0 40px 0;
  }
}
.p-news-article .content .inner {
  max-width: 1050px;
  padding: 0 15px;
  margin: auto;
}
.p-news-article .content img {
  display: block;
  margin: auto;
  max-width: 100%;
  padding: 0 15px;
  height: auto !important;
}
.p-news-article .content p + p {
  margin-top: 20px;
}
@media (max-width: 834px) {
  .p-news-article .content p + p {
    margin-top: 15px;
  }
}
.p-news-article .btn__area {
  padding: 58px 0;
}
@media (max-width: 834px) {
  .p-news-article .btn__area {
    padding: 18px 15px;
  }
}
.p-news-article .btn__area .btn {
  display: block;
  max-width: 480px;
  margin: auto;
  background-color: #000216;
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 35px 0;
  transition: opacity 0.3s;
}
@media (max-width: 834px) {
  .p-news-article .btn__area .btn {
    font-size: 18px;
    padding: 22px 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-news-article .btn__area .btn:hover {
    opacity: 0.7;
  }
}
.p-news-article .btn__area a {
  text-decoration: none;
}
@media (max-width: 834px) {
  .p-news-article p {
    font-size: 14px;
  }
}
.p-news-article p img {
  margin-bottom: 48px;
}
@media (max-width: 834px) {
  .p-news-article p img {
    margin-bottom: 20px;
  }
}
.p-news-article a {
  text-decoration: underline;
}

.p-bc3 .p-top-contact {
  padding-top: 108px;
  background-image: url("/img/bc3/contact-bg.png");
}
.p-bc3 .p-top-contact h3 {
  text-align: center;
  font-size: 20px;
  color: #f5f5f5;
  font-weight: bold;
}
.p-bc3 .p-top-contact .p-top-contact__bnr {
  background-color: #160b00;
  max-width: 600px;
  margin: auto;
  margin-top: 32px;
  text-align: center;
  padding: 48px 215px;
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}
.p-bc3 .p-top-contact .p-top-contact__bnr:hover {
  background-color: #FF8000;
}
.p-bc3 .p-top-contact .p-top-contact__bnrTxt {
  color: #fff;
  font-size: 22px;
  position: relative;
  padding-left: 45px;
  font-weight: bold;
}
.p-bc3 .p-top-contact .p-top-contact__bnrTxt::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  right: auto;
  left: 0;
  content: "";
  width: 32px;
  height: 22px;
  background-image: url("/img/bc3/icon-mail.svg");
  background-repeat: no-repeat;
}
.p-bc3 .p-top-contact .l-footer-btn {
  position: relative;
  display: block;
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-contact {
    padding-top: 48px;
    background-image: url("/img/bc3/contact-bg_sp.png");
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-contact h3 {
    font-size: 16px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-top .p-top-contact .p-top-contact__bnr {
    padding: 32px 0;
    width: calc(100% - 30px);
  }
}
.p-bc3 .p-contact {
  margin: 0;
  padding-top: 16px;
}
.p-bc3 .p-contact .p-contact-catch {
  text-align: center;
  color: #3D3D3D;
  font-size: 20px;
  margin-top: 40px;
  line-height: 2.2;
  font-weight: bold;
}
.p-bc3 .p-contact form {
  margin-top: 40px;
}
.p-bc3 .p-contact .p-contact-form {
  background-color: #F4F7FB;
}
.p-bc3 .p-contact .p-contact-form__item {
  position: relative;
}
.p-bc3 .p-contact .p-contact-form__item:first-child {
  margin-top: 13px;
}
.p-bc3 .p-contact .p-contact-form__item:nth-child(n+2) {
  margin-top: 40px;
}
.p-bc3 .p-contact .p-contact-form__item.is-error input,
.p-bc3 .p-contact .p-contact-form__item.is-error textarea {
  border: solid 1px #D60000;
}
.p-bc3 .p-contact .p-contact-form__label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  margin: auto;
}
.p-bc3 .p-contact .p-contact-form__ttl {
  font-size: 20px;
  display: flex;
  align-items: center;
}
.p-bc3 .p-contact .p-contact-form__data {
  width: 66%;
}
.p-bc3 .p-contact .p-contact-form__data input {
  width: 100%;
  background-color: #fff;
  font-size: 18px;
  padding: 28px 0 28px 32px;
  border: 1px solid #D2D2D2;
}
.p-bc3 .p-contact .p-contact-form__data input::placeholder, .p-bc3 .p-contact .p-contact-form__data input:-ms-input-placeholder, .p-bc3 .p-contact .p-contact-form__data input::-ms-input-placeholder {
  color: #AEAEAE;
  font-size: 18px;
}
.p-bc3 .p-contact .p-contact-form__data textarea {
  width: 100%;
  background-color: #fff;
  font-size: 18px;
  padding: 28px 0 28px 32px;
  min-height: 260px;
  border: 1px solid #D2D2D2;
}
.p-bc3 .p-contact .p-contact-form__data textarea::placeholder, .p-bc3 .p-contact .p-contact-form__data textarea:-ms-input-placeholder, .p-bc3 .p-contact .p-contact-form__data textarea::-ms-input-placeholder {
  color: #AEAEAE;
  font-size: 18px;
}
.p-bc3 .p-contact .p-contact-caution {
  display: none;
  margin-left: 435px;
  margin-top: 8px;
  font-size: 16px;
  color: #D60000;
}
.p-bc3 .p-contact .p-contact-caution.is-active {
  display: inline-block;
}
.p-bc3 .p-contact .p-contact-privacyPolicy {
  width: 1180px;
  margin: auto;
  max-height: 308px;
  border: #D2D2D2 1px solid;
  overflow-y: scroll;
  margin-top: 80px;
  padding: 32px;
}
.p-bc3 .p-contact .p-contact-check {
  text-align: center;
  font-size: 18px;
  color: #1D1D1D;
  margin-top: 65px;
  cursor: pointer;
}
.p-bc3 .p-contact .p-contact-check label {
  cursor: pointer;
}
.p-bc3 .p-contact .p-contact-check.is-active .p-contact-check__txt:after {
  display: block;
}
.p-bc3 .p-contact .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.p-bc3 .p-contact .p-contact-form__btn {
  max-width: 600px;
  margin: auto;
  text-align: center;
  margin-top: 32px;
  background-color: #D2D2D2;
  font-size: 22px;
  color: #fff;
  padding: 46px 0px;
  transition: all 0.3s;
  display: block;
  pointer-events: none;
  font-weight: bold;
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-form__btn {
    width: calc(100% - 30px);
    padding: 30px 0;
    margin: auto;
    margin-top: 32px;
    font-size: 18px;
  }
}
.p-bc3 .p-contact .p-contact-form__btn.is-active {
  text-align: center;
  background-color: #000216;
  pointer-events: all;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .p-bc3 .p-contact .p-contact-form__btn.is-active:hover {
    background-color: #FF8000;
  }
}
.p-bc3 .p-contact-privacyPolicy__ttl {
  font-size: 18px;
  margin-top: 20px;
}
.p-bc3 .p-contact-privacyPolicy__ttl.u-mb0 {
  margin-top: 0;
}
.p-bc3 .p-contact-privacyPolicy__data p,
.p-bc3 .p-contact-privacyPolicy__data li {
  margin-top: 16px;
  font-size: 16px;
}
.p-bc3 .p-contact-privacyPolicy__data dl > div {
  margin-top: 8px;
}
.p-bc3 .p-contact-form__required {
  border: solid 1px #2B4991;
  padding: 2px 8px;
  font-size: 10px;
  margin-left: 8px;
  font-weight: bold;
  color: #2B4991;
}
.p-bc3 .p-contact-form__hidden {
  display: none;
}
.p-bc3 .p-contact-check__txt {
  padding-left: 28px;
  position: relative;
  display: inline-block;
  text-align: left;
}
.p-bc3 .p-contact-check__txt::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
  content: "";
  width: 24px;
  height: 24px;
  border: solid 1px #2B4991;
}
.p-bc3 .p-contact-check__txt::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  right: auto;
  left: 0;
  left: 8px;
  content: "";
  width: 10px;
  height: 17px;
  border-bottom: 3px solid #2B4991;
  border-right: 3px solid #2B4991;
  display: block;
  transform: rotate(45deg);
  display: none;
  margin: 0;
}
.p-bc3 .p-contact-numList {
  counter-reset: contact_numList;
}
.p-bc3 .p-contact-numList li {
  margin-top: 32px;
}
.p-bc3 .p-contact-numList .p-contact-numList__dt {
  padding-left: 1em;
  counter-increment: contact_numList;
  position: relative;
}
.p-bc3 .p-contact-numList .p-contact-numList__dt::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
  content: counter(contact_numList) "．";
}
.p-bc3 .p-contact-numList2 {
  counter-reset: contact_numList2;
}
.p-bc3 .p-contact-numList2 li {
  margin-top: 32px;
}
.p-bc3 .p-contact-numList2 .p-contact-numList2__dt {
  padding-left: 1em;
  counter-increment: contact_numList2;
  position: relative;
}
.p-bc3 .p-contact-numList2 .p-contact-numList2__dt::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
  content: counter(contact_numList2) "．";
}
.p-bc3 .p-thanks-form__btn {
  max-width: 600px;
  margin: auto;
  text-align: center;
  margin-top: 64px;
  background-color: #000216;
  font-size: 22px;
  color: #fff;
  padding: 46px 0px;
  transition: all 0.3s;
  display: block;
  pointer-events: all;
  cursor: pointer;
}
.p-bc3 .p-thanks-form__btn:hover {
  background-color: #FF8000;
}
.p-bc3 .p-contact-privacyPolicy__right {
  text-align: right;
}
.p-bc3 .p-contact-privacyPolicy__ul li {
  position: relative;
  padding-left: 1em;
}
.p-bc3 .p-contact-privacyPolicy__ul li::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: auto;
  top: 0;
  right: auto;
  left: 0;
  content: "・";
}
.p-bc3 .p-contact-privacyPolicy__ul li:nth-child(n+2) {
  margin-top: 0;
}
.p-bc3 .p-contact-privacyPolicy__link {
  color: #239bcd;
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-catch {
    font-size: 16px;
    width: calc(100% - 30px);
    margin: auto;
    margin-top: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 1240px) {
  .p-bc3 .p-contact form {
    margin-top: 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-form__item:nth-child(n+2) {
    margin-top: 17px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-form__label {
    display: block;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-form__ttl {
    font-size: 16px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-form__data {
    margin-top: 8px;
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-form__data input {
    padding: 12px 0 12px 15px;
  }
  .p-bc3 .p-contact .p-contact-form__data input::placeholder, .p-bc3 .p-contact .p-contact-form__data input:-ms-input-placeholder, .p-bc3 .p-contact .p-contact-form__data input::-ms-input-placeholder {
    color: #AEAEAE;
    font-size: 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-form__data textarea {
    padding: 15px 0 15px 15px;
    min-height: 160px;
  }
  .p-bc3 .p-contact .p-contact-form__data textarea::placeholder, .p-bc3 .p-contact .p-contact-form__data textarea:-ms-input-placeholder, .p-bc3 .p-contact .p-contact-form__data textarea::-ms-input-placeholder {
    color: #AEAEAE;
    font-size: 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-caution {
    margin-left: 0;
  }
}
@media (min-width: 834px) and (max-width: 1240px) {
  .p-bc3 .p-contact .p-contact-privacyPolicy {
    width: calc(100% - 30px);
    margin-top: 24px;
    padding: 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-privacyPolicy {
    width: calc(100% - 30px);
    padding: 15px;
    margin-top: 24px;
    height: 170px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-check {
    margin-top: 25px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-check + .p-contact-form__btn {
    width: calc(100% - 30px);
    padding: 30px 0;
    margin: auto;
    margin-top: 32px;
    font-size: 18px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-check.is-active + .p-contact-form__btn {
    width: calc(100% - 30px);
    padding: 30px 0;
    margin: auto;
    margin-top: 32px;
    font-size: 18px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-privacyPolicy__ttl {
    font-size: 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-privacyPolicy__data p,
.p-bc3 .p-contact .p-contact-privacyPolicy__data li {
    font-size: 13px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-privacyPolicy__data dd {
    font-size: 13px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-privacyPolicy__data dt {
    font-size: 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-privacyPolicy__data dt.u-privacy {
    font-weight: normal;
    font-size: 14px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-check {
    width: calc(100% - 30px);
    margin: auto;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-check__txt {
    font-size: 15px;
    padding-left: 24px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-check__txt::before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-check__txt::after {
    width: 7px;
    height: 14px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-numList li {
    margin-top: 16px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-numList .p-contact-numList__dt {
    font-size: 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-numList2 li {
    margin-top: 16px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-contact-numList2 .p-contact-numList2__dt {
    font-size: 15px;
  }
}
@media (max-width: 834px) {
  .p-bc3 .p-contact .p-thanks-form__btn {
    width: calc(100% - 30px);
    padding: 30px 0;
    margin: auto;
    margin-top: 32px;
    font-size: 18px;
  }
}
.p-bc3 .c-txt--server__error {
  text-align: center;
  margin-top: 32px;
}
.p-bc3 .c-txt--server__error.no-active {
  display: none;
}
@media (max-width: 834px) {
  .p-bc3 .c-txt--server__error {
    margin-top: 16px;
  }
}
.p-bc3 .c-txt--server__error span {
  color: #D60000;
}
.p-bc3 .grecaptcha {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
