  @charset "UTF-8";
/*////////////////////////////////////////////////////

    .ÔO¶¨

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////
    ¥Ú©`¥¸¹ÌÓÐ¤Î¥¹¥¿¥¤¥ë
////////////////////////////////////////////////////*/
@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scrollIcon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes scrollIcon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html, body, .main {
  overflow-x: visible !important;
}

.p-purposeWp {
  position: relative;
}

.p-purposeTxt {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 3;
  height: 88vw;
  color: #fff;
}
@media print, screen and (min-width: 600px) {
  .p-purposeTxt {
    position: -webkit-sticky;
    position: sticky;
    height: 88vw;
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeTxt {
    height: calc(100vh - 110px);
    top: 110px;
  }
}
.p-purposeTxt_tit {
  margin-bottom: 1rem;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-size: clamp(1.3rem, 3.4666666667vw, 1.6rem);
}
@media print, screen and (min-width: 600px) {
  .p-purposeTxt_tit {
    margin-bottom: clamp(1rem, 1.6666666667vw, 2rem);
    font-size: clamp(1.3rem, 2.1666666667vw, 2.4rem);
  }
}
.p-purposeTxt_lead {
  font-size: clamp(2.6rem, 6.9333333333vw, 3rem);
  font-weight: bold;
  line-height: 1.8;
}
@media print, screen and (min-width: 600px) {
  .p-purposeTxt_lead {
    font-size: clamp(2.9rem, 4.8333333333vw, 5rem);
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeTxt_lead {
    font-size: 5rem;
  }
}
.p-purposeTxt_lead ruby {
  ruby-align: center;
}
.p-purposeTxt_lead rt {
  font-size: clamp(0.5rem, 1.6vw, 0.7rem);
  font-weight: normal;
  transform: translateY(-30%);
}
@media print, screen and (min-width: 600px) {
  .p-purposeTxt_lead rt {
    font-size: clamp(0.5rem, 1.1666666667vw, 1.1rem);
  }
}

.p-purposeKv {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  .p-purposeKv {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-purposeKv_triangle {
  z-index: 3;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: -20%;
  transform: translateY(-55%);
  width: 93.3333333333vw;
  height: 93.3333333333vw;
}
@media print, screen and (min-width: 960px) {
  .p-purposeKv_triangle {
    transform: translateY(-55%);
    right: 5%;
    width: 66.0416666667vw;
    height: 66.0416666667vw;
  }
}
.p-purposeKv_triangle svg {
  width: 100%;
  height: 100%;
  -webkit-animation: scrollIcon 20s infinite linear 0s both;
          animation: scrollIcon 20s infinite linear 0s both;
  transform-origin: center center;
}
.p-purposeKv_pic {
  position: relative;
  z-index: 1;
}
.p-purposeKv_pic img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 600px) {
  .p-purposeKv_pic img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 88vw;
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeKv_pic img {
    height: calc(100vh - 110px);
  }
}
.p-purposeKv_scroll {
  z-index: 2;
  width: 57px;
  height: 57px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}
@media print, screen and (min-width: 600px) {
  .p-purposeKv_scroll {
    width: 138px;
    height: 138px;
  }
}
.p-purposeKv_scroll_img01 {
  width: 6.7px !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 600px) {
  .p-purposeKv_scroll_img01 {
    width: 16.24px !important;
  }
}
.p-purposeKv_scroll_img02 {
  width: 100% !important;
  height: auto !important;
  -webkit-animation: scrollIcon 20s infinite linear 0s both;
          animation: scrollIcon 20s infinite linear 0s both;
}

.p-purposeThought {
  position: relative;
  z-index: 2;
  background-image: linear-gradient(to bottom, #214061 0%, #262D48 100%);
  padding: 16vw 0;
}
@media print, screen and (min-width: 600px) {
  .p-purposeThought {
    padding: 150px calc((100% - 1216px) / 2) 100px calc((100% - 132px) / 12 * 5 + 60px);
  }
}
.p-purposeThought_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.p-purposeThought_slide_list {
  display: flex;
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.p-purposeThought_slide_item {
  padding: 0 8px;
  white-space: nowrap;
  line-height: 1.2;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  color: #fff;
  opacity: 0.2;
  font-size: clamp(3.5rem, 9.3333333333vw, 8rem);
}
@media print, screen and (min-width: 600px) {
  .p-purposeThought_slide_item {
    padding: 0 16px;
    font-size: 11rem;
  }
}
.p-purposeThought_lead {
  color: #fff;
  font-size: clamp(2.6rem, 6.9333333333vw, 3rem);
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 66px;
}
@media print, screen and (min-width: 600px) {
  .p-purposeThought_lead {
    font-size: clamp(2.9rem, 4.8333333333vw, 5rem);
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeThought_lead {
    font-size: 5rem;
  }
}
.p-purposeThought_lead ruby {
  ruby-align: center;
}
.p-purposeThought_lead rt {
  font-size: clamp(0.5rem, 1.6vw, 0.7rem);
  font-weight: normal;
  transform: translateY(-30%);
}
@media print, screen and (min-width: 600px) {
  .p-purposeThought_lead rt {
    font-size: clamp(0.5rem, 1.1666666667vw, 1.1rem);
  }
}
@media print, screen and (min-width: 600px) {
  .p-purposeThought_lead {
    display: none;
  }
}
.p-purposeThought_inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  color: #fff;
  font-weight: 600;
  line-height: 2;
}
@media print, screen and (min-width: 960px) {
  .p-purposeThought_inner {
    gap: 5rem;
  }
}
.p-purposeThought_inner p {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 960px) {
  .p-purposeThought_inner p {
    font-size: 2.4rem;
  }
}
.p-purposeThought_hl {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-purposeSec01 {
  padding: 8rem 0;
  position: relative;
}
.p-purposeSec01:before, .p-purposeSec01:after {
  content: "";
  display: block;
  position: absolute;
  width: 306px;
  height: 532px;
  z-index: 1;
  background: url("/purposestory/img/bg_texture01.png") 0 0 repeat;
  background-size: 50%;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec01:before, .p-purposeSec01:after {
    width: 400px;
    height: 696px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec01:before, .p-purposeSec01:after {
    width: 632px;
    height: 1099px;
  }
}
.p-purposeSec01:before {
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0% 0, 100% 0, 0% 100%);
          clip-path: polygon(0% 0, 100% 0, 0% 100%);
}
.p-purposeSec01:after {
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.p-purposeSec01 .container_m {
  position: relative;
  z-index: 2;
}
.p-purposeSec01 img {
  width: 100%;
  height: auto;
  display: block;
}
.p-purposeSec01_tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 5rem;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec01_tit {
    gap: 2rem;
    margin-bottom: 6rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec01_tit {
    gap: 2.4rem;
    margin-bottom: 7rem;
  }
}
.p-purposeSec01_tit span {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0068AF;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec01_tit span {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec01_tit span {
    font-size: 2rem;
  }
}
.p-purposeSec01_tit img {
  width: 306px;
  height: auto;
  display: block;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec01_tit img {
    width: 422px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec01_tit img {
    width: 520px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec01_tit.__en img {
    width: 488px;
  }
}
.p-purposeSec01_list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 50px;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec01_list {
    width: calc((100% - 176px) / 12 * 10 + 144px);
    gap: clamp(60px, 10vw, 80px);
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec01_list {
    width: 100%;
    gap: clamp(60px, 6.25vw, 80px);
  }
}
.p-purposeSec01_list_item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  text-decoration: none;
  cursor: pointer;
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec01_list_item {
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem;
  }
}
@media (hover: hover) {
  .p-purposeSec01_list_item:hover .p-purposeSec01_list_pic > img {
    transform: scale(1.05);
  }
  .p-purposeSec01_list_item:hover .p-purposeSec01_list_txt_btn > .__txt:before {
    left: auto;
    right: 0;
    width: 0;
  }
  .p-purposeSec01_list_item:hover .p-purposeSec01_list_txt_btn > .__ico:before {
    opacity: 0;
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec01_list_item.__reverse {
    direction: rtl;
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec01_list_item.__reverse .p-purposeSec01_list_txt {
    padding-left: calc((100% - 160px) / 6 + 32px);
  }
}
.p-purposeSec01_list_pic {
  position: relative;
  overflow: hidden;
}
.p-purposeSec01_list_pic > img {
  position: relative;
  z-index: 1;
  transition: transform 0.5s;
}
.p-purposeSec01_list_pic_new {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: clamp(62px, 16.5333333333vw, 93px);
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec01_list_pic_new {
    width: clamp(73px, 12.1666666667vw, 125px);
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec01_list_pic_new {
    width: clamp(73px, 7.6041666667vw, 104px);
  }
}
.p-purposeSec01_list_txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  direction: ltr;
}
.p-purposeSec01_list_txt_ico {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.p-purposeSec01_list_txt_ico img {
  width: 50px;
  height: auto;
}
.p-purposeSec01_list_txt_ico span {
  color: #D40003;
  font-size: 2rem;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}
.p-purposeSec01_list_txt_tit {
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec01_list_txt_tit {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.p-purposeSec01_list_txt_project {
  font-size: 1.6rem;
  font-weight: normal;
  color: #d40003;
  line-height: 1.5;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec01_list_txt_project {
    font-size: 2rem;
  }
}
.p-purposeSec01_list_txt_btn {
  margin-top: 3rem;
  font-size: 1.8rem;
  color: #333333;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec01_list_txt_btn {
    margin-top: 2rem;
  }
}
.p-purposeSec01_list_txt_btn .__txt {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-bottom: 1rem;
  overflow: hidden;
}
.p-purposeSec01_list_txt_btn .__txt:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #333333;
  transition: width 0.5s;
}
.p-purposeSec01_list_txt_btn .__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-purposeSec01_list_txt_btn .__ico {
    width: 80px;
    height: 80px;
  }
}
.p-purposeSec01_list_txt_btn .__ico:before, .p-purposeSec01_list_txt_btn .__ico:after {
  content: "";
  display: block;
}
.p-purposeSec01_list_txt_btn .__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-purposeSec01_list_txt_btn .__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-purposeSec01_btn {
  background: linear-gradient(to bottom, #000 0%, #00073E 100%);
  width: 28rem;
  height: 8rem;
  border-radius: 4rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 2.4rem;
  text-decoration: none;
  margin: 8rem auto 0;
  position: relative;
}
@media (hover: hover) {
  .p-purposeSec01_btn:hover:before {
    opacity: 1;
  }
}
.p-purposeSec01_btn:before {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, #0B134E 0%, #0068AF 100%);
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease;
}
.p-purposeSec01_btn:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 14px;
  height: 12.5px;
  -webkit-clip-path: polygon(0% 0, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0, 100% 50%, 0% 100%);
  z-index: 2;
  position: relative;
}
.p-purposeSec01_btn span {
  position: relative;
  z-index: 2;
}

.p-purposeSec02 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec02 {
    grid-template-columns: 1fr 1fr;
  }
}
.p-purposeSec02_item {
  position: relative;
  text-decoration: none;
}
@media (hover: hover) {
  .p-purposeSec02_item:hover .p-purposeSec02_item_img img {
    transform: scale(1.05);
  }
  .p-purposeSec02_item:hover .p-purposeSec02_item_txt_btn .__txt:before {
    left: auto;
    right: 0;
    width: 0;
  }
  .p-purposeSec02_item:hover .p-purposeSec02_item_txt_btn .__ico:before {
    opacity: 0;
  }
  .p-purposeSec02_item:hover .p-purposeSec02_item_txt_btn .__ico:after {
    border-color: transparent transparent transparent #fff;
  }
}
.p-purposeSec02_item_img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-purposeSec02_item_img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  height: 265px;
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec02_item_img img {
    height: auto;
  }
}
.p-purposeSec02_item_txt {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-sizing: border-box;
  padding: 0 1.6rem;
}
.p-purposeSec02_item_txt_tit {
  font-size: clamp(3rem, 8vw, 4rem);
  font-weight: bold;
  line-height: 1.76;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec02_item_txt_tit {
    font-size: clamp(2.4rem, 4vw, 4rem);
  }
}
.p-purposeSec02_item_txt_tit.__en {
  font-size: clamp(2.2rem, 5.8666666667vw, 3.2rem);
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec02_item_txt_tit.__en {
    font-size: clamp(2rem, 3.3333333333vw, 3.2rem);
  }
}
.p-purposeSec02_item_txt_tit ruby {
  position: relative;
}
.p-purposeSec02_item_txt_tit ruby rt {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  font-weight: normal;
  word-break: keep-all;
}
.p-purposeSec02_item_txt_btn {
  margin-top: 3rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec02_item_txt_btn {
    margin-top: 2rem;
  }
}
.p-purposeSec02_item_txt_btn .__txt {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-bottom: 1rem;
  overflow: hidden;
}
.p-purposeSec02_item_txt_btn .__txt:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: width 0.5s;
}
.p-purposeSec02_item_txt_btn .__ico {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #fff;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec02_item_txt_btn .__ico {
    width: 80px;
    height: 80px;
  }
}
.p-purposeSec02_item_txt_btn .__ico:before, .p-purposeSec02_item_txt_btn .__ico:after {
  content: "";
  display: block;
}
.p-purposeSec02_item_txt_btn .__ico:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.p-purposeSec02_item_txt_btn .__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 #00073E;
  transition: border-color 0.5s;
}

.p-purposeSec03 {
  padding: 72px 0;
  background-color: #e8eaec;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec03 {
    padding: 80px 0;
  }
}
.p-purposeSec03_tit {
  color: #0068AF;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec03_tit {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec03_tit {
    margin-bottom: 3rem;
  }
}
.p-purposeSec03_lead {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec03_lead {
    font-size: 4.6rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec03_lead {
    font-size: 5rem;
  }
}
.p-purposeSec03_lead ruby {
  position: relative;
}
.p-purposeSec03_lead ruby rt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: normal;
  word-break: keep-all;
  top: -0.6rem;
  font-size: 0.6rem;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec03_lead ruby rt {
    top: -1.1rem;
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec03_lead ruby rt {
    top: -1.2rem;
    font-size: 1.2rem;
  }
}
.p-purposeSec03_slide {
  margin-top: 4rem;
  overflow: hidden;
  display: flex;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec03_slide {
    margin-top: 5rem;
  }
}
.p-purposeSec03_slide_list {
  display: flex;
  -webkit-animation: infinity-scroll-left 80s infinite linear 0s both;
          animation: infinity-scroll-left 80s infinite linear 0s both;
}
.p-purposeSec03_slide_list_item {
  width: 140px;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec03_slide_list_item {
    width: 250px;
  }
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec03_slide_list_item {
    width: 370px;
  }
}
.p-purposeSec03_slide_list_item img {
  width: 100%;
  height: auto;
}

.p-purposeSec04 {
  margin-bottom: 1px;
}
.p-purposeSec04_item {
  position: relative;
  display: block;
  background: url(/purposestory/img/bg_texture02.png) 0 0 repeat;
  padding: 4rem 0 5rem;
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec04_item {
    padding: 5rem 0 7.5rem;
  }
}
.p-purposeSec04_item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.7;
  background-image: linear-gradient(to bottom, #1879CE 0%, #0B134E 100%);
}
.p-purposeSec04_item_tit {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-bottom: 3rem;
  padding: 0 1.6rem;
}
.p-purposeSec04_item_tit .__tit1 {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
}
.p-purposeSec04_item_tit .__tit2 {
  font-size: clamp(3rem, 8vw, 4rem);
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1.4;
}
.p-purposeSec04_item_tit .__tit2.__en {
  font-size: clamp(2.2rem, 5.8666666667vw, 3.2rem);
}
.p-purposeSec04_item_cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.6rem;
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec04_item_cnt {
    flex-direction: row;
    justify-content: space-between;
    gap: clamp(6rem, 6.25vw, 8rem);
  }
}
.p-purposeSec04_item_txt {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media print, screen and (min-width: 960px) {
  .p-purposeSec04_item_txt {
    align-items: flex-end;
  }
}
.p-purposeSec04_item_txt_btn {
  text-decoration: none;
  margin-top: 3rem;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.6rem;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec04_item_txt_btn {
    margin-top: 2rem;
  }
}
@media (hover: hover) {
  .p-purposeSec04_item_txt_btn:hover .__txt:before {
    left: auto;
    right: 0;
    width: 0;
  }
  .p-purposeSec04_item_txt_btn:hover .__ico:before {
    opacity: 0;
  }
  .p-purposeSec04_item_txt_btn:hover .__ico:after {
    border-color: transparent transparent transparent #fff;
  }
}
.p-purposeSec04_item_txt_btn .__txt {
  display: inline-block;
  position: relative;
  line-height: 1;
  padding-bottom: 1rem;
  overflow: hidden;
}
.p-purposeSec04_item_txt_btn .__txt:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: width 0.5s;
}
.p-purposeSec04_item_txt_btn .__ico {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #fff;
}
@media print, screen and (min-width: 600px) {
  .p-purposeSec04_item_txt_btn .__ico {
    width: 80px;
    height: 80px;
  }
}
.p-purposeSec04_item_txt_btn .__ico:before, .p-purposeSec04_item_txt_btn .__ico:after {
  content: "";
  display: block;
}
.p-purposeSec04_item_txt_btn .__ico:before {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: opacity 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.p-purposeSec04_item_txt_btn .__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 #00073E;
  transition: border-color 0.5s;
}
.p-purposeSec04_item_img {
  width: 167px;
  height: auto;
  display: block;
}
.p-purposeSec04_item .container_m {
  position: relative;
  z-index: 2;
}
/*# sourceMappingURL=index.css.map */
