@charset "UTF-8";
/*====================================

common base

=====================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

p, h1, h2, h3, h4, h5 {
  font-family: "Noto Sans JP", serif;
}

a {
  font-family: "Noto Sans JP", serif;
}

li>p, li {
  font-family: "Noto Sans JP", serif;
}
.hatena-module-title {
  display: none;
}

@media screen and (max-width: 960px) {
  .hatena-module-body {
    padding: 0 24px;
  }
}
/*====================================

Button

=====================================*/
.Button {
  max-width: 230px;
  width: 100%;
}

.Button.-common {
  text-decoration: none;
  font-size: 14px;
  color: #2A2045;
  font-weight: bold;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 26px;
  border: 2px solid #2A2045;
}
.Button.-common:hover {
  background-color: #2A2045;
  color: #fff;
}

.Button.-navy {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #2A2045;
  border-radius: 4px;
  padding: 12px 26px;
  border: 2px solid #2A2045;
}
.Button.-navy:hover {
  background-color: #fff;
  color: #2A2045;
}

.Common__ButtonWrapper {
  text-align: center;
  margin-top: 50px;
}
.Common__ButtonWrapper .Common__Button {
  margin-bottom: 60px;
}
.Common__ButtonWrapper .Common__Button a {
  font-size: 12px;
  color: #2A2045;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 40px;
  border: 2px solid #D9D8DE;
  border-radius: 4px;
  position: relative;
}
.Common__ButtonWrapper .Common__Button a:hover {
  background-color: #2A2045;
  color: #fff;
}

