body{
  background-color: var(--b-light-color);
}

.header .logo-svg{
  fill: #3c3c3c;
  /* filter: drop-shadow(1px 1px 1px #ffffff12); */
}

.logo_wrap{
  color: #3c3c3c;
}


.staff_images{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.staff_images img{
  position: absolute;
}


.blog_h1_group {
  position: absolute;
  color: var(--black);
  top: 18.5rem;
  left: 10rem;
  z-index: 2;
}

.blog_h1_sub {
  font-size: 3.5rem;
  font-family: var(--Jost);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.285714285714286em;
}

.blog_h1 {
  font-size: 6.4rem;
  font-weight: 500;
  font-family: var(--Jost);
  letter-spacing: 0.01em;
}

.blog_h1_p {
  font-size: 2rem;
  width: 14.3rem;
  margin-top: 2.8rem;
  margin-left: 0.8rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-family: var(--NotoSans);
}


.blog_rectangle {
  position: absolute;
  top: 39.21rem;
  left: 10.2rem;
  width: 16rem !important;
  height: 2rem !important;
  z-index: 1;
}

.article_top{
  padding: 9rem 6rem 0 0;
  position: relative;
  line-height: 0;
  margin-left: 6rem;
  position: sticky;
  top: 0;
  z-index: -1;
  padding: 9rem 6rem 0 3.9rem;
}

.article_top_image{
  aspect-ratio: calc(540 / 400);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.article_category{
  background-color: var(--b-dark-color);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.2rem 1.7rem 0.2rem;
  position: absolute;
  line-height: 2;
  /* top: 26.5rem; */
  bottom: 10rem;
  left: 0;
  font-family: var(--NotoSans);
}

.article_title_wrap{
  overflow: hidden;
  width: 64rem;
  background-color: #fff;
  line-height: 1;
  position: absolute;
  /* top: 32.4rem; */
  bottom: 4.12rem;
  left: 0;
  display: flex;
}

.article_title_inner{
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.4rem 2rem 0.4rem;
  /* width: 100%; */
  font-family: var(--NotoSans);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 15s;
  display: inline-block;
}

@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

.article_title_wrap::before,
.article_title_wrap::after {
  content: attr(data-title);
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  white-space: nowrap;
  padding: 0.4rem 2rem 0.4rem;
  /* width: 100%; */
  font-family: var(--NotoSans);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 15s;
  display: inline-block;
}

.article_title{
  display: inline;
  font-weight: 500;
}

.article_main_wrap{
  padding: 8rem 0 10rem;
  position: relative;
  font-family: var(--NotoSans);
  border-radius: 0 8rem 0 0;
  background-color: var(--b-light-color);
}

.article_info{
  display: flex;
  padding: 0 6rem;
  justify-content: space-between;
  margin-bottom: 6.7rem;
}

.tag_list{
  display: flex;
  gap: 1.2rem;
}

.tag_list > li{
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  background-color: #fff;
  padding: 0.5rem 1.8rem;
  border-radius: 3rem;
}

.post_date::before{
  content: 'UP DATE';
  font-weight: 500;
  color: var(--b-dark-color);
  font-family: var(--Jost);
  margin-right: 0.7rem;
}

.post_date{
  font-family: var(--Jost);
  font-size: 1.4rem;
  font-weight: 500;
}

.author_wrap{
  display: flex;
  gap: 1.5rem;
  padding: 0 6rem;
  align-items: center;
  margin-bottom: 7rem;
}

.author_wrap img{
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  object-fit: cover;
}

.author{
  font-size: 1.5rem;
  font-weight: 500;
}

.magazine_link{
  position: absolute;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  background-color: #fff;
  color: var(--black);
  padding: 1.5rem 6rem 1.3rem 2.6rem;
  border-radius: 2.5rem 0 0 2.5rem;
  top: 15rem;
  right: 0;
}

.balloon_wrap{
  padding: 0 6rem;
}

.balloon_wrap.single_heading{
  /* text-align: center!important; */
  /* align-items: center!important; */
  /* justify-content: center; */
  /* margin-top: 0!important; */
}



.balloon_wrap.vertical{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 2.7rem;
  margin-bottom: 9.4rem;
  align-items: flex-start;
}

.balloon_wrap.vertical:nth-child(odd){
  display: flex;
  gap: 2.7rem;
  flex-direction: row;
}

.vertical .heading{
  writing-mode: vertical-rl;
}

.vertical .heading > span{
  background-color: var(--black);
  /* line-height: 1.6; */
  /* letter-spacing: 0.05em; */
}

.heading span{
  padding: 0.5rem 0.3rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-box-decoration-break: clone;
  line-height: 1.8;
}

.balloon_wrap.horizontal{
  margin-bottom: 9.4rem;
  position: relative;
  margin-top: -8%;
}

.balloon_wrap.horizontal .heading{
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.5rem 3.9rem 6rem;
  border-radius: 3rem 3rem 3rem 0;
  position: relative;
  width: 43rem;
  height: 100%;
  background-color: var(--b-dark-color);
  left: 3rem;
  transform: translateY(40%);
  line-height: 1;
  transform: translateY(5rem);
}


.balloon_wrap.horizontal:nth-child(odd) .heading{
  margin-left: auto;
  left: auto;
  right: 3rem;
  border-radius: 3rem 3rem 0 3rem;
}

.balloon_wrap.horizontal:nth-child(odd) .balloon{
  margin-left: auto;
}

.balloon_wrap.horizontal.single_heading{
  margin-top: 0;
}

.balloon_wrap.horizontal.single_heading .heading{
  border-radius: 3rem;
  padding: 2.5rem 4rem;
  transform: translateY(0);
  /* text-align: center; */
}

.balloon_wrap.horizontal.single_heading >.heading span{
  font-size: 3rem;
  line-height: 1;
  padding: 0;
}

.balloon_wrap.vertical.single_heading{
  display: block;
  margin-top: 0;
  text-align: center;
}

.balloon_wrap.vertical.single_heading .heading{
  padding: 0;
  writing-mode: initial;
}

.balloon_wrap.vertical.single_heading >.heading span{
  font-size: 2.5rem;
  line-height: 1;
  padding: 0.5rem;
  display: inline-block;
}

.balloon{
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 2.5rem 4rem;
  border-radius: 3rem 3rem 3rem 0;
  position: relative;
  box-shadow: 0.9rem 0.7rem var(--b-dark-color);
  letter-spacing: 0.02em;
  width: 43rem;
}

.balloon::before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 4.4rem;
  /* border-bottom-width: 13px; */
  border-left-width: 0;
  border-right-width:4.4rem;
  /* margin-left: -17px; */
  border-top-color:var(--b-dark-color);
  top:100%;
  left: 0.9rem;
}

.balloon::after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 4.4rem;
  /* border-bottom-width: 13px; */
  border-left-width: 0;
  border-right-width:4.4rem;
  /* margin-left: -17px; */
  border-top-color:#fff;
  top:100%;
  left: 0;
}

