@charset "UTF-8";
/*======================
/*設定項目
/*====================*/
/* ----------------------------------------------
mainvisual
------------------------------------------------- */
#mainvisual {
  position: relative;
  z-index: 0;
}

#mainvisual::before, #mainvisual::after {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  pointer-events: none;
}

#mainvisual::before {
  top: 0;
  left: 0;
  border-width: 520px 520px 0 0;
  border-color: rgba(0, 206, 136, 0.5) transparent transparent transparent;
}

#mainvisual::after {
  bottom: 0;
  right: 0;
  border-width: 0 0 465px 465px;
  border-color: transparent transparent rgba(253, 46, 104, 0.5) transparent;
}

#mainvisual .catch-center {
  position: absolute;
  top: 17vw;
  left: calc(50% - 15.7vw);
  padding: 1.9vw 1vw 1.6vw;
  z-index: 1;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 3.25vw;
}

#mainvisual .catch-center span {
  display: inline-block;
  color: #fd2e68;
}

#mainvisual .catch-left {
  position: absolute;
  left: 0;
  bottom: 8.25vw;
  padding: 1vw 0.811vw;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 1.25vw;
  line-height: 1.7;
}

@media (max-width: 1599px) {
  #mainvisual::before {
    border-width: 32.5vw 32.5vw 0 0;
  }
  #mainvisual::after {
    border-width: 0 0 29.0625vw 29.0625vw;
  }
}

@media (max-width: 767px) {
  #mainvisual .catch-left {
    position: relative;
    top: 0;
    bottom: auto;
    font-size: 12px;
  }
}

#mainslider img {
  width: 100%;
  max-width: none;
}

/* ----------------------------------------------
topics
------------------------------------------------- */
#topics {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 760px;
  margin-top: -38px;
  background: #fff;
}

#topics h2 {
  flex: 1;
  padding: 15px 10px 10px 42px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.05em;
}

#topics .contents {
  width: 100%;
  max-width: 460px;
  max-height: 142px;
  padding: 32px 10px 32px 0;
  overflow-y: auto;
}

#topics .contents article {
  display: flex;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

#topics .contents article + article {
  margin-top: 18px;
}

#topics .contents article .date {
  width: 124px;
  color: #fd2e68;
}

#topics .contents article .title {
  flex: 1;
}

#topics .contents article .title a {
  color: #252525;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

#topics .contents article .title a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #topics {
    position: relative;
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
  #topics h2 {
    padding-top: 0;
    padding-left: 10px;
  }
  #topics .contents {
    max-width: none;
    padding: 10px;
  }
  #topics .contents article {
    flex-direction: column;
    font-size: 14px;
  }
}

/* ----------------------------------------------
interview
------------------------------------------------- */
#interview {
  padding-top: 194px;
  padding-bottom: 90px;
  background: url(../images/interview-bg.jpg) no-repeat center/cover;
}

#interview .heading {
  margin-bottom: 51px;
  text-align: center;
}

#interview .heading h2 {
  display: inline-block;
  padding: 23px 85px 0 151px;
  background: url(../images/interview-heading-l.png) no-repeat left 77px top, url(../images/interview-heading-r.png) no-repeat right top 9px;
  color: #3c3c3c;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 80px;
  letter-spacing: 0.05em;
}

#interview .contents {
  padding-bottom: 40px;
  background: url(../images/interview-contents-bg-top.png) no-repeat center top 145px/100%, url(../images/interview-contents-bg-btm.png) no-repeat center bottom/100%, linear-gradient(180deg, transparent 0, transparent calc(145px + 13vw), #fd2e68 calc(145px + 13vw), #fd2e68 calc( 100% - 15vw), transparent calc( 100% - 15vw), transparent 100%);
}

#interview .contents .inner {
  display: flex;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

#interview .contents .inner .block {
  width: 23%;
}

#interview .contents .inner .block:not(:nth-child(4n + 1)) {
  margin-left: 2.66%;
}

#interview .contents .inner .block:nth-child(4n + 1) {
  margin-top: 180px;
}

#interview .contents .inner .block:nth-child(4n + 1) .num::before {
  border-color: #00ce88 transparent transparent transparent;
}

#interview .contents .inner .block:nth-child(4n + 2) {
  margin-top: 120px;
}

#interview .contents .inner .block:nth-child(4n + 2) .num::before {
  border-color: #0080dd transparent transparent transparent;
}

#interview .contents .inner .block:nth-child(4n + 3) {
  margin-top: 60px;
}

#interview .contents .inner .block:nth-child(4n + 3) .num::before {
  border-color: #fd2e68 transparent transparent transparent;
}

#interview .contents .inner .block:nth-child(4n) .num::before {
  border-color: #fad400 transparent transparent transparent;
}

#interview .contents .inner .block a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

#interview .contents .inner .block a:hover {
  opacity: 0.6;
}

#interview .contents .inner .block .num {
  position: absolute;
  top: -20px;
  left: -9.13%;
  z-index: 1;
  padding: 11px 16px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 34px;
}

#interview .contents .inner .block .num::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 110px 0 0;
}

#interview .contents .inner .block .image {
  margin-bottom: 15px;
}

#interview .contents .inner .block .title {
  margin-bottom: 9px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

#interview .contents .inner .block .text {
  font-size: 16px;
  line-height: 1.75;
}

#interview .contents .btn {
  width: calc(100% - 20px);
  max-width: 500px;
  margin: 54px auto 0;
}

#interview .contents .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 5px 70px;
  background: url(../images/arrow-wh.png) no-repeat right 30px center, #323232;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