/*====================================

pageSection-navy

=====================================*/
.hatena-module-custom-pageSection-navy {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/p/pcads_media/20250114/20250114235811.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/*====================================

pageSection_title

=====================================*/
.PageSection__titleunit {
  padding-top: 60px;
  padding-bottom: 70px;
}
.PageSection__titleunit .PageSection__title.-white {
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-family: "Poppins", serif;
  font-weight: 200;
}
.PageSection__titleunit .PageSection__subtitle.-white {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.PageSection__titleunit .PageSection__subtitle.-white::after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 1px;
  width: 30px;
  background-color: #fff;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.PageSection__titleunit .PageSection__title {
  font-size: 32px;
  color: #2A2045;
  text-align: center;
  font-family: "Poppins", serif;
  font-weight: 200;
}
.PageSection__titleunit .PageSection__subtitle {
  font-size: 12px;
  color: #2A2045;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.PageSection__titleunit .PageSection__subtitle::after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 1px;
  width: 30px;
  background-color: #2A2045;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.PageSection__titleunit .PageSection__subtitlelead {
  color: #2A2045;
  font-size: 12px;
  text-align: center;
  padding-top: 32px;
}

@media screen and (max-width: 960px) {
  .PageSection__titleunit {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .PageSection__titleunit .PageSection__title.-white {
    font-size: 24px;
    color: #fff;
    text-align: center;
  }
  .PageSection__titleunit .PageSection__subtitle.-white {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  .PageSection__titleunit .PageSection__subtitle.-white::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 1px;
    width: 30px;
    background-color: #fff;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .PageSection__titleunit .PageSection__title {
    font-size: 24px;
    color: #2A2045;
    text-align: center;
  }
  .PageSection__titleunit .PageSection__subtitlelead {
    padding-top: 22px;
  }
}
/*====================================

Container

=====================================*/
.Container {
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 40px);
}

@media screen and (min-width: 769px) {
  .Container {
    width: 94%;
  }
}
/*====================================

header

=====================================*/
.SiteHeader {
  padding: 30px 0px 30px;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0px 0px 12px rgba(156, 156, 156, 0.25);
}
.SiteHeader .SiteHeader__menuList {
  display: flex;
}
.SiteHeader .SiteHeader__menuList .SiteHeader__menuItem {
  list-style: none;
}
.SiteHeader .SiteHeader__menuList .SiteHeader__menuItem a {
  font-size: 14px;
  text-decoration: none;
  color: #2A2045;
  font-weight: bold;
  padding: 12px 20px;
  position: relative;
}
.SiteHeader .SiteHeader__menuList .SiteHeader__menuItem a:hover::after {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  background-color: #2A2045;
  bottom: 6px;
  left: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.SiteHeader .SiteHeader__menuList .SiteHeader__menuItem_logo {
  max-width: 16px;
  list-style: none;
  margin-left: 10px;
}
.SiteHeader .SiteHeader__menuList .SiteHeader__menuItem_logo img {
  width: 100%;
}
.SiteHeader .SiteHeader__menuList .SiteHeader__menuItem_logo img:hover {
  opacity: 0.6;
}

@media screen and (max-width: 960px) {
  .SiteHeader {
    padding: 22px 0px 22px;
  }
  .SiteHeader .SiteHeader__logo {
    max-width: 116px;
  }
  .SiteHeader .SiteHeader__logo img {
    width: 100%;
  }
  .SiteHeader .menu-btn {
    position: fixed;
    top: 3px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
}
.SiteHeader__gnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.HeroArea__button {
  margin-top: 30px;
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background-color: #2A2045;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #2A2045;
  transition: all 0.5s; /*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}

@media screen and (min-width: 961px) {
  .hamburger-menu {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .SiteHeader .SiteHeader__menuList {
    display: none;
  }
  .hamburger-menu .menu-content .sns_logo {
    padding: 10px;
    text-align: center;
    border-bottom: none;
  }
  .hamburger-menu .menu-content .sns_logo a::after {
    content: none;
  }
  .hamburger-menu .menu-content .sns_logo a::before {
    content: none;
  }
  .hamburger-menu .menu-content .sns_logo img {
    width: 30px;
  }
}
/*====================================

HeroArea

=====================================*/
.hatena-module-custom-HeroArea {
  background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/p/pcads_media/20250114/20250114235815.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 10%;
  background-size: 1000px;
  height: 400px;
  padding-top: 86px;
}

.HeroArea__titleUnit {
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  width: calc(100% - 180px);
}
.HeroArea__titleUnit .HeroArea__title .HeroArea__titleText {
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  color: #2A2045;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px;
}
.HeroArea__titleUnit .HeroArea__title .HeroArea__titleText.-text1 {
  padding-bottom: 6px;
}
.HeroArea__titleUnit .HeroArea__title .HeroArea__titleText.-text2 {
  padding-top: 8px;
}

@media screen and (min-width: 1400px) {
  .HeroArea__titleUnit .HeroArea__title .HeroArea__titleText {
    display: inline-block;
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 961px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .hatena-module-custom-HeroArea {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/p/pcads_media/20250114/20250114235815.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 200px;
  }
  .HeroArea__titleUnit {
    width: calc(100% - 28px);
    padding: 14px;
  }
  .HeroArea__titleUnit .HeroArea__title .HeroArea__titleText {
    display: inline-block;
    font-size: 3.2vw;
    font-weight: bold;
    color: #2A2045;
    background-color: #fff;
    padding: 12px;
  }
  .HeroArea__button {
    text-align: center;
  }
  .HeroArea__button .Button {
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 641px) {
  .HeroArea__title_sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .hatena-module-custom-HeroArea {
    background-position: 50% 50%;
    height: 500px;
    padding-top: 200px;
  }
  .HeroArea__titleUnit {
    width: 100%;
    padding: 14px 0;
  }
  .HeroArea__titleUnit .HeroArea__title {
    display: none;
  }
  .HeroArea__titleUnit .HeroArea__title_sp .HeroArea__titleText_sp {
    color: #2A2045;
    font-weight: 800;
    font-size: 5vw;
    background-color: #fff;
    display: inline-block;
    padding: 2px 4px;
  }
}
/*====================================

Grid

=====================================*/
/*====================================

Activityセクション
ArticleCard

=====================================*/
.hatena-module-custom-pageSection-navy .hatena-module-body .recent-entries {
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.hatena-module-custom-pageSection-navy .hatena-module-body .recent-entries .urllist-item {
  width: 100%;
  max-width: 33.3333333333%;
  margin-right: 40px;
}
.hatena-module-custom-pageSection-navy .hatena-module-body .recent-entries .urllist-item:nth-child(3n) {
  margin-right: 0;
}
.hatena-module-custom-pageSection-navy .urllist-see-more {
  text-align: center;
  padding-bottom: 70px;
  margin-top: 60px;
}
.hatena-module-custom-pageSection-navy .urllist-see-more a {
  color: #fff;
  font-size: 12px;
  border: 2px solid #fff;
  padding: 12px 40px;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
}
.hatena-module-custom-pageSection-navy .urllist-see-more a:hover {
  background-color: #fff;
  color: #2A2045;
}

.ArticleCard__thumbnail {
  border-radius: 6px;
  overflow: hidden;
}
.ArticleCard__thumbnail img {
  border-radius: 6px;
  width: 100%;
}
.ArticleCard__thumbnail img:hover {
  opacity: 0.8;
  transition: all 0.6s;
}

.ArticleCard__title.-white {
  margin-bottom: 10px;
}
.ArticleCard__title.-white .ArticleCard__wrapLink {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
.ArticleCard__title.-white .ArticleCard__wrapLink:hover {
  text-decoration: underline;
}

.ArticleCard__navUnit.-white {
  display: flex;
  gap: 10px;
}
.ArticleCard__navUnit.-white .ArticleCard__date {
  color: #fff;
  font-size: 12px;
}
.ArticleCard__navUnit.-white a {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  border: 1px solid #fff;
  padding: 2px;
  border-radius: 4px;
}
.ArticleCard__navUnit.-white a:hover {
  text-decoration: underline;
}
.ArticleCard__navUnit.-white a:nth-child(n+4) {
  display: none;
}

@media screen and (max-width: 960px) {
  .hatena-module-custom-pageSection-navy .hatena-module-body {
    padding: 0 24px;
  }
  .hatena-module-custom-pageSection-navy .hatena-module-body .recent-entries {
    flex-wrap: wrap;
  }
  .hatena-module-custom-pageSection-navy .hatena-module-body .recent-entries .urllist-item {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .hatena-module-custom-pageSection-navy .hatena-module-body .recent-entries .urllist-item:nth-child(3n) {
    margin-right: 0;
  }
  .hatena-module-custom-pageSection-navy .urllist-see-more {
    text-align: center;
    padding-bottom: 70px;
    margin-top: 60px;
  }
  .hatena-module-custom-pageSection-navy .urllist-see-more a {
    color: #fff;
    font-size: 12px;
    border: 2px solid #fff;
    padding: 12px 40px;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
  }
  .hatena-module-custom-pageSection-navy .urllist-see-more a:hover {
    background-color: #fff;
    color: #2A2045;
  }
}
/*====================================

CategorySection

=====================================*/
.CategorySection__wrapper {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.CategorySection__list {
  display: flex;
  flex-wrap: wrap;
}
.CategorySection__list .CategorySection__item {
  margin-right: 30px;
  width: calc((100% - 120px) / 4);
  border-bottom: 1px solid #DFDEE3;
}
.CategorySection__list .CategorySection__item:nth-child(-n+4) {
  border-top: 1px solid #DFDEE3;
}
.CategorySection__list .CategorySection__item a {
  font-size: 14px;
  color: #2A2045;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding: 18px 0 16px 0;
  position: relative;
  transition: 0.3s;
}
.CategorySection__list .CategorySection__item a::after {
  content: url(https://cdn-ak.f.st-hatena.com/images/fotolife/p/pcads_media/20250128/20250128235933.png);
  position: absolute;
  width: 7px;
  height: 12px;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.CategorySection__list .CategorySection__item a:hover {
  background: #DFDEE3;
  transition: 0.3s;
}
.CategorySection__list .CategorySection__item a:hover::after {
  right: 2px;
  transition: 0.3s;
}

@media screen and (max-width: 960px) {
  .CategorySection__list {
    display: flex;
    flex-wrap: wrap;
  }
  .CategorySection__list .CategorySection__item {
    margin-right: 30px;
    width: calc((100% - 30px) / 2);
    border-bottom: 1px solid #DFDEE3;
  }
  .CategorySection__list .CategorySection__item:nth-child(-n+4) {
    border-top: none;
  }
  .CategorySection__list .CategorySection__item:nth-child(-n+2) {
    border-top: 1px solid #DFDEE3;
  }
  .CategorySection__list .CategorySection__item:nth-child(2n) {
    margin-right: 0;
  }
  .CategorySection__list .CategorySection__item a {
    font-size: 12px;
    color: #2A2045;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    padding: 18px 0 16px 0;
    position: relative;
    transition: 0.3s;
  }
  .CategorySection__list .CategorySection__item a::after {
    content: url(https://cdn-ak.f.st-hatena.com/images/fotolife/p/pcads_media/20250127/20250127170639.png);
    position: absolute;
    width: 7px;
    height: 12px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .CategorySection__list .CategorySection__item a:hover {
    background: #DFDEE3;
    transition: 0.3s;
  }
  .CategorySection__list .CategorySection__item a:hover::after {
    right: 2px;
    transition: 0.3s;
  }
}
/*====================================

Street Interview

=====================================*/
.hatena-module-custom-interview .recent-entries {
  display: flex;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.hatena-module-custom-interview .recent-entries .urllist-item {
  width: 100%;
  max-width: 33.3333333333%;
  margin-right: 40px;
}
.hatena-module-custom-interview .recent-entries .urllist-item:nth-child(3n) {
  margin-right: 0;
}
.hatena-module-custom-interview .urllist-see-more {
  display: none;
}

.ArticleCard__thumbnail img {
  width: 100%;
}

.ArticleCard__title .ArticleCard__wrapLink {
  color: #2A2045;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .hatena-module-custom-interview .recent-entries {
    flex-wrap: wrap;
  }
  .hatena-module-custom-interview .recent-entries .urllist-item {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .hatena-module-custom-interview .recent-entries .urllist-item:nth-child(3n) {
    margin-right: 0;
  }
  .hatena-module-custom-interview .urllist-see-more {
    display: none;
  }
}
.p-interview-section04 {
  margin-top: 40px;
}

/*====================================

Tips

=====================================*/
.hatena-module-custom-titleTips {
  background-color: #F8F8F8;
}

.hatena-module-custom-sectionTips {
  background-color: #F8F8F8;
}
.hatena-module-custom-sectionTips .recent-entries {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.hatena-module-custom-sectionTips .recent-entries .urllist-item {
  border-top: 1px solid #D9D8DE;
  list-style: none;
}
.hatena-module-custom-sectionTips .recent-entries .urllist-item:last-child {
  border-bottom: 1px solid #D9D8DE;
}
.hatena-module-custom-sectionTips .urllist-see-more .urllist-see-more-link {
  border: 1px solid #2A2045;
  color: #2A2045;
  font-weight: bold;
  font-size: 12px;
}
.hatena-module-custom-sectionTips .urllist-see-more {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 60px;
}
.hatena-module-custom-sectionTips .urllist-see-more a {
  font-size: 12px;
  padding: 12px 40px;
  border-radius: 4px;
  text-decoration: none;
  border: 2px solid #2A2045;
}
.hatena-module-custom-sectionTips .urllist-see-more a:hover {
  background-color: #2A2045;
  color: #fff;
}

.ArticleCardTips {
  display: flex;
  padding: 20px 0;
}
.ArticleCardTips .ArticleCardTips__inner .ArticleCardTips__text a {
  text-decoration: none;
  color: #2A2045;
}
.ArticleCardTips .ArticleCardTips__inner .ArticleCardTips__text a:hover {
  text-decoration: underline;
}
.ArticleCardTips .ArticleCardTips__inner .urllist-category-link {
  color: #2A2045;
  opacity: 0.5;
  text-decoration: none;
}
.ArticleCardTips .ArticleCardTips__inner .urllist-category-link::before {
  content: "#";
}
.ArticleCardTips .ArticleCardTips__inner .urllist-category-link:hover {
  text-decoration: underline;
}
.ArticleCardTips .ArticleCardTips__date {
  width: 140px;
}
.ArticleCardTips .ArticleCardTips__inner {
  width: calc(100% - 140px);
}
.ArticleCardTips .urllist-category-link {
  font-size: 12px;
}

@media screen and (max-width: 960px) {
  .hatena-module-custom-sectionTips {
    background-color: #F8F8F8;
  }
  .hatena-module-custom-sectionTips .urllist-see-more {
    text-align: center;
    margin-top: 40px;
  }
  .ArticleCardTips {
    display: block;
    padding: 12px 0;
  }
  .ArticleCardTips .ArticleCardTips__inner .ArticleCardTips__text {
    font-size: 14px;
  }
  .ArticleCardTips .ArticleCardTips__inner .urllist-category-link {
    display: none;
  }
  .ArticleCardTips .ArticleCardTips__date {
    width: 100%;
    font-size: 12px;
    margin-bottom: 0px;
  }
  .ArticleCardTips .ArticleCardTips__inner {
    width: 100%;
  }
  .ArticleCardTips .urllist-category-link {
    font-size: 12px;
  }
}
/*====================================

SpeakerArea

=====================================*/
.SpeakerArea {
  max-width: 666px;
  margin-right: auto;
  margin-left: auto;
}
.SpeakerArea .SpeakerArea__inner {
  display: flex;
  flex-wrap: wrap;
}
.SpeakerArea .SpeakerArea__img {
  width: 86px;
  height: 86px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.SpeakerArea .SpeakerArea__img img {
  width: 100%;
  border-radius: 50%;
}
.SpeakerArea .SpeakerArea__img:nth-child(6n) {
  margin-right: 0;
}
.SpeakerArea .SpeakerArea__textInner {
  margin-bottom: 60px;
}
.SpeakerArea .SpeakerArea__textInner .SpeakerArea__text {
  text-align: center;
}
.SpeakerArea .SpeakerArea__img {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.SpeakerArea .SpeakerArea__img a:hover img {
  opacity: 1;
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}
.SpeakerArea .SpeakerArea__img a img {
  opacity: 1;
  transform: scale(1);
  transition: 0.25s ease-in-out;
}

@media screen and (max-width: 960px) {
  .SpeakerArea {
    max-width: 500px;
  }
  .SpeakerArea .SpeakerArea__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .SpeakerArea .SpeakerArea__img {
    width: calc((100% - 75px) / 6);
    height: calc((100% - 60px) / 6);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .SpeakerArea .SpeakerArea__img img {
    width: 100%;
    border-radius: 50%;
  }
  .SpeakerArea .SpeakerArea__img:nth-child(6n) {
    margin-right: 0px;
  }
  .SpeakerArea .SpeakerArea__img:nth-child(5n) {
    margin-right: 15px;
  }
  .SpeakerArea .SpeakerArea__img:nth-child(7n) {
    margin-right: 15px;
  }
  .SpeakerArea .SpeakerArea__textInner {
    margin-bottom: 60px;
  }
  .SpeakerArea .SpeakerArea__textInner .SpeakerArea__text {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
  }
}
/*====================================

 CtaArea

=====================================*/
.CtaArea .CtaArea__inner {
  padding: 40px 0 70px 0;
}
.CtaArea .CtaArea__inner .CtaArea__text {
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.CtaArea .CtaArea__inner .CtaArea__buttonWrapper {
  text-align: center;
  margin-top: 46px;
}
.CtaArea .CtaArea__inner .CtaArea__buttonWrapper .CtaArea__button {
  color: #fff;
  padding: 20px 40px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background-color: [object object];
  background-image: radial-gradient(circle at 100% 0%, rgb(34, 62, 140) 15%, rgb(108, 69, 140));
}
.CtaArea .CtaArea__inner .CtaArea__buttonWrapper .CtaArea__button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  .CtaArea .CtaArea__inner {
    padding: 40px 0 70px 0;
  }
  .CtaArea .CtaArea__inner .CtaArea__text {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  .CtaArea .CtaArea__inner .CtaArea__buttonWrapper {
    text-align: center;
    margin-top: 30px;
  }
  .CtaArea .CtaArea__inner .CtaArea__buttonWrapper .CtaArea__button {
    color: #fff;
    padding: 20px 40px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-color: [object object];
    background-image: radial-gradient(circle at 100% 0%, rgb(34, 62, 140) 15%, rgb(108, 69, 140));
  }
  .CtaArea .CtaArea__inner .CtaArea__buttonWrapper .CtaArea__button:hover {
    opacity: 0.7;
  }
}
/*====================================

footer

=====================================*/
.FooterArea {
  padding: 20px 0;
}
.FooterArea .FooterArea__inner {
  max-width: 1200px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  padding: 50px 0 20px 0;
}
.FooterArea .FooterArea__LogoInner {
  display: flex;
  align-items: center;
}
.FooterArea .FooterArea__nav .FooterArea__list {
  display: flex;
}
.FooterArea .FooterArea__nav .FooterArea__list .FooterArea__item {
  list-style: none;
}
.FooterArea .FooterArea__nav .FooterArea__list .FooterArea__item::after {
  content: "";
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  border-right: 1px solid #d1d1d1;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.FooterArea .FooterArea__nav .FooterArea__list .FooterArea__item:last-child::after {
  content: none;
}
.FooterArea .FooterArea__nav .FooterArea__list .FooterArea__item a {
  text-decoration: none;
  font-size: 13px;
  color: #000;
  padding-right: 10px;
}
.FooterArea .FooterArea__nav .FooterArea__list .FooterArea__item a:hover {
  text-decoration: underline;
}
.FooterArea .Copyright {
  color: #999;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .FooterArea .FooterArea__inner {
    max-width: 1200px;
    display: block;
  }
  .FooterArea .FooterArea__LogoInner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .FooterArea .FooterArea__nav .FooterArea__list {
    display: flex;
    justify-content: center;
  }
  .FooterArea .FooterArea__nav .FooterArea__list .FooterArea__item {
    list-style: none;
  }
  .FooterArea .FooterArea__nav .FooterArea__list .FooterArea__item::after {
    content: "";
    display: inline-block;
    content: "";
    width: 1px;
    height: 12px;
    border-right: 1px solid #d1d1d1;
    margin-right: 4px;
    position: relative;
    top: 2px;
  }
  .FooterArea .FooterArea__nav .FooterArea__list .FooterArea__item:last-child::after {
    content: none;
  }
  .FooterArea .FooterArea__nav .FooterArea__list .FooterArea__item a {
    text-decoration: none;
    font-size: 10px;
    color: #000;
    padding-right: 4px;
  }
  .FooterArea .FooterArea__nav .FooterArea__list .FooterArea__item a:hover {
    text-decoration: underline;
  }
}
/*====================================
/*====================================
/*====================================

詳細ページCSS

=====================================*/
/*====================================
/*====================================


/*====================================

breadcrumb

=====================================*/
.breadcrumb {
  background-color: #F8F8F8;
  opacity: 0.8;
  padding-top: 86px;
}
.breadcrumb .breadcrumb-inner {
  padding: 10px 0;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.breadcrumb .breadcrumb-inner span {
  font-size: 12px;
}
.breadcrumb .breadcrumb-inner a {
  color: #2A2045;
  text-decoration: none;
}
.breadcrumb .breadcrumb-inner a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .breadcrumb {
    padding-top: 66px;
  }
  .breadcrumb .breadcrumb-inner {
    padding: 10px 0;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .breadcrumb .breadcrumb-inner span {
    font-size: 10px;
  }
  .breadcrumb .breadcrumb-inner a {
    color: #2A2045;
    text-decoration: none;
    font-size: 12px;
  }
  .breadcrumb .breadcrumb-inner a:hover {
    text-decoration: underline;
  }
}
/*====================================

共通　コンテンツ幅

=====================================*/
.page-entry #content #content-inner {
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.page-entry #content #wrapper {
  width: 75%;
}
.page-entry #content #box2 {
  width: 25%;
  margin-left: 74px;
}
.page-entry #content table {
  width: 100% !important;
  overflow-y: scroll;
}
.page-entry .entry-header {
  margin-bottom: 30px;
}
.page-entry .entry-header .date a {
  text-decoration: none;
}
.page-entry .entry-header .date span {
  color: #2A2045;
  font-size: 12px;
}
.page-entry .entry-header .entry-title .entry-title-link {
  font-size: 30px;
  color: #2A2045;
  text-decoration: none;
  font-weight: bold;
}
.page-entry .entry-categories {
  margin-top: 10px;
}
.page-entry .entry-categories .entry-category-link {
  text-decoration: none;
  font-size: 10px;
  color: #2A2045;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #2A2045;
  border-radius: 3px;
}
.page-entry .entry-categories .entry-category-link:hover {
  background-color: #2A2045;
  color: #fff;
}
.page-entry .entry-content p {
  line-height: 1.8;
}
.page-entry .entry-content p img {
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-entry .entry-content h3 {
  font-size: 24px;
  color: #2A2045;
  font-weight: bold;
  background-color: #f9f9f9;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
  margin-top: 80px;
  margin-bottom: 36px;
}
.page-entry .entry-content ol {
  padding: 20px;
}

.page-entry .entry-content ol strong{
  font-weight: bold;
}
.page-entry .entry-content ul strong{
  font-weight: bold;
}
.page-entry .entry-content h3::before {
  content: "";
  position: absolute;
  background-color: #2A2045;
  width: 6px;
  height: 100%;
  border-radius: 4px;
  left: 0;
  top: 0;
}
.page-entry .entry-content h4 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  padding-left: 20px;
  margin-bottom: 16px;
  position: relative;
}
.page-entry .entry-content h4::before {
  content: "";
  position: absolute;
  background-color: #2A2045;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  left: 0;
  top: 0;
}
.page-entry .entry-content h5 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 12px;
}
.page-entry .entry-content ul {
  padding: 10px 20px;
}
.page-entry p strong {
  font-weight: bold;
}
.page-entry p img {
  box-shadow: 0px 0px 10px 4px rgba(227, 227, 227, 0.45);
}
.page-entry .table-of-contents {
  background-color: #F8F8F8;
  position: relative;
  border-radius: 8px;
  margin-top: 40px;
}
.page-entry .table-of-contents > li:first-child {
  padding-top: 80px;
}
.page-entry .table-of-contents > li {
  padding-bottom: 20px;
  margin-right: 50px;
  margin-left: 50px;
  position: relative;
}
.page-entry .table-of-contents > li a {
  color: #2A2045;
  text-decoration: none;
}
.page-entry .table-of-contents > li a:hover {
  text-decoration: underline;
}
.page-entry .table-of-contents::before {
  content: "INDEX";
  position: absolute;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
}
.page-entry .table-of-contents ul {
  padding-left: 30px;
}
.page-entry .table-of-contents ul li ul {
  display: none;
}
.page-entry .table-of-contents ul li ul li ul {
  display: none;
}

@media screen and (max-width: 960px) {
  .page-entry #content #content-inner {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-entry #content #content-inner .entry-inner {
    padding: 0 24px;
  }
  .page-entry #content #wrapper {
    width: 100%;
  }
  .page-entry #content #box2 {
    width: 100%;
    margin-left: 0;
  }
  .page-entry .entry-header {
    margin-bottom: 20px;
  }
  .page-entry .entry-header .date a {
    text-decoration: none;
  }
  .page-entry .entry-header .date span {
    color: #2A2045;
    font-size: 12px;
  }
  .page-entry .entry-header .entry-title .entry-title-link {
    font-size: 20px;
    color: #2A2045;
    text-decoration: none;
    font-weight: bold;
  }
  .page-entry .entry-categories {
    margin-top: 10px;
  }
  .page-entry .entry-categories .entry-category-link {
    text-decoration: none;
    font-size: 10px;
    color: #2A2045;
    font-weight: bold;
    padding: 4px;
    border: 1px solid #2A2045;
    border-radius: 3px;
    display: inline-block;
  }
  .page-entry .entry-categories .entry-category-link:hover {
    background-color: #2A2045;
    color: #fff;
  }
  .page-entry .entry-content p {
    font-size: 14px;
    line-height: 1.8;
  }
   .page-entry .entry-content li {
    font-size: 14px;
    line-height: 1.8;
  }
  .page-entry .entry-content p img {
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-entry .entry-content h3 {
    font-size: 18px;
    color: #2A2045;
    font-weight: bold;
    background-color: #f9f9f9;
    padding: 10px 20px;
    position: relative;
    border-radius: 4px;
    margin-top: 40px;
    margin-bottom: 26px;
  }
  .page-entry .entry-content h3::before {
    content: "";
    position: absolute;
    background-color: #2A2045;
    width: 6px;
    height: 100%;
    border-radius: 4px;
    left: 0;
    top: 0;
  }
  .page-entry .table-of-contents {
    background-color: #F8F8F8;
    position: relative;
    border-radius: 8px;
    margin-top: 40px;
  }
  .page-entry .table-of-contents > li:first-child {
    padding-top: 80px;
  }
  .page-entry .table-of-contents > li {
    padding-bottom: 16px;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
  }
  .page-entry .table-of-contents > li a {
    color: #2A2045;
    text-decoration: none;
  }
  .page-entry .table-of-contents > li a:hover {
    text-decoration: underline;
  }
  .page-entry .table-of-contents::before {
    content: "INDEX";
    position: absolute;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
  }
  .page-entry .table-of-contents ul {
    padding-left: 30px;
  }
  .page-entry .table-of-contents ul li ul {
    display: none;
  }
  .page-entry .table-of-contents ul li ul li ul {
    display: none;
  }
}
/*====================================

詳細ページプロフィールボックス

=====================================*/
.ProfileBlock {
  border-top: 1px solid #d5d5d5;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d5d5d5;
  margin-top: 50px;
  display: flex;
}

.ProfileImg {
  max-width: 150px;
  width: 100%;
  height: 100%;
}

.ProfileTextArea {
  margin-left: 30px;
}

.ProfileName {
  font-size: 16px;
  font-weight: bold;
}

.ProfileTextA {
  color: #8f8d8d;
  font-size: 12px;
}

.ProfileTextB {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .ProfileBlock {
    border-top: 1px solid #D5D5D5;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D5D5D5;
    margin-top: 50px;
    margin-bottom: 50px;
    display: block;
  }
  .ProfileImg {
    max-width: 150px;
    height: 100%;
    margin: 0 auto 20px;
  }
  .ProfileTextArea {
    margin-left: 0px;
  }
}
/*====================================

SNS

=====================================*/
.sns_section ul {
  display: flex;
}
.sns_section ul li {
  list-style: none;
  margin-right: 10px;
}
.sns_section ul li img:hover {
  opacity: 0.7;
}

/*====================================

関連記事

=====================================*/
.hatena-module-custom-related {
  margin-bottom: 80px;
}
.hatena-module-custom-related .related-entries {
  display: flex;
}
.hatena-module-custom-related .urllist-item {
  max-width: calc((100% - 40px) / 2);
}
.hatena-module-custom-related .urllist-item:last-child {
  margin-left: 40px;
}
.hatena-module-custom-related .RelatedArticleCard__thumbnail {
  border-radius: 6px;
}
.hatena-module-custom-related .RelatedArticleCard__thumbnail img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 6px;
}
.hatena-module-custom-related .RelatedArticleCard__thumbnail img:hover {
  opacity: 0.8;
}
.hatena-module-custom-related .RelatedArticleCard__title a {
  text-decoration: none;
  color: #2A2045;
  font-weight: bold;
}
.hatena-module-custom-related .RelatedArticleCard__title a:hover {
  text-decoration: underline;
}

/*====================================

サイドバー

=====================================*/
.sidebarTitle_inner {
  margin-bottom: 40px;
}
.sidebarTitle_inner .sidebarTitle {
  font-size: 18px;
  font-weight: bold;
  color: #2A2045;
  text-align: center;
  position: relative;
  z-index: 1;
}
.sidebarTitle_inner .sidebarTitle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2A2045;
  border-radius: 4px;
  z-index: -99;
}
.sidebarTitle_inner .sidebarTitle::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 160px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -10;
}

.hatena-module-custom-sidebar-article .recent-entries .urllist-item {
  margin-bottom: 10px;
}
.hatena-module-custom-sidebar-article .recent-entries .urllist-item .urllist-item-inner {
  display: flex;
}
.hatena-module-custom-sidebar-article .recent-entries .urllist-item .urllist-item-inner .urllist-image-link {
  width: 80px;
}
.hatena-module-custom-sidebar-article .recent-entries .urllist-item .urllist-item-inner .urllist-image-link img {
  width: 100%;
}
.hatena-module-custom-sidebar-article .recent-entries .urllist-item .urllist-item-inner .urllist-title-link {
  width: calc(100% - 90px);
  font-size: 12px;
  color: #2A2045;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin-left: 10px;
}
.hatena-module-custom-sidebar-article .recent-entries .urllist-item .urllist-item-inner .urllist-title-link:hover {
  text-decoration: underline;
}
.hatena-module-custom-sidebar-article .recent-entries .urllist-item .urllist-image {
  border-radius: 4px;
  display: block;
}
.hatena-module-custom-sidebar-article .recent-entries .urllist-item .urllist-image:hover {
  opacity: 0.8;
}
.hatena-module-custom-sidebar-article #linkban {
  margin-top: 50px;
}
.hatena-module-custom-sidebar-article #linkban li {
  list-style: none;
  margin-bottom: 10px;
}
.hatena-module-custom-sidebar-article #linkban li img {
  border-radius: 6px;
  width: 100%;
}
.hatena-module-custom-sidebar-article #linkban li img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 960px) {
  .hatena-module-custom-sidebar-article .recent-entries .urllist-item {
    margin-bottom: 10px;
  }
  .hatena-module-custom-sidebar-article .recent-entries .urllist-item .urllist-image {
    border-radius: 4px;
    display: block;
    width: 150px;
  }
  .hatena-module-custom-sidebar-article .recent-entries .urllist-item .urllist-image:hover {
    opacity: 0.8;
  }
  .hatena-module-custom-sidebar-article .recent-entries .urllist-item .urllist-title-link {
    font-size: 12px;
    color: #2A2045;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-left: 90px;
  }
  .hatena-module-custom-sidebar-article .recent-entries .urllist-item .urllist-title-link:hover {
    text-decoration: underline;
  }
  .hatena-module-custom-sidebar-article #linkban {
    margin-top: 50px;
  }
  .hatena-module-custom-sidebar-article #linkban li {
    list-style: none;
    margin-bottom: 10px;
  }
  .hatena-module-custom-sidebar-article #linkban li img {
    border-radius: 6px;
    width: 100%;
  }
  .hatena-module-custom-sidebar-article #linkban li img:hover {
    opacity: 0.8;
  }
}
/*====================================
/*====================================
/*====================================

一覧ページ

=====================================*/
/*====================================
/*====================================*/
.page-archive .SiteHeader {
  top: 0;
}
.page-archive #content {
  padding-top: 100px;
}
.page-archive #content .archive-heading {
  font-weight: bold;
  padding: 0 10px;
}
.page-archive #content #content-inner {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.page-archive #content #wrapper {
  width: 75%;
}
.page-archive #content #box2 {
  width: 25%;
  margin-left: 74px;
}
.page-archive .entry-header {
  margin-bottom: 30px;
}
.page-archive .entry-header .date a {
  text-decoration: none;
}
.page-archive .entry-header .date span {
  color: #2A2045;
  font-size: 12px;
}
.page-archive .entry-header .entry-title .entry-title-link {
  font-size: 30px;
  color: #2A2045;
  text-decoration: none;
  font-weight: bold;
}
.page-archive .entry-categories {
  margin-top: 10px;
}
.page-archive .entry-categories .entry-category-link {
  text-decoration: none;
  font-size: 10px;
  color: #2A2045;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #2A2045;
  border-radius: 3px;
  display: inline-block;
}
.page-archive .entry-categories .entry-category-link:hover {
  background-color: #2A2045;
  color: #fff;
}
.page-archive .entry-content p {
  line-height: 1.8;
}
.page-archive .entry-content p img {
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-archive .entry-content h3 {
  font-size: 24px;
  color: #2A2045;
  font-weight: bold;
  background-color: #f9f9f9;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
  margin-top: 70px;
  margin-bottom: 36px;
}
.page-archive .entry-content h3::before {
  content: "";
  position: absolute;
  background-color: #2A2045;
  width: 6px;
  height: 100%;
  border-radius: 4px;
  left: 0;
  top: 0;
}
.page-archive .archive-date a {
  color: #2A2045;
  font-size: 12px;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .page-archive #content #content-inner {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-archive #content #wrapper {
    width: 100%;
  }
  .page-archive #content #box2 {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .page-archive .entry-header {
    margin-bottom: 30px;
  }
  .page-archive .entry-header .date a {
    text-decoration: none;
  }
  .page-archive .entry-header .date span {
    color: #2A2045;
    font-size: 12px;
  }
  .page-archive .entry-header .entry-title .entry-title-link {
    font-size: 30px;
    color: #2A2045;
    text-decoration: none;
    font-weight: bold;
  }
  .page-archive .entry-categories {
    margin-top: 10px;
  }
  .page-archive .entry-categories .entry-category-link {
    text-decoration: none;
    font-size: 10px;
    color: #2A2045;
    font-weight: bold;
    padding: 4px;
    border: 1px solid #2A2045;
    border-radius: 3px;
    display: inline-block;
  }
  .page-archive .entry-categories .entry-category-link:hover {
    background-color: #2A2045;
    color: #fff;
  }
  .page-archive .entry-content p {
    line-height: 1.8;
  }
  .page-archive .entry-content p img {
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .page-archive .entry-content h3 {
    font-size: 24px;
    color: #2A2045;
    font-weight: bold;
    background-color: #f9f9f9;
    padding: 10px 20px;
    position: relative;
    border-radius: 4px;
    margin-top: 70px;
    margin-bottom: 36px;
  }
  .page-archive .entry-content h3::before {
    content: "";
    position: absolute;
    background-color: #2A2045;
    width: 6px;
    height: 100%;
    border-radius: 4px;
    left: 0;
    top: 0;
  }
}
/*** シンプルなデザイン ***/
.page-archive .archive-entries {
  display: flex;
  flex-wrap: wrap;
}