.balloon_wrap:nth-child(odd) .balloon{
  border-radius: 3rem 3rem 0 3rem;
}

.balloon_wrap:nth-child(odd) .balloon::before{
  border-right-width: 0;
  border-left-width:4.4rem;
  right: -0.9rem;
  left: auto;
}

.balloon_wrap:nth-child(odd) .balloon::after{
  left: auto;
  right: 0;
  border-right-width: 0;
  border-left-width: 4.4rem;
}

.article_image{
  width: 100%;
  height: auto;
}

figcaption{
  background-color: #fff;
  padding: 0.7rem 1.2rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  top: -0.2rem;
}

figcaption::before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width:10px;
  border-bottom-width: 1.2rem;
  border-left-width: 1.6rem;
  border-right-width: 0.4rem;
  margin-left: -10px;
  border-bottom-color:#fff;
  bottom: 99%;
  left:2rem;
  border-radius: 1rem 6px 0px 0;
}

.single_image{
  padding-right: 12rem;
  margin-bottom: 10rem;
  line-height: 0;
}

.single_image .article_image{
  border-radius: 0 5rem 0 0;
}

.single_image figcaption{
  margin-right: 6rem;
  position: relative;
  max-width: fit-content;
  margin-left: 5rem;
}

.double_image{
  padding-left: 6rem;
  display: flex;
  gap: 4rem;
  justify-content: space-between;
  margin-bottom: 10rem;
  line-height: 0;
}

