@charset "UTF-8";

.space-blog a {
  display: inline;
  text-decoration: underline;
  color: #D61518;
}

.space-blog h1 {
    color: #333;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 0 0 10px;
    margin: 0 0 1em;
    border-left: 5px solid #D61518;
}

.space-blog h2 {
    color: #D61518;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin: 1em 0;
    border-bottom: 1px solid #D61518;
    display: inline-block;
}
.space-blog h2:first-child {
    margin-top: 0;
}

.space-blog h3 {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin: 1em 0 0.5em;
}

.space-blog h4 {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin: 1em 0 0.5em;
}

.space-blog p {
    font-size: 1.4rem;
}

.space-blog ul {
    padding: 0 0 0 2.5em;
    list-style: disc;
    margin-bottom: 1em;
}
.space-blog ol {
    padding: 0 0 0 2.5em;
    list-style: auto;
    margin-bottom: 1em;
}

.space-blog dt,
.space-blog dd {
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    line-height: 180%;
    color: #333;
}
.space-blog dt {
    margin-top: 0.5em;
    font-weight: 700;
}


.space-blog .btn.btn--primary {
    text-decoration: none;
    display: inline-block;
}
.space-blog .btn.btn--sm {
    min-width: 300px;
}

.space-blog .center {
    text-align: center;
}

.space-blog .profile {
    margin-bottom: 1em;
}
.space-blog .profile .profile__ttl {
    margin-bottom: 0.5em;
}
.space-blog .profile .profile__ttl strong {
    display: block;
}

.space-blog .profile .profile__detail {
    display: flex;
}
.space-blog .profile .profile__detail .profile__image img {
    max-width: none;
    width: 200px;
    margin-right: 1em;
}
.space-blog .profile .profile__detail p:nth-child(1) {
    
}
@media (max-width: 576px) {
  .space-blog .profile .profile__detail {
      display: block;
  }
  .space-blog .profile .profile__detail .profile__image {
      text-align: center;
  }
  .space-blog .profile .profile__detail .profile__image img {
      max-width: none;
      margin-right: 0;
  }
}

.space-blog .bold {
    font-weight: bold;
}
.space-blog .color-red {
    color: #D61518;
}
.space-blog .red {
    color: red;
}
.space-blog .blue {
    color: #0000ff;
}

.space-blog .underline {
    text-decoration: underline;
}

.space-blog .mt-8 {
    margin-top: 32px;
}

.space-blog iframe {
    margin-bottom: 2em;
}
@media (max-width: 576px) {
    .space-blog iframe {
        max-width: 100%;
        height: auto;
    }
}

.space-blog .imgflex {
    display: flex;
    justify-content: space-around;
}
@media (max-width: 576px) {
    .space-blog .imgflex {
        display: block;
        text-align: center;
    }
    .space-blog .imgflex img {
        margin-top: 8px;
    }
}

.space-blog .blogflex {
    display: flex;
    justify-content: space-around;
}
.space-blog .blogflex .flex1 {
    flex: 1;
}
.space-blog .blogflex .blogfleximg {
    margin-left: 8px;
    margin-bottom: 1em;
}
@media (max-width: 576px) {
    .space-blog .blogflex {
        display: block;
    }
    .space-blog .blogflex .blogfleximg {
        text-align: center;
    }
}

.hearing_contents {
    margin-bottom: 2em;
    display: flex;
}

.career_lead_txt {
    margin-bottom: 2em;
}

.career_contents {
    margin-bottom: 3.5em;
    display: flex;
}

@media screen and (max-width: 768px) {
  .career_contents.first  {
    margin-bottom: 1em;
  }
}

.career_contents.last {
  margin-bottom: 0em;
}

@media screen and (max-width: 768px) {
  .hearing_contents,.career_contents  {
    margin-bottom: 4em;
    flex-direction: column;
    align-items: center;
}
}

.instructor_img {
    display: block;
    width: 222px;
    max-width: none;
    margin-right: 2em;
}

@media screen and (max-width: 768px) {
  .instructor_img {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

.career_instructor_txt span {
    font-size: 1.8rem;
    font-weight: bold;
}

.career_instructor_txt p {
    margin-bottom: 0.5rem;
}

.detail_img {
    width: 140px;
    margin-right: 2em;
}

.detail_img.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .detail_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .detail_img.sp {
    display: block;
  }

  .detail_img.pc {
    display: none;
  }
}

/* CTA
-------------------------------------------- */
.cta__bar{
    padding: 2rem 7rem 4rem;
    box-sizing: border-box;
  }
  .cta__bar .inner{
    display: flex;
    gap: 4rem;
  }
  .cta__item_wrap{
    width: 100%;
    text-align: center;
  }
  .cta__item_wrap a{
    text-decoration: none;
  }
  .cta__item_wrap .lead{
    margin-bottom: 3rem;
  }
  .cta__item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    font-size: 2rem;
    font-weight: 700;
    padding: 0.8rem;
    position: relative;
    height: 6.5rem;
  } 
  .cta__item:hover {
    opacity: .8;
  }
  .cta__item .baloon{
    position: absolute;
    top: -2.25rem;
    border: 2px solid;
    font-size: 1.4rem;
    padding: 0.6rem 1.2rem 0.8rem;
    line-height: 1;
    background: #fff;
    color: initial;
    border-radius: 100px;
  }
  .cta__item .baloon:before{
    content: '';
    width: 20px;
    height:20px;
    display: inline-block;
    background: url(/images/contact-kakuyasu/icon-baloon.svg) no-repeat;
    position: absolute;
    bottom: -2rem;
    right: 2rem;
  }
  .cta__item.cta__line .baloon{
    color:#06C755;
  }
  .cta__item.cta__contact .baloon{
    color: #D61518;
  }
  .cta__item .item-icon{
    margin-right: 1rem;
  }
  .cta__item.cta__line .item-icon{
    height: 32px;
  }
  .cta__item.cta__contact .item-icon{
    height: 20px;
  }
  .cta__line{
    background-color:#06C755;
  }
  .cta__contact{
    background-color:#D61518;
  }
  @media screen and (max-width: 768px) {
    .cta__bar{
      padding: 2rem 0 4rem;
    }
    .cta__bar .inner{
      flex-direction: column;
      gap: 4rem;
      padding-inline: 1rem;
    }
    .cta__item{
      font-size: 1.8rem;
      font-weight: 500;
      padding: 0.5rem 2rem 0.4rem;
      height: 6rem;
    }
  }

  .cta__item .baloon_inner {
    color: #fff;
  }

/*
.bold {
    font-weight: bold;
    font-size: 10pt;
}
.large {
    font-size: large;
}
.fs-16 {
    font-size: 16px;
}
.list-space {
    padding: 10px;
    margin: 15px;
}
.line-height{
    line-height: 4rem;
    text-align: center;
}
.line-height-2rem{
    line-height: 2rem;
}
.a-tag-bold {
    display: inline-block;
    font-weight: 700;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.text-center{
    text-align: center;
}
.color-red {
    color: #D61518;
}
.free-support {
    margin: 1rem 0;
}
.alignnone {
    margin: 5px 0 10px 0;
}
.space-top-under {
    margin: 10px 0;
}
.space-under {
    margin-bottom: 2.5rem;
}
.hoiku-img {
    margin-left: 5%;
}
*/