.news-section .link-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.news-section .link-title {
  display: inline-block;
  font-weight: 700;
  color: #2c3544;
  position: relative;
}

.news-section .link-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
}

.news-section .link-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-section .news-post {
  background-color: #f2f2f2;
}

.news-section .link-item a {
  display: flex;
  transform: translateY(0);
  transition: all .3s ease;
  border: 2px solid #2c3544;
}

.news-section .link-item a:hover {
  transform: translateY(-5px);
}

.news-section .category-common {
  position: relative;
  z-index: 2;
}

.news-section .mix-target {
  display: none;
}

@media (min-width: 768px) {
  .news-section .news-link {
    padding: 30px 0;
  }

  .news-section .link-title {
    font-size: calc(32px / 100 * 70);
    line-height: calc(40 / 32);
    text-align: center;
    padding: 0 calc(32px / 100 * 70);
  }

  .news-section .link-title::after {
    top: calc(24px / 100 * 70);
    background: url("../img/icon_dropdown.png") no-repeat center 100% / 100%;
    width: calc(11px / 100 * 70);
    height: calc(7px / 100 * 70);
  }

  .news-section .link-item a {
    flex-direction: column;
    align-items: center;
    padding: 15px 20px 18px;
  }

  .news-section .link-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(-20px / 100 * 70);
  }

  .news-section .link-item {
    width: calc(100% / 3);
    padding: 0 50px;
  }

  .news-section .link-image {
    width: 100%;
    height: calc(200px / 100 * 70);
    margin-bottom: calc(20px / 100 * 70);
  }

  .news-section .news-post {
    padding: calc(96px / 100 * 70) 0 calc(111px / 100 * 70);
    margin-top: 120px;
  }

  .news-section .button-common-primary {
    margin-top: calc(115px / 100 * 70);
  }
}

@media (max-width: 767px) {
  .news-section .news-link {
    padding: 60rem 0;
  }
  .news-section .link-item a {
    flex-direction: column-reverse;
  }

  .news-section .link-title {
    font-size: 58rem;
    padding: 2rem 0 17rem;
    position: relative;
  }

  .news-section .link-title::after {
    position: relative;
    margin-left: 20rem;
    top: -6rem;
    background: url("../img/icon_dropdown_sp.png") no-repeat center 100% / 100%;
    width: 22rem;
    height: 14rem;
  }

  .news-section .link-image {
    width: 100%;
    height: 260rem;
  }

  .news-section .news-post {
    padding: 94rem 0 123rem;
    margin-top: 200rem;
  }

  .news-section .news-post .button-common-primary {
    margin-top: 113rem;
  }

  .news-section .link-item {
    padding: 15rem 60rem;
    text-align: center;
  }
}

.post-list {
  list-style: none;
  padding-left: 0;
}

.post-list .post-item {
  position: relative;
}

.post-list .post-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.post-list .post-wrapper {
  background-color: #fff;
  position: relative;
  transition: all .5s ease;
}

.post-list .post-wrapper:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.post-list .post-wrapper::after {
  content: "";
  position: absolute;
}

.post-list .post-title {
  font-weight: 700;
  color: #2c3544;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.post-list .post-date {
  font-weight: 500;
  color: #000;
  display: block;
}

@media (min-width: 768px) {
  .post-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(-14px / 100 * 70) calc(-82px / 100 * 70);
  }

  .post-list .post-item {
    width: calc(100% / 3);
    padding: 0 calc(14px / 100 * 70);
  }

  .post-list .post-item {
    margin-bottom: calc(82px / 100 * 70);
  }

  .post-list .post-wrapper {
    padding: calc(52px / 100 * 70) calc(42px / 100 * 70) calc(72px / 100 * 70);
    height: 100%;
  }

  .post-list .post-title {
    min-height: calc(132px / 100 * 70);
    font-size: calc(22px / 100 * 70);
    line-height: calc(33 / 22);
    margin-bottom: calc(29px / 100 * 70);
    -webkit-line-clamp: 4;
  }

  .post-list .post-date {
    font-size: calc(15px / 100 * 70);
    line-height: 2;
    margin-top: calc(4px / 100 * 70);
  }

  .post-list .post-wrapper::after {
    background: url("../img/icon_arrow_02.png") no-repeat center 100% / 100%;
    width: calc(40px / 100 * 70);
    height: calc(40px / 100 * 70);
    ;
    bottom: calc(20px / 100 * 70);
    right: calc(20px / 100 * 70);
  }
}