.double_image .article_image{
  border-radius: 5rem 0 0 0;
}

.double_image figcaption{
  margin-right: 6rem;
  position: relative;
}

.link_block{
  display: block;
  margin: 0 auto;
  padding: 1.65rem 8rem;
  background-color: #fff;
  width: 32.5rem;
  position: relative;
  border-radius: 1rem;
  font-size: 1.6rem;
  color: var(--black);
  font-weight: 500;
}

.link_block .arrow-svg{
  position: absolute;
  right: 1.2rem;
  width: 0.874rem;
  height: 0.874rem;
}

.info_block{
  background: #fff;
  padding: 3.3rem 3.5rem 4.3rem;
  margin: 0 6rem 14rem;
}

.info_heading{
  font-weight: 500;
  font-size: 1.7rem;
  margin-bottom: 3.2rem;
}

.info_text{
  font-size: 1.6rem;
  line-height: calc(30 /16);
  margin-bottom: 3rem;
}

.info_link{
  font-size: 1.5rem;
  text-decoration:underline;
  color: var(--black);
}


/* ここから共通 */
.article_bottom_wrap{
  background-color: var(--b-light-color);
}

.pagination{
  gap: 4.4rem;
  margin-bottom: 8rem;
}

.pagination li{
  text-align: center;
}

.pagination span{
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: block;
  font-family: var(--NotoSans);
}

.page-numbers{
  background: var(--b-dark-color);
  width: 7rem;
  height: 7rem;
}

.arrow-svg{
  margin: 0;
}

.prev .arrow-svg{
  transform: rotate(-135deg);
  stroke: #fff;
  width: 1.4rem;
  height: 1.4rem;
}

.next .arrow-svg{
  transform: rotate(45deg);
  stroke: #fff;
  width: 1.4rem;
  height: 1.4rem;
}

.divider_line {
  display: block;
  content: '';
  border-top: 0.2rem solid var(--black);
  max-width: 58rem;
  margin-left: 6rem;
}

.container_common {
  /* margin: 6.55rem auto; */
  padding: 6.55rem 6rem;
}

.search_result_area {
  max-width: 58rem;
  /* margin-left: 6rem; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 6.1rem;
  column-gap: 8rem;
  place-items: baseline;
}

.latest_article_area {
  width: 42.9rem;
  max-width: 25rem
}

.articles_images_area{
  position: relative;
  width: 100%;
  line-height: 0;
}

.articles_images_area > img{
  width: 100%;
  object-fit: cover;
  height: 18.6rem;
}

.container_common .sec_title {
  display: flex;
  font-size: 2rem;
  font-family: var(--NotoSans);
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-left: 2.1rem;
  height: 4rem;
  align-items: center;
  margin-bottom: 6rem;
}

.container_common span {
  position: relative;
}

.container_common span::before {
  position: absolute;
  content: '';
  border-left: 0.5rem solid var(--black);
  width: 0.5rem;
  height: 4rem;
}

.articles_images_area h4 {
  display: flex;
  color: var(--off-white);
  background-color: var(--b-dark-color);
  border-radius: 0 0.6rem 0 0;
  height: 2rem;
  padding: 0 2.3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  font-size: 1.2rem;
  font-family: var(--NotoSans);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.articles_text_area {
  position: relative;
  background-color: var(--off-white);
  max-width: 43rem;
  width: 100%;
  border-radius: 0 0 2rem 2rem;
}

.search_result_area h3 {
  line-height: 1.77777em;
  max-height: 12.5rem;
  font-size: 1.5rem;
  padding-left: 2.6rem;
  padding-right: 3.9rem;
  padding-top: 1.9rem;
  margin-bottom: 1.9rem;
  overflow: hidden;
}

.search_result.tag_color {
  display: flex;
  flex-wrap: wrap;
  padding-left: 2.6rem;
  max-width: 16.8rem;
  /* font-size: 0; */
  line-height: normal;
}

.latest_article_area time {
  display: block;
  margin-top: 1.1rem;
  margin-left: 3.1rem;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-family: var(--Jost);
  font-weight: 500;
  padding-bottom: 3.1rem;
}

