@import url("//fonts.googleapis.com/css2?family=Urbanist:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
body {
  background: #FFF;
  background: linear-gradient(180deg, white 15%, rgba(191, 235, 255, 0.8) 100%) fixed; }

.news_info {
  border-color: #0086C7 !important;
  color: #0086C7 !important; }

.news_event {
  border-color: #E35E78 !important;
  color: #E35E78 !important; }

.news_internship {
  border-color: #D55B00 !important;
  color: #D55B00 !important; }

.news_blog {
  border-color: #000 !important;
  color: #000 !important; }

.newsIndex {
  margin: 0 auto;
  max-width: 900px; }

.newsCatSort {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .newsCatSort h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-weight: 400;
    width: 10%;
    position: relative; }
    .newsCatSort h2:after {
      background: #707070;
      content: '';
      display: block;
      height: 100%;
      width: 1px;
      position: absolute;
      top: 0;
      right: 0; }
  .newsCatSort > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 24px;
    width: 90%; }
    .newsCatSort > ul li {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2;
      letter-spacing: 0;
      line-height: 1.7;
      margin-right: 10px; }
      @media only screen and (max-width: 960px) {
        .newsCatSort > ul li {
          font-size: 12px;
          font-size: 1.2rem; } }
      .newsCatSort > ul li a {
        background: #FFF;
        border: 1px solid #DDD;
        border-radius: 40px;
        color: #46AAFC;
        display: block;
        padding: 4px 20px;
        text-decoration: none; }
        .newsCatSort > ul li a:hover {
          background: #46AAFC;
          color: #FFF; }
      .newsCatSort > ul li.current a {
        background: #46AAFC;
        color: #FFF; }

.newsIndexList ul li {
  margin: 0 0 20px 0;
  width: 100%; }
  .newsIndexList ul li a {
    background: #FFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
    text-decoration: none;
    position: relative; }
    .newsIndexList ul li a .cat {
      background: #FFF;
      border: 1px solid #DDD;
      border-radius: 30px;
      color: #555;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2;
      font-weight: 500;
      letter-spacing: 0.04em;
      line-height: 1;
      min-height: 24px;
      min-width: 64px;
      margin-left: 12px;
      padding: 1px 12px;
      vertical-align: 1px; }
      @media only screen and (max-width: 960px) {
        .newsIndexList ul li a .cat {
          font-size: 10px;
          font-size: 1rem; } }
    .newsIndexList ul li a .date {
      font-family: "Urbanist", sans-serif;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 2;
      line-height: 1.4;
      font-weight: 400;
      transition: 0.3s; }
      @media only screen and (max-width: 960px) {
        .newsIndexList ul li a .date {
          font-size: 10px;
          font-size: 1rem; } }
    .newsIndexList ul li a .title {
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2;
      font-weight: 500;
      line-height: 1.7;
      letter-spacing: -0.02em;
      margin-top: 10px;
      position: relative;
      transition: 0.2s;
      width: 100%; }
      @media only screen and (max-width: 960px) {
        .newsIndexList ul li a .title {
          font-size: 14px;
          font-size: 1.4rem; } }
    .newsIndexList ul li a:hover .title {
      color: #00A0E9; }

@media only screen and (max-width: 960px) {
  .newsCatSort {
    display: block;
    min-height: auto;
    min-height: none;
    margin-bottom: 20px;
    padding: 0; }
    .newsCatSort h2 {
      display: block;
      font-size: 16px;
      font-family: "Urbanist", sans-serif;
      font-weight: 400;
      min-height: auto;
      min-height: none;
      margin-bottom: 20px;
      text-align: center;
      width: 100%;
      position: relative; }
      .newsCatSort h2:after {
        background: #DDD;
        content: '';
        display: block;
        height: 1px;
        margin: 16px auto 0;
        width: 30px;
        position: static; }
    .newsCatSort > ul {
      justify-content: center;
      padding: 0;
      width: 100%; }
      .newsCatSort > ul li {
        margin: 4px; }
        .newsCatSort > ul li a {
          padding: 4px 16px; }

  .newsIndexList ul li {
    margin: 0 0 16px 0; }
    .newsIndexList ul li a {
      padding: 20px 5vw; }
      .newsIndexList ul li a .cat {
        font-size: 11px; }
        .newsIndexList ul li a .cat.cat01 {
          border-color: #D55A00;
          color: #D55A00; }
      .newsIndexList ul li a .date {
        font-size: 11px; }
      .newsIndexList ul li a .title {
        font-size: 14px;
        padding-right: 24px; } }
.editor {
  margin: 0 auto;
  max-width: 1200px; }
  .editor h2 {
    color: #004262;
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 2;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 32px;
    padding: 8px 0 10px 32px;
    position: relative; }
    @media only screen and (max-width: 960px) {
      .editor h2 {
        font-size: 24px;
        font-size: 2.4rem; } }
    .editor h2:before {
      background: #00A0E9;
      content: '';
      display: inline-block;
      height: 100%;
      width: 8px;
      position: absolute;
      top: 0;
      left: 0; }
  .editor h3 {
    border-bottom: 2px solid #EBEBEB;
    color: #004262;
    margin-bottom: 32px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.8;
    padding: 8px 0 20px 24px;
    position: relative; }
    @media only screen and (max-width: 960px) {
      .editor h3 {
        font-size: 20px;
        font-size: 2rem; } }
    .editor h3:before {
      background: #00A0E9;
      content: '';
      display: inline-block;
      height: 2px;
      width: 100px;
      position: absolute;
      bottom: -2px;
      left: 0; }
  .editor h4 {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
    color: #004262;
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.7;
    margin-bottom: 20px;
    padding: 15px 22px 17px; }
    @media only screen and (max-width: 960px) {
      .editor h4 {
        font-size: 17px;
        font-size: 1.7rem; } }
  .editor p {
    margin-bottom: 60px; }
    .editor p:last-child {
      margin-bottom: 0 !important; }

@media only screen and (max-width: 960px) {
  .editor {
    padding-bottom: 60px; }
    .editor h2 {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 24px;
      padding: 8px 0 10px 20px; }
      .editor h2:before {
        width: 5px; }
    .editor h3 {
      margin-bottom: 20px;
      font-size: 17px;
      line-height: 1.55;
      padding: 4px 0 14px 20px; }
      .editor h3:before {
        width: 100px; }
    .editor h4 {
      font-size: 16px;
      margin-bottom: 20px;
      padding: 15px 4vw 17px; }
    .editor h5 {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 8px; }
    .editor p {
      margin-bottom: 40px; }
      .editor p:last-child {
        margin-bottom: 0 !important; } }
