@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
.pc {
  display: none !important;
}

.column {
  display: none;
}

/* =================================================
   unique layout
================================================= */
#container {
  overflow: hidden;
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container section.p-blog.list .logo-w {
  display: none;
}
#container section.p-blog.list .logo-b {
  display: block;
}
#container section.p-blog.list .logo-w {
  display: block;
}
#container section.p-blog.list .logo-b {
  display: none;
}
#container section.p-blog.list .p-global__head .js-target {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vw;
  position: relative;
  z-index: 1;
}
#container section.p-blog.list .p-global__head h1 {
  font-family: "Zen Maru Gothic", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: capitalize;
  color: hsl(0, 0%, 100%);
  text-align: center;
  font-size: 10rem;
  margin: 4vw auto 0;
}
#container section.p-blog.list .p-global__head h1 span {
  display: block;
  margin: 0 auto;
}
#container section.p-blog.list .p-global__head h1 span.img {
  width: 16vw;
}
#container section.p-blog.list .p-global__head h2 {
  text-align: center;
  color: hsl(0, 0%, 100%);
  line-height: 1.75;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 5.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
#container section.p-blog.list .p-global__head a.p-global__logo,
#container section.p-blog.list .p-global__head a:link.p-global__logo {
  width: 85.3333333333vw;
  margin: 24vw 0 0;
}
#container section.p-blog.list::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #009fe8;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#container section.p-blog.detail .logo-w {
  display: none;
}
#container section.p-blog.detail .logo-b {
  display: block;
}
#container section.p-blog.detail .p-global__head .js-target {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vw;
  position: relative;
  z-index: 1;
}
#container section.p-blog.detail .p-global__head h1 {
  font-family: "Zen Maru Gothic", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: capitalize;
  color: #009fe8;
  text-align: center;
  font-size: 10rem;
  margin: 4vw auto 0;
}
#container section.p-blog.detail .p-global__head h1 span {
  display: block;
  margin: 0 auto;
}
#container section.p-blog.detail .p-global__head h1 span.img {
  width: 16vw;
}
#container section.p-blog.detail .p-global__head h2 {
  text-align: center;
  color: #009fe8;
  line-height: 1.75;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 5.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
#container section.p-blog.detail .p-global__head a.p-global__logo,
#container section.p-blog.detail .p-global__head a:link.p-global__logo {
  width: 85.3333333333vw;
  margin: 0 0 0;
}
#container section.p-blog .content.taglist {
  width: 92vw;
  margin: 0 auto 8vw;
}
#container section.p-blog .content.taglist ul.cata {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 2.6666666667vw;
}
#container section.p-blog .content.taglist ul.cata li a,
#container section.p-blog .content.taglist ul.cata li a:link {
  text-decoration: none;
  display: block;
  color: #07f;
  min-height: 5.3333333333vw;
  padding: 0.5333333333vw 4vw;
  background: hsl(0, 0%, 100%);
  border-radius: 2.6666666667vw;
}
#container section.p-blog .content.taglist ul.cata li a::before,
#container section.p-blog .content.taglist ul.cata li a:link::before {
  content: "#";
}
#container section.p-blog .content.list {
  width: 92vw;
  padding: 0 0 20px;
  margin: 20px auto 0;
}
#container section.p-blog .content.list h3.h3_1 {
  text-align: left;
  padding: 0 16px;
  margin: 12px 0 0;
}
#container section.p-blog .content.list h3.h3_1 span {
  display: block;
  color: #07f;
}
#container section.p-blog .content.list h3.h3_1 span.date {
  line-height: 1;
}
#container section.p-blog .content.list h3.h3_1 span.txt {
  line-height: 1.75;
  margin: 16px 0 0;
}
#container section.p-blog .content.list h4.h4_1 {
  display: flex;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 48vw;
  right: 16px;
}
#container section.p-blog .content.list h4.h4_1 span {
  display: block;
}
#container section.p-blog .content.list h4.h4_1 span a,
#container section.p-blog .content.list h4.h4_1 span a:link {
  color: hsl(0, 0%, 100%);
  padding: 2px 6px;
  margin: 0 0 0 6px;
  background: #009fe8;
}
#container section.p-blog .content.list h4.h4_1 span a::before,
#container section.p-blog .content.list h4.h4_1 span a:link::before {
  content: "#";
}
#container section.p-blog .content.list figure a,
#container section.p-blog .content.list figure a:link {
  display: block;
  height: 45.8666666667vw;
  overflow: hidden;
}
#container section.p-blog .content.list figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container section.p-blog .content.list .item {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0 0 24px;
  margin: 0 auto 20px;
  background: hsl(0, 0%, 100%);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#container section.p-blog .content.list .item.new .date::before {
  flex-shrink: 0;
  content: "NEW";
  display: block;
  text-align: center;
  color: hsl(0, 0%, 100%);
  line-height: 1;
  padding: 0.2666666667vw;
  margin: 0 1.3333333333vw 0 0;
  background: #d95589;
  position: absolute;
  z-index: 1;
  top: 43.4666666667vw;
}
#container section.p-blog .content.detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 84vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#container section.p-blog .content.detail h2.h2_2 {
  width: 100%;
  margin: 2.6666666667vw 0 0;
}
#container section.p-blog .content.detail h2.h2_2 span {
  color: #009fe8;
}
#container section.p-blog .content.detail h3.h3_4 {
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 0 0 0 1.3333333333vw;
}
#container section.p-blog .content.detail h3.h3_4 span {
  vertical-align: middle;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
