@charset "UTF-8";
.news {
  overflow: hidden;
  background-color: #fff;
  color: #404040;
}
.news .main {
  position: relative;
  z-index: 2;
  background: url(../img/subpage/sec02--bg.jpg);
  background-attachment: fixed;
  background-position: center -50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .news .main {
    margin-top: 0;
    background: url(../img/subpage/sec02--bg--sp.jpg);
    background-attachment: fixed;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.news p, .news span, .news time, .news a {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.news h1, .news h2, .news h3, .news h4, .news h5, .news h6 {
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.news .subpage--header .fixed__wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}
.news .subpage--header .link-more {
  display: block;
  margin-bottom: 20px;
  max-width: 200px;
}
.news .subpage--header .link-more img {
  vertical-align: bottom;
}
.news .subpage--header .hamburger-menu span {
  display: inline-block;
  margin: 0 1em;
}
.news .first-view--wrapper {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .news .first-view--wrapper {
    margin-top: 90px;
    margin-bottom: 40px;
  }
}
.news .first-view--wrapper .flex {
  justify-content: center;
}
.news .first-view--wrapper .first-view--img {
  position: relative;
  width: calc(50% - 24px);
}
.news .first-view--wrapper .first-view--img .img {
  border-radius: 0 0 100px 0;
}
.news .first-view--wrapper .first-view--img .course--text {
  position: absolute;
  right: 0%;
  bottom: 0%;
  max-width: 500px;
  transform: translateX(45%) translateY(40%);
}
.news .first-view--wrapper .first-view--text {
  margin-right: 16px;
  margin-left: 16px;
  max-width: 300px;
  width: calc(50% - 24px);
}
@media (max-width: 768px) {
  .news .first-view--wrapper .first-view--text {
    margin: 0 auto;
    max-width: 180px;
  }
}
.news .first-view--wrapper .first-view--text .text--wrapper {
  position: relative;
}
.news .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper {
  position: relative;
}
.news .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
  position: absolute;
  z-index: -1;
  display: block;
  width: calc(100vw - 150px);
  height: 2px;
  content: "";
}
.news .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
  top: calc(50% - 1px);
  right: calc(-100vw + 50%);
  max-width: calc(100vw - 150px);
  width: calc(100vw - 150px);
  background: linear-gradient(to right, #dc000b 30px, #000 30.1px);
}
@media (max-width: 768px) {
  .news .first-view--wrapper .first-view--text .text--wrapper .text01--wrapper::before {
    max-width: calc(100vw - 100px);
    width: calc(100vw - 100px);
    height: 1.5px;
  }
}
.news .first-view--wrapper .first-view--text .text--wrapper .text01 {
  max-width: 270px;
  width: 90%;
}
.news .first-view--wrapper .first-view--text .text--wrapper .text02 {
  margin-top: -4%;
  margin-bottom: -4%;
  max-width: 280px;
}
@media (max-width: 768px) {
  .news .first-view--wrapper .first-view--text .text--wrapper .text02 {
    margin-bottom: -11%;
  }
}
.news .first-view--wrapper .first-view--text .text--wrapper .text03 {
  position: relative;
  text-align: right;
}
.news .first-view--wrapper .first-view--text .text--wrapper .text03::after {
  position: absolute;
  z-index: -1;
  display: block;
  height: 2px;
  content: "";
}
.news .first-view--wrapper .first-view--text .text--wrapper .text03::after {
  bottom: calc(50% - 1px);
  left: calc(-100vw + 100%);
  min-width: calc(100vw - 6em);
  width: calc(100vw - 12em);
  background: linear-gradient(to left, #dc000b 30px, #000 30.1px);
}
@media (max-width: 768px) {
  .news .first-view--wrapper .first-view--text .text--wrapper .text03::after {
    height: 1.5px;
  }
}
.news .first-view--wrapper .first-view--text .text--description {
  text-align: center;
}
.news .first-view--wrapper .first-view--text .text--description h3 {
  text-align: left;
  font-size: 40px;
}
.news .first-view--wrapper .first-view--text .text--description .color--red {
  color: #fda7ac;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
.news .first-view--wrapper .first-view--text .text--description .desc {
  text-align: left;
}

.news {
  overflow: hidden;
  background-color: #fff;
  color: #707070;
}
.news .main {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .news .main {
    margin-top: 0;
  }
}
.news .fixed__wrapper {
  max-width: 1050px;
  width: 1000px;
}
.news .heading__img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 90px;
  max-height: 400px;
  height: 250px;
  background: url(../img/newsblog/heading__bg.jpg);
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 768px) {
  .news .heading__img__wrapper {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    height: 150px;
  }
}
.news .heading__img__wrapper h2.sec01-heading {
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  font-family: "noto-sans-cjk-jp", sans-serif;
}
.news section {
  box-sizing: border-box;
  max-width: 660px;
  width: calc(100% - 32px);
  border-radius: 20px;
  color: #000;
}
.news .section-flex {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .news .section-flex {
    display: block;
  }
}
@media (max-width: 768px) {
  .news .section-flex .flex {
    display: block;
  }
}
.news .pcflex.flex {
  align-items: flex-start;
}
.news .pcflex.flex {
  margin: 40px auto;
  margin-top: 0;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .news .pcflex.flex {
    display: block !important;
    margin-bottom: max(200px, 80vw);
  }
}
.news h2.sec01-heading {
  position: relative;
  margin: 0 auto;
  margin-bottom: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: "新丸ゴ B", "Shin Maru Go Bold";
  line-height: 1.2;
}
.news h2.sec01-heading .heading-bg {
  position: absolute;
  top: 0;
  width: 40px;
}
.news h2.sec01-heading .heading-bg-left {
  left: -60px;
}
.news h2.sec01-heading .heading-bg-right {
  right: -60px;
}
.news h2.sec01-heading span {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  font-family: "新丸ゴ M", "Shin Maru Go Medium";
}
.news .sec01 {
  margin: 0 auto;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .news .sec01 {
    margin: 0px auto;
    margin-top: 0;
  }
}
.news .sec01 .fixed__wrapper {
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 24px;
  width: 100%;
  border-radius: 16px;
  background: #fafafa;
}
.news .sec01 h2 {
  margin-bottom: 20px;
  text-align: center;
}
.news .content__wrapper {
  box-sizing: border-box;
  margin: 40px auto;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 60px;
  padding-top: 40px;
  max-width: 660px;
  border-radius: 12px;
  background: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .news .content__wrapper {
    padding: 24px 16px;
  }
}
.news .articles.flex {
  flex-wrap: wrap;
}
.news .articles.flex li {
  margin-bottom: 0;
  width: 100%;
  border-bottom: solid #707070 1px;
}
@media (max-width: 768px) {
  .news .articles.flex li {
    margin-bottom: 0px;
    padding-top: 8px;
    width: 100%;
    border-top: 1px solid #3c3c3c;
  }
}
@media (max-width: 768px) {
  .news .articles.flex li:last-child {
    border-bottom: 1px solid #3c3c3c;
  }
}
.news .articles.flex li a {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}
.news .articles.flex li .triming-wrapper {
  position: relative;
  margin-bottom: 16px;
  padding-top: 66.66%;
  width: 100%;
  border-radius: 12px;
  content: "";
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .news .articles.flex li .triming-wrapper {
    display: none;
  }
}
.news .articles.flex li .triming-wrapper img {
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
.news .articles.flex li p {
  margin-top: 0;
}
.news .articles.flex li p.title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.news .articles.flex li p,
.news .articles.flex li time {
  margin-right: 4px;
  margin-left: 8px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .news .articles.flex li p,
.news .articles.flex li time {
    margin-left: 8px;
    font-size: 14px;
  }
}
.news .articles.flex li time {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  border-radius: 24px;
  background: none;
  color: #404040;
  font-size: 16px;
}
@media (max-width: 768px) {
  .news .articles.flex li time {
    font-size: 14px;
  }
}
.news .articles.flex li p.category {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
  margin-left: 16px;
  padding: 0 32px;
  border-radius: 32px;
  background: #89dddd;
  color: #fff;
}
.news .articles.flex li p:last-child {
  font-size: 16px;
}
@media (max-width: 768px) {
  .news .articles.flex li p:last-child {
    font-size: 14px;
  }
}
.news .archive {
  z-index: 2;
  box-sizing: border-box;
  margin: 40px auto 0 0;
  margin-top: 0px;
  padding: 20px 20px;
  padding-top: 0;
  max-width: 200px;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .news .archive {
    margin: 40px auto;
    padding: 20px 16px;
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news .archive .box {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .news .archive h3 {
    border-radius: 20px;
    background: #003470;
    color: #fff;
    text-align: center;
  }
}
.news .archive h3 img {
  width: 60%;
}
.news .archive .sidebar-heading {
  max-width: 152px;
  width: 40%;
}
@media (min-width: 768px) {
  .news .archive .sidebar-heading {
    width: 60%;
  }
}
.news .archive .sidebar-heading2 {
  max-width: 95px;
  width: 25%;
}
@media (min-width: 768px) {
  .news .archive .sidebar-heading2 {
    width: 33%;
  }
}
.news .archive .sidebar-heading3 {
  max-width: 120px;
  width: 32%;
}
@media (min-width: 768px) {
  .news .archive .sidebar-heading3 {
    width: 39%;
  }
}
.news .archive .new-article li {
  border-collapse: collapse;
  border-bottom: 1.5px solid #f28e1e;
}
.news .archive .new-article li:first-child {
  border-top: 1.5px solid #f28e1e;
}
.news .archive .new-article li a {
  align-items: flex-start;
  box-sizing: border-box;
  padding: 16px;
  padding-right: 10px;
}
.news .archive .new-article li a .triming-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 31%;
  width: 46%;
  content: "";
  -o-object-fit: cover;
  object-fit: cover;
}
.news .archive .new-article li a .triming-wrapper img {
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news .archive .new-article li a .text-box {
  width: 48%;
}
.news .archive .new-article li a .text-box time {
  font-size: 12px;
}
.news .archive .new-article li a .text-box p {
  margin-top: 0;
}
.news .archive .theme h3 {
  padding: 4px 0;
  border-radius: 16px 16px 0 0;
  background: #89dddd;
  color: #fff;
  text-align: center;
  font-size: 17px;
}
@media (max-width: 768px) {
  .news .archive .theme h3 {
    border-radius: 20px;
    background: #003470;
    color: #fff;
    text-align: center;
  }
}
.news .archive .theme ul {
  padding: 0;
}
.news .archive .theme ul li {
  margin: 4px 0;
}
@media (max-width: 768px) {
  .news .archive .theme ul li {
    border-bottom: 1px solid #3c3c3c;
  }
}
.news .archive .theme ul li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 8px 1em;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .news .archive .theme ul li a {
    background: none;
  }
}
.news .archive .theme ul li a::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1em;
  height: auto;
  color: #89dddd;
  content: ">";
  transition: 0.15s;
  transform: translate(-50%, -50%);
}
.news .archive .theme ul li a:hover::before {
  transform: translate(calc(-50% + 4px), -50%);
}
.news .archive .archive-box {
  padding-top: 40px;
  border-bottom: none;
}
.news .archive .archive-box h3 {
  text-align: center;
}
@media (max-width: 768px) {
  .news .archive .archive-box h3 {
    border-radius: 20px;
    background: #003470;
    color: #fff;
    text-align: center;
  }
}
.news .archive .archive-box ul {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .news .archive .archive-box ul li {
    border-bottom: 1px solid #3c3c3c;
  }
}
.news .archive .archive-box ul li a {
  padding-left: 16px;
}

.pagenation {
  color: #3c3c3c;
  text-align: center;
}
.pagenation .page-numbers {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 12px;
}
.pagenation .current {
  color: #000;
}

.links {
  margin-top: 40px;
}
.links .flex {
  justify-content: center;
  padding: 4px;
  border-top: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}
.links .before-arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}
@media (min-width: 768px) {
  .links .before-arrow {
    transform: translateX(0.5em);
  }
}
.links .before-arrow:first-child {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .links .before-arrow:first-child {
    margin-right: 60px;
  }
}
.links .before-arrow::before {
  position: absolute;
  top: 50%;
  left: -0.7em;
  width: 1em;
  height: 1em;
  background: url(../img/newsblog/link-button.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  transform: translateY(-50%);
}

.footer {
  width: 100%;
}
@media (min-width: 980px) {
  .footer {
    min-width: auto;
  }
}
.footer .fixed__wrapper {
  z-index: 0;
}