#interview .contents .btn a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #interview {
    padding-top: 50px;
  }
  #interview .heading h2 {
    padding: 10px 30px;
    background-size: 25px,30px;
    background-position: left top, right top;
    font-size: 32px;
  }
  #interview .contents {
    background: url(../images/interview-contents-bg-top.png) no-repeat center top 100px/100%, url(../images/interview-contents-bg-btm.png) no-repeat center bottom/100%, linear-gradient(180deg, transparent 0, transparent calc(100px + 13vw), #fd2e68 calc(100px + 13vw), #fd2e68 calc( 100% - 14.8vw), transparent calc( 100% - 14.8vw), transparent 100%);
  }
  #interview .contents .inner {
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 540px;
  }
  #interview .contents .inner .block {
    width: 46%;
  }
  #interview .contents .inner .block:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  #interview .contents .inner .block:nth-child(4n + 1) {
    margin-top: 30px;
  }
  #interview .contents .inner .block:nth-child(4n + 2) {
    margin-top: 0;
  }
  #interview .contents .inner .block:nth-child(4n + 3) {
    margin-top: 90px;
  }
  #interview .contents .inner .block:nth-child(4n + 3) .num {
    color: #fd2e68;
  }
  #interview .contents .inner .block:nth-child(4n + 3) .num::before {
    border-color: #fff transparent transparent transparent;
  }
  #interview .contents .inner .block:nth-child(4n) {
    margin-top: 60px;
  }
  #interview .contents .inner .block .num {
    padding: 5px 8px;
    font-size: 28px;
  }
  #interview .contents .inner .block .num::before {
    border-width: 80px 80px 0 0;
  }
  #interview .contents .inner .block .title {
    font-size: 16px;
  }
  #interview .contents .inner .block .text {
    font-size: 14px;
  }
  #interview .contents .btn a {
    min-height: 70px;
    padding: 5px 50px;
    background-position: right 10px center;
    font-size: 20px;
  }
}

/* ----------------------------------------------
menu1
------------------------------------------------- */
#menu1 .block {
  padding: 90px 0;
  overflow: hidden;
}

#menu1 .block + .block {
  margin-top: -90px;
}

#menu1 .block a {
  position: relative;
  display: block;
  width: 90%;
  max-width: calc(50% + 500px);
  color: #fff;
  text-decoration: none;
}

#menu1 .block a::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

#menu1 .block a:hover {
  opacity: 0.6;
}

#menu1 .block .title {
  position: absolute;
  bottom: 30px;
  z-index: 1;
  padding-left: 97px;
  background: url(../images/arrow-wh-l.png) no-repeat left center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 42px;
}

#menu1 .block .title small {
  display: block;
  margin-bottom: 5px;
  padding-left: 7px;
  font-size: 20px;
  letter-spacing: 0.2em;
}

#menu1 .block-data {
  background: url(../images/data-bg.png) no-repeat right top/auto 100%;
}

#menu1 .block-data a::before {
  background: url(../images/data-cover.png) no-repeat left top/auto 100%;
}

#menu1 .block-data .title {
  left: 62px;
}

#menu1 .block-year {
  background: url(../images/year-bg.png) no-repeat left top/auto 100%;
}

#menu1 .block-year a {
  margin: 0 0 0 auto;
}

#menu1 .block-year a::before {
  background: url(../images/year-cover.png) no-repeat right top/auto 100%;
}

#menu1 .block-year .title {
  right: 53px;
}

@media (max-width: 999px) {
  #menu1 .block-data .title {
    left: 10px;
  }
  #menu1 .block-year .title {
    right: 10px;
  }
}

@media (max-width: 767px) {
  #menu1 .block {
    padding: 48px 0;
  }
  #menu1 .block + .block {
    margin-top: -48px;
  }
  #menu1 .block .title {
    bottom: 10px;
    padding-left: 50px;
    background-size: 44px;
    font-size: 22px;
  }
  #menu1 .block .title small {
    font-size: 12px;
  }
}

/* ----------------------------------------------
menu2
------------------------------------------------- */
#menu2 {
  display: flex;
}

#menu2 .block {
  flex: 1;
}

#menu2 .block a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}

#menu2 .block a:hover {
  opacity: 0.6;
}

#menu2 .block a::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 300px 0 0 300px;
  border-color: transparent transparent transparent #ffffff;
}

#menu2 .block .image img {
  width: 100%;
  max-width: none;
  height: 300px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#menu2 .block .title {
  position: absolute;
  bottom: 40px;
  z-index: 1;
  width: calc(100% - 130px);
  color: #fff;
}

#menu2 .block .title p {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 380px;
  min-height: 70px;
  padding: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.16667;
}

#menu2 .block:nth-child(odd) a::before {
  left: 0;
  border-width: 300px 0 0 300px;
  border-color: transparent transparent transparent #ffffff;
}

#menu2 .block:nth-child(odd) .title {
  left: 0;
  background: #0080dd;
}

#menu2 .block:nth-child(odd) .title p {
  margin: 0 0 0 auto;
}

#menu2 .block:nth-child(even) a::before {
  right: 0;
  border-width: 0 0 300px 300px;
  border-color: transparent transparent #ffffff transparent;
}

#menu2 .block:nth-child(even) .title {
  right: 0;
  background: #00ce88;
}

#menu2 .block:nth-child(even) .title p {
  justify-content: flex-end;
  text-align: right;
}

@media (max-width: 1599px) {
  #menu2 .block:nth-child(odd) a::before {
    border-width: 18.75vw 0 0 18.75vw;
  }
  #menu2 .block:nth-child(even) a::before {
    border-width: 0 0 18.75vw 18.75vw;
  }
}

@media (max-width: 767px) {
  #menu2 .block .image img {
    height: auto;
    min-height: 100px;
  }
  #menu2 .block .title {
    bottom: 5px;
    width: calc(100% - 10px);
  }
  #menu2 .block .title p {
    min-height: 52px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=index.css.map */