@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.container {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0 0 100px; }

.newsList {
  max-width: 1300px;
  margin: 156px auto 0;
  padding: 100px 0 0; }
  .newsList__title {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column; }
    .newsList__title--eng {
      color: #00a497;
      font-size: 3.75rem;
      font-family: "Reddit Sans", sans-serif;
      font-weight: 600;
      line-height: 1; }
    .newsList__title--jp {
      margin: 40px 0 0;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.2em; }
  .newsList__list {
    margin: 120px 0 0;
    padding: 0;
    list-style: none; }
  .newsList__item {
    margin: 0 0 25px;
    padding: 0 0 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #BBB; }
    .newsList__item:last-of-type {
      margin: 0; }
    .newsList__item span {
      font-size: 1.125rem;
      display: inline-block; }
    .newsList__item--date {
      width: 150px; }
    .newsList__item--title {
      width: calc(100% - 150px); }
      .newsList__item--title a {
        color: #333;
        position: relative;
        transition: 0.1s linear; }
        .newsList__item--title a:hover {
          text-decoration: none;
          top: 1px;
          left: 1px;
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: alpha(opacity=70); }
        .newsList__item--title a img {
          margin: 0 0 0 10px;
          vertical-align: middle; }

@media (max-width: 1480px) {
  .newsList {
    width: calc(100% - 60px);
    margin: 100px 30px 0; } }
@media (max-width: 600px) {
  .newsList {
    width: calc(100% - 40px);
    margin: 100px 20px 0; }
    .newsList__title--eng {
      font-size: 2.5rem; }
    .newsList__item {
      flex-direction: column; }
      .newsList__item--date {
        width: 100%; }
      .newsList__item--title {
        width: 100%;
        margin: 5px 0 0; } }
.newsDetail {
  max-width: 1300px;
  margin: 156px auto 0;
  padding: 100px 0 0; }
  .newsDetail__title {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column; }
    .newsDetail__title--eng {
      color: #00a497;
      font-size: 3.75rem;
      font-family: "Reddit Sans", sans-serif;
      font-weight: 600;
      line-height: 1; }
    .newsDetail__title--jp {
      margin: 40px 0 0;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.2em; }

@media (max-width: 1480px) {
  .newsDetail {
    width: calc(100% - 60px);
    margin: 100px 30px 0; } }
@media (max-width: 600px) {
  .newsDetail {
    width: calc(100% - 40px);
    margin: 100px 20px 0; }
    .newsDetail__title--eng {
      font-size: 2.5rem; } }
.atcl {
  max-width: 1300px;
  margin: 120px auto 0;
  padding: 0; }
  .atcl__title {
    margin: 0 0 40px;
    padding: 0 0 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #DDD; }
    .atcl__title--txt {
      font-size: 2.25rem; }
    .atcl__title--date {
      margin: 20px 0 0;
      font-size: 1.125rem;
      line-height: 1; }

@media (max-width: 600px) {
  .atcl__title--txt {
    font-size: 1.5rem; } }
/* ボタン関連 */
.control {
  margin: 60px 0 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333; }
  .control__back {
    width: 240px;
    height: 80px;
    margin: 0;
    padding: 0; }
    .control__back a {
      width: 100%;
      height: 100%;
      padding: 0;
      color: #333;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background-color: #FFF;
      transition: 0.1s linear; }
      .control__back a:hover {
        text-decoration: none;
        background-color: #DDD; }
        .control__back a:hover span {
          top: 1px;
          left: 1px;
          opacity: 0.7;
          filter: alpha(opacity=70);
          -ms-filter: alpha(opacity=70); }
      .control__back a span {
        padding: 0 0 0 30px;
        background-image: url("../img/common/ico02.svg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 13px 12px;
        position: relative; }
  .control__list {
    height: 80px;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    list-style: none; }
    .control__list--item {
      width: 180px;
      height: 80px;
      margin: 0;
      padding: 0; }
      .control__list--item a {
        width: 100%;
        height: 100%;
        padding: 0;
        color: #333;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #FFF;
        transition: 0.1s linear; }
        .control__list--item a:hover {
          text-decoration: none;
          background-color: #DDD; }
          .control__list--item a:hover span {
            top: 1px;
            left: 1px;
            opacity: 0.7;
            filter: alpha(opacity=70);
            -ms-filter: alpha(opacity=70); }
        .control__list--item a span {
          background-repeat: no-repeat;
          background-size: 12px;
          position: relative; }
      .control__list--item:first-child a span {
        padding: 0 0 0 22px;
        background-image: url("../img/common/ico03.svg");
        background-position: left; }
      .control__list--item:last-child a span {
        padding: 0 22px 0 0;
        background-image: url("../img/common/ico04.svg");
        background-position: right; }

@media (max-width: 800px) {
  .control {
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block; }
    .control__back {
      width: 100%; }
    .control__list--item {
      width: 50%; } }