@media (max-width: 767px) {
  .post-list .post-item:not(:last-child) {
    margin-bottom: 20rem;
  }

  .post-list .post-title {
    font-size: 28rem;
    line-height: calc(42 / 28);
    margin-bottom: 36rem;
    -webkit-line-clamp: 3;
  }

  .post-list .post-date {
    font-size: 24rem;
    line-height: calc(30 / 24);
    margin-top: 22rem;
  }

  .post-list .post-wrapper {
    padding: 48rem 40rem 59rem;
  }

  .post-list .post-wrapper::after {
    background: url("../img/icon_arrow_02_sp.png") no-repeat center 100% / 100%;
    width: 66rem;
    height: 66rem;
    bottom: 32rem;
    right: 30rem;
  }
}

.news-article-section .article-title,
.news-article-section .article-subtitle {
  color: #2c3544;
  font-weight: 700;
}

.news-article-section .article-date {
  color: #000;
  font-weight: 500;
}

.news-article-section .article-info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.news-article-section .view_more .next-btn {
  margin: 0 auto;
}

.news-article-section .article-heading {
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
  .news-article-section {
    padding-bottom: calc(100px / 100 * 70);
  }

  .news-article-section .article-heading {
    margin-bottom: 30px;
    padding-bottom: calc(56px / 100 * 70);
  }

  .news-article-section .article-title {
    font-size: calc(38px / 100 * 70);
    line-height: calc(60.8 / 38);
    margin-bottom: calc(20px / 100 * 70);
  }

  .news-article-section .article-subtitle {
    font-size: calc(26px / 100 * 70);
    line-height: calc(33.8 / 26);
    margin-bottom: calc(50px / 100 * 70);
  }

  .news-article-section .article-date {
    font-size: calc(18px / 100 * 70);
    margin-right: calc(21px / 100 * 70);
  }

  .news-article-section .list-common-category {
    margin-top: calc(2px / 100 * 70);
  }

  .news-article-section .category-common {
    min-width: calc(67px / 100 * 70);
    line-height: 1.6;
    margin-right: calc(10px / 100 * 70);
    padding-left: calc(22px / 100 * 70);
    padding-right: calc(22px / 100 * 70);
    ;
  }

  .news-article-section .article-post {
    padding: 0 153rem;
  }

  .news-article-section .view_more {
    margin-top: calc(60px / 100 * 70);
  }
}

@media (max-width: 767px) {
  .news-article-section {
    padding: 60rem 20rem 121rem;
  }

  .news-article-section .article-heading {
    margin-bottom: 66rem;
    padding-bottom: 65rem;
  }

  .news-article-section .article-title {
    font-size: 44rem;
    line-height: calc(61.6 / 44);
    margin-bottom: 33rem;
  }

  .news-article-section .article-subtitle {
    font-size: 26rem;
    line-height: calc(39 / 26);
    margin-bottom: 84rem;
  }

  .news-article-section .article-date {
    font-size: 24rem;
    margin-right: 21rem;
  }

  .news-article-section .article-post .post-content {
    margin-bottom: 70rem;
  }

  .news-article-section .view_more .next-btn {
    width: 398rem;
    height: 79rem;
  }
}

.news-related-section {
  background-color: #f2f2f2;
}

@media (min-width: 768px) {
  .news-related-section {
    padding: calc(40px / 100 * 70) 0;
  }
}

@media (max-width: 767px) {
  .news-related-section {
    padding: 60rem 0;
  }
}

.news-information-section .information-intro {
  border: 1px solid #ccc;
}

.news-information-section .intro-title {
  color: #2c3544;
  font-weight: 700;
  text-align: center;
}

.news-information-section .intro-motto {
  text-align: center;
}

.news-information-section .intro-motto .motto-japanese {
  font-weight: 500;
  color: #000;
}

.news-information-section .intro-motto .motto-english {
  font-weight: 700;
  color: #2c3544;
}

.news-information-section .intro-box {
  background-color: #f2f2f2;
  text-align: center;
  font-weight: 500;
  color: #000;
}

.news-information-section .wp-heading {
  font-weight: 700;
  color: #2c3544;
  border-bottom: 1px solid #2c3544;
}

.news-information-section .information-book label {
  display: block;
  font-weight: 700;
  color: #000;
}