#container section.p-blog .content.detail h3.h3_4 span a,
#container section.p-blog .content.detail h3.h3_4 span a:link {
  color: hsl(0, 0%, 100%);
  padding: 2px 6px;
  margin: 0 0 0 6px;
  background: #009fe8;
}
#container section.p-blog .content.detail h3.h3_4 span a::before,
#container section.p-blog .content.detail h3.h3_4 span a:link::before {
  content: "#";
}
#container section.p-blog .content.detail p.date {
  display: flex;
  align-items: center;
  color: #07f;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: bold;
  margin: 0;
}
#container section.p-blog .content.detail.new .date::before {
  flex-shrink: 0;
  content: "NEW";
  display: block;
  text-align: center;
  color: hsl(0, 0%, 100%);
  line-height: 1;
  padding: 0.2666666667vw;
  margin: 0 1.3333333333vw 0 0;
  background: #d95589;
}
#container section.p-blog .content.detail_2 {
  width: 84vw;
  margin: 30px auto 80px;
  /* -------------------------------------
      item
  */
}
#container section.p-blog .content.detail_2 .text {
  /* -------------------------------------
  USER AREA
  ------------------------------------- */
  min-height: 20vh;
  /*
  select, 
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=date],
  textarea {
      width: 100%;
  }
  */
}
#container section.p-blog .content.detail_2 .text .example p {
  font-size: 12pt;
}
#container section.p-blog .content.detail_2 .text .wp-block-columns-is-layout-flex {
  display: flex;
}
#container section.p-blog .content.detail_2 .text .wpcf7-form table td p {
  display: flex;
  padding: 0;
}
#container section.p-blog .content.detail_2 .text h1,
#container section.p-blog .content.detail_2 .text h2,
#container section.p-blog .content.detail_2 .text h3,
#container section.p-blog .content.detail_2 .text h4,
#container section.p-blog .content.detail_2 .text h5,
#container section.p-blog .content.detail_2 .text h6,
#container section.p-blog .content.detail_2 .text p,
#container section.p-blog .content.detail_2 .text ul,
#container section.p-blog .content.detail_2 .text ol,
#container section.p-blog .content.detail_2 .text table {
  margin: 0 0 20px;
}
#container section.p-blog .content.detail_2 .text h1 {
  font-size: 24px;
}
#container section.p-blog .content.detail_2 .text h2 {
  font-size: 21px;
}
#container section.p-blog .content.detail_2 .text h3 {
  font-size: 18px;
}
#container section.p-blog .content.detail_2 .text h4 {
  font-size: 16px;
}
#container section.p-blog .content.detail_2 .text h5 {
  font-size: 14px;
}
#container section.p-blog .content.detail_2 .text h6 {
  font-size: 14px;
}
#container section.p-blog .content.detail_2 .text strong {
  font-weight: bold;
}
#container section.p-blog .content.detail_2 .text em {
  -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  transform: skewX(-5deg);
}
#container section.p-blog .content.detail_2 .text ul, #container section.p-blog .content.detail_2 .text ol {
  padding: 0 0 0 1.5em;
}
#container section.p-blog .content.detail_2 .text blockquote {
  padding: 0 0 0 1em;
}
#container section.p-blog .content.detail_2 .text p {
  display: block;
  font-size: 14px;
}
#container section.p-blog .content.detail_2 .text img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}
#container section.p-blog .content.detail_2 .text a,
#container section.p-blog .content.detail_2 .text a:link {
  display: inline-block;
  color: hsl(0, 0%, 40%);
  text-decoration: underline;
}
#container section.p-blog .content.detail_2 .text a:hover {
  color: #b3c4de;
  text-decoration: none;
}
#container section.p-blog .content.detail_2 .text iframe {
  max-width: 100%;
  max-height: 47.25vw;
  box-sizing: border-box;
}
#container section.p-blog .content.newpost, #container section.p-blog .content.date {
  width: 92vw;
  margin: 5.3333333333vw auto 0;
  /* -------------------------------------
  item
  */
}
#container section.p-blog .content.newpost h3.h3_3, #container section.p-blog .content.date h3.h3_3 {
  display: flex;
  align-items: baseline;
  width: 100%;
  padding: 0 0 1.3333333333vw;
  margin: 0 0 2.6666666667vw;
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
#container section.p-blog .content.newpost h3.h3_3 span.txt_2, #container section.p-blog .content.date h3.h3_3 span.txt_2 {
  margin: 0 0 0 2.6666666667vw;
}
#container section.p-blog .content.newpost h4.h4_2 span, #container section.p-blog .content.date h4.h4_2 span {
  color: hsl(0, 0%, 0%);
}
#container section.p-blog .content.newpost .item, #container section.p-blog .content.date .item {
  width: 100%;
  padding: 0 0 2vw;
  margin: 0 auto 2.6666666667vw;
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
#container section.p-blog .content.company-profile {
  width: 100%;
  overflow: hidden;
}
#container section.p-blog .pager ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 2em 0;
}
#container section.p-blog .pager ul .first,
#container section.p-blog .pager ul .last,
#container section.p-blog .pager ul .prev,
#container section.p-blog .pager ul .next {
  display: block;
  padding: 0.5em 1em;
}
#container section.p-blog .pager ul .first,
#container section.p-blog .pager ul .last {
  margin: 0 0.3em;
}
#container section.p-blog .pager ul .prev {
  margin: 0 1.5em 0 0.3em;
}
#container section.p-blog .pager ul .next {
  margin: 0 0.3em 0 1.5em;
}
#container section.p-blog .pager ul a,
#container section.p-blog .pager ul a:link {
  text-decoration: none;
  display: block;
  color: hsl(0, 0%, 100%);
  opacity: 1;
  transition: 0.2s opacity;
}
#container section.p-blog .pager ul a:hover {
  opacity: 0.4;
}
#container section.p-blog .pager ul .none {
  opacity: 0;
}
#container section.p-blog .page_control {
  padding: 0 0 8vw;
}
#container section.p-blog .page_control .inner {
  width: 100%;
  margin: 5.3333333333vw auto 0;
}
#container section.p-blog .page_control .inner .b_backforw {
  width: 100%;
}
#container section.p-blog .page_control .inner .b_backforw .pager {
  display: flex;
  width: 92vw;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
