/* =========================================================
TOP
========================================================= */
.p-top-mv-wrap {
  height: 75vh;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 430px) {
  .p-top-mv-wrap {
    height: 85vh;
  }
}
@media screen and (min-width: 620px) {
  .p-top-mv-wrap {
    height: 95vh;
  }
}
.p-top-mv picture img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}

.p-top-mv_ttl {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: calc(24 * (100vw / 430));
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  padding: 0 5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 430px) {
  .p-top-mv_ttl {
    font-size: calc(32 * (100vw / 620));
  }
}

@media screen and (min-width: 620px) {
  .p-top-mv_ttl {
    font-size: calc(40 * (100vw / 768));
  }
}

@media screen and (min-width: 768px) {
  .p-top-mv_ttl {
    font-size: calc(44 * (100vw / 992));
  }
}

@media screen and (min-width: 992px) {
  .p-top-mv_ttl {
    font-size: 48px;
  }
}

.p-top-mv_ttl .reduce {
  color: #fff;
  display: block;
  font-size: 11px;
  margin: 16px 0 0 0;
}

@media screen and (min-width: 992px) {
  .p-top-mv_ttl .reduce {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .p-top-mv_ttl .reduce {
    font-size: 16px;
  }
}

.p-top-mv_ttl .lead {
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 16px 0 0 0;
}

@media screen and (min-width: 992px) {
  .p-top-mv_ttl .lead {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .p-top-mv_ttl .lead {
    font-size: 24px;
  }
}

.p-top-mission {  
  background-image: url("../image/top-mission-bk.webp");
  background-repeat: no-repeat;
  background-position: top -10vw right -6vw;
  background-size: clamp(0px, 80vw, 800px) auto;
  padding: 6% 0;
}

.p-top-mission_wrap {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;  
}

.p-top-mission_cont {
  width: 50%;
  margin: 0 50% 0 0;
}

.p-top-mission_ttl {
  text-align: left;
}

.p-top-mission_h3 {
  margin-bottom: 6%;
}

.p-top-mission_h3 .en-large {
  color: #012E6E;
  display: block;
  font-size: clamp(50px, 12.5vw, 120px);
  font-weight: bold;
  opacity: .1;
  margin-left: -14%;
}

.p-top-mission_h3 .en-small {
  color: #012E6E;
  display: block;
  font-size: clamp(12px, 2.1vw, 16px);
  font-weight: bold;
}

.p-top-mission_h3 .ja {
  display: block;
  font-size: clamp(20px, 3.2vw, 30px);
  font-weight: bold;
}

.p-top-mission_txtbox {
}

.p-top-mission_h4 {
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: bold;
  margin-bottom: 6%;
}

.p-top-mission_txt {
  font-size: clamp(14px, 1.7vw, 16px);
  line-height: 2;
  margin-bottom: 9%;
}

.p-top-mission_txtbox .btn {
}

.p-top-mission_txtbox .btn a {
  border: 1px solid #0047AB;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #0047AB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.7vw, 16px);
  margin: 0 0 0 auto;
  padding: 15px 25px;
  max-width: 300px;
  transition: .4s;
  text-align: center;
}

.p-top-mission_txtbox .btn a::after {
  background-image: url(../image/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 0 0 15px;
}

.p-top-mission_txtbox .btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .p-top-mission {
    background-position: top -10vw right -10vw; 
    padding: 6% 0 9%;
  }

  .p-top-mission_wrap {
  }

  .p-top-mission_cont {
    width: 100%;
    margin: 0;
  }

  .p-top-mission_ttl {
  }

  .p-top-mission_h3 {
    margin-bottom: 6%;
  }

  .p-top-mission_h3 .en-large {
    margin-left: 0;
  }

  .p-top-mission_h3 .en-small {
  }

  .p-top-mission_h3 .ja {
  }

  .p-top-mission_txtbox {
  }

  .p-top-mission_h4 {
    margin-bottom: 6%;
  }

  .p-top-mission_txt {
    margin-bottom: 9%;
  }

  .p-top-mission_txtbox .btn {
  }

  .p-top-mission_txtbox .btn a {
    margin: 0 auto;
  }

  .p-top-mission_txtbox .btn a::after {
    height: 25px;
    width: 25px;
    margin: 0 0 0 15px;
  }

  .p-top-mission_txtbox .btn a:hover {
  }
}


.p-top-work {
  padding: 6% 0 0;
}

.p-top-work_wrap {
  width: 100%;
}

.p-top-work_ttl {
  text-align: left;
  width: 94%;
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.p-top-work_h3 {
  margin-bottom: 6%;
}

.p-top-work_h3 .en-large {
  color: #012E6E;
  display: block;
  font-size: clamp(50px, 12.5vw, 120px);
  font-weight: bold;
  opacity: .1;
  position: absolute;
  top: -45%;
  right: -6%;
}

.p-top-work_h3 .en-small {
  color: #012E6E;
  display: block;
  font-size: clamp(12px, 2.1vw, 16px);
  font-weight: bold;
}

.p-top-work_h3 .ja {
  display: block;
  font-size: clamp(20px, 3.2vw, 30px);
  font-weight: bold;
}

.p-top-work_slider {
  position: relative;
  width: 94%;
  max-width: 1400px;
  margin: 0 0 0 auto;
  padding: 5% 0 0 0; /* ボタンを置くための上のスペース */
}

/* ボタンの配置（左上の外側） */
.p-top-work_btn {
  display: flex;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

/* スライドの枠 */
.p-top-work_track {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-top-work_track::-webkit-scrollbar {
  display: none;
}

.p-top-work_btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 10px;
  z-index: 10; /* 他の要素に埋もれないように */
}

.p-top-work_btn button {
  border: none;       /* 通常時の枠線を消す */
  outline: none;
  background: transparent;       /* 背景を白にする（透過なら transparent） */
  border-radius: 50%;     /* 丸いボタンにする */
  width: 60px;            /* ボタンのサイズ */
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}

.p-top-work_btn button:hover {
  background: #f0f0f0;    /* ホバー時に少し色を変える */
}

.p-top-work_btn button img {
  width: 100%;
  height: auto;
  display: block;
}

.p-top-work_cardbox {
  flex: 0 0 46%; 
  height: auto;
  scroll-snap-align: start;
  border-radius: 12px;
}

.p-top-work_cardbox__imge {
  width: 100%;
}

.p-top-work_cardbox__imge img {
  width: 100%;
  height: auto;
}

.p-top-work_cardbox__txtbox {
  width: 85%;
  margin: -7% 0 15% 0;
}

.p-top-work_cardbox__h3 {  
  font-size: clamp(18px, 12px + 1vw, 24px);
  font-weight: bold;
  border-left: 5px solid #0047AB;
  margin-bottom: 3%;
  padding-left: 2%;
}

.p-top-work_cardbox__lead {
  font-size: clamp(16px, 10px + 1vw, 18px);
  font-weight: bold;
  margin-bottom: 3%;
  padding-left: 3%;
}

.p-top-work_cardbox__txt {
  font-size: clamp(14px, 1.7vw, 16px);
  padding-left: 3%;
}

.p-top-work_cont .btn {
}

.p-top-work_cont .btn a {
  border: 1px solid #0047AB;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #0047AB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.7vw, 16px);
  margin: 3% auto 0;
  padding: 15px 25px;
  max-width: 300px;
  transition: .4s;
  text-align: center;
}

.p-top-work_cont .btn a::after {
  background-image: url(../image/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 0 0 15px;
}

.p-top-work_cont .btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .p-top-work {
    padding: 9% 0;
  }

  .p-top-work_wrap {
  }

  .p-top-work_ttl {
  }

  .p-top-work_h3 {
    margin-bottom: 6%;
  }

  .p-top-work_h3 .en-large {
    top: -45%;
    right: 0;
  }

  .p-top-work_h3 .en-small {
  }

  .p-top-work_h3 .ja {
  }

  .p-top-work_wrap .btn a {
  }

  .p-top-work_wrap .btn a::after {
    height: 25px;
    width: 25px;
    margin: 0 0 0 15px;
  }

  .p-top-work_wrap .btn a:hover {
  }

  .p-top-work_slider {
	margin: 0 auto;
    padding: 12% 0 6% 0;
  }

  .p-top-work_btn {
	gap: 2px;
    margin-bottom: 12px;
    padding: 0;
  }

  .p-top-work_btn button {
    width: 42px;
  }

  .p-top-work_btn .nav-btn {
  }

  .p-top-work_btn .nav-btn img {
  }

  .p-top-work_btn .nav-btn.prev {
    width: 36px;
    height: 30px;
    margin-right: 9px;
  }

  .p-top-work_btn .nav-btn.next {
    width: 36px;
    height: 30px;
  }

  .p-top-work_track {
  }

  .p-top-work_track::-webkit-scrollbar {
  }

  .p-top-work_slide {
    gap: 18px;
    padding: 0 20px; /* ボタンと重ならないよう左右に余白 */
  }

  .p-top-work_cardbox {
    flex: 0 0 85%;
  }

  .p-top-work_cardbox__imge {
  }

  .p-top-work_cardbox__imge img {
  }

  .p-top-work_cardbox__txtbox {
    width: 82.5%;
    margin: -7% 0 17.5% 0;
  }

  .p-top-work_cardbox__h3 {
    margin-bottom: 3%;
    padding-left: 2%;
  }

  .p-top-work_cardbox__lead {
    margin-bottom: 3%;
    padding-left: 3%;
  }

  .p-top-work_cardbox__txt {
    padding-left: 3%;
  }
	
  .p-top-work_cardbox {
    flex: 0 0 90%;
  }
}


.p-top-strength {
  padding: 6% 0;
}

.p-top-strength_wrap {
  width: 100%;
}

.p-top-strength_ttl {
  text-align: center;
}

.p-top-strength_h3 {
  margin-bottom: 6%;
}

.p-top-strength_h3 .en-large {
  color: #012E6E;
  display: block;
  font-size: clamp(50px, 12.5vw, 120px);
  font-weight: bold;
  opacity: .1;
}

.p-top-strength_h3 .en-small {
  color: #012E6E;
  display: block;
  font-size: clamp(12px, 2.1vw, 16px);
  font-weight: bold;
}

.p-top-strength_h3 .ja {
  display: block;
  font-size: clamp(20px, 3.2vw, 30px);
  font-weight: bold;
}

.p-top-strength_box01 {
  background-image: url("../image/top-strength01-bk.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5% 0;
}

.p-top-strength_box01_cont {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 3% 2%;
}

.p-top-strength_box01_num {
  position: absolute;
  top: -16%;
  left: -4%;
}

.p-top-strength_box01_num img {
  width: auto;
  height: clamp(48px, 8.4vw, 80px);
}

.p-top-strength_box01_ttl {
  border-bottom: 1px solid;
  text-align: center;
  margin: 0 0 2% 0;
  padding: 2% 0;
}

.p-top-strength_box01_h4 {
  font-size: clamp(18px, 3.2vw, 30px);
}

.p-top-strength_box01_txt {
  font-size: clamp(14px, 1.7vw, 16px);
}

.p-top-strength_box02 {
  background-image: url("../image/top-strength02-bk.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5% 0;
}

.p-top-strength_box02_cont {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 3% 2%;
}

.p-top-strength_box02_num {
  position: absolute;
  top: -16%;
  left: -4%;
}

.p-top-strength_box02_num img {
  width: auto;
  height: clamp(48px, 8.4vw, 80px);
}

.p-top-strength_box02_ttl {
  border-bottom: 1px solid;
  text-align: center;
  margin: 0 0 2% 0;
  padding: 2% 0;
}

.p-top-strength_box02_h4 {
  font-size: clamp(18px, 3.2vw, 30px);
}

.p-top-strength_box02_txt {
  font-size: clamp(14px, 1.7vw, 16px);
}
.p-top-strength_box03 {
  background-image: url("../image/top-strength03-bk.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5% 0;
}

.p-top-strength_box03_cont {
  position: relative;
  background: #fff;
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 3% 2%;
}

.p-top-strength_box03_num {
  position: absolute;
  top: -16%;
  left: -4%;
}

.p-top-strength_box03_num img {
  width: auto;
  height: clamp(44px, 8.4vw, 80px);
}

.p-top-strength_box03_ttl {
  border-bottom: 1px solid;
  text-align: center;
  margin: 0 0 2% 0;
  padding: 2% 0;
}

.p-top-strength_box03_h4 {
  font-size: clamp(18px, 3.2vw, 30px);
}

.p-top-strength_box03_txt {
  font-size: clamp(14px, 1.7vw, 16px);
}

.p-top-strength_wrap .btn {
}

.p-top-strength_wrap .btn a {
  border: 1px solid #0047AB;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #0047AB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.7vw, 16px);
  margin: 6% auto 0;
  padding: 15px 25px;
  max-width: 300px;
  transition: .4s;
  text-align: center;
}

.p-top-strength_wrap .btn a::after {
  background-image: url(../image/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 0 0 15px;
}

.p-top-strength_wrap .btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .p-top-strength {
    padding: 6% 0;
  }

  .p-top-strength_wrap {
  }

  .p-top-strength_ttl {
  }

  .p-top-strength_h3 {
    margin-bottom: 6%;
  }

  .p-top-strength_h3 .en-large {
  }

  .p-top-strength_h3 .en-small {
  }

  .p-top-strength_h3 .ja {
  }

  .p-top-strength_box01 {
    padding: 8% 0;
  }

  .p-top-strength_box01_cont {
	width: 92%;
    padding: 6% 3% 3%;
  }

  .p-top-strength_box01_num {
    top: -12%;
    left: -3%;
  }

  .p-top-strength_box01_num img {
  }

  .p-top-strength_box01_ttl {
    margin: 0 0 2% 0;
    padding: 2% 0;
  }

  .p-top-strength_box01_h4 {
  }

  .p-top-strength_box01_txt {
  }

  .p-top-strength_box02 {
    padding: 8% 0;
  }

  .p-top-strength_box02_cont {
	width: 92%;
    padding: 6% 3% 3%;
  }

  .p-top-strength_box02_num {
    top: -12%;
    left: -3%;
  }

  .p-top-strength_box02_ttl {
    margin: 0 0 2% 0;
    padding: 2% 0;
  }

  .p-top-strength_box02_h4 {
  }

  .p-top-strength_box02_txt {
  }
	
  .p-top-strength_box03 {
    padding: 8% 0;
  }

  .p-top-strength_box03_cont {
	width: 92%;
    padding: 6% 3% 3%;
  }

  .p-top-strength_box03_num {
    top: -12%;
    left: -3%;
  }

  .p-top-strength_box03_ttl {
    margin: 0 0 2% 0;
    padding: 2% 0;
  }

  .p-top-strength_box03_h4 {
  }

  .p-top-strength_box03_txt {
  }

  .p-top-strength_wrap .btn {
  }

  .p-top-strength_wrap .btn a {
  }

  .p-top-strength_wrap .btn a::after {
  }

  .p-top-strength_wrap .btn a:hover {
  }
}


.p-top-projects {
  padding: 0 0 6%;
}

.p-top-projects_wrap {
  width: 100%;
}

.p-top-projects_ttl {
  text-align: left;
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}

.p-top-projects_h3 {
  margin-bottom: 6%;
}

.p-top-projects_h3 .en-large {
  color: #012E6E;
  display: block;
  font-size: clamp(50px, 12.5vw, 120px);
  font-weight: bold;
  opacity: .1;
  margin-left: -6%;
}

.p-top-projects_h3 .en-small {
  color: #012E6E;
  display: block;
  font-size: clamp(12px, 2.1vw, 16px);
  font-weight: bold;
}

.p-top-projects_h3 .ja {
  display: block;
  font-size: clamp(20px, 3.2vw, 30px);
  font-weight: bold;
}

.p-top-projects_wrap .btn a {
  border: 1px solid #0047AB;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #0047AB;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.7vw, 16px);
  margin: 6% auto 0;
  padding: 15px 25px;
  max-width: 300px;
  transition: .4s;
  text-align: center;
}

.p-top-projects_wrap .btn a::after {
  background-image: url(../image/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 0 0 15px;
}

.p-top-projects_wrap .btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}


:root {
  /* 1枚の幅を40vwに設定。3枚で120%になり、左右に10%ずつ隠れます */
  --slide-width: 40vw;
  /* 画像の元の枚数（3枚） */
  --slide-count: 3;
}

.p-top-projects_slider {
  width: 100%;
  overflow: hidden;
  background: #000;
}

.p-top-projects_track {
  display: flex;
  /* 全体の幅 = 1枚の幅 × 6枚分 */
  width: calc(var(--slide-width) * var(--slide-count) * 2);
  /* 20s（20秒）で1周。3枚だと移動距離が短いので、20〜30秒くらいがゆっくり見えます */
  animation: scroll 40s linear infinite;
}

.p-top-projects_slide {
  width: var(--slide-width);
  flex-shrink: 0; /* 画像を潰さない */
}

.p-top-projects_slide img {
  width: 101%; /* 1pxの隙間を消すための微調整 */
  height: auto;
  display: block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    /* 1セット分（3枚分）移動したらループ */
    transform: translateX(calc(var(--slide-width) * var(--slide-count) * -1));
  }
}

@media screen and (max-width: 768px) {
  .p-top-projects {
    padding: 12% 0;
  }

  .p-top-projects_wrap {
  }

  .p-top-projects_ttl {
  }

  .p-top-projects_h3 {
    margin-bottom: 6%;
  }

  .p-top-projects_h3 .en-large {
    margin-left: 0;
  }

  .p-top-projects_h3 .en-small {
  }

  .p-top-projects_h3 .ja {
  }

  .p-top-projects_wrap .btn a {
  }

  .p-top-projects_wrap .btn a::after {
  }

  .p-top-projects_wrap .btn a:hover {
  }
	
  :root {
    /* 1枚の幅を40vwに設定。3枚で120%になり、左右に10%ずつ隠れます */
    --slide-width: 80vw;
    /* 画像の元の枚数（3枚） */
    --slide-count: 1;
  }

  .p-top-projects_track {
    /* 全体の幅 = 1枚の幅 × 6枚分 */
    width: calc(var(--slide-width) * var(--slide-count) * 6);
    /* 20s（20秒）で1周。3枚だと移動距離が短いので、20〜30秒くらいがゆっくり見えます */
    animation: scroll 20s linear infinite;
  }
}



.p-top-news {
  background-color: #003785;
  color: #fff;
  padding: 9% 0;
}

.p-top-news_wrap {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.p-top-news_cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.p-top-news_ttl {
  position: relative;
  width: 25%;
}

.p-top-news_h3 {
  margin-bottom: 6%;
}

.p-top-news_h3 .en-large {
  color: #fff;
  display: block;
  font-size: clamp(50px, 12.5vw, 120px);
  font-weight: bold;
  opacity: .1;
  position: absolute;
  top: -18%;
  left: -60%;
}

.p-top-news_h3 .en-small {
  color: #fff;
  display: block;
  font-size: clamp(12px, 2.1vw, 16px);
  font-weight: bold;
}

.p-top-news_h3 .ja {
  color: #fff;
  display: block;
  font-size: clamp(20px, 3.2vw, 30px);
  font-weight: bold;
}

.p-top-news_txtbox {
  width: 70%;
}

.p-top-news_newslist {
  border-top: 1px solid #fff;
}

.p-top-news_newsitem {
  padding: 24px 0;
  border-bottom: 1px solid #fff;
}

.p-top-news_newsitem a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.p-top-news_newsitem a .date {
  color: #fff;
  font-size: clamp(14px, 1.7vw, 16px);
  margin: 0 24px 0 0;
}

.p-top-news_newsitem a .label {
  color: #fff;
  font-size: clamp(14px, 1.7vw, 16px);
  margin: 0 24px 0 0;
}

.p-top-news_newsitem a .text{
  color: #fff;
  font-size: clamp(14px, 1.7vw, 16px);
}

.p-top-news_newsitem a .text .icon-new{
  background: #fff;
  border-radius: 8px;
  color: #003785;
  font-size: clamp(14px, 1.7vw, 16px);
  margin: 0 12px 0 0;
  padding: 8px 12px;
}

.p-top-news_cont .btn {
}

.p-top-news_cont .btn a {
  border: 1px solid #fff;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(14px, 1.7vw, 16px);
  margin: 9% auto 0;
  padding: 15px 25px;
  max-width: 300px;
  transition: .4s;
  text-align: center;
}

.p-top-news_cont .btn a::after {
  background-image: url(../image/icon_arrow_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  margin: 0 0 0 15px;
}

.p-top-news_cont .btn a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .p-top-news {
    padding: 12% 0;
  }

  .p-top-news_wrap {
  }

  .p-top-news_cont {
    flex-direction: column;
  }

  .p-top-news_ttl {
    width: 100%;
  }

  .p-top-news_h3 {
    margin-bottom: 6%;
  }

  .p-top-news_h3 .en-large {
    position: static;
  }

  .p-top-news_h3 .en-small {
  }

  .p-top-news_h3 .ja {
  }

  .p-top-news_txtbox {
    width: 100%;
  }

  .p-top-news_newslist {
  }

  .p-top-news_newsitem {
    padding: 18px 0;
  }

  .p-top-news_newsitem a {
  }

  .p-top-news_newsitem a .date {
    color: #fff;
    margin: 0 18px 0 0;
  }

  .p-top-news_newsitem a .label {
    color: #fff;
    margin: 0 18px 0 0;
  }

  .p-top-news_newsitem a .text{
	display: block;
	width: 100%;
	margin-top: 12px;
  }

  .p-top-news_cont .btn {
  }

  .p-top-news_cont .btn a {
  }

  .p-top-news_cont .btn a::after {
  }

  .p-top-news_cont .btn a:hover {
  }
}