@charset "UTF-8";
section {
  padding: 7rem 0;
}
@media only screen and (max-width: 959px) {
  section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 3rem 0;
  }
}
header {
  position: absolute;
}
header .head-nav .head-btn-wrap, header .header__logo {
  display: none;
}
.main-vis {
  display: block;
  width: 100%;
  height: 750px;
  padding-bottom: 100px;
  background: url("../images/bg_main.png") no-repeat center center #f0cfe2;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 959px) {
  .main-vis {
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .main-vis {
    height: 110vh;
  }
}
@media screen and (max-width: 560px) {
  .main-vis {
    max-height: 750px;
    height: 100vh;
  }
}
.main-vis__inner {
  width: 100%;
  max-width: 1360px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  left: 0;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .main-vis__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-vis__inner {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 72px;
  }
}
.main-vis__txt {
  width: 50%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .main-vis__txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.main-vis__img {
  width: 50%;
  margin-bottom: 0;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .main-vis__img {
    width: 100%;
  }
}
.main-vis__logo {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: center;
  font-feature-settings: "palt";
}
.main-vis__logo h1 {
  margin: 0 auto 20px;
  width: 280px;
  height: auto;
}
@media screen and (max-width: 959px) {
  .main-vis__logo h1 {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .main-vis__logo h1 {
    width: 100px;
    margin-bottom: 15px;
  }
}
.main-vis__logo .copy01 {
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1.38;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .main-vis__logo .copy01 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 767px) {
  .main-vis__logo .copy01 {
    font-size: 2.5rem;
  }
}
.main-vis__logo .copy01 span {
  color: #ea6088;
  box-shadow: 0 0 0 0 #d1d1d3, inset 0 0 0 0 #d1d1d3, inset 0 0 0 3px #ea6088;
  background-color: #fff;
  padding: 4px 8px;
  margin-right: 5px;
}
.main-vis__logo .copy02 {
  font-size: 2.1rem;
  font-weight: 900;
  background: linear-gradient(transparent 50%, #fed700 50%);
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .main-vis__logo .copy02 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .main-vis__logo .copy02 {
    line-height: 1.8;
    background: none;
  }
  .main-vis__logo .copy02 span {
    display: inline-block;
    background: linear-gradient(transparent 50%, #fed700 50%);
  }
}
.main-vis__search {
  margin: 30px auto;
  width: 100%;
  max-width: 500px;
  display: flex;
}
@media screen and (max-width: 959px) {
  .main-vis__search {
    margin: 20px auto;
  }
}
.main-vis__search input[type=text] {
  width: calc(100% - 80px);
  height: 60px;
  font-size: 1.8rem;
  padding: 10px 17px;
  border-radius: 12px 0 0 12px;
  border: solid 0 #d1d1d3;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .main-vis__search input[type=text] {
    height: 50px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .main-vis__search input[type=text] {
    width: calc(100% - 40px);
    height: 40px;
  }
}
.main-vis__search input[type=text]::-moz-placeholder {
  color: #c4c5c7;
}
.main-vis__search input[type=text]::placeholder {
  color: #c4c5c7;
}
.main-vis__search input[type=text]:focus-visible {
  outline: none;
}
.main-vis__search button[type=submit] {
  width: 80px;
  height: 60px;
  background-color: #eb6089;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .main-vis__search button[type=submit] {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .main-vis__search button[type=submit] {
    height: 40px;
    width: 40px;
  }
}
.main-vis__search button[type=submit] img {
  width: 32px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .main-vis__search button[type=submit] img {
    width: 20px;
  }
}
.main-vis__search button[type=submit]:hover {
  opacity: 0.8;
}
.main-vis__btn {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.main-vis__btn a {
  text-decoration: none;
}
.main-vis__btn > div {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 959px) {
  .main-vis__btn > div {
    width: calc((100% - 10px) / 2);
  }
}
.main-vis__btn > div:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 959px) {
  .main-vis__btn > div:first-child {
    margin-right: 10px;
  }
}
.main-vis__btn > div a {
  height: 85px;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .main-vis__btn > div a {
    height: 60px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .main-vis__btn > div a {
    height: 50px;
    font-size: 1.6rem;
  }
}
.main-vis__btn > div a img {
  height: 30px;
  width: auto;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .main-vis__btn > div a img {
    height: 24px;
  }
}
.main-vis__btn > div.regist a {
  background-color: #ea6088;
}
.main-vis__btn > div.regist a:hover {
  opacity: 0.8;
}
.main-vis__btn > div.login a {
  background-color: #00a0e8;
}
.main-vis__btn > div.login a:hover {
  opacity: 0.8;
}
.information {
  margin-top: -100px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0;
}
.information .l-container {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px 20px 0 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  .information .l-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
.information .l-container::after {
  content: "";
  background-color: #e96b31;
  height: 1px;
  display: block;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
}
@media screen and (max-width: 959px) {
  .information .l-container::after {
    left: 10px;
    right: 10px;
  }
}
.information .c-head {
  margin-right: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .information .c-head {
    margin-bottom: 10px;
  }
}
.information__list {
  display: flex;
  align-items: center;
}
.information__list a {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  .information__list {
    flex-wrap: wrap;
  }
}
.information__list > * {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .information__list p {
    margin-top: 5px;
  }
}
.category-search {
  background-color: #ebebec;
}
.category-search__list {
  display: flex;
  flex-wrap: wrap;
}
.category-search__item {
  width: calc((100% - 50px) / 3);
  margin-bottom: 25px;
}
@media screen and (max-width: 959px) {
  .category-search__item {
    width: calc((100% - 20px) / 3);
    margin-bottom: 10px;
  }
}
.category-search__item:not(:nth-child(3n)) {
  margin-right: 25px;
}
@media screen and (max-width: 959px) {
  .category-search__item:not(:nth-child(3n)) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .category-search__item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.knowledge {
  background-color: #ebebec;
}
.knowledge__list {
  display: flex;
  flex-wrap: wrap;
}
.knowledge__item {
  width: calc((100% - 150px) / 4);
  background-color: #fff;
  border: solid 1px #d1d1d3;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .knowledge__item {
    width: calc((100% - 60px) / 4);
  }
}
.knowledge__item:not(:nth-child(4n)) {
  margin-right: 50px;
}
@media screen and (max-width: 959px) {
  .knowledge__item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .knowledge__item:not(:nth-child(4n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .knowledge__item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
  .knowledge__item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}
.knowledge__desc {
  padding: 10px;
}
.knowledge__img {
  position: relative;
}
.knowledge__img img {
  aspect-ratio: 39/28;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.knowledge__category {
  height: 28px;
  padding: 0 10px;
  border-radius: 14px;
  background-color: #eb6089;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 12px;
  top: 12px;
}
@media screen and (max-width: 959px) {
  .knowledge__category {
    font-size: 1rem;
    height: 24px;
    left: 8px;
    top: 8px;
  }
}
.knowledge__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .knowledge__ttl {
    font-size: 1.5rem;
  }
}
.knowledge__date {
  font-size: 1.2rem;
}
.creators .btn {
  margin-top: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .creators .btn {
    margin: 0 auto
  }
}