@charset "UTF-8";
/* base */
* {
  box-sizing: border-box;
}

html {
  color: #47372c;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

::selection {
  color: #47372c;
  background: #f6ff00;
}

html,
body {
  height: 100%;
}

a {
  color: #88addb;
  transition: 0.3s opacity ease;
}

a[href]:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  flex-shrink: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}

b,
strong {
  font-weight: bold;
}

.pc_only {
  display: block;
}

@media (max-width: 991px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media (max-width: 991px) {
  .sp_only {
    display: block;
  }
}

body {
  overflow-x: hidden;
}

.ai_info-sns {
  width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 10px;
  position: relative;
  z-index: 2;
  clear: both;
}

.ai_info-sns__facebook,
.ai_info-sns__twitter,
.ai_info-sns__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 80px;
  border-radius: 19px;
  text-decoration: none;
  cursor: pointer;
}

@media (hover: hover) {
  .ai_info-sns__facebook,
  .ai_info-sns__twitter,
  .ai_info-sns__line {
    -webkit-transition: 0.3s opacity ease;
    -o-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease;
  }
  .ai_info-sns__facebook:hover,
  .ai_info-sns__twitter:hover,
  .ai_info-sns__line:hover {
    opacity: 0.7;
  }
}

.ai_info-sns__facebook span,
.ai_info-sns__twitter span,
.ai_info-sns__line span {
  color: #fff;
  font-size: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.ai_info-sns__facebook i,
.ai_info-sns__twitter i,
.ai_info-sns__line i {
  line-height: 0;
}

.ai_info-sns__facebook {
  background-color: #3b5998;
  padding: 0 0 0 15px;
}

.ai_info-sns__facebook i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  width: 10px;
}

.ai_info-sns__facebook span {
  padding: 0 0 0 11px;
}

.ai_info-sns__twitter {
  background-color: #000;
  padding: 0 0 0 13px;
}

.ai_info-sns__twitter i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17px;
  flex: 0 0 17px;
  width: 17px;
}

.ai_info-sns__twitter span {
  padding: 0 0 0 3px;
}

.ai_info-sns__line {
  background-color: #00b900;
  padding: 0 0 0 15px;
}

.ai_info-sns__line i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 21px;
  flex: 0 0 21px;
  width: 21px;
}

.ai_info-sns__line span {
  padding: 0 0 0 5px;
  font-size: 8px;
}

@media (min-width: 990.98px) {
  .ai_info-sns {
    width: 460px;
    padding: 18px 0 20px;
    clear: both;
  }
  .ai_info-sns__facebook,
  .ai_info-sns__twitter,
  .ai_info-sns__line {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    width: 140px;
    height: 40px;
    border-radius: 20px;
  }
  .ai_info-sns__facebook {
    padding: 0 0 0 20px;
  }
  .ai_info-sns__facebook i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    width: 12px;
  }
  .ai_info-sns__facebook span {
    padding: 0 0 0 24px;
  }
  .ai_info-sns__twitter {
    padding: 0 0 0 17px;
  }
  .ai_info-sns__twitter i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    width: 25px;
  }
  .ai_info-sns__twitter span {
    padding: 0 0 0 13px;
  }
  .ai_info-sns__line {
    padding: 0 0 0 16px;
  }
  .ai_info-sns__line i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    width: 28px;
  }
  .ai_info-sns__line span {
    padding: 0 0 0 8px;
    font-size: 14px;
  }
}

.information-page {
  padding: 0px 0px;
}

.information-page h4 {
  text-align: center;
  font-size: 36px;
  padding: 60px 0 0;
}

.information-page .buttons {
  margin: 2rem 0 2rem;
  display: grid;
  gap: 1rem;
  justify-content: center;
}

.information-page .button--outline {
  padding: 0.75rem 2rem;
  border: 1px solid #000;
  border-radius: 999px;
  font-size: 1rem;
  background: transparent;
  color: #000;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.information-page .button--outline:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.information-page .button--outline:active {
  transform: translateY(0);
  box-shadow: none;
}

.information-page .button--outline:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
}

.information-page .page-header {
  text-align: center;
  padding: 60px 0;
  background-color: #d0e4e2;
}

@media (max-width: 768px) {
  .information-page .page-header {
    padding: 15px 0;
  }
}

.information-page .page-header h2 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 12%;
  height: auto;
}

@media (max-width: 768px) {
  .information-page .page-header h2 img {
    max-width: 30%;
  }
}

.information-page .page-header h3 {
  font-size: 32px;
  font-weight: bold;
  color: #4a3b2f;
}

.information-page .recommended {
  max-width: 1000px;
  margin: 0 auto;
  cursor: pointer;
  padding: 1rem 1rem 5rem;
  /* タイトル画像 */
  /* 記事リスト */
  /* 記事アイテム */
}

@media (max-width: 768px) {
  .information-page .recommended {
    padding: 1rem 2rem 1rem;
  }
}

.information-page .recommended .recommended__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.information-page .recommended .recommended__link:hover {
  opacity: 0.8;
}

.information-page .recommended .recommended__title {
  display: inline-block;
  width: 30%;
  background-image: url(/assets/images/ai/info/hoikuAI_information.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  vertical-align: middle;
  margin: 2rem 0;
}

@media (max-width: 768px) {
  .information-page .recommended .recommended__title {
    width: 70%;
    display: block;
    background-position: center;
    text-align: left;
    margin: 1rem 0;
  }
}

.information-page .recommended .recommended__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 768px) {
  .information-page .recommended .recommended__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .information-page .recommended .recommended__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .information-page .recommended .recommended__list {
    grid-template-columns: 1fr;
  }
}

.information-page .recommended .recommended__item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.information-page .recommended .recommended__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.information-page .recommended .recommended__item img {
  width: 100%;
  height: auto;
  display: block;
}

.information-page .recommended .recommended__item .recommended__text {
  padding: 1rem;
  font-size: 0.875rem;
}

.information-page .recommended .recommended__item .recommended__text .recommended__meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.information-page .recommended .recommended__item .recommended__text .recommended__meta time {
  font-size: 0.75rem;
  color: #999;
  display: block;
  margin-bottom: 0.5rem;
}

.information-page .recommended .recommended__item .recommended__text .recommended__meta .new-label {
  background-color: #f00;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.1rem 0.4rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  display: inline-block;
}

.information-page .recommended .recommended__item .recommended__text .recommended__meta p {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}

@media (max-width: 768px) {
  .information-page .recommended .recommended__item .recommended__text .recommended__meta p {
    font-size: 0.95rem;
  }
}
