@charset "UTF-8";

html {
  font-size: 100%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #000;
  font-size: 0.875rem;
  width: 100%;
}

a {
  color: #000;
  font-size: 0.875rem;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.logo {
  width: 240px;
  float: left;
}

main {
  width: 100%;
  padding-top: 72px;
}

video {
  width: 100vw;
  height: auto;
}


.section-title {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 50px;
  text-align: center;
}

.section-title40th {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0px;
  text-align: center;
}

/*
横幅を設定
*/
.wrapper {
  width: 100%;
  max-width: 1032px;
  padding: 0 16px;
  margin: 0 auto;
}

/*
アンカー位置調整
*/
h1 {
  margin-right: 0;
  padding-top: 80px;
  margin-top: -80px;
}

.mgr-10 {
  margin-right: 10px;
}

.topix {
  display: none;
}

@media screen and (max-width: 992px) {
  .topix {
    display: block;
    font-family: 'Chakra Petch', sans-serif;
    padding: 20px 0px 20px 0px;
    font-size: 25px;
    text-align: center;
    text-decoration: underline;
    text-decoration-color: #333;
    text-underline-offset: 0.3em;
    letter-spacing: 0.1em;
  }

  h1 {
    display: none;
  }

  .section-title {
    display: none;
  }

  .section-title40th {
    /* width: 50vw; */
    max-height: 200px;
  }

}

@media screen and (max-width: 650px) {
  .section-title40th {
    /* width: 50vw; */
    max-height: 50px;
    margin-bottom: -60px;
  }
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#pc_header {
  position: fixed;
  width: 100%;
  height: 94px;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  background-color: #fff;
}

#pc_header .contact {
  width: 200px;
  height: 80px;
  line-height: 80px;
  background-color: #00A271;
  color: #fff;
  font-size: 0.75rem;
  display: inline-block;
  text-align: center;
}


#pc_header .contact:hover {
  background-color: #fff;
}

#pc_header .logo {
  margin-top: -70px;
  margin-right: -100px;
  margin-bottom: 50px;
  padding-left: 20px;
}

@media screen and (min-width: 992px) {
  #pc_header .logo {
    margin-top: -70px;
    margin-right: 0px;
  }
}

#pc_header .logo img {
  width: 60%;
  margin-right: 0px;
}

@media screen and (min-width: 992px) {
  #pc_header .logo img {
    width: 100%;
    margin-right: 0px;
  }
}

nav {
  text-align: center;
}

.nav01 {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  height: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
  position: relative;
}


@media screen and (min-width: 992px) {
  .nav01 {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    height: 36px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 20px;
    position: relative;
  }
}

.nav02 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  height: 48px;
}


/* nav li a{
  display:inline-block;
  width:10em;
  background:#eea;
  margin:0;
} */

.dropdown__lists {
  display: none;
  /*デフォルト非表示*/
  width: 67%;
  justify-content: center;
}

.gnavi__list:hover .dropdown__lists {
  display: block;
  /*メニューにホバーしたら表示*/
}

.dropdown__list {
  background-color: #e0e0e07c;
  height: 33px;
  left: 45px;
  transition: all 0.5s 0s ease;
  position: relative;
}

.dropdown__list:hover {
  background-color: #00b491;
}

.dropdown__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}

#sp_header {
  display: none;
}

a:link {
  /*アクセスしたことのないリンク*/
  color: #333;
}

a:visited {
  /*アクセスしたことのあるリンク*/
  color: none;
}

a:hover {
  /*マウスが上に乗っている状態*/
  color: #00b391;
}

a:active {
  /*クリック中*/
  color: #00b391;
}