.page-archive .archive-entries .archive-entry {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  height: auto;
}

@media (min-width: 481px) {
  .page-archive .archive-entries .archive-entry {
    width: 50%;
  }
}
.archive-entry-header {
  display: flex;
  flex-direction: column-reverse;
  order: 2;
  width: 100%;
}

.page-archive .archive-entries .entry-title {
  line-height: 1.5;
  font-size: 18px;
  margin: 0.3em 0;
  margin-bottom: 0;
  padding: 0;
  font-weight: bold;
}

.page-archive .entry-title a {
  font-size: 18px;
  color: #2A2045;
  text-decoration: none;
}

.page-archive .archive-entries .entry-thumb-link {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 2px 5px -1px, rgba(0, 0, 0, 0.2) 0px 1px 3px -1px;
  width: 100%;
  height: auto;
}

.page-archive .archive-entries .entry-thumb-link .entry-thumb {
  width: 100%;
  height: 100%;
}

.page-archive .entry-thumb {
  background-size: cover;
  background-position: 50%;
  border-radius: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transition: 0.25s ease-in-out;
}

.page-archive .archive-entries .categories {
  order: 3;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
.page-archive .archive-entries .categories a {
  color: #2A2045;
  text-decoration: none;
  border: 1px solid #2A2045;
  padding: 2px;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 4px;
  display: inline-block;
}

.page-archive .entry-thumb::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.25s ease-in-out;
}

