@charset "utf-8";

/*---------------------------------------------------------------------------------------------

共通

---------------------------------------------------------------------------------------------*/

.head_cont {
  background: #FFF;
}

.head_list ul {
  color: #000;
}

.foot_cont_wrapB {
  background: #4D4D4D;
}

.wrapper {
  background: #F5F5F5;
}

.main {
  padding-top: 60px;
}

.hamburger span {
  background: #000;
}

.link_btn {
  position: relative;
  width: 300px;
  height: 60px;
  background: #FFF;
  border-radius: 30px;
  border: 2px solid #FB0057;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.15);
}

.link_btn::after {
  position: absolute;
  content: "";
  background: url("/assets/img/link_arrow.svg") no-repeat;
  width: 7px;
  height: 12px;
  background-position: center;
  background-size: 100%;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.link_btn p {
  font-size: 1.4rem;
  font-weight: bold;
line-height: 1.1;
}

/*---------------------------------------------------------------------------------------------

フォント

---------------------------------------------------------------------------------------------*/

.orbitron {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.monomaniac {
  font-family: "Monomaniac One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*---------------------------------------------------------------------------------------------

一覧ページ

---------------------------------------------------------------------------------------------*/

.media_mv {
  position: relative;
  width: 100%;
  min-height: 400px;
  background: url("/assets/img/media/media_bg_pc.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.media_mv_box {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.media_mv_box img {
  max-width: 300px;
  display: block;
  margin: auto;
}

.media_mv_box h1 {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}

.bg_cont {
    width: 100%;
    height: 100vh;
    background: url("/assets/img/media/bg.webp");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: -1;
    position: fixed;
}

.bg_cont.media_list {
    width: 100%;
    height: 100vh;
    background: url("/assets/img/bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: -1;
    position: fixed;
}

.cont_tit h2.media_tit {
  font-size: 5rem;
}

.media_topics_wrap {
  max-width: 1380px;
  width: 90%;
  margin: auto;
  margin-top: 10px;
}

.media_wrap {
  width: 100%;
  margin: 30px auto 120px auto;
}

#year-filter {
  display: flex;
  align-items: center;
  justify-content: center;
}

#year-filter button {
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 34px;
  background: #FB0057;
  border-radius: 17px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  margin: 0 15px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
  transition: .3s;
}

#year-filter button:hover {
  background: #d08601;
}

#category-list {
    margin:20px 40px 0;
}

#category-list button {
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  display: inline-block;
  height: 34px;
  background: #978BAF;
  border-radius: 17px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFF;
  margin: 0 10px 20px;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.25);
  transition: .3s;
    padding:3px 20px;
}

#category-list button:hover {
  background: #666;
}
ul.category_wrap {
    margin-left: 20px !important;
}
ul.category_wrap li{
    height: auto !important;
    min-height: auto !important;
    display: inline-block;
    width:  auto !important;
    margin-bottom: 10px !important;
}
ul.category_wrap li span.category{
    background:#fff;
    padding:4px 10px;
    color:#978BAF;
    opacity: .8;
    border-radius: 10px;
    font-size: 13px;
}
#item-list, #item-list-s{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
    margin-left: 70px;
}

#item-list li,#item-list-s li {
  position: relative;
  width: 32%;
  min-height: 540px;
  margin-right: 2%;
  margin-bottom: 30px;
  background: #978BAF;
  color: #F7FFE2;
  border-radius: 8px;
  transition: .3s;
}

#item-list li:hover,#item-list-s li:hover {
  background: #175c94;
}

#item-list li:nth-of-type(3n),#item-list-s li:nth-of-type(3n) {
  margin-right: 0;
}
#item-list li ul.category_wrap li:nth-of-type(3n){
    margin-right: 2% !important;
}
#item-list li h2,#item-list-s li h2 {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
}

#item-list li img,#item-list-s li img {
  border-radius: 0 8px 0 0;
}
#item-list-s li.nopage{
    background:none;
    color: #000;
    min-height: 30px;
    font-size: 16px;
}
time {
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
  display: block;
  width: 90%;
  font-size: 1.6rem;
  margin: 20px auto;
}

.new_icon {
  position: absolute;
  width: 20%;
  top: 0;
  left: 0;
}

.new_icon img {
  border-radius: 0 !important;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

  #item-list li h2,#item-list-s li h2 {
    font-size: 2vw;
  }

}