/*-------------------------------------------
スマホ用header
-------------------------------------------*/
@media screen and (max-width: 992px) {
  main {
    padding-top: 0;
    width: 100vw;
    overflow: hidden;
  }

  #pc_header {
    display: none;
  }

  #sp_header {
    display: block;
  }

  #global-navi {
    position: fixed;
    background: #00b391;
    top: 50px;
    right: 0px;
    width: 100%;
  }

  #sp_header nav ul li {
    display: inline-block;
    font-size: 16px;
    padding: 15px 15px 25px 28px;
  }

  #sp_header nav ul li a {
    color: #9dffec;
  }

  /*スマホ画面でハンバーガーメニューの形にする*/


  a:link {
    /*アクセスしたことのないリンク*/
    color: #333;
  }

  a:visited {
    /*アクセスしたことのあるリンク*/
    color: none;
  }

  a:hover {
    /*マウスが上に乗っている状態*/
    color: #00b391;
  }

  a:active {
    /*クリック中*/
    color: #00b391;
  }

  header {
    position: fixed;
    margin: 0;
    background-color: #fff;
    width: 100vw;
    height: 50px;
    z-index: 2;
  }

  .logo img {
    /* margin: 5px; */
    left: 30px;
    width: 150px;
  }

  .contact {
    position: absolute;
    font-family: 'Chakra Petch', sans-serif;
    font-size: 17px;
    background: #00b391;
    color: #fff;
    border-radius: 12px;
    padding: 4px 6px 2px 6px;
    top: 14px;
    right: 70px;
  }

  .contact:link {
    color: #fff;
  }

  .contact:hover {
    color: #00b391;
    background-color: #fff;
  }


  .menu {
    position: absolute;
    width: 100%;
    height: 100px;
    background-color: #fff;
  }

  #sp_header nav {
    top: 50px;
    right: -100%;
    width: 200px;
    height: 100%;
    background: rgba(0, 179, 145, 0.8);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
    text-align: left;
  }

  #sp_header nav ul li {
    display: block;
    margin: 15px 10px;
    padding: 5px 28px;
    background-color: #00b391;
  }

  #sp_header nav ul li a {
    text-decoration: none;
    color: #fff;
  }

  .sub_menu li a {
    color: #fff;
  }

  input {
    display: none;
  }

  input[type="checkbox"]:checked+.sub_menu_childs {
    display: block;
  }

  #sp_header .btn-gnavi {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }

  #sp_header .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #1d9780;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }

  #sp_header .btn-gnavi span:nth-child(1) {
    top: 0;
  }

  #sp_header .btn-gnavi span:nth-child(2) {
    top: 10px;
  }

  #sp_header .btn-gnavi span:nth-child(3) {
    top: 20px;
  }

  #sp_header .btn-gnavi.open span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }

  #sp_header .btn-gnavi.open span:nth-of-type(2) {
    opacity: 0;
  }

  #sp_header .btn-gnavi.open span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }

  #sp_header .btn-gnavi.open span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  #sp_header.btn-gnavi.open:after {
    -webkit-animation: open-btn-gnavi .7s .25s forwards;
    animation: open-btn-gnavi .7s .25s forwards;
  }

  @keyframes open-btn-gnavi {
    0% {
      border-color: transparent;
      transform: rotate(0);
    }

    25% {
      border-color: transparent #666 transparent transparent;
    }

    50% {
      border-color: transparent #666 #666 transparent;
    }

    75% {
      border-color: transparent #666 #666 #666;
    }

    100% {
      border-color: #666;
      transform: rotate(-680deg);
    }
  }

  #sp_header .contents section:nth-child(odd) p {
    left: 10%;
  }

  #sp_header .contents section:nth-child(even) p {
    right: 10%;
  }

  .filter_box {
    position: fixed;
    top: 50px;
    left: 0;
    width: calc(100%);
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.7s cubic-bezier(0.8, 0, 0.1, 1);
    opacity: 0;
    visibility: hidden;
  }

  .filter_box.open {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 650px) {
  .contact {
    right: 50px;
  }
}


/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
  width: 100vw;
  margin-bottom: 40px;
}

/*
メインビジュアル画面の高さ
*/
#mainvisual img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}


