@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@500&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
body {
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

a {
  text-decoration: none;
}

.top__slide {
  padding-bottom: 50px;
}
.top__box {
  max-width: 1130px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.top__left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.right__content {
  width: 350px;
}
.right__cat {
  width: 350px;
  margin: 0 0 40px 0;
}
.right__cat--title {
  background-image: url(../images/common/title_icon.png);
  font-size: 24px;
  margin: 0 0 20px 0;
  height: 40px;
  line-height: 40px;
  position: relative;
  letter-spacing: 3px;
  padding: 0 0 0 25px !important;
  width: 95%;
  letter-spacing: 3px;
  background-repeat: no-repeat;
  background-position: center left;
  border: none;
  font-weight: 600;
}
.right__cat--title:after {
  content: "カテゴリー";
  left: 55%;
  position: absolute;
  display: block;
  bottom: -2px;
  font-size: 14px;
  color: #333;
}
.right__cat--box {
  border: 1px solid #ddd;
  border-bottom: none;
}
.right__cat--list, .right__cat--child {
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 2;
  border-bottom: 1px solid #ddd;
}
.right__cat a {
  text-decoration: none;
  color: #000;
  display: block;
  background: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  transition: all 0.35s ease;
}
.right__cat--list a {
  padding-left: 20px;
}
.right__cat--list a:hover {
  padding-left: 34px;
}
.right__cat--child a {
  padding-left: 34px;
}
.right__cat--child a:hover {
  padding-left: 48px;
}
.right__new {
  margin: 0 0 40px 0;
}
.right__new--title {
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 20px 0;
  height: 40px;
  line-height: 40px;
  position: relative;
  letter-spacing: 3px;
  padding: 0 0 0 25px !important;
  width: 95%;
  letter-spacing: 3px;
  background-repeat: no-repeat;
  background-position: center left;
  border: none;
}
.right__new--link {
  text-decoration: none;
  color: #000;
}
.right__new--item {
  line-height: 2;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 15px 0;
}

.bread {
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.bread__home .fa-house {
  position: relative;
}
.bread__home span {
  opacity: 0;
  position: absolute;
}
.bread__box {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}
.bread__link {
  color: #000;
  line-height: 60px;
  text-decoration: none;
}
.bread__last {
  line-height: 60px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
}
.bread__cat .bread__link {
  display: none;
}
.bread__cat .bread__link:first-child {
  display: block;
}
.bread__item {
  padding: 0 20px;
  font-size: 12px;
  position: relative;
}
.bread__item::before {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.bread__item:first-child {
  padding: 0 20px 0 0;
}
.bread__item:first-child::before {
  content: none;
}

.bottom__slide {
  width: 100%;
  padding: 0 0 50px;
  max-width: 1130px;
  margin: auto;
}

.single__box {
  max-width: 1130px;
  padding: 60px 0 150px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.single__post--text .none {
  display: none;
}
.single__post--text a {
  text-decoration: none;
}
.single__post--text p {
  line-height: 2.4;
  margin: 0 0 2em 0;
  font-size: 16px;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.single__post--text h2, .single__post--text h3, .single__post--text h4, .single__post--text h5, .single__post--text h6 {
  margin: 40px 0 20px 0;
  font-weight: 600;
  position: relative;
}
.single__post--text h2 {
  padding: 0.5em 1em;
  color: #fff;
  font-size: 24px;
  background-color: #4f96c7;
  line-height: 1.4;
}
.single__post--text h2::before {
  position: absolute;
  display: block;
  content: "";
  top: -4px;
  left: 0;
  width: 100%;
  height: calc(100% + 4px);
  box-sizing: content-box;
  border-top: solid 2px #4f96c7;
  border-bottom: solid 2px #4f96c7;
}
.single__post--text h3 {
  font-size: 22px;
  padding: 0 0 0 18px;
  height: 40px;
  line-height: 40px;
  border-left: 4px solid #4f96c7;
  display: inline-table;
  width: calc(100% - 18px);
  max-width: 740px;
  background: #f7f7f7;
}
.single__post--text h4 {
  padding: 0 0 0 26px;
  height: 40px;
  line-height: 40px;
  display: inline-table;
  width: 100%;
  font-size: 20px;
  position: relative;
  font-size: 20px;
}
.single__post--text h4:before {
  content: "";
  background-color: #4f96c7;
  width: 18px;
  height: 24px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  color: #4f96c7;
  font-weight: 900;
  white-space: pre-wrap;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single__post--text h5 {
  font-size: 18px;
  padding: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 50%, #e7f5fe 0) repeat scroll 0 0;
  width: -moz-fit-content;
  width: fit-content;
}
.single__post--text h6 {
  font-size: 16px;
  padding: 0;
}
.single__post--text h6:before {
  content: "・";
  font-size: 1em;
}
.single__post--text .cvbtn {
  margin: 20px auto;
}
.single__post--day {
  color: #999;
  margin: 0 0 10px 0;
}
.single__post--cat {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  background-color: #ef6462;
}
.single__post--imgbox {
  position: relative;
  width: 100%;
  height: 485px;
  position: relative;
  margin: 0 0 30px 0;
}
.single__post--title {
  font-size: 40px;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.single__left {
  max-width: 740px;
  margin: 0 40px 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.single__right {
  width: 350px;
}

.prenxt {
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.prenxt__imgwrap {
  overflow: hidden;
  width: 100%;
}
.prenxt__img {
  width: 100px;
  overflow: hidden;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  max-width: unset;
}
.prenxt__ttl {
  color: #000;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
  visibility: visible;
  font-size: 16px;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
}
.prenxt__ttl--inr {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.prenxt__pre, .prenxt__next {
  width: 50%;
  display: block;
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.prenxt__pre {
  margin-right: -1px;
}
.prenxt__pre .prenxt__ttl {
  padding-left: 10px;
}
.prenxt__next .prenxt__ttl {
  padding-right: 10px;
}

.popular,
.related {
  margin-top: 40px;
}
.popular__title,
.related__title {
  font-size: 22px;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  padding: 0 0 0 4px;
  margin: 0 0 20px 0;
  height: 40px;
  line-height: 40px;
  border-left: none;
  border-bottom: 2px solid #fee446;
}
.popular__link,
.related__link {
  text-decoration: none;
}
.popular__ttl,
.related__ttl {
  color: #000;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
  visibility: visible;
  font-size: 16px;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
}
.popular__ttl--inr,
.related__ttl--inr {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.popular__box,
.related__box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.popular__img,
.related__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.popular__imgwrap,
.related__imgwrap {
  overflow: hidden;
}

.related__img {
  height: 150px;
}
.related__imgwrap {
  height: 150px;
  margin: 0 auto 15px;
}
.related__list {
  width: 32%;
}
.related__ttl {
  margin: 0 auto 15px;
}

.popular__imgwrap {
  height: 240px;
  width: 100%;
  position: relative;
}
.popular__imgwrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.popular__img {
  height: 240px;
  width: 100%;
}
.popular__info {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  z-index: 4;
  padding: 20px;
  box-sizing: border-box;
}
.popular__ttl {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8;
  max-height: 3.6em;
  color: #fff;
}
.popular__cat {
  background-color: #ef6462;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.popular__list {
  width: 49%;
  position: relative;
}

.post_foot__box {
  position: relative;
}
.post_foot__box::before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.post_foot__info {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  position: absolute;
  color: #fff;
  text-decoration: none;
  z-index: 3;
  color: #fff;
  padding: 10px 20px;
  box-sizing: border-box;
}
.post_foot__ttl {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  max-height: 3.6em;
  height: 3.6em;
  overflow: hidden;
  visibility: visible;
  word-wrap: break-word;
  word-break: break-all;
}
.post_foot__ttl--inr {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post_foot__day {
  color: #fff;
  text-decoration: none;
}

.post_slide__box {
  width: 425px;
  height: 280px;
  padding: 40px 0 0 0;
  margin: 0 4px;
  position: relative;
}
.post_slide__box::before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.post_slide__cat {
  background-color: #ef6462;
  border-radius: 3px 3px 0 0;
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
}
.post_slide__info {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  position: absolute;
  color: #fff;
  text-decoration: none;
  z-index: 3;
  color: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
}
.post_slide__ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  max-height: 3.6em;
  height: 3.6em;
  overflow: hidden;
  visibility: visible;
  word-wrap: break-word;
  word-break: break-all;
}
.post_slide__ttl--inr {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post_slide__day {
  color: #fff;
  text-decoration: none;
}

.post_list__link {
  position: relative;
}
.post_list__cat {
  background-color: #ef6462;
  z-index: 1;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  color: #fff;
}
.post_list__item {
  width: calc(50% - 20px);
  height: 392px;
  margin: 0 0 40px 0;
  position: relative;
}
.post_list__info {
  height: 162px;
  border-right: 1px solid #5DCCDD;
  border-left: 1px solid #5DCCDD;
  border-bottom: 1px solid #5DCCDD;
  background: #fff;
  z-index: 2;
  position: relative;
}
.post_list__ttl {
  padding: 25px 30px;
}
.post_list__ttl--inr {
  font-weight: 600;
  line-height: 1.6;
  max-height: 4.8em;
  overflow: hidden;
  visibility: visible;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 18px;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #444444;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.post_list__day {
  color: #5DCCDD;
  font-size: 12px;
  padding: 0 0 0 22px;
  bottom: 15px;
  left: 0;
  position: absolute;
}

.cvbtn {
  display: block;
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(0deg, rgb(4, 125, 255), rgb(144, 245, 201));
  border-bottom: 5px solid #002fb8;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  height: 70px;
  width: 90%;
  max-width: 300px;
  margin: auto;
  border-radius: 10px;
  font-weight: bold;
}
.cvbtn__box {
  justify-content: space-evenly;
  display: flex;
  align-items: center;
  height: 70px;
}
.cvbtn__text {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
.cvbtn__main {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 1;
}
.cvbtn__sub {
  font-size: 12px;
  padding: 5px 5px;
}

.catpage, .search_page {
  width: 100%;
  gap: 20px;
  max-width: 1130px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 40px auto 40px;
}
.catpage__title, .search_page__title {
  background-color: #ef6462;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  width: 100%;
  font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  text-align: center;
}
.catpage__box, .search_page__box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.catpage__item, .search_page__item {
  width: calc(33.3333333333% - 15px);
  position: relative;
}
.catpage__img, .search_page__img {
  display: block;
  width: 100%;
  height: 230px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.catpage__link, .search_page__link {
  color: #000;
}
.catpage__text, .search_page__text {
  font-size: 16px;
  line-height: 2.8;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.catpage__info, .search_page__info {
  height: 162px;
  border: 1px solid #ddd;
  border-top: none;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  z-index: 2;
  position: relative;
  padding: 25px 30px;
}
.catpage__ttl, .search_page__ttl {
  font-weight: 600;
  line-height: 1.6;
  max-height: 4.8em;
  overflow: hidden;
  visibility: visible;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 18px;
}
.catpage__ttl--inr, .search_page__ttl--inr {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.catpage__day, .search_page__day {
  font-size: 12px;
  padding: 0;
  color: #999;
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.search_page__cat {
  background-color: #ef6462;
  font-size: 12px;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 3;
  left: 0px;
  top: 0px;
  padding: 5px 10px;
  text-decoration: none;
}
.search_page__title {
  background-color: #fee446;
}

.searchform {
  line-height: 1;
  position: relative;
  margin: 2em 0;
  border: 1px solid #ddd;
  background: #fff;
  height: 60px;
}

.searchfield {
  box-sizing: border-box;
  border: none;
  background: none;
  padding: 0 18px;
  margin: 0;
  width: calc(100% - 50px);
  height: 60px;
}
.searchfield:focus-visible {
  outline: 0;
}

.searchsubmit {
  position: absolute;
  right: 0.75em;
  display: block;
  padding: 0;
  cursor: pointer;
  transform: unset;
  top: 0;
  margin: auto;
  bottom: 0;
  color: #000;
  border: none;
  background: transparent;
}
.searchsubmit:focus-visible {
  outline: 0;
}
.searchsubmit:hover {
  opacity: 0.6;
}
.searchsubmit .fa-magnifying-glass {
  font-size: 15px;
}

header .searchform {
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
}
header .searchfield {
  width: 250px;
  height: 35px;
  padding: 5px 10px;
  border: 1px solid #5DCCDD;
  background: #FFF0A4;
  border-radius: 20px;
}
header .fa-magnifying-glass {
  color: #5DCCDD;
  padding-left: 10px;
  font-size: 20px;
}
header .searchsubmit {
  position: relative;
  top: 0;
  right: 0;
}

.fa-envelope {
  font-size: 20px;
}

.fa-angle-right {
  font-size: 20px;
}

.fa-clock {
  margin-right: 6px;
}

/* お仕事ガイド */
.cat_id3 {
  background-color: #000;
}

.cat_id4 {
  background-color: #00b3e0;
}

/* 家庭教師 */
.cat_id14 {
  background-color: #00b3e0;
}

/* 日本語教師 */
.cat_id12 {
  background-color: #00b3e0;
}

/* 学童*/
.cat_id13 {
  background-color: #FF9966;
}

/* お役立ち */
.cat_id2 {
  background-color: #66CC99;
}

/* 用語 */
.cat_id15 {
  background-color: #dd7d33;
}

/* 制度 */
.cat_id16 {
  background-color: #dd7d33;
}

/* 働き方 */
.cat_id17 {
  background-color: #47d1a3;
}

/* 教育コラム*/
.cat_id11 {
  background-color: #C2C900;
}

/* 学習法 */
.cat_id18 {
  background-color: #C2C900;
}

/* その他 */
.cat_id19 {
  background-color: #C2C900;
}

/* 業界ピックアップ */
.cat_id9 {
  background-color: #ef6462;
}

/* 教育業界 */
.cat_id20 {
  background-color: #47aad1;
}

/* スポーツ業界 */
.cat_id21 {
  background-color: #ef6462;
}

/* IT業界 */
.cat_id22 {
  background-color: #ef6462;
}

/* プログラミングスクール */
.cat_id23 {
  background-color: #ef6462;
}

/* 転職のポイント */
.cat_id10 {
  background-color: #81D742;
}

/* 転職のスケジュール */
.cat_id24 {
  background-color: #81D742;
}

/* エージェント利用*/
.cat_id30 {
  background-color: #81D742;
}

.cat_id49 {
  background-color: #000000;
  padding: 5px 20px;
}

.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  font-size: 12px;
}
.slick-dots li button {
  cursor: pointer;
  border: none;
  color: transparent;
  width: 12px;
  height: 12px;
  display: block;
  font-size: 0;
  background: none;
  position: relative;
}
.slick-dots li button::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background: #ddd;
}
.slick-dots li.slick-active button::before {
  color: transparent;
  background-color: #fee446;
}

.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.nav-links a {
  margin: 0 -1px 0 0;
  text-decoration: none;
}

.page-numbers {
  color: #000;
  background: #fff;
  text-decoration: none;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}

.current {
  color: #fff;
  border-color: #fee446;
  background-color: #fee446;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  a:hover {
    opacity: 1;
  }
  .post_slide__link, .post_list__link, .catpage__link, .search_page__link, .related__link, .popular__link {
    overflow: hidden;
    display: block;
  }
  .post_slide a:hover, .post_list a:hover, .catpage a:hover, .search_page a:hover, .related a:hover, .popular a:hover {
    opacity: 1;
  }
  .post_slide a:hover img, .post_list a:hover img, .catpage a:hover img, .search_page a:hover img, .related a:hover img, .popular a:hover img {
    transform: scale(1.2);
    transition: transform 0.75s ease;
  }
  .cvbtn:hover {
    transform: scale(1.2);
    transition: transform 0.75s ease;
  }
  .post_foot__link {
    overflow: hidden;
    display: block;
  }
  .post_foot__link:hover {
    opacity: 1;
  }
  .post_foot__link:hover img {
    transform: scale(1.2);
    transition: transform 0.75s ease;
  }
  .prenxt__pre:hover img, .prenxt__next:hover img {
    transform: scale(1.2);
    transition: transform 0.75s ease;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  main {
    margin-top: 0;
    padding-top: 60px;
  }
  .bread {
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
  }
  .bread__box {
    padding: 10px 0;
    height: auto;
    flex-wrap: wrap;
  }
  .bread__link {
    line-height: 1;
    padding: 0 0 0 10px;
  }
  .bread__item {
    padding: 5px;
  }
  .bread__item:first-child {
    padding: 0 10px 0 0;
  }
  .bread__item:first-child .bread__link {
    padding: 0;
  }
  .bread__last {
    line-height: 1;
    padding: 5px 5px 5px 15px;
  }
  .single__box, .top__box {
    padding: 30px 0 50px;
    flex-direction: column;
  }
  .single__img, .top__img {
    width: 100%;
  }
  .top__left {
    width: 90%;
    margin: auto;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: auto;
  }
  .catpage, .search_page {
    width: 90%;
  }
  .catpage__text, .search_page__text {
    line-height: 1.8;
    margin: 0 auto;
  }
  .catpage__item, .search_page__item {
    width: 100%;
  }
  .right__cat {
    width: 100%;
  }
  .right__content {
    width: 90%;
    padding: 0;
    box-sizing: border-box;
    margin: auto;
  }
  .right__box {
    width: 100%;
  }
  .post_slide__cat {
    font-size: 12px;
    top: -7px;
    position: relative;
  }
  .post_slide__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .post_slide__box {
    width: 308px;
    height: 230px;
    padding: 35px 0 0 0;
    margin: 0 3px;
  }
  .post_slide__box::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
  .post_slide__info {
    padding: 14px 15px;
  }
  .post_slide__ttl {
    font-size: 12px;
  }
  .post_list__item {
    width: 100%;
  }
  .post_list__img {
    width: 100%;
  }
  .single__post--img {
    width: 100%;
  }
  .single__post--imgbox {
    height: auto;
  }
  .single__post--day {
    width: 90%;
    margin: 0 auto 10px;
  }
  .single__post--text {
    width: 90%;
    margin: 0 auto 10px;
  }
  .single__post--text p {
    line-height: 1.8;
  }
  .single__post--text h2 {
    font-size: 20px;
  }
  .single__post--text h3, .single__post--text h4 {
    font-size: 18px;
  }
  .single__post--text h5 {
    font-size: 16px;
  }
  .single__post--text h6 {
    font-size: 14px;
  }
  .single__post--title {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 20px;
    font-weight: 600;
  }
  .right__content {
    width: 100%;
    padding: 0 5%;
  }
  .prenxt {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .prenxt__pre, .prenxt__next {
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    padding: 20px 0;
  }
  .prenxt__ttl {
    line-height: 52px;
  }
  .prenxt__ttl--sp {
    width: 100%;
    position: relative;
  }
  .prenxt__ttl--sp:before {
    content: "";
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    width: 10px;
    height: 10px;
    top: 0;
    margin: auto;
    bottom: 0;
    position: absolute;
  }
  .prenxt__pre .prenxt__ttl--sp {
    width: 100%;
  }
  .prenxt__pre .prenxt__ttl--sp:before {
    left: 20px;
    transform: rotate(225deg);
  }
  .prenxt__next .prenxt__ttl--sp {
    width: 100%;
  }
  .prenxt__next .prenxt__ttl--sp:before {
    right: 20px;
    transform: rotate(45deg);
  }
  .popular, .related {
    margin: 40px auto 40px;
    width: 90%;
  }
  .related__list {
    width: 48%;
  }
  .related__img {
    height: 100px;
  }
  .related__imgwrap {
    height: 100px;
  }
  .popular__list {
    width: 100%;
  }
  .popular__img {
    height: 270px;
  }
  .popular__imgwrap {
    height: 270px;
  }
  .post_foot__info {
    padding: 5px 10px;
  }
  .post_foot__day {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .post_foot__ttl {
    font-size: 3.6vw;
  }
  .post_foot__img {
    width: 50vw;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gmenu__last {
    width: 100%;
  }
  .header--sp .searchform {
    width: 90%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    margin: 20px auto;
  }
  .header--sp .searchfield {
    margin: auto;
    max-width: 300px;
    height: 45px;
    position: relative;
    overflow: hidden;
    border: 0;
    background: transparent;
  }
  .header--sp .searchfield::-moz-placeholder {
    color: #fff;
  }
  .header--sp .searchfield::placeholder {
    color: #fff;
  }
  .header--sp .searchsubmit {
    position: absolute;
    right: 0.75em;
  }
  .header--sp .fa-magnifying-glass {
    color: #fff;
  }
  .fa-solid.fa-angle-up {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .fa-solid.fa-angle-down {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .open .fa-angle-up {
    display: flex;
  }
  .open .fa-angle-down {
    display: none;
  }
}