@charset "UTF-8";
/* 日本語 */
img {
  image-rendering: -webkit-optimize-contrast;
  /* Chrome用 */ }

.fade {
  opacity: 0;
  transition: .5s; }
  .fade.is-show {
    opacity: 1; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .fade {
    opacity: 1;
    transition: .5s; }
    .fade.is-show {
      opacity: 1; }

  .sp_fade {
    opacity: 0;
    transition: .5s; }
    .sp_fade.sp-show {
      opacity: 1; } }
/*max-width:768px*/
/*max-width:480px*/
/*****************************************************/
.page_content {
  background-color: #22BA8F;
  padding: 0 0 50px;
  position: relative; }

.page_content_box {
  background-color: #FFFBED;
  border-radius: 40px;
  max-width: 1920px;
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 120px 0 115px; }

/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .page_content_box {
    padding: 70px 0 60px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .page_content_box {
    width: calc(100% - 20px);
    padding: 40px 0 40px; } }
/*max-width:480px*/
/*****************************************************/
.news_list {
  max-width: 1160px;
  width: calc(100% - 80px);
  margin: 0 auto 60px;
  border-top: 1px solid #D0D0D0; }
  .news_list li {
    border-bottom: 1px solid #D0D0D0; }
  .news_list a {
    transition: .3s;
    padding: 30px 0 30px 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start; }
  .news_list time {
    letter-spacing: 0.05em;
    font: 1.9rem/1.8em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    padding: 0 30px 0 0; }
  .news_list p {
    letter-spacing: 0.05em;
    font: 2rem/1.8em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    width: calc(100% - 135px);
    position: relative;
    padding: 0 45px 0 0; }
    .news_list p:before {
      position: absolute;
      content: "";
      left: auto;
      width: 8px;
      height: 8px;
      border-top: 2px solid #000;
      border-right: 2px solid #000;
      top: 55%;
      left: auto;
      right: 15px;
      transform: translate(0%, -50%) rotate(45deg); }

@media (hover: hover) {
  .news_list a:hover {
    color: #0F0F0F;
    background-color: #fff; } }
@media (max-width: 768px) {
  .news_list {
    width: calc(100% - 60px); }
    .news_list a {
      display: block;
      padding: 30px 0 30px 20px; }
    .news_list time {
      display: block;
      padding: 0 0 5px 0; }
    .news_list p {
      width: 100%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .news_list {
    max-width: 305px;
    width: calc(100% - 50px);
    margin: 0 auto 30px; }
    .news_list a {
      padding: 20px 0; }
    .news_list time {
      font: 1.5rem/1.7em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      padding: 0 0 8px; }
    .news_list p {
      font: 1.6rem/1.7em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
      font-weight: 500;
      padding: 0 30px 0 0; }
      .news_list p:before {
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        top: 50%;
        right: 10px; } }
/*max-width:480px*/
/*****************************************************/
.pagination {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .pagination a, .pagination span {
    font: 1.6rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 400;
    display: block;
    text-align: center;
    margin: 0 20px 20px; }
  .pagination a:hover {
    opacity: 0.5s; }
  .pagination span {
    text-decoration: underline; }

@media (max-width: 480px) {
  .pagination {
    max-width: 305px; }
    .pagination a, .pagination span {
      font: 1.4rem/1em "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-weight: 400;
      margin: 0 15px 15px; } }
/*max-width:480px*/
/*****************************************************/
.single_ttl,
.news_single {
  max-width: 1160px;
  width: calc(100% - 80px);
  margin: 0 auto 60px; }

@media (max-width: 768px) {
  .single_ttl,
  .news_single {
    width: calc(100% - 60px);
    margin: 0 auto 40px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .single_ttl,
  .news_single {
    max-width: 305px;
    width: calc(100% - 30px);
    margin: 0 auto 30px; } }
/*max-width:480px*/
/*****************************************************/
.single_ttl {
  letter-spacing: 0.05em;
  border-bottom: 1px solid #036348;
  padding: 0 0 15px; }
  .single_ttl time {
    font: 1.9rem/1.5em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 400;
    display: block;
    padding: 0 0 5px;
    letter-spacing: 0.05em; }
  .single_ttl p {
    color: #036348;
    font: 3rem/1.6em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500;
    display: block;
    letter-spacing: 0.05em; }

@media (max-width: 768px) {
  .single_ttl time {
    font: 1.6rem/1.5em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 400; }
  .single_ttl p {
    font: 2.5rem/1.6em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .single_ttl time {
    font: 1.5rem/1.5em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 400; }
  .single_ttl p {
    font: 2rem/1.8em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500; } }
/*max-width:480px*/
/*****************************************************/
.news_single {
  font: 2.2rem/2.2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph; }
  .news_single p {
    margin: 0 0 60px; }
  .news_single img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    margin-bottom: 60px; }
  .news_single h1 {
    font: 120%/2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #036348;
    font-weight: bold;
    margin-bottom: 30px; }
  .news_single h2 {
    font: 115%/2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    color: #036348;
    margin-bottom: 30px; }
  .news_single h3 {
    font: 110%/2.2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    color: #036348;
    margin-bottom: 30px; }
  .news_single h4 {
    font: 105%/2.2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    color: #036348;
    margin-bottom: 30px; }
  .news_single h5 {
    font: 100%/2.2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    color: #036348;
    margin-bottom: 30px; }

@media (hover: hover) {
  .news_single a:hover {
    color: darkorange; } }
@media (max-width: 768px) {
  .news_single {
    font: 2rem/2.2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .news_single {
    font: 1.7rem/2.2em "Noto Serif", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 500; } }
/*max-width:480px*/
/*****************************************************/
.back {
  display: block;
  text-align: center;
  color: #FFF;
  border-radius: 50px;
  background-color: #036348;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  height: 90px;
  font: 2rem/89px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 30px 0 0;
  transition: .3s; }
  .back:before {
    transition: .3s;
    position: absolute;
    content: "";
    display: block;
    background-color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 50%;
    left: auto;
    right: 25px;
    transform: translate(0%, -50%); }
  .back:after {
    transition: .3s;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #036348;
    border-right: 2px solid #036348;
    top: 49%;
    left: auto;
    right: 42px;
    transform: rotate(45deg) translate(0%, -50%); }

@media (hover: hover) {
  .back:hover {
    background-color: #FFF;
    color: #036348; }
    .back:hover:before {
      background-color: #036348; }
    .back:hover:after {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; } }
/*min-width:1920px*/
/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .back {
    max-width: 250px;
    width: 100%;
    height: 75px;
    font: 1.6rem/74px "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    padding: 0 10px 0 0; }
    .back:before {
      width: 30px;
      height: 30px;
      right: 20px; }
    .back:after {
      width: 5px;
      height: 5px;
      right: 35px; } }
/*max-width:480px*/
