body {
  font-size: 16px;
  line-height: 32px;
  font-family: 'Noto-Sans-JP-Regular';
}
body .txt {
  line-height: 32px;
}
:root {
  --blue: #033990;
}
#thanks{padding: 100px 0;}
#thanks .center-txt {
  text-align: center;
  padding: 50px 20px 30px;
  height: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#thanks h3.title{text-align: center;font-size: 50px; font-family: 'Noto-Sans-JP-Bold';}
#thanks .thanks_btn a{ transition: all 0.3s ease-out; position: relative; display: block; width: 265px; padding: 19px 10px 20px; background: linear-gradient(119deg, rgba(0,62,160,1) 0%, rgba(8,36,74,1) 50%, rgba(0,92,160,1) 60%, rgba(0,151,160,1) 100%); background-position: 0 0; background-size: 250% auto; text-align: center; color: #fff; margin: 0 auto;}
#thanks .thanks_btn a:after{ position: absolute; content: ""; right: 20px; top: 50%; transform: translate(0, -50%) rotate(45deg); width: 8px; height: 8px; border-right: 1px solid #fff; border-top: 1px solid #fff; }
#thanks .thanks_btn a:hover{ transition: all 0.3s ease-out; background-position: 100% 0; }
/*=============================================
******************* font  **********************
*=============================================*/
h2.fz35 {
  font-size: 35px;
}
.fwb,
.top-ttl .fwb {
  font-family: 'Noto-Sans-JP-Bold';
}
.f500 {
  font-family: 'Noto-Sans-JP-Medium';
}
/*=============================================
******************* key  **********************
*=============================================*/
#key {
  padding: 40px 50px 0 50px;
}
#key h2 {
  font-size: 44px;
  text-align: left;
  font-family: 'Noto-Sans-JP-Bold';
}
#key .en-ttl {
  margin-top: 10px;
  font-size: 27px;
  letter-spacing: 0.01em;
  text-align: left;
  padding-bottom: 20px;
}
#key ul {
	padding: 0 0 101px;
	justify-content: flex-start;
  text-align: right;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 12px;
  gap: 48px;
}
#key ul a {
  position: relative;
}
#key ul a:before {
  content: '';
  position: absolute;
  top: 47%;
  left: calc(100% + 14px);
  width: 25px;
  height: 1px;
  background: #000;
}
#key .key-img {
  margin: 101px 0px 0 52px;
  position: relative;
  z-index: 1;
}
#key .key-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#key .key-img:before {
  content: '';
  position: absolute;
  top: 46px;
  height: 100%;
  left: -53px;
  right: -50px;
  background: linear-gradient(135deg, #003ea0, #08244a);
  z-index: -1;
}

/*=============================================
******************* common  *******************
*=============================================*/
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.news-row {
  flex-wrap: wrap;
  gap: 3.7%;
}
.news-row .item {
  width: calc(32% - 13px);
  margin-bottom: 66px;
}
.news-row .item h3 {
  font-size: 15px;
  line-height: 26px;
  font-family: 'Noto-Sans-JP-Medium';
  margin: 25px 0 16px 2px;
}
.news-row .item .date {
  color: #acacac;
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  /* ------------------------------------------------------------ mobile */
  /*=============================================
  ******************* font  **********************
  *=============================================*/
  h2.fz35 {
    font-size: 25px;
  }
  
  
	#thanks{padding: 60px 0;}
	#thanks .center-txt {padding: 30px 0px 25px; font-size: 12px;}
	#thanks h3.title{font-size: 30px; }
  
  /*=============================================
  ******************* common  *******************
  *=============================================*/
  .row {
    flex-direction: column;
  }
  .news-row .item {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    padding-left: 36.8%;
    padding-top: 3px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 18px;
    margin-bottom: 14px;
  }
  .news-row .item .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 31%;
  }
  .news-row .item h3 {
    margin: 5px 2px 0 0;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  body {
    font-size: 14px;
  }
  body .txt {
    line-height: 26px;
  }
  /*=============================================
  ******************* key  **********************
  *=============================================*/
  #key {
    padding: 15px 20px 0;
  }
  #key h2 {
    font-family: 'Noto-Sans-JP-Medium';
    font-size: 25px;
  }
  #key .en-ttl {
    margin-top: 3px;
    font-size: 16px;
    padding-bottom: 5px;
  }
  #key ul {
    margin-top: 0;
    font-size: 10px;
    gap: 39px;
    color: #004796;
    padding: 0 0 35px;
  }
  #key ul a {
    color: #000;
  }
  #key ul a::before {
    left: calc(100% + 11px);
    width: 20px;
  }
  #key .key-img {
    margin: 35px -20px 0 13px;
  }
  #key .key-img:before {
    top: 14px;
    left: -13px;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
