@charset "UTF-8";
/*////////////////////////////////////////////////////

    .設定

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////
    ページ固有のスタイル
////////////////////////////////////////////////////*/
.p-dxKv {
  position: relative;
  aspect-ratio: 1/1;
}
@media print, screen and (min-width: 600px) {
  .p-dxKv {
    aspect-ratio: 4/3;
  }
}
@media print, screen and (min-width: 960px) {
  .p-dxKv {
    aspect-ratio: 1440/693;
  }
}
.p-dxKv .container_m {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
@media print, screen and (min-width: 600px) {
  .p-dxKv .container_m {
    gap: 2.4rem;
  }
}
.p-dxKv_tit {
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.4rem;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  font-size: 2.2rem;
}
@media print, screen and (min-width: 600px) {
  .p-dxKv_tit {
    padding-top: 3.2rem;
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-dxKv_tit {
    padding-top: 4rem;
    font-size: 4.4rem;
  }
}
.p-dxKv_lead {
  font-size: 1.7rem;
  font-weight: bold;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
}
@media print, screen and (min-width: 600px) {
  .p-dxKv_lead {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-dxKv_lead {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1312px) {
  .p-dxKv_lead {
    font-size: 3.2rem;
  }
}
.p-dxKv_txt {
  color: #fff;
  line-height: 1.8;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}
.p-dxKv_pic {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-dxKv_pic:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-image: linear-gradient(to right, #000 0%, transparent 100%);
  opacity: 0.7;
}
.p-dxKv_pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.p-dxKv_bg {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.p-dxKv_bg img {
  width: auto;
  height: 100%;
}

.p-dxWp {
  padding: clamp(6rem, 16vw, 10rem) 0;
}
.p-dxWp.__blue {
  background-color: #f5faff;
}

.p-dxSec {
  margin-top: clamp(6rem, 16vw, 10rem);
}

.p-dxHl {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 600px) {
  .p-dxHl {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}

.p-dxLead {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
@media print, screen and (min-width: 600px) {
  .p-dxLead {
    margin-bottom: 4rem;
    font-size: 2rem;
  }
}

.p-dxMessage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.p-dxMessage_title {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 600px) {
  .p-dxMessage_title {
    font-size: 1.4rem;
  }
}
.p-dxMessage_name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 600px) {
  .p-dxMessage_name {
    font-size: 2.4rem;
  }
}

.p-dxVision_sec1 {
  position: relative;
}
.p-dxVision_sec1:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 1;
  background-color: #f5faff;
  left: 0;
  bottom: 0;
}
.p-dxVision_sec1 .container_m {
  position: relative;
  z-index: 2;
}
.p-dxVision_sec1 img {
  width: 100%;
  height: auto;
}

.p-dxVision_sec2 {
  background-color: #f5faff;
  padding: 0 0 clamp(6rem, 16vw, 10rem);
}

.p-dxVision_lead {
  text-align: center;
  font-size: 1.6rem;
  padding: 4rem 0;
}
@media print, screen and (min-width: 600px) {
  .p-dxVision_lead {
    font-size: 2rem;
    padding: 6rem 0;
  }
}

.p-dxVision_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media print, screen and (min-width: 600px) {
  .p-dxVision_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (min-width: 960px) {
  .p-dxVision_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.2rem;
  }
}
.p-dxVision_list_item {
  background-color: #fff;
  padding: 4rem;
  box-sizing: border-box;
}
@media print, screen and (min-width: 960px) {
  .p-dxVision_list_item {
    width: calc((100% - 6.4rem) / 3);
  }
}
.p-dxVision_list_item_hl {
  text-align: center;
  font-weight: bold;
  color: #0068af;
  line-height: 1.4;
  margin-bottom: 1.6rem;
  font-size: 2rem;
}
@media print, screen and (min-width: 960px) {
  .p-dxVision_list_item_hl {
    font-size: 2.4rem;
  }
}

.p-dxClm {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media print, screen and (min-width: 960px) {
  .p-dxClm {
    grid-template-columns: 1fr 1fr;
  }
}
.p-dxClm img {
  width: 100%;
  height: auto;
}
.p-dxClm_item.__white {
  background-color: #fff;
}

.p-dxClm2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.2rem;
}
@media print, screen and (min-width: 960px) {
  .p-dxClm2 {
    grid-template-columns: 2fr 1fr;
  }
}

.p-dxFigure img {
  width: 100%;
  height: auto;
}
.p-dxFigure figcaption {
  font-size: 1.4rem;
  margin-top: 1rem;
  text-align: center;
}

.p-dxPositioning_tit {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.p-dxPositioning_list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-dxPositioning_list .__tit {
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  color: #0068AF;
}
.p-dxPositioning_list .__txt {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}

.p-dxVideo {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.p-dxVideo iframe {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  max-width: 100%;
}

.p-dxNews {
  background-color: #f5faff;
  padding: clamp(4rem, 10.6666666667vw, 6rem) 0;
}
.p-dxNews_list {
  border-top: 1px solid #d9dfe6;
}
.p-dxNews_list_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #d9dfe6;
  padding: 1rem 0;
}
@media print, screen and (min-width: 600px) {
  .p-dxNews_list_item {
    flex-direction: row;
  }
}
.p-dxNews_list_item_date {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 600px) {
  .p-dxNews_list_item_date {
    width: 135px;
  }
}
.p-dxNews_list_item_txt {
  font-size: 1.6rem;
  color: #333333;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.6;
  transition: color 0.3s ease;
}
@media print, screen and (min-width: 600px) {
  .p-dxNews_list_item_txt {
    width: calc(100% - 135px);
  }
}
@media (hover: hover) {
  .p-dxNews_list_item_txt:hover {
    color: #0068AF;
  }
}
.p-dxNews_list_item .ico_dl {
  vertical-align: middle;
}

.p-dxBtn {
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  text-decoration: none;
}
@media (hover: hover) {
  .p-dxBtn:hover .__txt:before {
    left: auto;
    right: 0;
    width: 0;
  }
  .p-dxBtn:hover .__ico:before {
    opacity: 0;
  }
}
.p-dxBtn .__txt {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 600px) {
  .p-dxBtn .__txt {
    font-size: 2.4rem;
    gap: 1rem;
    padding-bottom: 1rem;
  }
}
.p-dxBtn .__txt:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #333333;
  transition: width 0.5s;
}
.p-dxBtn .__txt .__small {
  font-weight: normal;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 600px) {
  .p-dxBtn .__txt .__small {
    font-size: 1.8rem;
  }
}
.p-dxBtn .__ico {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to bottom, #0B134E 0%, #0068AF 100%);
}
@media print, screen and (min-width: 600px) {
  .p-dxBtn .__ico {
    width: 80px;
    height: 80px;
  }
}
.p-dxBtn .__ico:before, .p-dxBtn .__ico:after {
  content: "";
  display: block;
}
.p-dxBtn .__ico:before {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  transition: 0.5s opacity;
}
.p-dxBtn .__ico:after {
  position: relative;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 13px;
  border-color: transparent transparent transparent #fff;
}

.p-dxBnrs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
@media print, screen and (min-width: 600px) {
  .p-dxBnrs {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media print, screen and (min-width: 960px) {
  .p-dxBnrs {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.p-dxBnrs a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .p-dxBnrs a:hover {
    opacity: 0.6;
  }
}
.p-dxBnrs img {
  width: 100%;
  height: auto;
  aspect-ratio: 218/60;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-dxFlow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
}
@media print, screen and (min-width: 960px) {
  .p-dxFlow {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-dxFlow > li {
  box-sizing: border-box;
  border: 1px solid #d9dfe6;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  position: relative;
}
.p-dxFlow > li:nth-of-type(n+2):before {
  content: "";
  width: 4rem;
  height: 3rem;
  position: absolute;
  top: -4.5rem;
  left: 50%;
  margin-left: -2rem;
  background-color: #d9dfe6;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media print, screen and (min-width: 960px) {
  .p-dxFlow > li:nth-of-type(n+2):before {
    top: 50%;
    margin-left: auto;
    margin-top: -2rem;
    left: -4.5rem;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
            clip-path: polygon(0 0, 0 100%, 100% 50%);
    width: 3rem;
    height: 4rem;
  }
}
.p-dxFlow > li .__tit {
  font-weight: bold;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .p-dxFlow > li .__tit {
    font-size: 1.8rem;
  }
}
.p-dxFlow > li .__txt {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 600px) {
  .p-dxFlow > li .__txt {
    font-size: 1.6rem;
  }
}

.p-dxLower {
  padding-bottom: 7.2rem;
}
.p-dxLower .cmn_tit01 {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 600px) {
  .p-dxLower .cmn_tit01 {
    margin-bottom: 3rem;
  }
}

.fig.__center.__dxImgS img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

.p-2ndIndexKv {
  position: relative;
}
.p-2ndIndexKv.p-dxKV {
  background: url("/dx/img/kv.png") 50% 50% no-repeat;
  background-size: cover;
  display: block;
  padding-top: 0 !important;
  min-height: 32rem;
}
.p-2ndIndexKv.p-dxKV .container_m {
  z-index: 2;
  position: relative;
}
.p-2ndIndexKv.p-dxKV .p-2ndIndexKv_txt {
  padding-left: 1.6rem;
  width: auto;
  color: #fff;
  font-weight: bold;
  font-size: 4rem;
}
@media print, screen and (min-width: 600px) {
  .p-2ndIndexKv.p-dxKV .p-2ndIndexKv_txt {
    padding-left: 3.2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-2ndIndexKv.p-dxKV .p-2ndIndexKv_txt {
    padding-left: 4.8rem;
  }
}
@media only screen and (min-width: 1312px) {
  .p-2ndIndexKv.p-dxKV .p-2ndIndexKv_txt {
    padding-left: calc((100% - 1216px) / 2);
  }
}
.p-2ndIndexKv.__type01 {
  z-index: 1;
}
/*# sourceMappingURL=index.css.map */
