@charset "UTF-8";
.ly_header {
  width: 100%;
}

.bl_header {
  background: #fff;
}

.bl_header_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.bl_header_group {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 72px;
}

.bl_header_logo {
  max-width: 320px;
  transition: all 0.3s;
}

.bl_header_logo:hover {
  opacity: 0.7;
}

.bl_header_logoGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.bl_header_logoGroup img {
  width: 100%;
  max-width: 32px;
  transition: all 0.3s;
}
.bl_header_logoGroup img:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1080px) {
  .bl_header_group {
    padding: 17.5px 0;
  }
}
.bl_header_logo {
  width: 60%;
}
.bl_header_logo img {
  width: 100%;
}

.bl_header_nav {
  background: #c5ab5f;
  padding: 14px 0;
}

.bl_header_nav_list {
  width: 90%;
  margin: 0 auto;
  max-width: 490px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  overflow: scroll;
  -ms-overflow-style: none;
}

.bl_header_nav_list::-webkit-scrollbar {
  display: none;
}

.bl_header_nav_listItem {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.08em;
  flex-shrink: 0;
  transition: all 0.3s;
}

.bl_header_nav_listItem:hover {
  opacity: 0.7;
}

.bl_header_nav_list_line {
  width: 1px;
  height: 15px;
  background: #fff;
  flex-shrink: 0;
}

@media screen and (min-width: 1080px) {
  .bl_header_nav_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }
  .bl_header_nav_list {
    margin: 0;
    justify-content: flex-start;
  }
}
.ly_footer {
  width: 100%;
  padding: 40px 0 16px;
}

.bl_footer_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}

@media screen and (min-width: 1080px) {
  .bl_footer_inner {
    width: 80%;
  }
}
.bl_contBg_primaryLight {
  background: rgba(197, 171, 95, 0.1);
}

.bl_footer_logo img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .bl_footer_logo {
    width: 60%;
  }
}
@media screen and (min-width: 1080px) {
  .bl_footer_logo {
    width: 30%;
  }
}
.bl_footer_txt {
  margin-top: 12px;
  font-size: 12px;
  width: 70%;
}

.bl_footer_under {
  margin-top: 16px;
}

.bl_footer_logoGroup {
  display: flex;
  gap: 8px;
}
.bl_footer_logoGroup img {
  max-width: 32px;
  transition: all 0.3s;
}
.bl_footer_logoGroup img:hover {
  opacity: 0.7;
}

.bl_footer_nav {
  margin-top: 32px;
}

.bl_footer_nav_list {
  display: flex;
  align-items: center;
  gap: 0 6px;
  flex-wrap: wrap;
}

.bl_footer_nav_listItem {
  font-size: 12px;
  flex-shrink: 0;
  transition: all 0.3s;
}

.bl_footer_nav_listItem:hover {
  opacity: 0.7;
}

.bl_footer_nav_list_line {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #111;
  transform: rotate(15deg);
}

@media screen and (min-width: 1080px) {
  .bl_footer_nav {
    margin-top: 0;
  }
}
.bl_footer_line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin-top: 32px;
}

.bl_footer_copyRight_wrapper {
  text-align: center;
  margin-top: 16px;
  line-height: 100%;
}