#mainvisual video {
  padding-top: 50px;
  margin: 0;
  object-fit: cover;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  #mainvisual img {
    width: 100%;
    height: 706px;
    object-fit: cover;
  }

  #mainvisual video {
    padding-top: 0px;
    margin: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 992px) {
  #mainvisual img {
    display: block;
    padding-top: 50px;
    margin: 0 0 20px 0;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: 0% 20%;
    z-index: 1;
  }
}

/*-------------------------------------------
News
-------------------------------------------*/
#news {
  margin-bottom: 60px;
}

/* スマホ強調文字サイズ */
.top_EXsize {
  font-size: 14px;
}

.top_EXsize span {
  font-size: 12px;
}

/* PC強調文字サイズ */
@media screen and (min-width: 650px) {
  .top_EXsize {
    font-size: 22px;
  }

  .top_EXsize span {
    font-size: 18px;
  }

  #pickup {
    margin-left: -10px;
  }

  /* .trancef {
  background: #fff;
  color: #ff701e;
  overflow: hidden;
  position: relative;
  z-index: 1;
} */
  .trancef::after {
    background: #f9ff8d;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
  }

  /* .trancef:hover {
  color: #fff;
} */
  .trancef:hover::after {
    transform: scale(1, 1);
  }


  #pickup .trancef {
    background: linear-gradient(to right,
        #fff,
        #fff 50%,
        transparent 50%,
        transparent) 100% 0 / 200% 100%;
    transition: all 0.3s;
    transition-timing-function: ease-in-out;
  }

  #pickup .trancef:hover {
    text-decoration: none;
    background-position: 0 0;
    transform-origin: center;
    transform: scale(1.3);
  }
}

.top-news__list {
  display: block;
  padding: 0;
  margin: 0 auto;
  max-width: 750px;
}

@media screen and (max-width:992px) {

  .top-news__list {
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: 700px;

    font-size: small;
  }
}

/* 小画面強調文字サイズ */
@media screen and (max-width: 992px) and (min-width: 650px) {
  .top_EXsize {
    font-size: 20px;
  }
}

.top-news__list-item {
  display: block;
  margin: 0;
  padding: 5px;
}

.top-news__list-item:not(:first-child) {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  /* border-top: 1px dashed #222; */
}

.top-news__guide {
  padding-top: 6.4rem;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
}

.news-item__date {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4rem 0 0;
  font-size: 12px;
}


.news-item__title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222222;
  font-size: 12px;
}

.news-item__title:hover,
.news-item__title:focus {
  text-decoration: underline;
}

@media screen and (min-width: 650px) {

  /*横幅650px以上*/
  .wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 0 16px;
    margin: 0 auto;
  }

  .news-item__date {
    font-size: 17px;

  }


  .news-item__title {
    font-size: 17px;
  }

  .news-new span {

    background: #ac1a2b;
    font-size: 14px;
  }
}



.top-topics__container {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}

.top-topics__heading {
  margin-bottom: 6.4rem;
}

@media screen and (min-width: 992px) {

  /*横幅992px以上*/
  .top-topics__list {
    max-width: 1260px;
    display: flex;
    margin-top: 50px;
  }
}

.top-topics__list-item {
  width: 400px;
  display: block;
  margin: 20px auto;
}


@media screen and (min-width: 992px) {

  /*横幅992px以上*/
  .top-topics__list-item {
    width: 400px;
    padding: 0px 10px;
  }
}

.top-topics__guide {
  padding-top: 6.4rem;
}

/* .topics-item__img {
  width: 100vw;
  height: auto;
} */

.topics-item__content {
  width: 400px;
  overflow-wrap: break-word;
  padding: 10px;
}

.topics-item__content-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.14rem;
  text-align: left;
}

.topics-item__content-text {
  /* overflow-wrap: break-word; */
  word-break: keep-all;
  color: #000000;
  font-size: 14px;
  line-height: normal;
}

.topics-item__box {
  text-align: center;
}