.articles_icon {
  position: absolute;
  object-fit: cover;
  width: 4rem;
  height: 4rem;
  bottom: 2.3rem;
  right: 2.7rem;
  border-radius: 2rem;
}

.tag_color li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--b-dark-color);
  border-radius: 2.2rem;
  color: var(--off-white);
  font-weight: 500;
  text-decoration: none;
  font-family: var(--NotoSans);
  letter-spacing: 0.02em;
  font-size: 1.2rem;
  padding: 0 1.2rem;
  margin-right: 1rem;
  margin-bottom: 1.1rem;
  height: 1.7rem;
}

.tag_search_area {
  display: flex;
  flex-wrap: wrap;
  /* font-size: 0; */
  line-height: normal;
  padding-bottom: 3.4rem;
  list-style: none;
}

.tag_search_area a {
  text-decoration: none;
  color: var(--black);
  margin-bottom: 2.4rem;
  margin-right: 2rem;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
  font-family: var(--NotoSans);
  font-weight: 500;
  height: 2.3rem;
  padding: 0 1.2rem;
  border-radius: 3.3rem;
  display: inline-flex;
  background-color: var(--off-white);
  justify-content: center;
  align-items: center;
}

.search_bar {
  display: inline-flex;
  align-items: center;
  margin-left: 0rem;
  padding-bottom: 6.8rem;
}

.keyword_search input {
  color: var(--black);
  width: 47.5rem;
  height: 5rem;
  border: none;
  border-right: none;
  font-size: 1.6rem;
  font-family: var(--NotoSans);
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-left: 1.6rem;
}

.keyword_search button {
  position: relative;
  display: flex;
  align-items: center;
  width: 6.5rem;
  height: 5rem;
  background-color: var(--off-white);
  border: 0.1rem solid var(--black);
  border: none;
  padding-left: 1.7rem;
  padding-right: 2.5rem;
}

.keyword_search button::before {
  position: absolute;
  content: '';
  height: 3.3rem;
  border-left: 0.2rem solid var(--black);
  left: 0rem;
}

.keyword_search img {
  max-width: 2.15rem;
}

.magazine_link_bottom{
  padding: 2rem 3.6rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--off-white);
  background: var(--b-dark-color);
  border-radius: 5rem;
  width: 32.5rem;
  display: flex;
  margin: auto;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 9.3rem;
  font-family: var(--NotoSans);
}

