@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	お知らせ
 * ************************************************ */
#content-wrap {
  margin: 55px auto 0;
}
@media print, screen and (min-width: 960px) {
  #content-wrap {
    margin: 100px auto 0;
  }
}

.page_ttl {
  text-align: center;
  padding: 1em 0;
  margin-bottom: 40px;
  background-image: linear-gradient(100deg, #00004f, #333 90%);
}
@media print, screen and (min-width: 428px) {
  .page_ttl {
    padding: 2em 0;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .page_ttl {
    padding: 3em 0;
    margin-bottom: 80px;
  }
}
.page_ttl .en_ttl {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-family: "Oswald";
  display: block;
  line-height: 1;
}
@media print, screen and (min-width: 960px) {
  .page_ttl .en_ttl {
    font-size: 65px;
  }
}
.page_ttl .ja_ttl {
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 1;
  margin-top: 10px;
}

.content_block {
  padding: 0 20px;
}

/* 一覧
----------------------------------------*/
.news_box {
  margin: 20px auto 0;
  max-width: 1480px;
}
.news_box .news_card {
  border-bottom: 1px solid #969696;
  box-sizing: border-box;
  transition: all ease 0.3s;
}
.news_box .news_card:nth-child(1) {
  border-top: 1px solid #969696;
}
.news_box .news_card a {
  width: 100%;
  align-items: center;
  padding: 20px 0;
  transition: all ease 0.3s;
}
@media print, screen and (min-width: 960px) {
  .news_box .news_card a {
    flex-wrap: nowrap;
    padding: 40px 0;
  }
}
.news_box .news_card a:hover {
  background-color: #FAFAFA;
}
.news_box .news_card a:hover .info_list_category {
  background-color: #fff;
  color: #00004f;
  border: 1px solid #00004f;
}
.news_box .news_card a:hover .tab_pc_only {
  color: #969696;
}
.news_box .news_card a:hover .arrow_btn {
  background-color: #00004f;
}
.news_box .news_card a:hover .arrow_btn .none_hover {
  display: none;
}
.news_box .news_card a:hover .arrow_btn .hover {
  display: block;
}
.news_box .dt {
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .news_box .dt {
    width: 45%;
  }
}
@media screen and (min-width: 1080px) {
  .news_box .dt {
    width: 35%;
  }
}
.news_box .dt time {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #969696;
  line-height: 1;
  padding: 0 30px 0 0;
  font-family: "Oswald";
}
.news_box .dt time .year {
  font-size: 12px;
}
@media print, screen and (min-width: 960px) {
  .news_box .dt time .year {
    font-size: 16px;
  }
}
.news_box .dt time .date {
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .news_box .dt time .date {
    font-size: 24px;
  }
}
.news_box .dt .info_list_category {
  font-size: 12px;
  padding: 4px 25px;
  border-radius: 30px;
  background-color: #00004f;
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all ease 0.3s;
  color: #fff;
  margin-left: 30px;
}
@media print, screen and (min-width: 960px) {
  .news_box .dt .info_list_category {
    padding: 6px 35px;
    font-size: 14px;
  }
}
.news_box .dd {
  font-size: 16px;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .news_box .dd {
    flex-grow: 1;
    margin-left: 30px;
  }
}
.news_box .dd h3 {
  margin-right: 35px;
  font-weight: 400;
  padding: 20px 0 0;
  line-height: 1.2;
  font-size: 16px;
}
@media print, screen and (min-width: 960px) {
  .news_box .dd h3 {
    padding: 0;
    font-size: 18px;
  }
}
.news_box .dd .arrow_btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  transition: all ease 0.3s;
}
@media print, screen and (min-width: 960px) {
  .news_box .dd .arrow_btn {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
.news_box .dd .arrow_btn img {
  position: absolute;
  width: 55%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news_box .dd .arrow_btn .hover {
  display: none;
}

.pagination-area {
  font-size: 14px;
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .pagination-area {
    font-size: 16px;
  }
}
.pagination-area .pagination {
  display: flex;
  justify-content: center;
}

.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #00004f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #00004f;
  border-radius: 50%;
  margin: 0 5px;
}
@media print, screen and (min-width: 768px) {
  .pagination a {
    width: 32px;
    height: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .pagination a:hover {
    opacity: 0.6;
  }
}

.pagination a.prev,
.pagination a.next {
  padding: 7px 15px;
}
@media print, screen and (min-width: 768px) {
  .pagination a.prev,
  .pagination a.next {
    padding: 10px 15px;
  }
}

.pagination a.prev {
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .pagination a.prev {
    margin-right: 20px;
  }
}

.pagination a.next {
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .pagination a.next {
    margin-left: 20px;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
}

.pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .pagination span {
    width: 32px;
    height: 32px;
  }
}

.pagination span.current {
  background-color: #ec6c00;
  color: #fff;
  font-weight: 500;
  margin: 0 5px;
}

h2.screen-reader-text {
  display: none;
}

/* カテゴリーページ
----------------------------------------*/
h2.category_ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  h2.category_ttl {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

/* シングルページ
----------------------------------------*/
.info_single_wrap {
  padding: 20px 20px 0;
}
@media print, screen and (min-width: 428px) {
  .info_single_wrap {
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 960px) {
  .info_single_wrap {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 960px) {
  .info_single_main {
    width: calc(100% - 280px);
  }
}
.info_single_main img {
  margin: 20px 0;
}

.sidebar {
  margin-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .sidebar {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 960px) {
  .sidebar {
    width: 220px;
    margin-top: 0;
  }
}
.sidebar h3 {
  position: relative;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1;
  border-bottom: 3px solid #00004f;
  padding: 15px 15px 15px 0;
  font-weight: bold;
}
.sidebar li {
  padding: 10px 5px;
}
.sidebar li:not(:last-child) {
  border-bottom: 1px solid rgba(96, 56, 19, 0.3);
}
.sidebar time {
  display: block;
  font-size: 14px;
}
.sidebar a {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 0;
}
@media print, screen and (min-width: 960px) {
  .sidebar a:hover {
    opacity: 0.6;
  }
}

.sidebar_block p {
  border-bottom: 3px solid #00004f;
  font-weight: bold;
}

.sidebar_block:not(:last-child) {
  margin-bottom: 40px;
}

.time_block {
  align-items: center;
}
.time_block .info_single_time {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

h1.info_single_ttl {
  position: relative;
  border-bottom: 3px solid #00004f;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 15px 10px;
  margin-bottom: 15px;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  h1.info_single_ttl {
    font-size: 28px;
  }
}

.post_category {
  margin-left: 10px;
}
.post_category a {
  font-size: 14px;
  color: #fff;
  background-color: #00004f;
  padding: 5px 10px;
  border-radius: 2px;
}

.single_txt_box {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .single_txt_box {
    margin-top: 60px;
  }
}
.single_txt_box a {
  text-decoration: underline;
}

.single_pagenav {
  font-size: 12px;
  margin-top: 60px;
}
@media print, screen and (min-width: 960px) {
  .single_pagenav {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 100px;
  }
}
.single_pagenav p.new {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 960px) {
  .single_pagenav p.new {
    margin-bottom: 0;
  }
}
.single_pagenav a {
  text-decoration: underline;
}
@media print, screen and (min-width: 960px) {
  .single_pagenav a:hover {
    opacity: 0.6;
  }
}

/* ************************************************
 *	ブログ
 * ************************************************ */
ul.blog_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  ul.blog_list li {
    display: block;
    width: 47.5%;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 960px) {
  ul.blog_list li {
    width: calc((100% - 110px) / 3);
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  ul.blog_list li:nth-child(odd) {
    margin-right: 5%;
  }
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li:nth-child(odd) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li:nth-child(3n+2) {
    margin-left: 55px;
    margin-right: 55px;
  }
}
ul.blog_list li a.blog_list_thum {
  display: block;
  width: 33%;
  border-radius: 10px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  ul.blog_list li a.blog_list_thum {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
  }
}
ul.blog_list li a.blog_list_thum img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
}
@media print, screen and (min-width: 960px) {
  ul.blog_list li a.blog_list_thum:hover img {
    transform: scale(1.1);
  }
}
ul.blog_list li .blog_list_txt {
  width: calc(67% - 15px);
}
@media print, screen and (min-width: 768px) {
  ul.blog_list li .blog_list_txt {
    width: 100%;
  }
}
ul.blog_list li .blog_list_txt time {
  color: #878787;
  font-size: 14px;
  line-height: 1;
}
ul.blog_list li .blog_list_txt h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  ul.blog_list li .blog_list_txt h3 {
    font-size: 18px;
  }
}
ul.blog_list li .blog_list_txt p {
  display: none;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  ul.blog_list li .blog_list_txt p {
    display: block;
    margin-top: 5px;
  }
}/*# sourceMappingURL=posts.css.map */