.topics-content-item {
  display: flex;
}


.topics-content-item__box {
  width: 30rem;
}


.topics-content-item__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.topics-content-item__content {
  padding: 0.6rem;
}

.topics-content-item__content-title {
  margin-bottom: 1.6rem;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.topics-item__content-title br {
  display: none;
}

.topics-content-item__content-text {
  color: #aaaaaa;
}

.news-new {
  display: block;
  margin: 0;
  min-width: 20px;
  padding: 0px 5px 2px 0;
  display: flex;
  align-items: flex-end;
}

.news-new span {
  vertical-align: middle;
  margin: 0;
  background: #e06c7a;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 0px 5px;
  font-size: 10px;
  line-height: 1.3;
  border-radius: 6px;
  animation: newAnime 1.0s infinite alternate;
}

@keyframes newAnime {
  0% {
    color: #e06c7a;
    /* ブリンク時の文字色      */
    background: #ffffff;
    /* ブリンク時の背景色      */
  }

  100% {
    color: #ffffff;
    /* ブリンク時の文字色      */
    background: #e06c7a;
    /* ブリンク時の背景色      */
  }
}

@media screen and (min-width: 650px) {

  /*横幅650px以上*/
  .news-new span {

    font-size: 14px;

  }
}

.news-non {
  display: block;
  margin: 0;
  min-width: 20px;
  padding: 0 5px 0px 36px;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 650px) {

  /*横幅650px以下*/
  .top-news__list {
    max-width: 90%;
  }

  .news-new {
    display: block;
    margin: 0;
    min-width: 20px;
    padding: 0 5px 0px 0;
    display: flex;
    align-items: flex-end;
  }

  .news-new span {
    vertical-align: middle;
    margin: 0;
    background: #e06c7a;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 0px 5px;
    font-size: 10px;
    line-height: 1.3;
    border-radius: 6px;
  }

  .news-non {
    display: block;
    margin: 0;
    min-width: 20px;
    padding: 0 5px 0px 0;
    display: flex;
    align-items: flex-end;
  }

  div .news-item__date {
    margin-bottom: -1px;
  }

  .news-item__date {
    position: relative;
    margin: 0;
    font-size: 13px;
    color: #888;
    text-align: left;
    line-height: 1.3;
    justify-content: start;
  }

  .news-item {
    margin: 0;
    padding: 0;
    flex-flow: column;
  }

  .news-item__title {
    justify-content: start;
  }

  .top-topics__list-item {
    width: 100vw;
    margin: 10px 0;
  }

  .topics-item {
    display: flex;
    margin-bottom: 15px;
  }

  .topics-item:not(:first-child) {
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .topics-item__img {
    width: 90%;
    height: 90%;
    margin-left: 8px;
    position: relative;
    display: inline-block;
  }

  .topics-item__box {
    width: 30vw;
    overflow: hidden;
    display: inline-block;

  }

  .topics-item__content-title {
    margin: 0;
    padding: 0;
    top: 0;
    font-size: 13px;
    line-height: 1.2em;
  }

  .topics-item__content-title br {
    display: block;
  }

  .topics-item__content-text {
    margin: 8px 0 0;
    padding: 0;
    font-size: 10px;
    line-height: 1.2em;
    word-break: normal;
  }

  .topics-item__content {
    width: 65vw;
    padding: 0 5px 0px 5px;
    display: inline-block;
    vertical-align: top;
  }

  .top-news__list-item:not(:first-child) {
    margin-top: 0.2rem;
    padding-top: 0.2rem;
    /* border-top: 1px dashed #222; */
  }
}

/*-------------------------------------------
Topスライド仮
-------------------------------------------*/



@use postcss-custom-media;
@use postcss-apply;
@use postcss-nested;

.slider img {
  width: 100%;
  height: auto;
}

.Topwrapper {
  max-width: 85%;
  margin: 51px auto 0;
}

.slick-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  list-style-type: none;

  & li {
    margin: 0 18px;

    & button {
      outline: 0;
      background: #898989;
      border: 0;
      padding: 0;
      appearance: none;
      cursor: pointer;
      width: 12px;
      height: 12px;
      border: 2px solid #898989;
      border-radius: 50%;
      font-size: 0;
    }

    &.slick-active button {
      background: transparent;
    }
  }
}

.slick-arrow {
  outline: 0;
  border: 0;
  appearance: none;
  cursor: pointer;
  display: block;
  background: #000;
  color: #fff;
  font-size: 14px;
  width: 100px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 9;

  &.slick-prev {
    left: 25px;
  }

  &.slick-next {
    right: 25px;
  }

}

.slider__item {
  display: none;
  opacity: 0.34;
  transition: opacity 0.4s;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-current .slider__item,
.slick-slide.is-active-next .slider__item {
  opacity: 1;
}

@media (min-width: 992px) {

  /*横幅992px以上*/
  /*横幅650px以下*/
  .slider img {
    width: 100%;

  }


  .Topwrapper {
    max-width: 80%;
    margin: 8px auto 0;
  }

}

@media screen and (max-width: 650px) {

  /*横幅650px以下*/
  .slider img {
    width: 100%;
    height: 100%;
  }


  .Topwrapper {
    max-width: 100%;
    margin: 50px auto 0;
  }


  .slick-arrow {
    outline: 0;
    border: 0;
    appearance: none;
    cursor: pointer;
    display: block;
    background: #000;
    color: #fff;
    font-size: 14px;
    width: 100px;
    line-height: 50px;
    position: absolute;
    top: 65%;
    margin-top: 0px;
    z-index: 9;

    &.slick-prev {
      left: 50px;
    }

    &.slick-next {
      right: 50px;
    }

  }

}


/*-------------------------------------------
Topic
-------------------------------------------*/
/* container */
.topcs_wrapper {
  background-color: #d0fff1;
  display: flex;
  width: 100%;
}

.topcs_wrapper .container {
  max-width: 80%;
  margin: 0px auto;
  padding: 80px 0px;
}

/* content */
.topcs_wrapper .content .heading {
  margin: 0px 0px 40px 0px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}


/*-------------------------------------------
About
-------------------------------------------*/
#about {
  display: flex;
  margin-bottom: 120px;
}

#about .img {
  width: 55%;
}