@media screen and (min-width: 1080px) {
  .bl_footer_under {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.bl_postGroup {
  display: grid;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .bl_postGroup {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_postGroup {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bl_post_card {
  transition: all 0.3s;
}

.bl_post_card:hover .bl_post_card_thumbnailWrapper img {
  transform: scale(1.1);
}

.bl_post_card_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 100%;
}

.bl_post_card_info_date {
  color: #666;
  letter-spacing: 0.02em;
}

.bl_post_card_thumbnailWrapper {
  margin-top: 8px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #c5ab5f;
}
.bl_post_card_thumbnailWrapper img {
  width: 100%;
  transition: all 0.3s;
}

.thumbnail_image {
  -o-object-fit: cover;
     object-fit: cover; /* アスペクト比を保持しつつ、指定サイズに合わせてトリミング */
}

.bl_post_card figcaption {
  margin-top: 8px;
}

.bl_post_card_ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}

.bl_postGroup__single {
  margin-top: 40px;
}

.ly_pagiNation {
  margin-top: 40px;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background: #d1d1d1;
}

@media screen and (min-width: 1080px) {
  .page-numbers {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.current {
  background: #111;
  color: #fff;
}

.dots {
  background: none;
  line-height: 0;
}

label {
  display: block;
}
label p {
  font-weight: 700;
}
label input,
label textarea {
  border: 1px solid #ddd;
  width: 100%;
  padding: 8px;
}
label textarea {
  height: 200px;
}

label + label {
  margin-top: 24px;
}

@media screen and (min-width: 1080px) {
  label {
    display: flex;
    justify-content: space-between;
  }
  label p {
    width: 30%;
  }
}
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 4px;
}

body {
  font-size: 14px;
  font-family: "Noto Sans JP";
  color: #111;
  line-height: 175%;
}

@media screen and (min-width: 1080px) {
  body {
    font-size: 16px;
  }
}
.bl_cont_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 1080px) {
  .bl_cont_inner {
    width: 80%;
  }
  .bl_cont_inner__70 {
    width: 70%;
  }
  .bl_cont_inner__60 {
    width: 60%;
    max-width: 850px;
  }
}
.bl_imgWrapper img {
  width: 100%;
}

.un_lb {
  display: none;
}

@media screen and (min-width: 1080px) {
  .un_lb {
    display: block;
  }
}
.ly_cont {
  padding: 56px 0;
}

@media screen and (min-width: 1080px) {
  .ly_cont {
    padding: 64px 0;
  }
}
.ly_btn {
  margin-top: 24px;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .ly_btn {
    margin-top: 16px;
    text-align: left;
  }
  .ly_btn__contact {
    text-align: center;
    margin-top: 24px;
  }
}
.ly_pageKv {
  padding: 56px 0;
}

@media screen and (min-width: 1080px) {
  .bl_cta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 41px;
  }
}
.bl_contBg_cta {
  background-image: url(../img/sp_cta_bgImg.jpg);
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 1080px) {
  .bl_contBg_cta {
    background-image: url(../img/pc_cta_bgImg.png);
  }
}
.bl_cta_imgWrapper img {
  width: 100%;
}

.bl_cta_ttl_hidden {
  display: none;
}

.bl_cta_ttlLogo {
  margin-top: 24px;
}
.bl_cta_ttlLogo img {
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .bl_cta_imgWrapper {
    max-width: 324px;
  }
  .bl_cta_ttlLogo {
    max-width: 415px;
    margin-top: 0;
  }
}
.bl_cta_txt {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .bl_cta_txt {
    margin-top: 18px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_cta_txt {
    text-align: left;
  }
}
.bl_pageKv {
  background-image: url(../img/pageKv_bgImg.png);
  border-bottom: 1px solid #c5ab5f;
}

.bl_pageKv_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.bl_pageKv_ttl__contact {
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .bl_pageKv_ttl {
    font-size: 26px;
  }
}
.el_btn {
  display: inline-block;
  padding: 15.5px 41px;
  background: #111;
  color: #fff;
  border-radius: 24.5px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.3s;
  border: 1px solid #111;
}

.el_btn__white {
  background: #fff;
  color: #111;
  border: 1px solid #fff;
}

.el_btn:hover {
  background: #fff;
  color: #111;
}

.el_btn__white:hover {
  background: #111;
  color: #fff;
}

.el_category {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 17px;
  color: #fff;
  font-weight: 600;
  line-height: 100%;
  font-size: 12px;
  transition: all 0.3s;
}

.el_category--html-css {
  background: #aca56c;
}

.el_category--javascript {
  background: #6cac7b;
}

.el_category--web-design {
  background: #d0a85e;
}

.el_category--web-create {
  background: #ac6ca0;
}

.el_category--wordpress {
  background: #6c9dac;
}

.el_category:hover {
  opacity: 0.7;
}

.el_secTtl {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

@media screen and (min-width: 1080px) {
  .el_secTtl {
    font-size: 28px;
  }
}
.ly_top_kv {
  padding: 56px 0 8px;
  position: relative;
}

@media screen and (min-width: 1080px) {
  .ly_top_kv {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1080px) {
  .bl_cont_inner__kv {
    display: flex;
    justify-content: space-between;
    gap: 42px;
    align-items: center;
  }
}
.bl_contBg_kv {
  background-image: url(../img/top_kv_bgImg.jpg);
  background-repeat: repeat;
}

.bl_top_kv_post {
  max-width: 926px;
  margin: 0 auto;
  border: 1px solid #c5ab5f;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.bl_top_kv_postLink:hover {
  -webkit-animation: top-hover 0.3s ease-in;
          animation: top-hover 0.3s ease-in;
}

@-webkit-keyframes top-hover {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes top-hover {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 1080px) {
  .bl_top_kv_postLink {
    display: block;
    width: 80%;
  }
  .bl_top_kv_post {
    display: flex;
    flex-direction: row-reverse;
  }
}
.bl_top_kv_post_thumbnailWrapper {
  overflow: hidden;
  height: 277px;
}
.bl_top_kv_post_thumbnailWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1080px) {
  .bl_top_kv_post_thumbnailWrapper {
    width: 50%;
  }
}
.bl_top_kv_post_body {
  background: #fff;
  padding: 17px;
}

.bl_top_kv_post_ttl {
  margin-top: 8px;
  line-height: 160%;
  font-weight: 700;
  font-size: 18px;
}

.bl_top_kv_post_date {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  line-height: 100%;
  text-align: right;
  color: #666;
}

@media screen and (min-width: 1080px) {
  .bl_top_kv_post_body {
    width: 50%;
    padding: 58px 48px;
  }
  .bl_top_kv_post_ttl {
    font-size: 20px;
  }
  .bl_top_kv_post_date {
    margin-top: 48px;
  }
}
.bl_top_kv_character_imgWrapper {
  width: 40%;
  margin: 0 0 0 auto;
}
.bl_top_kv_character_imgWrapper img {
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .bl_top_kv_character_imgWrapper {
    width: 20%;
    margin: 0;
  }
}
.bl_top_kv_decoImg_wrapper {
  width: 50%;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 0;
}
.bl_top_kv_decoImg_wrapper img {
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .bl_top_kv_decoImg_wrapper {
    width: 19%;
    margin: 0;
  }
}
.ly_single_relationTtl {
  text-align: center;
}

.ly_single_banner {
  display: block;
}

.bl_post_infoGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bl_post_info_date {
  font-size: 12px;
  color: #666;
}

.bl_post_ttl {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

@media screen and (min-width: 1080px) {
  .bl_post_ttl {
    font-size: 26px;
  }
}
.bl_post_thumbnailWrapper {
  margin-top: 24px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 170px;
}
.bl_post_thumbnailWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (min-width: 768px) {
  .bl_post_thumbnailWrapper {
    height: 300px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_post_thumbnailWrapper {
    height: 500px;
  }
}
.bl_post_cont p {
  margin-top: 40px;
}
.bl_post_cont p + p,
.bl_post_cont h2 + p,
.bl_post_cont h3 + p {
  margin-top: 24px;
}
.bl_post_cont h2 {
  margin-top: 64px;
  padding: 10px 8px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 160%;
  background: #111;
  border-radius: 8px;
}
.bl_post_cont h3 {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #c5ab5f;
  padding-bottom: 6px;
  line-height: 160%;
}
.bl_post_cont h3::before {
  display: inline-block;
  content: "";
  background-image: url(../img/moshashugyou_logo.png);
  background-size: cover;
  width: 28px;
  height: 22.5px;
  margin-right: 8px;
  vertical-align: middle;
}
@media screen and (min-width: 1080px) {
  .bl_post_cont h2 {
    margin-top: 80px;
  }
}

.bl_single_bannerWrapper {
  display: block;
  width: 100%;
  margin-top: 24px;
  transition: all 0.3s;
}
.bl_single_bannerWrapper img {
  width: 100%;
}

.bl_single_bannerWrapper:hover {
  opacity: 0.7;
}

.bl_single_relationTtl_imgWrapper {
  width: 34px;
  margin: 0 auto;
}
.bl_single_relationTtl_imgWrapper img {
  width: 100%;
}

.bl_single_relationTtl {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 100%;
  margin-top: 6px;
}

.bl_about_cont {
  margin-top: 24px;
}

.bl_about_cont_txt + .bl_about_cont_txt {
  margin-top: 24px;
}

.bl_404_txt {
  text-align: center;
  font-weight: 700;
}
/*# sourceMappingURL=styles.css.map */