.page-archive .archive-entries .archive-entry:hover .entry-thumb {
  transform: scale(1.04);
}

.page-archive .archive-entries .archive-entry:hover .entry-thumb::before {
  opacity: 1;
}

.archive-entry-body {
  display: none;
}

/*====================================
/*====================================
/*====================================

カテゴリー一覧ページ

=====================================*/
/*====================================
/*====================================*/
.page-archive-category #content {
  padding-top: 30px;
}

/*====================================
/*====================================
/*====================================

固定ページ

=====================================*/
/*====================================
/*====================================*/
.page-static_page .SiteHeader {
  top: 0;
}
.page-static_page .p-interview-hero {
  padding-top: 80px;
}
.page-static_page #content-inner {
  display: flex;
}
.page-static_page #content #content-inner {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.page-static_page #content #wrapper {
  width: 75%;
}
.page-static_page #content #box2 {
  padding-top: 100px;
  width: 25%;
  margin-left: 70px;
}
.page-static_page #content #box2 #box2-inner {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .page-static_page #content #content-inner {
    display: block;
    padding: 0;
  }
  .page-static_page #content #wrapper {
    width: 75%;
  }
  .page-static_page #content #box2 {
    padding-top: 100px;
    margin-left: 0px;
  }
  .page-static_page #content #box2 #box2-inner {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .page-static_page #content #content-inner {
    display: block;
    padding: 0;
  }
  .page-static_page #content #wrapper {
    width: 100%;
  }
  .page-static_page #content #box2 {
    width: 100%;
    padding-top: 100px;
    margin-left: 0px;
  }
  .page-static_page #content #box2 #box2-inner {
    width: 100%;
  }
}
/*====================================

CTOページ（固定ページ）

=====================================*/
.page-static_page #content .p-interview-hero img {
  border-radius: 10px;
}
.page-static_page #content .p-interview-section01_carditem-wrapper img {
  border-radius: 6px 6px 0 0;
}
.page-static_page #content .p-interview-section01__carddetail {
  border-radius: 0 0 6px 6px;
}
.page-static_page #content .p-interview-section02 {
  border-radius: 10px;
}
.page-static_page #content .p-interview-section04 {
  border-radius: 10px;
}