.magazine_link_bottom .arrow-svg{
  /* position: absolute; */
  stroke: #fff;
}
.articles_title{
color: var(--black);
}
.button{
  display: flex;
  justify-content: center;
  margin: 0 0 8rem;
}
@media screen and (max-width: 699.98px){
  .logo_wrap::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 140px;
    height: 80px;
    left: -20px;
    top: -38px;
    z-index: -1;
    border-radius: 0 0 20px 20px;
  }
  .fixed_area{
    display: none;
  }

  .article_top{
    padding: 8.8rem 0 0 0;
    margin-left: 2.5rem;
    padding-left: 2.4rem;
  }

  .article_top_image{
    aspect-ratio: calc(326 /313);
  }

  .article_main_wrap{
    padding-top: 2.7rem;
    padding-bottom: 8.3rem;
  }

  .article_category{
    font-size: 1.4rem;
    bottom: 7.76rem;
  }

  .article_title_wrap{
    bottom: 2.34rem;
    width: 35rem;
  }

  .article_title_inner{
    font-size: 2rem;
    padding: 0.4rem 1rem 0.4rem;
  }

  .article_title_wrap::before,
  .article_title_wrap::after{
    font-size: 2rem;
    padding: 0.4rem 1rem 0.4rem;
  }

  .article_info{
    flex-direction: column-reverse;
    padding: 0 2.5rem;
    gap: 0.7rem;
    margin-bottom: 2rem;
  }

  .post_date{ 
    align-self: flex-end;
  }

  .tag_list > li{
    padding: 0.2rem 0.6rem;
  }

  .magazine_link{
    position: static;
    margin-left: auto;
    display: block;
    width: 16.3rem;
    font-size: 1.2rem;
    padding: 1.5rem 2.5rem 1.3rem 2.2rem;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 0.58rem;
  }

  .author_wrap{
    padding: 0 2.5rem;
    margin-bottom: 10rem;
  }

  .balloon_wrap{
    padding: 0 2.5rem;
  }

  .heading span{
    font-size: 1.6rem;
  }

  .balloon{
    font-size: 1.5rem;
    padding: 2.5rem 2.5rem;
    border-radius: 1.5rem 1.5rem 1.5rem 0;
    width: 20.7rem;
  }

  .balloon::after{
    border-right-width: 3.3rem;
    border-top-width: 3.3rem;
  }

  .balloon::before{
    border-right-width: 3.3rem;
    border-top-width: 3.3rem;
  }

  .balloon_wrap:nth-child(odd) .balloon{
    border-radius: 1.5rem 1.5rem 0 1.5rem;
  }

  .balloon_wrap.vertical{
    margin-bottom: 6.5rem;
  }

  .single_image{  
    padding-right: 2.5rem;
  }

  .double_image{
    padding-left: 2.5rem;
    gap: 2.5rem;
  }

  .balloon_wrap.horizontal{
    margin-top: -20%;
  }

  .balloon_wrap.horizontal .heading{
    width: 21rem;
    padding: 1rem 1.2rem 10.5rem;
    transform: translateY(10rem);
  }

  .balloon_wrap.single_heading .heading{
    /* width: auto; */
    padding: 0;
  }

  .balloon_wrap.single_heading >.heading span{
    font-size: 2rem;
  }

  .balloon_wrap.horizontal.single_heading >.heading span{
    font-size: 2rem;
  }

  .info_block{
    margin: 0 2.5rem 8.2rem;
  }

  .single_image figcaption{
    margin-left: 2.5rem;
  }

  /* 共通部分 */
  .divider_line{
    margin-left: 2.5rem;
    width: 32.5rem;
  }

  .container_common{
    padding: 7.5rem 2.5rem;
  }

  .search_result_area{
    gap: 2.5rem;
  }

  .latest_article_area{
    width: 15rem;
  }

  .articles_images_area > img{
    height: 10.95rem;
  }

  .search_result_area h3 {
    line-height: 1.6428em;
    padding-top: 1.4rem;
    padding-left: 1.4rem;
    padding-right: 2.1rem;
    font-size: 1.4rem;
    max-height: 10.5rem;
    margin-bottom: 1.42rem;
  }

  .search_result.tag_color {
    padding-left: 1.4rem;
    /* max-width: 8.4rem; */
    margin-right: 3.55rem;
  }

  .search_result_area time {
    margin-left: 1.6rem;
    margin-top: 1.8rem;
    padding-bottom: 1.7rem;
  }

  .search_result_area .articles_icon {
    right: 1.6rem;
    bottom: 1.85rem;
  }

  .search_result.tag_color a {
    font-size: 1rem;
    padding: 0 1rem;
    margin-bottom: 0.9rem;
    margin-right: 0.8rem;
    line-height: 1.6428em;
    height: 1.6rem;
  }

  .container_common .sec_title{
    margin-bottom: 4.6rem;
  }

  .library_tag.search_bar {
    padding-bottom: 0;
  }

  .search_bar input {
    width: 26.2rem;
  }

  .keyword_search button {
    padding-left: 1.982rem;
    padding-right: 2.4rem;
  }
}

/*----------------------------------------
	和歌山店 追加CSS
----------------------------------------*/
.blog_h1_p::after {
  content: '';
  height: 2rem;
  background-color: #fff;
  width: 15rem;
  display: block;
  margin-left: -0.5rem;
  margin-top: -1.3rem;
  border-radius: .2rem;
}
.tag_list > li{
  color: #fff;
  background: #7C7C7C;
  border-radius: .5rem;
}
.magazine_link{
  display: flex;
  align-items: center;
  gap: 5.6rem;
  border-radius: 1rem 0 0 1rem;
}
.articles_title{
  font-weight: 500;
  text-decoration: underline;
}
.tag_color li{
  color: #fff;
  background: #7C7C7C;
  border-radius: .5rem;
}
.tag_search_area a{
  color: #fff;
  background: #7C7C7C;
  border-radius: .5rem;
}
@media screen and (max-width: 699.98px) {
  .article_main_wrap{
    border-radius: 0 2rem 0 0;
  }
  .magazine_link{
    gap: 2.4rem;
  }
}