.l-main{
  position: static;
}
.l-footer{
  position: static;
}
.l-header{
  position: sticky;
}
.l-wrapper{
  
}
body{
  color: #3C3C3C;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}
a{
  color: inherit;
}
.c-breadcrumb ul{
  margin-top: 10px;
  margin-bottom: 65px;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.c-breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #666;
}

.c-breadcrumb li:not(:last-child)::after {
  content: "〉";
  margin-left: 8px;
  color: #999;
}

.c-breadcrumb a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.c-breadcrumb a:hover {
  color: #3663B7;
  text-decoration: underline;
}
@media (width <= 767px){
  .c-breadcrumb ul{
    margin-bottom: 30px;
  }
}
.c-text{
  font-size: 1.6rem;
  line-height: 2;
}
.c-inner{
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 30px;
  box-sizing: content-box;
}
.c-pageHgroup{
  margin-bottom: 36px;
}
.c-pageHgroup h1{
  font-size: 60px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
.c-pageHgroup p{
  font-size: 1.3rem;
}
@media (width <= 767px){
.c-pageHgroup h1{
  font-size: 40px;
}
.c-pageHgroup p{
  font-size: 14px
}
}
.c-pager {
  margin-bottom: 200px;
  margin-top: 100px;
}
.wp-pagenavi{
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  color: #3663B7;
  font-weight: normal;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi a,
.wp-pagenavi span{
  color: #969696;
}
.wp-pagenavi .current{
  color: #3663B7;
}
.wp-pagenavi .previouspostslink{
  transform: scale(-1,1);
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
  text-indent: -99999px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSIyMC4wMDEiIHZpZXdCb3g9IjAgMCAxMSAyMC4wMDEiPiA8cGF0aCBpZD0i44OR44K5XzI0MTgiIGRhdGEtbmFtZT0i44OR44K5IDI0MTgiIGQ9Ik0uMzY2LDE5LjcwOGExLjA2MiwxLjA2MiwwLDAsMCwxLjQ2NCwwbDguNTYzLTguMjY0YTEuOTUsMS45NSwwLDAsMCwwLTIuODI3TDEuNzY4LjI5MkExLjA2MywxLjA2MywwLDAsMCwuMzE0LjI4Mi45NzYuOTc2LDAsMCwwLC4zLDEuNzA3TDguMiw5LjMyNGEuOTc1Ljk3NSwwLDAsMSwwLDEuNDE0TC4zNjYsMTguM2EuOTc0Ljk3NCwwLDAsMCwwLDEuNDEzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMSAwKSIgZmlsbD0iIzM2NjNiNyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
@media (width <= 767px){
  .c-pager{
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
.p-advancedSearch{
  background-color: #F2F2F2;
  padding: 40px 45px;
}
.p-advancedSearch-group{
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 30px;
}
.p-advancedSearch-group + .p-advancedSearch-group{
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #DCDCDC;
}
.p-advancedSearch-group:last-of-type{
  margin-bottom: 40px;
  border-bottom: none;
}
.p-advancedSearch-group._area{

}
.p-advancedSearch-group h3{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.p-advancedSearch-group ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-advancedSearch-group li{
  display: flex;
  align-items: flex-start;
}
.p-advancedSearch-group input[type="checkbox"]{
  width: 15px;
  height: 15px;
  margin-right: 8px;
  accent-color: #53A8E1;
  appearance: none;
  border: 1px solid #DCDCDC;
  background-color: white;
  margin-top: 5px;
  position: relative;
}
.p-advancedSearch-group input[type=checkbox]::before{
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  background-image: url('../images/reform/check.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.p-advancedSearch-group input[type=checkbox]:checked::before{
  opacity: 1;
}
.p-advancedSearch-group label{
  cursor: pointer;
  user-select: none;
}
.p-advancedSearch-submit{
  text-align: center;
  margin-top: 20px;
}
.p-advancedSearch-submit button{
  background-color: #53A8E1;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  padding-inline: 50px;
  box-sizing: border-box;
  max-width: 295px;
}
.p-advancedSearch-submit button:hover{
  background-color: #4a96c9;
}
.p-advancedSearch + .p-archive-reform{
  margin-top: 70px;
}
@media (width <= 767px){

  .p-advancedSearch{
    padding: 40px 30px;
    margin-inline: -30px;
  }
  .p-advancedSearch-group{
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .p-advancedSearch-group ul{
    column-gap: 10px;
    font-size: 15px;

  }
  .p-advancedSearch-group._area ul{
    display: grid;
    grid-template-columns: auto auto auto;
  }
  .p-advancedSearch-group._area li{
    flex-basis: calc((100% - 20px) / 3);
  }
  .p-advancedSearch-group._purpose li,
  .p-advancedSearch-group._purpose2 li{
    flex-basis: calc((100% - 10px) / 2);
  }
  .p-advancedSearch-submit{
    margin-top: 40px;
  }
  .p-advancedSearch-submit button{
    max-width: 100%;
  }
}
.p-articleSingle{
  padding-bottom: 170px;
}
.p-articleSingle-hgroup{

}
@media (width <= 767px){
  .p-articleSingle{
    padding-bottom: 100px;
  }
  .p-articleSingle-hgroup h1{
    font-size: 24px;
  }
}
/* ArticleList */
.p-articleList{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(373px, 1fr));
  gap: 7rem 4rem;
}
@media (width <= 433px) {
  .p-articleList{
    grid-template-columns: 1fr;
  }
}
.p-articleList-item{
  overflow: hidden;
}

.p-articleList-item a{
  display: block;
  text-decoration: none;
  color: inherit;
}

.p-articleList-thumbnail{
  position: relative;
  aspect-ratio: 373 / 209;
  overflow: hidden;
}

.p-articleList-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.p-articleList-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
  margin-bottom: 19px;
}

.p-articleList-date{
  color: #666666;
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  margin: 0;
}

.p-articleList-taxonomy{
  display: flex;
  gap: 8px;
}

.p-articleList-taxonomy span{
  border: 1px solid #3663B7;
  color: #3663B7;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 9px 12px;
  border-radius: 5px;
  min-width: 110px;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
}

.p-articleList-title{
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 12px;
  line-height: 1.4;
}

.p-articleList-description{
  line-height: 1.8666666667;
  margin: 0;
  padding: 0 0 20px;
}

.p-articleList-more{
  display: flex;
  align-items: center;
  gap: 20px;
  color: #3663B7;
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.p-articleList-more::after{
  content: "";
  width: 100%;
  max-width: 146px;
  height: 1px;
  background-color: #DCDCDC;
}
@media (width <= 767px){
  .p-articleList-taxonomy span{
    font-size: 13px;
    border-radius: 5px;
    min-width: 73px;
    padding-block: 3px;
  }
  .p-articleList-header{
    justify-content: flex-start;
    gap: 14px;
  }
  .p-articleList-date{
    font-size: 14px;
  }
  .p-articleList-more::after{
    max-width: none;
  }
}
.p-archive-reform{
  padding-bottom: 120px;
}
.p-archive-interview{
  background-color: #F2F2F2;
  padding-block: 120px;
}
.p-archive-interview .p-articleList-thumbnail{
  aspect-ratio: 373 / 270;
}
.p-interviewArchive-lead{
  margin-bottom: 50px;
}
/* ===========================================
  事例詳細, インタビュー詳細 共通
=========================================== */
.p-articleSingle{

}
.p-articleSingle-header{
  margin-bottom: 7.6rem;
}
.p-articleSingle-dateArea{
  gap: 30px;
  display: flex;
  margin-bottom: 2.4rem;
}
.p-articleSingle-date{
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  line-height: 3.4rem;
}
.p-articleSingle-categories{
  font-size: 1.5rem;
  font-family: "Oswald", 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #3663B7;
  display: flex;
  gap: 0.7rem;
}
.p-articleSingle-categories li {
  border: 1px solid #3663B7;
  padding: 5px 10px;
  border-radius: 5px;
  min-width: 11rem;
  text-align: center;
}
@media (width <= 767px){
  .p-articleSingle-header{
    margin-bottom: 40px;
  }
  .p-articleSingle-date{
    font-size: 14px;
    line-height: 28px;
  }
  .p-articleSingle-categories{
    font-size: 13px;
  }
  .p-articleSingle-categories li{
    border-radius: 5px;
    padding-block: 3px;
    min-width: 73px;
  }
  .p-articleSingle-dateArea{
    justify-content: flex-start;
    gap: 14px;
  }
}
/* ===========================================
  事例詳細
=========================================== */

.p-reform-hgroup{
  margin-bottom: 2.6rem;
}
.p-reform-hgroup p{
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.p-reform-hgroup h1{
  font-size: 2.6rem;
  font-weight: 700;
}
.p-reform-top{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.p-reform-mainVisual{
  max-width: 600px;
  --swiper-theme-color: #3663B7;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  position:relative;
  padding-inline: 15px;
  overflow: hidden;
}
.p-reform-mainVisual img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-reform-mainVisual .swiper-pagination{
  position: static;

}
.p-reform-mainVisual .swiper{
  position: static;
  overflow: visible;
}
.p-reform-mainVisual .swiper-button-next, 
.p-reform-mainVisual .swiper-button-prev{
  width: 30px;
  height: 30px;
  background-color: #3663B7;
  border-radius: 50%;
}
.p-reform-mainVisual .swiper-button-next svg, 
.p-reform-mainVisual .swiper-button-prev svg{
  display: none;
}
.p-reform-mainVisual .swiper-button-next::after, 
.p-reform-mainVisual .swiper-button-prev::after{
  content: "";
  border-right: 6px solid white;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent; 
}
.p-reform-mainVisual .swiper-button-prev{
  left: 0;
}
.p-reform-mainVisual .swiper-button-next{
  right: 0;
}
.p-reform-mainVisual .swiper-button-next::after{
  transform: rotate(180deg);

}
.p-reform-profile{
  padding-left: 6%;
}
.p-reform-profile h2{
  font-size: 2.5rem;
  font-weight: 700;
  color: #3663B7;
  padding-bottom: 1.85rem;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 2.25rem;
}
.p-reform-profile ul{
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-reform-profile li{
  padding-left: 2.3rem;
  position: relative;
}
.p-reform-profile li::before{
  content: "●";
  position: absolute;
  color: #969696;
  left: 0;
  top: 0;
}
.p-reform-section{
  margin-top: 8rem;
}
.p-reform-heading{
  font-size: 2.6rem;
  font-weight: 700;
  color: #3663B7;
  margin-bottom: 1.6rem;
}
.p-balance{
  padding-top: 7rem;
  border-top: 1px solid #DCDCDC;
}
.p-balance-heading{
  margin-bottom: 1rem;
}
.p-balance ._large{
  font-size: 2.6rem;
}
.p-balance ._xlarge{
  font-size: 3.2rem;
}
.p-balance ._blue{
  color: #3663B7;
  font-weight: 700;
}
.p-voice{
  background-color: #F2F2F2;
  border-radius: 10px;
  padding-block: 50px;
  padding-inline: 30px;
}
.p-voice-inner{
  max-width: 1060px;
  margin-inline: auto;
}
.p-voice-heading{
  display: flex;
  gap: 2.2rem;
  align-items: center;
  margin-bottom: 1.7rem;
  font-family: 'Oswald', sans-serif;
}
.p-voice-heading p{
  font-size: 3.2rem;
  color: #3663B7;
  text-transform: uppercase;
}
.p-voice-heading h2{
  font-size: 1.4rem;
}
.p-reform-section{
}
.p-reform-section h3{
}
.p-beforeAfter{
  padding-top: 200px;
}
.p-beforeAfter-heading{
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 55px;
}
.p-beforeAfter-section{
  
}
.p-beforeAfter-section + .p-beforeAfter-section{
  margin-top: 100px;
}
.p-beforeAfter-section h3{
  font-size: 2rem;
  font-weight: 600;
  color: #3663B7;
  display: flex;
  gap: 22px;
  align-items: center;
  margin-bottom: 3.6rem;
}
.p-beforeAfter-section h3::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
  flex-shrink: 1;
}
.p-beforeAfter-section h3 span{
  flex-shrink: 0;
}
.p-beforeAfter-columns{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.p-beforeAfter-before{
}
.p-beforeAfter-before h4{
  font-size: 2.2rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
}
.p-beforeAfter-after{
}
.p-beforeAfter-after h4{
  font-size: 2.2rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
  color: #3663B7;
}
.p-beforeAfter-image{
  margin-bottom: 3rem;
}
.p-beforeAfter-image img{
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 560 / 360;
}
.p-renewalPoints{
  padding-top: 100px;
}
.p-renewalPoints-inner{
  background-color: #F2F2F2;
  border-radius: 10px;
  padding: 50px;
}
.p-renewalPoints-heading{
  margin-bottom: 3rem;
}
.p-renewalPoints-heading h2{
  font-weight: 500;
}
.p-renewalPoints-heading p{
  font-size: 4rem;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #3663B7;
}
.p-renewalPoints-list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
@media (width <= 375px) {
  .p-renewalPoints-list{
    grid-template-columns: 1fr;
  }
}
.p-renewalPoints-item{
  background-color: white;
  padding: 30px;
}
.p-renewalPoints-title{
  margin-bottom: 1.6rem;
  display: flex;
  gap: 5px;
  align-items: center;
}
.p-renewalPoints-title span:first-child{
  font-size: 2rem;
  font-weight: 500;
  font-family: 'oswald', sans-serif;
  text-transform: uppercase;
}
.p-renewalPoints-title span:last-child{
  font-size: 3.2rem;
  font-weight: 500;
  font-family: 'oswald', sans-serif;
  text-transform: uppercase;
  color: #3663B7;
}
.p-renewalPoints-text{
  line-height: 2;
}

@media (width <= 767px){
  .p-reform-hgroup h1{
    font-size: 24px;
  }
  .p-reform-top{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-reform-mainVisual{
  }
  .p-reform-mainVisual img{

  }
  .p-reform-profile{
    padding-left: 0;
  }
  .p-reform-profile h2{
    font-size: 22px;
  }
  .p-reform-profile ul{

  }
  .p-reform-profile li{

  }
  .p-reform-section._background{
  }
  .p-reform-heading{
    font-size: 22px;
  }
  .p-balance{
  }
  .p-balance-heading{
  }
  .p-balance ._large{
  }
  .p-balance ._xlarge{
  }
  .p-balance ._blue{
  }
  .p-voice{
  }
  .p-voice-inner{
  }
  .p-voice-heading{
  }
  .p-voice-heading h2{
  }
  .p-voice-heading p{
  }
  .p-reform-section{
    margin-top: 60px;
  }
  .p-reform-section h3{
  }
  .p-beforeAfter{
    padding-top: 100px;
  }
  .p-beforeAfter-heading{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .p-beforeAfter-section{
  }
  .p-beforeAfter-section + .p-beforeAfter-section{
    margin-top: 50px;
  }
  .p-beforeAfter-section h3{
    margin-bottom: 25px;
  }
  .p-beforeAfter-columns{
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .p-beforeAfter-before{
  }
  .p-beforeAfter-before h4{
    font-size: 20px;
  }
  .p-beforeAfter-after{
  }
  .p-beforeAfter-after h4{
    font-size: 20px;
  }
  .p-beforeAfter-image{
    margin-bottom: 10px;
  }
  .p-renewalPoints{
  }
  .p-renewalPoints-inner{
    padding-inline: 30px;
  }
  .p-renewalPoints-heading{
  }
  .p-renewalPoints-heading h2{
    font-size: 14px;
  }
  .p-renewalPoints-heading p{
    font-size: 40px;
  }
  .p-renewalPoints-list{
  }
  .p-renewalPoints-item{
  }
  .p-renewalPoints-title{
    margin-bottom: 8px;
  }
  .p-renewalPoints-title span:first-child{
    font-size: 21px;
  }
  .p-renewalPoints-title span:last-child{
    font-size: 30px;
  }
  .p-renewalPoints-text{
  }

}
/* ===========================================
  インタビュー詳細
=========================================== */
.p-interview-top{
}
.p-interview-mainVisual{
  margin-bottom: 40px;
}
.p-interview-mainVisual img{
  border-radius: 10px;
  width: 100%;

}
.p-interview-lead{
  margin-bottom: 50px;
}
.p-interview-profile{
}
.p-interview-profile ._inner{
  background-color: #F2F2F2;
  border-radius: 10px;
  padding: 50px;
  margin-top: 50px;
}
.p-interview-profile h2{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.7rem;
}
.p-interview-issue{
  margin-bottom: 60px;
  margin-top: 60px;
}
.p-interview-issue h2{
  font-size: 2.6rem;
  font-weight: 600;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 2.7rem;
}
.p-interview-issue h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 3px;
  height: calc(100% - 10px);
  background-color: #3663B7;
}
.p-interview-issue ul{

}
.p-interview-issue li{
  padding-left: 1.5rem;
  position: relative;
}
.p-interview-issue li:not(:first-child){
  margin-top: 1rem;
}
.p-interview-issue li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.p-interview-solution{
}
.p-interview-solution h2{
  font-size: 2.6rem;
  font-weight: 600;
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 2.7rem;

}
.p-interview-solution h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 3px;
  height: calc(100% - 10px);
  background-color: #3663B7;
}
.p-interview-solution ul{
}
.p-interview-solution li{
  padding-left: 1.5rem;
  position: relative;
}
.p-interview-solution li:not(:first-child){
  margin-top: 1rem;
}
.p-interview-solution li::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.p-interview-content{
  margin-top: 110px;
}
.p-interview-content h2{
  font-size: 2.6rem;
  margin-bottom: 3.6rem;
}
.p-interview-content h3{
  font-size: 2.6rem;
  margin-bottom: 3.6rem;
}
.p-interview-content p{
  line-height: calc(34/16);
}
.p-interview-content figure{
  margin-bottom: 70px;
}
.p-interview-content img{
  border-radius: 10px;
  width: 100%;
}
.p-interview-content ._full img{
  border-radius: 0;
}
.p-interview-content section:not(:first-child){
  margin-top: 100px;
}
.p-interview-content hr:not(.is-style-wide):not(.is-style-dots){
  margin-block: 60px;
  border-color: #DCDCDC;
  width: 100%;
  border-bottom-width: 1px;
}
.p-interview-content ._cols,
.p-interview-content .is-layout-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 70px;
}
.p-interview-content ._cols figure{
  margin-bottom: 0;
}
.p-interview-back{
  margin-top: 70px;
  text-align: center;
}
.p-interview-back a{
  display: inline-block;
  background-color: #53A8E1;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
  min-width: 200px;
  text-align: center;
}
@media ( any-hover: hover ) {
  .p-interview-back a:hover{
    background-color: #4a96c9;
  }
}
@media (width <= 767px){
  .p-interview-top{
  }
  .p-interview-mainVisual{
    margin-inline: -30px;
  }
  .p-interview-mainVisual img{
    border-radius: 0;
  }
  .p-interview-lead.c-text{
  }
  .p-interview-profile ._inner{
    padding-inline: 30px;
    padding-block: 40px;
  }
  .p-interview-profile h2{
    font-size: 20px;
    margin-bottom: 18px;
  }
  .p-interview-issue{
    margin-top: 45px;
    margin-bottom: 60px;
  }
  .p-interview-issue h2{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-interview-issue ul{
    font-size: 15px;
  }
  .p-interview-issue li{

  }
  .p-interview-solution{
  }
  .p-interview-solution h2{
    font-size: 18px;
    margin-bottom: 20px;

  }
  .p-interview-solution ul{
    font-size: 15px;
  }
  .p-interview-solution li{
  }
  .p-interview-content{
    margin-top: 50px;
  }
  .p-interview-content section:not(:first-child){
    margin-top: 50px;
  }
  .p-interview-content h2{
    font-size: 18px;
  }
  .p-interview-content h3{
    font-size: 18px;
  }
  .p-interview-content p{
    font-size: 15px;
    line-height: 2;
  }
  .p-interview-content figure{
    margin-inline: -30px;
    margin-bottom: 50px;
  }
  .p-interview-content img{
    border-radius: 0;
  }
  .p-interview-content hr{
    margin-block: 40px;
  }
  .p-interview-back{
    margin-top: 50px;
  }
}

/* ===========================================
  検索結果ページ
=========================================== */
.search-conditions {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.search-conditions h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #333;
}

.search-conditions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-conditions li {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.search-results-count {
  margin-top: 15px;
  font-size: 1.6rem;
  color: #3663B7;
  font-weight: 600;
}

.search-form-title {
  font-size: 2.0rem;
  margin-bottom: 20px;
  color: #333;
}

.search-reset-btn {
  display: inline-block;
  background: #666;
  color: white;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  margin-left: 15px;
  font-size: 1.4rem;
  transition: background-color 0.3s;
}

.search-reset-btn:hover {
  background: #444;
  color: white;
}

.no-results {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}

.no-results p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

/* 検索フォームでのボタンの見た目調整 */
.case-search-form .p-advancedSearch-submit button[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}

@media (width <= 767px) {
  .search-conditions {
    padding: 15px;
    margin-inline: -30px;
  }
  
  .search-form-title {
    font-size: 1.8rem;
  }
  
  .search-reset-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
  
  .no-results {
    padding: 40px 15px;
  }
  
  .no-results p {
    font-size: 1.4rem;
  }
}