/*====================================

aboutページ（固定ページ）

=====================================*/
.page-about #content #content-inner {
  padding-top: 84px;
  padding-bottom: 50px;
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
.page-about #content #wrapper {
  width: 75%;
}
.page-about #content #box2 {
  width: 25%;
  margin-left: 74px;
  padding-top: 50px;
}
.page-about #content dl {
  display: none;
}

@media screen and (max-width: 960px) {
  .page-about #content #content-inner {
    padding-top: 64px;
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-about #content #content-inner .entry-inner {
    padding: 0 24px;
  }
  .page-about #content #wrapper {
    width: 100%;
  }
  .page-about #content #box2 {
    width: 100%;
    margin-left: 0;
  }
}
/*====================================

ページネーション

=====================================*/
.pager {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.pager .pager-next {
  display: inline-block;
}
.pager .pager-next a {
  color: #2A2045;
  text-decoration: none;
  border: 2px solid #D9D8DE;
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
.pager .pager-next a:hover {
  background-color: #2A2045;
  color: #fff;
}
.pager .pager-prev {
  display: inline-block;
}
.pager .pager-prev a {
  color: #2A2045;
  text-decoration: none;
  border: 2px solid #D9D8DE;
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}
.pager .pager-prev a:hover {
  background-color: #2A2045;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .pager {
    display: block;
    text-align: center;
  }
  .pager .pager-next {
    display: block;
    margin-bottom: 40px;
  }
  .pager .pager-next a {
    color: #2A2045;
    text-decoration: none;
    border: 2px solid #D9D8DE;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .pager .pager-next a:hover {
    background-color: #2A2045;
    color: #fff;
  }
  .pager .pager-prev {
    display: block;
    margin-bottom: 40px;
  }
  .pager .pager-prev a {
    color: #2A2045;
    text-decoration: none;
    border: 2px solid #D9D8DE;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
  }
  .pager .pager-prev a:hover {
    background-color: #2A2045;
    color: #fff;
  }
}
/*====================================

検索ボックス

=====================================*/
.hatena-module-custom-searchBox {
  margin-top: 20px;
  margin-bottom: 20px;
}
.hatena-module-custom-searchBox .search-module-input {
  border: 1px solid #d1d1d1;
  height: 40px;
  border-radius: 10px;
  width: calc(100% - 60px);
}
.hatena-module-custom-searchBox .search-module-button {
  border: 1px solid #d1d1d1;
  border: none;
  height: 40px;
  border-radius: 10px;
  color: #fff;
  background-color: #000;
}

.search-result-form {
  display: none;
}
@media screen and (max-width: 640px) {
  .hatena-module-custom-searchBox .search-form {
    display: flex;
  }
}
/*====================================

非表示のもの

=====================================*/
.entry-footer-section {
  display: none;
}

.page-entry .entry-header-menu {
  display: none !important;
}/*# sourceMappingURL=style.css.map */