#container section.p-blog .page_control .inner .b_backforw .pager .none,
#container section.p-blog .page_control .inner .b_backforw .pager a,
#container section.p-blog .page_control .inner .b_backforw .pager a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: hsl(0, 0%, 0%);
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 8vw;
  box-sizing: border-box;
  position: relative;
}
#container section.p-blog .page_control .inner .b_backforw .pager .none {
  opacity: 0;
}
#container section.p-blog .page_control .inner .b_backforw .pager .parent {
  width: 28vw;
}
#container section.p-blog .page_control .inner .b_backforw .pager .prev,
#container section.p-blog .page_control .inner .b_backforw .pager .next {
  width: 24vw;
}
#container section.p-blog .page_control .inner .b_backforw .pager .parent span.txt {
  width: 100%;
}

/* -------------------------------------
    aside
------------------------------------- */
aside.sidebar {
  padding: 30px 0 0;
  background: #009fe8;
}
aside.sidebar .content.taglist {
  width: 92vw;
  margin: 0 auto 8vw;
}
aside.sidebar .content.taglist ul.cata {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 2.6666666667vw;
}
aside.sidebar .content.taglist ul.cata li a,
aside.sidebar .content.taglist ul.cata li a:link {
  text-decoration: none;
  display: block;
  color: #07f;
  min-height: 5.3333333333vw;
  padding: 0.5333333333vw 4vw;
  background: hsl(0, 0%, 100%);
  border-radius: 2.6666666667vw;
}
aside.sidebar .content.taglist ul.cata li a::before,
aside.sidebar .content.taglist ul.cata li a:link::before {
  content: "#";
}
aside.sidebar .content.newpost {
  width: 92vw;
  padding: 0 0 20px;
  margin: 40px auto 0;
}
aside.sidebar .content.newpost h2.h2_2 {
  text-align: center;
  padding: 0 16px;
  margin: 0 0 40px;
}
aside.sidebar .content.newpost h2.h2_2 span {
  display: block;
  color: hsl(0, 0%, 100%);
}
aside.sidebar .content.newpost h3.h3_1 {
  text-align: left;
  padding: 0 16px;
  margin: 12px 0 0;
}
aside.sidebar .content.newpost h3.h3_1 span {
  display: block;
  color: #07f;
}
aside.sidebar .content.newpost h3.h3_1 span.date {
  line-height: 1;
}
aside.sidebar .content.newpost h3.h3_1 span.txt {
  line-height: 1.75;
  margin: 16px 0 0;
}
aside.sidebar .content.newpost h4.h4_1 {
  display: flex;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 48vw;
  right: 16px;
}
aside.sidebar .content.newpost h4.h4_1 span {
  display: block;
}
aside.sidebar .content.newpost h4.h4_1 span a,
aside.sidebar .content.newpost h4.h4_1 span a:link {
  color: hsl(0, 0%, 100%);
  padding: 2px 6px;
  margin: 0 0 0 6px;
  background: #009fe8;
}
aside.sidebar .content.newpost h4.h4_1 span a::before,
aside.sidebar .content.newpost h4.h4_1 span a:link::before {
  content: "#";
}
aside.sidebar .content.newpost figure a,
aside.sidebar .content.newpost figure a:link {
  display: block;
  height: 45.8666666667vw;
  overflow: hidden;
}
aside.sidebar .content.newpost figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
aside.sidebar .content.newpost .item {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0 0 24px;
  margin: 0 auto 20px;
  background: hsl(0, 0%, 100%);
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
aside.sidebar .content.newpost .item.new .date::before {
  flex-shrink: 0;
  content: "NEW";
  display: block;
  text-align: center;
  color: hsl(0, 0%, 100%);
  line-height: 1;
  padding: 0.2666666667vw;
  margin: 0 1.3333333333vw 0 0;
  background: #d95589;
  position: absolute;
  z-index: 1;
  top: 43.4666666667vw;
}
aside.sidebar .content.company-profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
}
aside.sidebar .content.company-profile a,
aside.sidebar .content.company-profile a:link {
  display: block;
  color: hsl(0, 0%, 100%);
}
aside.sidebar .content.company-profile a.p-global__logo,
aside.sidebar .content.company-profile a:link.p-global__logo {
  width: 53.3333333333vw;
  margin: 0 auto;
}
aside.sidebar .content.company-profile h2.title {
  text-align: center;
  color: hsl(0, 0%, 100%);
  margin: 30px auto 0;
}
aside.sidebar .content.company-profile p {
  color: hsl(0, 0%, 100%);
}
aside.sidebar .content.company-profile p.text {
  text-align: center;
  margin: 10px auto 0;
}
aside.sidebar .content.company-profile p.post {
  margin: 40px auto 0;
}
aside.sidebar .content.company-profile p.tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 100%;
  margin: 0 auto 0;
}
aside.sidebar .content.company-profile p.tel a.btn,
aside.sidebar .content.company-profile p.tel a:link.btn {
  flex-shrink: 0;
}
aside.sidebar .content.company-profile p.tel a.sns,
aside.sidebar .content.company-profile p.tel a:link.sns {
  width: 10.6666666667vw;
  margin: 0 0 0 6.6666666667vw;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  /* -------------------------------------
          animation
  */
  @keyframes motion-btn-link {
    0% {
      height: 0%;
    }
    100% {
      height: 100%;
    }
  }
  /* =================================================
     unique layout
  ================================================= */
  .single-blog .column {
    display: block;
  }
  .single-blog #wrapper {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 700px 324px 1fr;
  }
  .single-blog #wrapper #container {
    grid-row: 1/-1;
    grid-column: 2/3;
    width: 100%;
  }
  .single-blog #wrapper .sidebar {
    grid-row: 1/2;
    grid-column: 3/4;
    display: grid;
    align-items: start;
    width: 100%;
  }
  .single-blog #wrapper .sidebar .company-profile {
    grid-row: 1;
  }
  .single-blog #wrapper .sidebar .newpost {
    grid-row: 2;
  }
  .single-blog #wrapper .sidebar .taglist {
    grid-row: 3;
  }
  .single-blog #wrapper .p-footer {
    grid-row: 2/3;
    grid-column: 3/4;
    width: 100%;
  }
  #container {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container section.p-blog {
    display: grid;
    grid-template-columns: 10px repeat(2, 1fr) 10px;
    column-gap: 40px;
    width: 100%;
    max-width: 1024px;
    padding: 0 0 50px;
    margin: 0 auto;
  }
  #container section.p-blog.list .p-global__head .js-target {
    height: 390px;
  }
  #container section.p-blog.list .p-global__head h1 {
    color: hsl(0, 0%, 100%);
    font-size: 44px;
    margin: 30px auto 0;
  }
  #container section.p-blog.list .p-global__head h1 span.img {
    width: 90px;
  }
  #container section.p-blog.list .p-global__head h2 {
    color: hsl(0, 0%, 100%);
    font-size: 21px;
    line-height: 1;
    top: 30px;
  }
  #container section.p-blog.list .p-global__head a.p-global__logo,
  #container section.p-blog.list .p-global__head a:link.p-global__logo {
    width: 500px;
    margin: 60px 0 0;
  }
  #container section.p-blog.detail .p-global__head .js-target {
    height: 230px;
  }
  #container section.p-blog.detail .p-global__head h1 {
    color: #009fe8;
    font-size: 44px;
    margin: 30px auto 0;
  }
  #container section.p-blog.detail .p-global__head h1 span.img {
    width: 90px;
  }
  #container section.p-blog.detail .p-global__head h2 {
    color: #009fe8;
    font-size: 21px;
    line-height: 1;
    top: 30px;
  }
  #container section.p-blog.detail .p-global__head a.p-global__logo,
  #container section.p-blog.detail .p-global__head a:link.p-global__logo {
    width: 500px;
    margin: 0 0 0;
  }
  #container section.p-blog .p-global__head {
    grid-column: 1/-1;
  }
  #container section.p-blog .content.taglist {
    grid-column: 1/-1;
    width: 100%;
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto 40px;
    box-sizing: border-box;
  }
  #container section.p-blog .content.taglist ul.cata {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 20px;
  }
  #container section.p-blog .content.taglist ul.cata li a,
  #container section.p-blog .content.taglist ul.cata li a:link {
    min-height: 24px;
    padding: 4px 30px;
    border-radius: 12px;
  }
  #container section.p-blog .content.list {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    column-gap: 30px;
    row-gap: 30px;
    width: 100%;
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #container section.p-blog .content.list h2 {
    font-size: 44px;
  }
  #container section.p-blog .content.list h3.h3_1 {
    margin: 10px 0 0;
  }
  #container section.p-blog .content.list h3.h3_1 span.txt {
    padding: 0;
  }
  #container section.p-blog .content.list h4.h4_1 {
    top: 154px;
  }
  #container section.p-blog .content.list p.lead {
    font-size: 21px;
  }
  #container section.p-blog .content.list figure {
    width: 100%;
  }
  #container section.p-blog .content.list figure a,
  #container section.p-blog .content.list figure a:link {
    height: 146px;
  }
  #container section.p-blog .content.list .link {
    margin: 10px auto 0;
  }
  #container section.p-blog .content.list .link a,
  #container section.p-blog .content.list .link a:link {
    font-size: 16px;
  }
  #container section.p-blog .content.list .item {
    display: block;
    min-width: auto;
    max-width: 290px;
    height: auto;
    margin: 0;
  }
  #container section.p-blog .content.list .item.new .date:before {
    padding: 2px;
    margin: 0 10px 0 0;
    top: 132px;
  }
  #container section.p-blog .content.detail {
    grid-column: 2/4 !important;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  #container section.p-blog .content.detail h2.h2_2 {
    font-size: 21px;
    margin: 30px 0 0;
  }
  #container section.p-blog .content.detail h3.h3_4 {
    font-size: 12px;
    margin: 0 0 0 6px;
  }
  #container section.p-blog .content.detail p.date {
    font-size: 14px;
    margin: 0 6px 0 0;
  }
  #container section.p-blog .content.detail.new .date:before {
    font-size: 12px;
    padding: 2px;
    margin: 0 10px 0 0;
  }
  #container section.p-blog .content.detail_2 {
    grid-column: 2/4;
    width: 100%;
    max-width: 960px;
    margin: 30px auto 60px;
    /* -------------------------------------
    item
    */
  }
  #container section.p-blog .content.detail_2 .text {
    /* -------------------------------------
    USER AREA
    ------------------------------------- */
  }
  #container section.p-blog .content.detail_2 .text .example {
    font-size: 1.8rem;
  }
  #container section.p-blog .content.detail_2 .text .example p {
    font-size: 1.8rem;
  }
  #container section.p-blog .content.detail_2 .text h1 {
    font-size: 30px;
  }
  #container section.p-blog .content.detail_2 .text h2 {
    font-size: 28px;
  }
  #container section.p-blog .content.detail_2 .text h3 {
    font-size: 24px;
  }
  #container section.p-blog .content.detail_2 .text h4 {
    font-size: 20px;
  }
  #container section.p-blog .content.detail_2 .text h5 {
    font-size: 18px;
  }
  #container section.p-blog .content.detail_2 .text h6 {
    font-size: 16px;
  }
  #container section.p-blog .content.detail_2 .text p {
    font-size: 14px;
  }
  #container section.p-blog .content.newpost, #container section.p-blog .content.date {
    width: 100%;
    margin: 40px auto 0;
    /* -------------------------------------
    item
    */
  }
  #container section.p-blog .content.newpost h3.h3_3, #container section.p-blog .content.date h3.h3_3 {
    padding: 0 0 2px;
    margin: 0 0 14px;
  }
  #container section.p-blog .content.newpost h3.h3_3 span.txt_2, #container section.p-blog .content.date h3.h3_3 span.txt_2 {
    margin: 0 0 0 10px;
  }
  #container section.p-blog .content.newpost .item, #container section.p-blog .content.date .item {
    padding: 0 0 14px;
    margin: 0 auto 14px;
  }
  #container section.p-blog .content.new {
    grid-column: 2;
  }
  #container section.p-blog .content.date {
    grid-column: 3;
  }
  #container section.p-blog .pager {
    grid-column: 1/-1;
    padding: 70px 0 30px;
  }
  #container section.p-blog .page_control {
    grid-column: 1/-1;
    padding: 0 0 96px;
  }
  #container section.p-blog .page_control .inner {
    width: 100%;
    max-width: 960px;
    margin: 64px auto 0;
  }
  #container section.p-blog .page_control .inner .b_backforw .pager {
    width: 100%;
    justify-content: center;
  }
  #container section.p-blog .page_control .inner .b_backforw .pager .none,
  #container section.p-blog .page_control .inner .b_backforw .pager a,
  #container section.p-blog .page_control .inner .b_backforw .pager a:link {
    height: 40px;
  }
  #container section.p-blog .page_control .inner .b_backforw .pager .parent {
    width: 200px;
  }
  #container section.p-blog .page_control .inner .b_backforw .pager .prev,
  #container section.p-blog .page_control .inner .b_backforw .pager .next {
    width: 100px;
  }
  /* -------------------------------------
      aside
  ------------------------------------- */
  aside.sidebar {
    padding: 30px 0 0;
  }
  aside.sidebar .content.taglist {
    width: 100%;
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto 40px;
    box-sizing: border-box;
  }
  aside.sidebar .content.taglist ul.cata {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 20px;
  }
  aside.sidebar .content.taglist ul.cata li a,
  aside.sidebar .content.taglist ul.cata li a:link {
    min-height: 24px;
    padding: 4px 20px;
    border-radius: 12px;
  }
  aside.sidebar .content.newpost {
    width: 100%;
    padding: 0 0 20px;
    margin: 40px auto 0;
  }
  aside.sidebar .content.newpost h2.h2_2 {
    padding: 0;
    margin: 0 0 20px;
  }
  aside.sidebar .content.newpost h3.h3_1 {
    padding: 0 16px;
    margin: 12px 0 0;
  }
  aside.sidebar .content.newpost h3.h3_1 span.txt {
    line-height: 1.75;
    margin: 16px 0 0;
  }
  aside.sidebar .content.newpost h4.h4_1 {
    top: 144px;
  }
  aside.sidebar .content.newpost figure a,
  aside.sidebar .content.newpost figure a:link {
    height: 136px;
  }
  aside.sidebar .content.newpost .item {
    min-width: auto;
    max-width: 280px;
    padding: 0 0 24px;
    margin: 0 auto 20px;
    border-radius: 15px;
  }
  aside.sidebar .content.newpost .item.new .date::before {
    padding: 0.2666666667vw;
    margin: 0 1.3333333333vw 0 0;
    top: 43.4666666667vw;
  }
  aside.sidebar .content.company-profile {
    margin: 0 auto;
  }
  aside.sidebar .content.company-profile a.p-global__logo,
  aside.sidebar .content.company-profile a:link.p-global__logo {
    width: 100%;
    max-width: 200px;
  }
  aside.sidebar .content.company-profile h2.title {
    font-size: 16px;
    margin: 40px auto 0;
  }
  aside.sidebar .content.company-profile p.text {
    margin: 10px auto 0;
  }
  aside.sidebar .content.company-profile p.post {
    margin: 40px auto 0;
  }
  aside.sidebar .content.company-profile p.tel {
    font-size: 16px;
    width: 100%;
  }
  aside.sidebar .content.company-profile p.tel a.sns,
  aside.sidebar .content.company-profile p.tel a:link.sns {
    width: 40px;
    margin: 0 0 0 30px;
  }
}/*# sourceMappingURL=blog.css.map */