#about .img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

#about .text {
  width: 45%;
  padding: 180px 5% 0 5%;
}

#about .text p {
  line-height: 2.2;
}

/*-------------------------------------------
YouTube
-------------------------------------------*/

.top_inf-movie {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 5rem 10px;
  text-align: center;
}

.top_inf-movie__content {
  display: block;
}

.top_inf-movie__content span {
  margin: 0 auto;
}

.top_inf-movie__content span p {
  text-align: center;
}

.top_inf-movie__content iframe {
  margin: 10px auto;
}


@media (min-width: 992px) {

  /*横幅992px以上*/
  .top_inf-movie__content {
    display: flex;
  }

  .top_inf-movie__content span p {
    text-align: left;
  }

  .top_inf-movie__content iframe {
    margin: 5px;
    display: block;
  }

  .ttm {
    font-size: 16px;
  }
}

@media screen and (max-width: 650px) {

  /*横幅650px以下*/
  .top_inf-movie {
    padding: 10px;
  }


  .top_inf-movie__content iframe {
    width: 100%;
    height: 220px;

  }
}



/*-------------------------------------------
SNS
-------------------------------------------*/

.top_sns {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
  padding: 40px 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 650px) {

  /*横幅650px以下*/
  .top_sns {
    width: 90%;
  }
}

/*-------------------------------------------
Accses
-------------------------------------------*/

.about-info__container {
  position: relative;
  max-width: 992px;
  margin: 0 auto;
  padding: 20px 10px;
}


.about-info__content {
  display: block;
  margin: 0 auto;
  padding: 0px 10px;
  text-align: center;
}