@media screen and (max-width: 768px) {

  #item-list,#item-list-s {
    display: block;
  }

  #item-list li,#item-list-s li {
    width: 100%;
    min-height: auto;
  }

  #item-list li h2,#item-list-s li h2 {
    font-size: 2rem;
    padding-bottom: 20px;
  }

  #year-filter {
    flex-wrap: wrap;
      margin-top: 30px;
  }

  #year-filter button {
    width: 30%;
    height: 30px;
    border-radius: 15px;
    font-size: 1.3rem;
    margin: 0 1%;
    margin-bottom: 2%;
  }

  .new_icon {
    width: 80px;
    top: 0;
    left: 0;
  }

  .media_mv {
    height: 55vh;
    min-height: auto;
    background: url("/assets/img/media/media_bg_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }

  .media_mv_box img {
    max-width: 200px;
  }

  .media_mv_box h1 {
    font-size: 1.4rem;
    line-height: 2;
    word-break: auto-phrase;
  }

  .media_wrap {
    margin: 30px auto 60px auto;
  }
    #category-list {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }
    #category-list button {
        flex: 0 0 auto;
    }

}

/*---------------------------------------------------------------------------------------------

記事ページ

---------------------------------------------------------------------------------------------*/

.media_cont {
  max-width: 1200px;
  margin: 40px auto 80px auto;
}

.day_cont {
  width: 100%;
  border-bottom: 1px solid;
  font-size: 1.6rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 600;
    display: none;
}

.artile_logo {
  max-width: 120px;
  display: block;
  margin: auto;
}

.article_mv_txt {
  width: 30%;
  margin-right: 5%;
}

.media_image {
  width: 65%;
}

/* .media_date {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  display: inline-block;
  background: #f18431;
  padding: 10px 20px;
  border-radius: 16px;
  color: #FFF;
} */

.media_cont h1 {
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
  line-height: 2;
  word-break: auto-phrase;
  margin: 30px auto;
}

.talker_box {
  width: 35%;
}

.talker_cross {
  width: 25%;
}

.talker_txt p:first-of-type {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.talker_txt p:last-of-type {
  font-size: 1.2rem;
  text-align: center;
}

.media_main_cont {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

.media_question,
.media_answer {
  margin-bottom: 35px;
}

.question_ico {
  width: 10%;
  margin-right: 4%;
    margin-top: 8px;
    min-width: 90px;
}

.answer_ico {
  width: 10%;
  margin-left: 4%;
    margin-top: 8px;
    min-width: 90px;
}

.question_txt {
    font-size: 1.8rem;
    width: 100%;
    color: #fff;
    width: 100%;
    min-height: 100px;
    position: relative;
    background: #333;
    padding: 30px;
    border-radius: 12px;
}
.question_txt::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 35px solid #333;
  border-left: 0;
  top: 35px;
  left: -4%;
}

.answer_txt {
  width: 100%;
  min-height: 100px;
  position: relative;
  color: #FFF;
  background: #a27dfa;
  padding: 30px;
  border-radius: 12px;
}

.answer_txt::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 35px solid #a27dfa;
  border-right: 0;
  top: 35px;
  right: -3%;
}

.answer_txt::after {
  display: none;
}

.answer_txt p,
.question_txt p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
}

.question_txt p a {
  text-decoration: underline;
}

.introduce {
  font-size: 1.2rem;
  line-height: 1.5;
}

.media_bottom {
  width: 100%;
  margin: 60px auto;
}

.tool_detail_btn p::after {
  right: -30%;
}

a.tool_detail_btn:hover p::after {
  right: -40%;
}

.media_tag_wrap {
  max-width: 1000px;
  margin: auto;
}

.cont_tit h2.media_tit {
  font-size: 5.2rem;
}

