@charset "UTF-8";
@font-face {
  font-family: "Autography";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/Autography.otf);
}
@font-face {
  font-family: "BebasNeue";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/BebasNeue.otf);
}
@font-face {
  font-family: "SourceHanCodeJP";
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/SourceHanCodeJP-Bold.otf);
}
@font-face {
  font-family: "A-OTFRyuminProEH-KL";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/A-OTFRyuminProEH-KL.otf);
}
.en {
  font-family: "lato", sans-serif;
}

.coming {
  font-size: 3.8rem;
  color: #2c5c97;
  font-family: "lato", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .coming {
    font-size: 2.8rem;
    color: #2c5c97;
    font-family: "lato", sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 30px auto 0;
  }
}

.work {
  margin: 100px 0 0;
  padding: 50px 0 0;
  position: relative;
  width: 100%;
}
.work .bg {
  position: absolute;
  top: 0;
  z-index: -1;
}
.work .page_top .inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  width: 90%;
}
.work .page_top .inner .title h1 {
  color: #2c5c97;
  display: inline-block;
  font-family: "lato", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .work .page_top .inner .title h1 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.work .page_top .inner .title h1::after {
  background-color: #2c5c97;
  bottom: 33px;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  right: -60px;
  transform: rotate(-55deg);
  width: 56px;
}
@media screen and (max-width: 768px) {
  .work .page_top .inner .title h1::after {
    bottom: 26px;
    right: -39px;
    width: 40px;
  }
}
.work .page_top .breadcrumb {
  top: 20px;
  z-index: 0;
}
.work .container {
  color: #191919;
  margin-top: 63px;
}
.work .container .inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .work .container .inner {
    flex-direction: column;
    width: 90%;
  }
}
.work .container .work_list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .work .container .work_list {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .work .container .work_list {
    flex-direction: row;
  }
}
.work .container .item {
  color: #191919;
  margin-bottom: 50px;
  width: calc(50% - 20px);
}
.work .container .item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .work .container .item {
    width: 100%;
  }
  .work .container .item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .work .container .item {
    width: 100%;
    margin: 0 auto;
  }
}
.work .container .item:hover {
  opacity: 0.9;
}
.work .container .item .info_box {
  align-items: flex-start;
  color: #000;
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
}
.work .container .item .text_area {
  width: calc(100% - 85px);
}
.work .container .item .text_area .title {
  font-family: "游ゴシック体", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -0.06em;
  line-height: 1.4;
  padding-right: 5px;
}
.work .container .item .text_area .days {
  font-size: 1.2rem;
  margin-top: 3px;
}
.work .container .item .text_area .cat {
  background-color: #0f477e;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  padding: 1px 15px;
}
.work .container .item .day_area {
  align-items: center;
  border-left: 2px solid #000;
  display: flex;
  flex-direction: column;
  font-family: BebasNeue, sans-serif;
  justify-content: center;
  letter-spacing: -0.06em;
  width: 85px;
}
.work .container .item .day_area .day {
  font-size: 4.4rem;
  line-height: 0.8;
}
.work .container .item .day_area .month {
  font-size: 2.4rem;
  line-height: 1;
}
.work .container .sidebar {
  color: #191919;
  max-width: 300px;
  padding: 0 0 0 80px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .work .container .sidebar {
    max-width: none;
    padding: 0;
    width: 100%;
  }
}
.work .container .sidebar .title {
  font-size: 2rem;
  font-weight: bold;
}
.work .container .sidebar .cat_list {
  margin-bottom: 50px;
  margin-top: 23px;
}
.work .container .sidebar .cat_list li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.work .container .sidebar a {
  color: #191919;
  display: block;
  font-size: 1.6rem;
}
.work .container .pagination {
  color: #dedede;
  margin: 50px auto;
  text-align: center;
}
.work .container .pagination ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.work .container .pagination li {
  margin-right: 10px;
  width: 30px;
}
.work .container .pagination a {
  color: #dedede;
  display: block;
  font-size: 1.6rem;
  height: 30px;
  width: 30px;
}
.work .container .pagination a:hover {
  background-color: #0f477e;
  border-radius: 100%;
  color: #fff;
}
.work .container .pagination .current {
  background-color: #0f477e;
  border-radius: 100%;
  color: #fff;
}

.work_detail {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .work_detail {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .work_detail {
    flex-direction: row;
  }
}
.work_detail .title_area {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.work_detail .title_area .left_area h1 {
  font-family: "游ゴシック体", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.06em;
  line-height: 1.4;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .work_detail .title_area .left_area h1 {
    font-size: 2rem;
  }
}
.work_detail .title_area .left_area .days {
  font-size: 1.2rem;
  margin-top: 20px;
}
.work_detail .title_area .left_area .cat {
  background-color: #0f477e;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  padding: 1px 15px;
}
.work_detail .title_area .day_area {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: BebasNeue, sans-serif;
  justify-content: center;
  letter-spacing: -0.06em;
  width: 85px;
}
.work_detail .title_area .day_area .day {
  font-size: 4.4rem;
  line-height: 0.8;
}
.work_detail .title_area .day_area .month {
  font-size: 2.4rem;
  line-height: 1;
}
.work_detail article {
  font-size: 1.6rem;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .work_detail article {
    font-size: 1.4rem;
  }
}
.work_detail article img {
  margin: 20px 0;
  width: 100%;
}
.work_detail article p {
  margin: 20px 0;
}
/*# sourceMappingURL=sourcemaps/work.css.map */

.prev {
  font-size: 1.4rem;
  text-decoration: underline;
}