.news-information-section .information-book input,
.news-information-section .information-book select {
  border: 1px solid #ababab;
  border-radius: 3px;
  background-color: #fff;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}

.news-information-section .information-book select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (min-width: 768px) {
  .news-information-section {
    padding: calc(80px / 100 * 70) 0 calc(122px / 100 * 70);
  }

  .news-information-section .information-intro {
    padding: calc(50px / 100 * 70) 150rem calc(79px / 100 * 70);
    margin-bottom: calc(73px / 100 * 70);
  }

  .news-information-section .intro-title {
    font-size: calc(34px / 100 * 70);
    margin-bottom: calc(28px / 100 * 70);
  }

  .news-information-section .intro-motto {
    margin-bottom: calc(25px / 100 * 70);
  }

  .news-information-section .intro-motto .motto-japanese {
    margin-bottom: calc(20px / 100 * 70);
  }

  .news-information-section .intro-motto .motto-english {
    font-size: calc(20px / 100 * 70);
    line-height: calc(26 / 20);
  }

  .news-information-section .intro-motto .motto-japanese,
  .news-information-section .intro-box {
    font-size: calc(20px / 100 * 70);
    line-height: calc(30 / 16);
  }

  .news-information-section .intro-box {
    padding: calc(20px / 100 * 70) calc(50px / 100 * 70) calc(22px / 100 * 70);
    margin-bottom: calc(44px / 100 * 70);
  }

  .news-information-section .intro-box .box-row {
    margin-bottom: 1px;
  }

  .news-information-section .intro-box span:first-child {
    margin-right: calc(15px / 100 * 70);
  }

  .news-information-section .intro-use {
    display: flex;
    margin: 0 calc(-40px / 100 * 70);
  }

  .news-information-section .intro-use .use-item {
    padding: 0 calc(40px / 100 * 70);
  }

  .news-information-section .information-row {
    margin-bottom: calc(66px / 100 * 70);
  }

  .news-information-section .wp-heading {
    padding-left: calc(4px / 100 * 70);
    font-size: calc(20px / 100 * 70);
    line-height: calc(30 / 20);
    padding-bottom: calc(27px / 100 * 70);
    margin-bottom: calc(10px / 100 * 70);
  }

  .news-information-section .information-book {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .news-information-section .information-book .book-row {
    padding: 0 calc(15px / 100 * 70);
  }

  .news-information-section .information-book label {
    font-size: calc(20px / 100 * 70);
    line-height: calc(30 / 16);
    margin-bottom: calc(6px / 100 * 70);
  }

  .news-information-section .information-book select,
  .news-information-section .information-book input {
    height: calc(46px / 100 * 70);
    padding: calc(5px / 100 * 70) calc(20px / 100 * 70);
    font-size: calc(20px / 100 * 70);
  }

  .news-information-section .information-book input {
    width: calc(160px / 100 * 70);
  }

  .news-information-section .information-book select {
    width: calc(142px / 100 * 70);
    background: url("../img/icon_dropdown.png") no-repeat right 10px center;
    background-size: calc(11px / 100 * 70);
  }

  .news-information-section .information-detail {
    padding: 0 150rem;
  }

  .news-information-section .information-table {
    margin-bottom: calc(91px / 100 * 70);
  }

  .news-information-section .information-table th {
    width: 33.5%;
  }
}

@media (max-width: 767px) {
  .news-information-section {
    padding: 117rem 0;
  }

  .news-information-section .information-intro {
    padding: 66rem 20rem 79rem;
    margin-bottom: 112rem;
  }

  .news-information-section .intro-title {
    font-size: 42rem;
    line-height: calc(56 / 42);
    margin-bottom: 35rem;
  }

  .news-information-section .intro-motto {
    margin-bottom: 35rem;
  }

  .news-information-section .intro-motto .motto-japanese {
    margin-bottom: 40rem;
  }

  .news-information-section .intro-motto .motto-english {
    font-size: 30rem;
    line-height: calc(39 / 30);
  }

  .news-information-section .intro-motto .motto-japanese,
  .news-information-section .intro-box {
    font-size: 24rem;
    line-height: calc(48 / 24);
  }

  .news-information-section .intro-box {
    padding: 34rem 46rem 48rem;
    margin-bottom: 92rem;
  }

  .news-information-section .intro-box span {
    margin-right: 10rem;
  }

  .news-information-section .intro-use {
    padding: 0 40rem;
  }

  .news-information-section .intro-use p {
    font-size: 24rem;
    line-height: calc(48 / 24);
  }

  .news-information-section .intro-use .use-item:not(:last-child) {
    margin-bottom: 79rem;
  }

  .news-information-section .information-detail {
    padding: 0 20rem;
  }

  .news-information-section .wp-heading {
    font-size: 30rem;
    padding-bottom: 37rem;
    margin-bottom: 25rem;
    padding-left: 7rem;
  }

  .news-information-section .information-row {
    margin-bottom: 100rem;
  }

  .news-information-section .information-table {
    margin-right: -50rem;
    overflow-x: scroll;
    padding-bottom: 20rem;
    margin-bottom: 128rem;
  }

  .news-information-section .information-table .post-content {
    width: 1400rem;
  }

  .news-information-section .information-table th {
    width: 28%;
  }

  .news-information-section .information-book input,
  .news-information-section .information-book select {
    width: 309rem;
    height: 80rem;
    border-width: 2rem;
    font-size: 28rem;
    line-height: calc(30 / 28);
    padding: 10rem 20rem;
  }

  .news-information-section .information-book select {
    background: url("../img/icon_dropdown_sp.png") no-repeat right 22rem center;
    background-size: 22rem;
  }

  .news-information-section .information-book label {
    font-size: 32rem;
    margin-bottom: 6rem;
  }

  .news-information-section .information-book .book-row:not(:last-child) {
    margin-bottom: 21rem;
  }
}

.post-content p {
  font-weight: 500;
  color: #000;
}

.post-content p:last-child {
  margin-bottom: 0;
}

.post-content a {
  color: #000;
  transition: all .3s ease;
}

.post-content a:hover {
  opacity: .8;
}

.post-content ul {
  list-style-type: square;
}

.post-content ul li {
  font-weight: 500;
  color: #000;
}

.post-content ul li:last-child {
  margin-bottom: 0;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  color: #000;
}

.post-content table tr {
  background-color: #f2f2f2;
}

.post-content table tr:nth-child(even) {
  background-color: #fff;
}

.post-content table th {
  font-weight: 700;
}

.post-content table td {
  font-weight: 500;
}

.post-content table th,
.post-content table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.post-content img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (min-width: 768px) {
  .post-content p,
  .post-content ul li {
    font-size: calc(20px / 100 * 70);
    line-height: calc(32 / 16);
  }

  .post-content p {
    margin-bottom: calc(36px / 100 * 70);
  }

  .post-content ul {
    padding-left: calc(20px / 100 * 70);
    margin-top: calc(26px / 100 * 70);
  }

  .post-content ul.is-flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 98rem;
  }

  .post-content ul.is-flex li {
    width: 40%;
  }

  .post-content ul li {
    line-height: calc(25.6 / 16);
    margin-bottom: calc(13px / 100 * 70);
  }

  .post-content table th,
  .post-content table td {
    font-size: calc(20px / 100 * 70);
    line-height: calc(28.8 / 16);
    padding: calc(24px / 100 * 70) calc(20px / 100 * 70);
  }

  .post-content figure {
    max-width: 1000px;
  }

  .post-content .content-col {
    display: flex;
  }

  .post-content .content-col figure {
    margin: 5px;
  }

  .post-content .content-item.is-flex{
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .post-content p {
    font-size: 26rem;
    line-height: calc(52 / 26);
    margin-bottom: 54rem;
  }

  .post-content ul {
    padding-left: 26rem;
    margin-top: 50rem;
  }

  .post-content ul li {
    font-size: 24rem;
    line-height: calc(38.4 / 24);
  }

  .post-content ul li:not(:last-child) {
    margin-bottom: 16rem;
  }

  .post-content table th,
  .post-content table td {
    font-size: 24rem;
    line-height: calc(38.4 / 24);
    padding: 33rem 22rem 34rem;
  }

  .post-content figure {
    width: 100%;
  }

  .post-content .content-col .content-item {
    margin-bottom: 15rem;
    padding: 0 15rem;
  }
}
.news-keyvisual .keyvisual-image {
  list-style: none;
  padding-left: 0;
}

.news-keyvisual .keyvisual-image img {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .news-keyvisual {
    padding-top: 120px;
  }

  .news-keyvisual .keyvisual-wrapper {
    max-width: 910px;
    margin: 0 auto;
  }

  .news-keyvisual .keyvisual-image {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .news-keyvisual .keyvisual-image > li {
    width: 50%;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .news-keyvisual {
    padding-top: 160rem;
  }

  .news-keyvisual .keyvisual-wrapper {
    padding: 0 45rem;
  }

  .news-keyvisual .keyvisual-image > li {
    margin-bottom: 40rem;
  }
}