h3.search_title{
    display:none;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.form_search{
    margin-bottom: 20px;
}
.form_input_search {
  width: 80%;
  height: 40px;
  background: #F0F0F0;
  border: 2px solid;
  border-radius: 25px;
  padding: 15px;
  font-size: 2rem;
    display: inline-block
}
.form_button_search{
  max-width: 288px;
  width: 15%;
  height: 40px;
  font-size: 2rem;
  color: #FFF;
  background: #333;
  border-radius: 25px;
  text-align: center;
  box-shadow: 7px 7px 5px -1px rgba(0,0,0,0.2);
  transition: .3s;
    display: inline-block
}

.question_txt img ,.answer_txt img{
    width:45%;
}
@media screen and (max-width: 768px) {

  #mainVisual {
    display: none;
  }

  .article_mv_txt {
    width: 100%;
    margin-right: 0;
  }

  .media_cont h1 {
    font-size: 2.5rem;
    text-align: center;
    margin: 15px auto 30px auto;
  }

  .media_cont {
    width: 90%;
    padding: 0;
  }

  /* .media_date {
    font-size: 1.3rem;
    padding: 10px 15px;
    margin-bottom: 10px;
  } */

  .media_image {
    width: 100%;
  }

  .talker_area {
    margin-bottom: 30px;
  }

  .talker_box img {
    display: block;
    max-width: 100%;
    margin: auto;
  }

  .talker_txt {
    margin-left: 0;
    text-align: center;
  }

  .talker_txt p:first-of-type {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .talker_txt p:last-of-type {
    font-size: 1.4rem;
  }

  .media_answer,
  .media_question {
    position: relative;
  }

  .answer_txt,
  .question_txt {
    width: 90%;
    min-height: 120px;
    border-radius: 12px;
    padding: 18px;
  }

  .question_txt {
    margin-left: 10%;
  }

  .answer_txt p,
  .question_txt p {
    width: 85%;
    font-size: 1.4rem;
  }

  .question_txt p {
    margin-left: 15%;
  }

  .question_ico {
    position: absolute;
    top: 0%;
    left: 0;
    width: 25%;
    z-index: 1;
      max-width: 90px;
  }

  .answer_ico {
    position: absolute;
    top: 0%;
    right: 0;
    width: 25%;
      max-width: 90px;
  }

  .question_txt::before,
  .answer_txt::before {
    display: none;
  }

  .media_question,
  .media_answer {
    margin-bottom: 30px;
  }

  .introduce {
    font-size: 1.1rem;
  }

  .tool_detail_btn p::after {
    right: 0%;
  }

  .cont_tit h2.media_tit {
    font-size: 3rem;
  }
    .question_txt img,.answer_txt img {
        width:100%;
    }

}
.pfix{
    position: fixed;
    bottom:0;
    margin-bottom: 10px;
    z-index: 1000;
}
.pfix a{
    width: 90%;
    margin:0 5px;
    border: none;
}
.pfix .link_btn::after {
    right: 10px;
}
.head_cont{
    position: absolute;
}
.koushinbi{
    font-size: 14px;
    margin:10px 0;
}
ul.category{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
ul.category li{
    margin:10px 10px 0px 0;
    border:1px solid #000;
    padding:5px;
}
.message {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #E78FAA;
    color: #fff;
    padding: 10px 24px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: none; /* 初期は非表示 */
    width: 100%;
    text-align: center;
    z-index: 2000;
}
div.pagination{
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin:20px;
}
div.pagination a{
    padding:0 10px;
    color:#555;
}
div.pagination span{
    padding:0 10px;
    font-weight: bold;
    color:#000
}
div.readMore{
    max-width: 288px;
    width: 90%;
    height: 50px;
    font-size: 2rem;
    color: #FFF;
    background: #333;
    border-radius: 25px;
    margin: 40px auto;
    text-align: center;
    display: block;
    box-shadow: 7px 7px 5px -1px rgba(0, 0, 0, 0.2);
    transition: .3s;
    padding:10px;
}
div.readMore a{
    display: block;
}
div.readMore:hover{
    opacity: .7;
}
.media_main_cont .al-center {
    align-items: normal;
}
.hosokuWrap{
    margin:20px;
}
.hosoku{
    font-size: 18px;
    line-height: 2;
    border-radius: 20px;
    background: #fff;
    padding:20px;
    max-width: 1000px;
    margin:0 auto;
}
.hosoku a{
    color:#FB0057;
    text-decoration: underline;
}
.hosoku a:hover{
    opacity: .8;
}
@media screen and (max-width: 768px) {
    .message {
        font-size: 15px;
    }
}
.bgwhite{
    background-color: white !important;
    color: #333 !important;
}
.bgwhite img{
    width:90%;
}
.hosokuWrap {
    font-size: 20px;
}
.hosokuWrap h1{
    font-weight: bold;
    font-size:32px;
    margin-top: .5em;
    margin-bottom: 2em;
}
.hosokuWrap h2{
    font-weight: bold;
    font-size:28px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #000;
}
.hosokuWrap h3{
    font-weight: bold;
    font-size:24px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.hosokuWrap p{
    margin: 1em;
    font-size: 20px;
}
.hosokuWrap li{
    margin: 1em;
    color:#008;
}
.hosokuWrap a,.hosokuWrap a:visited{
    margin: 1em;
    color:#008;
}

.hosokuWrap strong{
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin: 1em 1em 2em;
    color:#f60;
    padding:20px;
    border-radius: 20px;
    background: #fed;
}
.hosokuWrap strong b{
    display: block;
    text-align: center;
    background: #fff;
    margin:.3em;
    font-size: 18px;
}
.hosokuWrap strong a,.hosokuWrap strong a:visited{
    margin: 1em;
    color:#fa5;
}
.hosokuWrap em{
    font-size: 22px;
    font-weight: bold;
    color:#f60;
    font-style: normal;
}

.hosokuWrap em a,.hosokuWrap em a:visited{
    margin: 1em;
    color:#fa5;
}

.message {
    background-color: #E78FAA; /* 初期背景色 */
    animation: backgroundChange 1s infinite alternate;
}

@keyframes backgroundChange {
    0% {
        background-color: #E78FAA;
    }
    100% {
        background-color: #f63;
    }
}