/*=============================================
 * body
 *=============================================*/
body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.59;
  letter-spacing: 0.02em;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  word-break: break-word; }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.62; } }
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0; }

/* =============================================
 * Custom
*=============================================*/
.h-24 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.14em;
  line-height: 2.18; }

@media screen and (max-width: 767px) {
  .h-24 {
    font-size: 17px; } }
/* button */
.button {
  position: relative; }

.button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 42px;
  background-color: #3BD000;
  border: 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 28px;
  box-sizing: border-box;
  padding: 0 0 2px;
  position: relative;
  z-index: 1;
  border-radius: 50px; }
  .button a:hover {
    background-color: #000;
    opacity: 1; }

/* -- -- */
.txt-udl {
  text-decoration: underline; }

a.txt-udl:hover {
  text-decoration: none; }

.txt-c {
  text-align: center; }

.txt-j {
  text-align: justify; }

.txt-r {
  text-align: right; }

.cl-blue {
  color: #3D9FCA; }

.cl-green {
  color: #77D1A0; }

.cl-red {
  color: #BD3A43; }

.cl-yellow {
  color: #FFB357; }

.cl-black {
  color: #4B4B4B; }

.cl-white {
  color: #fff; }

.udl01 {
  background-image: linear-gradient(#AE0615, #AE0615);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.udl02 {
  background-image: linear-gradient(#002A7D, #002A7D);
  background-size: 100% 17px;
  background-repeat: no-repeat;
  background-position: left bottom; }

.fw-r {
  font-weight: 400; }

.fw-m {
  font-weight: 500; }

.fw-b {
  font-weight: 700; }

.fw-black {
  font-weight: 900; }

.bdra-10 {
  border-radius: 10px; }

.bdra-20 {
  border-radius: 20px; }

.bdra-30 {
  border-radius: 30px; }

.img_shadow {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); }

.img-obj {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover; }

@media screen and (max-width: 767px) {
  .bdra-20 {
    border-radius: 10px; }

  .bdra-30 {
    border-radius: 15px; } }
/* -- --*/
.w600 {
  max-width: 600px;
  margin: 0 auto; }

.w800 {
  max-width: 800px;
  margin: 0 auto; }

.w900 {
  max-width: 900px;
  margin: 0 auto; }

/* -- --*/
.section-space {
  padding: 100px 0; }

.pt80 {
  padding-top: 80px; }

.pt120 {
  padding-top: 120px; }

.pb80 {
  padding-bottom: 80px; }

.pb100 {
  padding-bottom: 100px; }

.pb120 {
  padding-bottom: 120px; }

.pb200 {
  padding-bottom: 200px; }

@media screen and (max-width: 1080px) {
  .section-space {
    padding-right: 0;
    padding-left: 0; } }
@media screen and (max-width: 767px) {
  .section-space {
    padding: 50px 0; }

  .pt80 {
    padding-top: 40px; }

  .pt120 {
    padding-top: 60px; }

  .pb80 {
    padding-bottom: 40px; }

  .pb100 {
    padding-bottom: 50px; }

  .pb120 {
    padding-bottom: 60px; }

  .pb200 {
    padding-bottom: 100px; } }
/* -- --*/
.bg-cl01 {
  background-color: #77D1A0; }

.bg-cl02 {
  background-color: #F3F7F8; }

/* -- -- */
.img-zoom,
.img-zoom figure {
  display: block;
  overflow: hidden; }

.img-zoom .img,
.img-zoom .img-obj {
  transition: 0.6s ease-in-out; }

.img-zoom:hover .img,
.img-zoom:hover .img-obj {
  transform: scale(1.07); }

/* -- --*/
.photo-full img {
  width: 100%;
  max-width: inherit; }

@media screen and (max-width: 767px) {
  .photo-full {
    width: 100%;
    height: 50vw; }

  .photo-full img {
    height: 100%;
    object-fit: cover; } }
/* -- --*/
hr {
  border: 0;
  border-bottom: 1px solid #fff; }

/*=============================================
 * <header>
 *=============================================*/
header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 24px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 6px solid #FAFAFA; }
  header .logo {
    flex: 1 0 0; }
    header .logo a {
      display: block;
      max-width: 227px; }

.navbar {
  display: flex;
  align-items: center;
  gap: 34px; }
  .navbar .nav {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 700;
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 0.14em;
    text-align: center; }
    .navbar .nav li {
      border-right: 1px solid #D2D2D2;
      padding: 5px 30px; }
    .navbar .nav a {
      display: block; }
      .navbar .nav a i {
        display: block;
        margin: 0 auto; }
    .navbar .nav .icon-1 {
      background: url("../img/common/icon-copy.png") no-repeat center top/100% auto;
      width: 29px;
      height: 38px; }
    .navbar .nav .icon-2 {
      background: url("../img/common/icon-book.png") no-repeat center top/100% auto;
      width: 31px;
      height: 38px; }
    .navbar .nav .icon-3 {
      background: url("../img/common/icon-speaker.png") no-repeat center top/100% auto;
      width: 40px;
      height: 38px; }
    .navbar .nav .icon-4 {
      background: url("../img/common/icon-info.png") no-repeat center top/100% auto;
      width: 32px;
      height: 38px; }
  .navbar .sns {
    display: flex;
    gap: 10px;
    padding-left: 20px; }
    .navbar .sns li {
      width: 31px; }
  .navbar .shodensha {
    width: 41px; }

@media screen and (max-width: 1200px) {
  .navbar {
    gap: 20px; }
    .navbar .nav li {
      padding: 5px 25px; }
    .navbar .sns {
      padding-left: 0; } }
@media screen and (max-width: 1023px) {
  header {
    height: 55px;
    padding: 0 15px; }
    header .logo a {
      max-width: 112px; }

  .hamburger {
    display: block; }

  .navbar {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: -1;
    overflow-y: auto;
    padding: 80px 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear; }
    .navbar .nav {
      flex-direction: column; }
      .navbar .nav li {
        width: 180px;
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid #D2D2D2; }

  .navOpen header:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-bottom: 6px solid #FAFAFA;
    position: absolute;
    top: 0;
    left: 0; }
  .navOpen .navbar {
    opacity: 1;
    visibility: visible; } }
@media screen and (max-width: 767px) {
  .navbar {
    justify-content: flex-start; } }
/*=============================================
 * <footer>
 *=============================================*/
footer {
  border-top: 4px solid #FAFAFA;
  padding: 90px 0; }
  footer .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; }
  footer .logo {
    flex: 1 0 0; }
    footer .logo a {
      display: block;
      max-width: 227px; }
  footer .list {
    display: flex;
    align-items: flex-start;
    gap: 50px; }
    footer .list .shodensha {
      width: 149px; }
    footer .list .feel {
      width: 112px; }
    footer .list .jam {
      width: 137px; }
    footer .list .onblue {
      width: 124px; }
  footer address {
    width: 100%;
    color: #555;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: left; }
    footer address a {
      text-decoration: underline; }
      footer address a:hover {
        text-decoration: none; }

.abj {
  background-color: #FBFBFB;
  color: #000;
  padding: 57px 0; }
  .abj .wrap {
    display: grid;
    grid-template-columns: 82px 1fr;
    align-items: center;
    gap: 55px; }
  .abj .txt {
    font-weight: 500;
    line-height: 1.78;
    letter-spacing: 0.04em; }

@media screen and (max-width: 1023px) {
  footer .list {
    gap: 15px; } }
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0; }
    footer .wrap {
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 40px; }
    footer .logo {
      flex: inherit; }
      footer .logo a {
        max-width: 195px;
        margin: 0 auto; }
    footer .list {
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 32px;
      width: 205px;
      margin: 0 auto; }
      footer .list .shodensha {
        width: 96px; }
      footer .list .feel {
        width: 72px; }
      footer .list .jam {
        width: 89px; }
      footer .list .onblue {
        width: 80px; }
    footer address {
      font-size: 10px;
      letter-spacing: 0.02em; }

  .abj {
    padding: 20px 0; }
    .abj .wrap {
      grid-template-columns: 1fr;
      gap: 15px; }
    .abj .logo {
      width: 82px;
      margin: 0 auto; }
    .abj .txt {
      font-size: 11px;
      letter-spacing: 0.02em; } }
/*=============================================
 * <section>
 *=============================================*/
section {
  padding: 40px 0 180px; }
  section .wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px; }
  section .contents {
    width: 944px; }
  section .sidebar {
    width: 345px;
    color: #333;
    line-height: 30px; }
    section .sidebar .item {
      background-color: #F6F6F6;
      padding-bottom: 40px; }
      section .sidebar .item + .item {
        margin-top: 90px; }
    section .sidebar h3 {
      display: flex;
      align-items: center;
      gap: 10px;
      height: 80px;
      position: relative;
      padding: 0 20px; }
      section .sidebar h3:before {
        content: '';
        width: 100%;
        height: 3px;
        background-image: linear-gradient(to bottom, #DADADA 50%, #fff 50%);
        position: absolute;
        bottom: 0;
        left: 0; }
      section .sidebar h3 img[src*='book'] {
        max-width: 31px; }
      section .sidebar h3 img[src*='speaker'] {
        max-width: 40px; }
    section .sidebar [class*="list"] {
      display: grid;
      gap: 25px;
      padding: 36px 30px 0; }
      section .sidebar [class*="list"] figure {
        display: block;
        padding-top: 100%;
        position: relative; }
        section .sidebar [class*="list"] figure img {
          max-height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      section .sidebar [class*="list"] a:hover img {
        transform: translate(-50%, -50%) scale(1.07); }
      section .sidebar [class*="list"] .ttl-1 {
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 0.04em;
        text-align: center;
        padding-top: 20px; }
        section .sidebar [class*="list"] .ttl-1 span {
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          display: -webkit-box;
          overflow: hidden; }
      section .sidebar [class*="list"] .author {
        font-weight: 500;
        font-size: 17px;
        letter-spacing: 0.04em;
        text-align: center; }
      section .sidebar [class*="list"] .ttl-2 {
        font-weight: 500;
        font-size: 17px;
        letter-spacing: 0.02em;
        padding-top: 20px; }
        section .sidebar [class*="list"] .ttl-2 span {
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          display: -webkit-box;
          overflow: hidden; }
      section .sidebar [class*="list"] .time {
        font-weight: 500;
        letter-spacing: 0.02em;
        padding-top: 10px; }
    section .sidebar .button {
      text-align: center;
      padding-top: 40px; }

@media screen and (max-width: 1440px) {
  section .contents {
    width: calc(100% - 365px); } }
@media screen and (max-width: 1023px) {
  section .wrap {
    flex-direction: column;
    gap: 100px; }
  section .contents {
    width: 100%; }
  section .sidebar {
    width: 100%; }
    section .sidebar [class*="list"] {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px; }
      section .sidebar [class*="list"] li:nth-child(3) {
        display: none; } }
@media screen and (max-width: 767px) {
  section {
    padding: 15px 0 50px; }
    section .wrap {
      gap: 50px; }
    section .sidebar .item {
      background: transparent;
      padding-bottom: 0; }
      section .sidebar .item + .item {
        margin-top: 45px; }
    section .sidebar h3 {
      height: auto;
      padding: 0 0 10px; }
      section .sidebar h3 img[src*='book'] {
        max-width: 19px; }
      section .sidebar h3 img[src*='speaker'] {
        max-width: 20px; }
    section .sidebar [class*="list"] {
      gap: 25px 20px;
      line-height: 20px;
      padding: 16px 0 0; }
      section .sidebar [class*="list"] .ttl-1 {
        font-size: 16px;
        text-align: left; }
      section .sidebar [class*="list"] .author {
        font-size: 13px;
        text-align: left; }
      section .sidebar [class*="list"] .ttl-2,
      section .sidebar [class*="list"] .time {
        font-size: 16px; }
      section .sidebar [class*="list"] .time {
        padding-top: 10px; }
    section .sidebar .list-2 {
      grid-template-columns: 1fr; }
    section .button {
      padding-top: 24px; } }
/*=============================================
 * breadcrumbs
 *=============================================*/
.breadcrumbs {
  position: relative; }

/* =============================================
 * 404
 *=============================================*/
#content-404 {
  padding: 160px 0 100px; }
  #content-404 .txt {
    padding-top: 40px; }

#content-404 .button {
  padding-top: 40px; }

@media screen and (max-width: 767px) {
  #content-404 {
    padding: 50px 0; }
    #content-404 .txt {
      padding-top: 30px; }

  #content-404 .button {
    padding-top: 30px; } }

/*# sourceMappingURL=shared.css.map */