.about-info__text p {
  margin-top: 30px;
}

.about-info__text h4 {
  font-weight: normal;
  font-size: 14px;
  margin-top: 8px;
}

.about-info__text h4 a {
  font-size: 14px;
}

@media (min-width: 992px) {

  /*992px以上*/
  .about-info__content {
    display: flex;
    align-items: center;
  }

  .about-info__text p {
    margin-top: 30px;
    text-align: left;
  }

  .about-info__text h4 {
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    margin-top: 8px;
  }

  .about-info__text h4 a {
    font-size: 16px;
    text-align: left;
  }

  .about-info__text {
    margin: 50px auto;
  }
}


@media screen and (min-width: 992px) {
  .about-info__content {
    margin-left: 80px;
  }
}

@media screen and (max-width: 650px) {

  /*650px以下*/
  .about-info__container {
    padding: 0;
  }

  .about-info__content {
    padding: 0;
  }

  .map_canvas iframe {
    width: 90vw;
    height: 250px;
  }

  #address_text {
    font-size: 14px;
  }
}

.address_tit {
  width: fit-content;
  padding: 4px 2px 1px 2px;
  border: 1px solid #000;
  margin-bottom: 3px;
  margin-right: auto;
}

@media screen and (max-width: 992px) {

  /*650px以下*/
  .address_tit {
    margin: 10px auto;
  }

}

/*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
/* #pc_header .inner {
  flex-direction: column;
  align-items: flex-start;
}

#pc_header .contact {
  display: none;
} */


/*-------------------------------------------
  News
  -------------------------------------------*/
#news {
  margin-bottom: 60px;
}

#news .list {
  flex-direction: column;
}

#news .list li {
  width: 100%;
  border-right: none;
  padding: 10px 0;
  margin-bottom: 20px;
}

#news .list li:last-child {
  margin-bottom: 0;
}

/*-------------------------------------------
  About
  -------------------------------------------*/
#about {
  flex-direction: column;
  margin-bottom: 80px;
}

#about .img {
  width: 100%;
  margin-bottom: 30px;
}

#about .img img {
  height: 300px;
}

#about .text {
  width: 100%;
  padding: 0 16px;
}

/*-------------------------------------------
  footer
  -------------------------------------------*/

footer {
  position: relative;
  width: 100%;
  background-color: #00b391;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  /*←絶対位置*/
  bottom: 10;
  /*下に固定*/
  margin: 100px 0 0 0;
}

footer a {
  font-size: 10px;
  /* position: relative; */
  /* text-align: center; */
  /* line-height: 1.5; */
  /* position: absolute; */
  /*←絶対位置*/
  /* bottom: 12px; */
  /* right: 20px; */
  color: #fff;
}

footer a:any-link {
  color: #fff;
}

@media screen and (max-width: 650px) {
  footer {
    margin: 20px 0 0 0;
    padding: 10px 0 10px 0;
    font-size: 10px;

  }

  footer a {
    width: 100%;
    font-size: 10px;
    line-height: 1.8;
    bottom: 3px;
    right: 0;
    color: #fff;
  }
}

.expo_link {
  position: absolute;
  text-align: center;
  right: 10%;
  margin-top: -15px;

}

.expo_link img {
  width: 30vw;
  max-width: 200px;
  height: auto;
}

@media screen and (min-width: 992px) {
  .expo_link {
    position: absolute;
    text-align: center;
    right: 18%;
    margin-top: -15px;
  }

  .expo_link img {
    width: 30vw;
    max-width: 250px;
  }
}

@media screen and (max-width: 650px) {
  .expo_link {
  position: absolute;
  text-align: center;
  right: 2%;
  margin-top: 70px;
  }

  .expo_link img {
    width: 38vw;
  }

  .expo_link img#main_img {
    content: url(https://www.totsu-inf.com/images/expo_link.jpg);
  }

  #news .topix {
    margin-top: 100px;
  }
}