@charset "utf-8";



/***パンくず***/
.pan_list  {
  padding: 20px 0;
}
.pan_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pan_list ul li {
  margin-right: 12px;
  line-height: 1;
}
.pan_list ul > li:first-of-type a {
  color: #849EBA;
}
.pan_list ul figure {
  display: flex;
  align-items: center;
  max-width: 5.5px;
}

.pan_list a,
.pan_list p {
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 800px){
  
}

/***下層ページFV***/
.subpage_fv_sec {
  position: relative;
}

.subpage_fv_sec::before {
  content: '';
  width: calc(100% - 80px);
  height: 60%;
  position: absolute;
  bottom: -60px;
  right: 0;
  background-color: #DEE7F1;
  z-index: -1;
}

.subpage_fv_sec .sub_fv {
  position: relative;
  width: calc(100% - 80px);
  margin-right: auto;
}

.subpage_fv_sec .sub_fv::before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  display: none;
}

.subpage_fv_sec .sub_fv.op50::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.subpage_fv_sec .sub_fv img {
  width: 100%;
}

.subpage_fv_sec .subpage_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.subpage_fv_sec .subpage_title h1,
.subpage_fv_sec .subpage_title p.title {
  font-size: 8rem;
  font-family: 'Lora', serif;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1;
}

.subpage_fv_sec .subpage_title p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}

@media screen and (min-width: 1001px){
  .subpage_fv_sec {
    width: calc(100% - 80px);
    margin-right: auto;
  }
  .subpage_fv_sec .sub_fv  {
    position: relative;
    height: 350px;
    overflow: hidden;
    width: 100%;
  }

  .subpage_fv_sec .sub_fv  img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }

}


@media screen and (max-width: 1000px){
  .subpage_fv_sec::before {
    width: calc(100% - 40px);
  }
  .subpage_fv_sec .sub_fv {
    height: 500px;
    overflow: hidden;
    width: calc(100% - 40px);
  }
  .subpage_fv_sec .sub_fv img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: inherit;
    height: 100%;
  }
  .subpage_fv_sec .subpage_title h1,
.subpage_fv_sec .subpage_title p.title {
  font-size: 6rem;
}
}
@media screen and (max-width: 600px){
  .subpage_fv_sec .sub_fv {
    width: 100%;
  }
  .subpage_fv_sec::before {
    width: 100%;
  }
  .subpage_fv_sec .subpage_title h1,
  .subpage_fv_sec .subpage_title p.title {
    font-size: 4rem;
  }
  
}

/*********************
*** About usページ ***
*********************/

/***概要***/
.aboutus_company_sec {
  padding-top: 100px;
  padding-bottom: 70px;
}

.aboutus_company_sec .sub_sec_title {
  margin-bottom: 100px;
}

.aboutus_company_sec ul > li:not(:last-of-type) {
  margin-bottom: 70px;
}



.aboutus_company_sec  h3 {
  font-size: 12rem;
  color: #F1F1F1;
  text-align: center;
  font-family: 'Lora', serif;
  font-weight: 400;
}

.aboutus_company_sec .sub {
  font-size: 2rem;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
}

.aboutus_company_sec .two_column {
  justify-content: space-between;
  align-items: center;
}

.aboutus_company_sec .two_column > .left {
  order: 1;
}

.aboutus_company_sec .two_column > .right {
  order: 2;
}

.aboutus_company_sec .two_column .image {
  width: calc(48% - 40px);
}

.aboutus_company_sec .two_column .content {
  width: calc(52%);
}


.aboutus_company_sec .image img {
  box-shadow: -30px 50px 0 var(--navy);
}

.aboutus_company_sec .image.right img {
  box-shadow: 30px 50px 0 var(--navy);
}

.aboutus_company_sec .content p {
  line-height: 2;
}
@media screen and (max-width: 1000px){
  .aboutus_company_sec  h3 {
    font-size: 8rem;
  }
}

@media screen and (max-width: 600px){
  .aboutus_company_sec  h3 {
    font-size: 4rem;
  }
  .aboutus_company_sec .two_column {
    flex-direction: column;
  }
  .aboutus_company_sec .two_column > .left {
    order: inherit;
  }
  .aboutus_company_sec .two_column > .right {
    order: inherit;
  }
  .aboutus_company_sec .two_column .image {
    width: 80%;
    max-width: 220px;
    margin-bottom: 40px;
  }
  .aboutus_company_sec .two_column .content {
    width: 100%;
  }
  .aboutus_company_sec .image img {
    box-shadow: -15px 20px 0 var(--navy);
  }
  
  .aboutus_company_sec .image.right img {
    box-shadow: 15px 20px 0 var(--navy);
  }
}



/***service***/
.aboutus_services_sec {
  padding-top: 100px;
  padding-bottom: 120px;
}

.aboutus_services_sec .sub_sec_title {
  margin-bottom: 80px ;
}
.aboutus_services_sec .service_process {
  margin-bottom: 90px;
}
.aboutus_services_sec .service_process > li {
  padding: 70px 20px 60px;
  text-align: center;
  position: relative;
}

.aboutus_services_sec .service_process > li::before {
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid var(--navy);
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: 50%;
  transform-origin: 100% 0%;
  transform: rotate(45deg) translateY(-50%);
  left: -20px;
  background-color: white;
  z-index: 1;
}

.aboutus_services_sec .service_process > li::after {
  content: '';
  width: 25px;
  height: 25px;
  border: 1px solid var(--navy);
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: 50%;
  transform-origin: 100% 0%;
  transform: rotate(45deg) translateY(-50%);
  right: -10px;
  background-color: white;
  z-index: 2;
}



.aboutus_services_sec .service_process > li:first-of-type::before,
.aboutus_services_sec .service_process > li:last-of-type::after {
  display: none;
}

.aboutus_services_sec .service_process figure {
  margin-bottom: 50px;
}

.aboutus_services_sec .service_process figure img {
  height: 70px;
  width: auto;
  max-width: inherit;
}

.aboutus_services_sec .service_process h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
.aboutus_services_sec .service_list {
  justify-content: space-between;
}
.aboutus_services_sec .service_list .content {
  width: calc(50% - 20px);
}

.aboutus_services_sec .service_list .content h3 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.aboutus_services_sec .service_list .content dl dt {
  margin-bottom: 12px;
}

.aboutus_services_sec .service_list .content dl dd:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (max-width: 800px){
  
}

@media screen and (max-width: 600px){
  .aboutus_services_sec .service_process > li {
    padding: 40px 10px 30px;
    text-align: center;
    position: relative;
  }
  .aboutus_services_sec .service_process > li:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .aboutus_services_sec .service_process > li::before {
    border-top: none;
    border-left: none;
    border-bottom: 1px solid var(--navy);
    position: absolute;
    top: inherit;
    bottom: -20px;
    transform-origin: -50% 50%;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
  }

  .aboutus_services_sec .service_process > li::after {
    width: 25px;
    height: 25px;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid var(--navy);
    top: inherit;
    bottom: -5px;
    transform-origin: -50% 50%;
    transform: rotate(45deg) translateX(-50%);
    right: inherit;
    left: 50%;
  }
  .aboutus_services_sec .service_process > li:first-of-type::before {
    display: block;
  }

  .aboutus_services_sec .service_process > li:last-of-type::before {
    display: none;
}
.aboutus_services_sec .service_process figure {
  margin-bottom: 20px;
}
.aboutus_services_sec .service_list {
  flex-direction: column;
}
.aboutus_services_sec .service_list .content {
 width: 100%;
}

.aboutus_services_sec .service_list .content:not(:last-of-type) {
  margin-bottom: 40px;
}



}

/*********************
*** Companyページ ***
*********************/
.company_page_sec {
  padding-top: 100px;
}
/***outline***/



.company_info_sec .sub_sec_title {
  margin-bottom: 80px;
}

.company_info_sec h3 {
  font-size: 2rem;
  margin-bottom: 60px;
}

.company_info_sec .two_column {
  justify-content: space-between;
  margin-bottom: 60px;
}


.company_info_sec .two_column .content {
  width: 55%;
}
.company_info_sec .two_column .access_map {
  width: calc(45% - 80px);
}

.company_info_sec .two_column .access_map iframe {
  width: 100%;
  height: 390px;
}


.company_info_sec .content dl {
  display: flex;
  flex-wrap: wrap;
}
.company_info_sec .content dl dt,
.company_info_sec .content dl dd {
  line-height: 2.2;
}
.company_info_sec .content dl dt {
  width: 120px;
}

.company_info_sec .content dl dd {
  width: calc(100% - 120px);
}

/* .company_info_sec .access_map .map > iframe {
  width: 100%;
  height: 320px;
} */

@media screen and (max-width: 800px){
  .company_info_sec .two_column {
    flex-direction: column;
    align-items: center;
  }
  .company_info_sec .two_column .content {
    width: 100%;
    margin-bottom: 25px;
  }
  .company_info_sec .two_column .access_map {
    width: 100%;
}

.company_info_sec .two_column .access_map iframe {
  width: 100%;
  height: 320px;
}
}
@media screen and (max-width: 600px){
  
}

/***management team***/


.company_team_sec .sub_sec_title {
  margin-bottom: 80px;
}

.company_team_sec ul li {
  display: flex;
  flex-wrap: wrap;
}

.company_team_sec ul > li:not(:last-of-type) {
  margin-bottom: 40px;
}

.company_team_sec ul li .image {
  width: 200px;
  margin-right: 50px;
}

.company_team_sec ul li .content {
  flex: 1;
}

.company_team_sec ul li .content dt {
  font-size: 2rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px){
  .company_team_sec ul li .image {
    width: 160px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 600px){
  .company_team_sec ul li {
    flex-direction: column;
    align-items: center;
  }
  .company_team_sec ul li .image {
    width: 80%;
    max-width: 250px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  
}
/***Group***/
.company_group_sec .sub_sec_title {
  margin-bottom: 60px
}
.company_group_sec ul {
  display: flex;
  justify-content: space-between;
}

.company_group_sec  ul li {
  width: calc(100% / 4 - 180px / 4);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company_group_sec  ul li img {
  max-height: 65px;
}

.company_group_sec  ul li p {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 800px){
  
}

@media screen and (max-width: 600px){
  .company_group_sec ul {
    flex-direction: column;
    align-items: center;
  }
  
  .company_group_sec ul li {
    width: 100%;
    text-align: center;

  }

  .company_group_sec ul li:not(:last-of-type) {
    margin-bottom: 40px;
  }

}
/***clients***/
.company_clients_sec .sub_sec_title {
  margin-bottom: 60px;
}

.company_clients_sec .clients_list {
  max-width: 480px;
  margin: 0 auto;
}

.company_clients_sec .clients_list .slick-track {
  display: flex;
}
.company_clients_sec .clients_list .slick-slide {
  height: auto !important;
}

.company_clients_sec .clients_list .slick-slide > div {
  height: 100%;
  display: flex;
  align-items: center;
}

.company_clients_sec .clients_list .logo_box {
  text-align: center;
}
.company_clients_sec .clients_list figure {
  max-width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 800px){
  .company_clients_sec .clients_list {
    max-width: 480px;
    margin: 0 auto;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 800px){
  
}
/***partners***/
.company_partners_sec  {
  padding-bottom: 100px;
}
.company_partners_sec .sub_sec_title {
  margin-bottom: 80px;
}
@media screen and (max-width: 800px){
  
}


/*********************
*** What We doページ ***
*********************/
.whatwedo_page_sec {
  padding-top: 100px;
  padding-bottom: 150px;
}

.whatwedo_page_sec .sub_sec_title {
  margin-bottom: 60px;
}

.whatwedo_page_sec .top {
  text-align: center;
  margin-bottom: 80px;
}

.whatwedo_page_sec .top figure {
  max-width: 240px;
  margin: 0 auto 20px;
}

.whatwedo_page_sec ul > li:not(:last-of-type) {
  margin-bottom: 160px;
}

.whatwedo_page_sec .line_title {
  font-size: 2rem;
  margin-bottom: 60px;
}
.whatwedo_page_sec .two_column {
  align-items: center;
}
.whatwedo_page_sec .two_column > div {
  width: 50%;
}

.whatwedo_page_sec .two_column > .left {
  order: 1;
} 
.whatwedo_page_sec .two_column > .right {
  order: 2;
}

.whatwedo_page_sec .image img {
  box-shadow: -30px 50px 0 var(--navy);
}

.whatwedo_page_sec .image.right img {
  box-shadow: 30px 50px 0 var(--navy);
}


.whatwedo_page_sec .content p {
  max-width: 280px;
  margin: 0 auto 20px;
  font-size: 2rem;
}
@media screen and (max-width: 600px){
  .whatwedo_page_sec .two_column {
    flex-direction: column;
  }
  .whatwedo_page_sec .two_column > div {
    width: 100%;
  }
  .whatwedo_page_sec .two_column > .left {
    order: inherit;
  } 
  .whatwedo_page_sec .two_column > .right {
    order: inherit;
  }
  .whatwedo_page_sec .image {
    margin-bottom: 50px;
  }

  .whatwedo_page_sec .image figure {
    width: 80%;
    margin: 0 auto;
  }
  .whatwedo_page_sec .image img {
    box-shadow: -10px 20px 0 var(--navy);
  }
  
  .whatwedo_page_sec .image.right img {
    box-shadow: 10px 20px 0 var(--navy);
  }
  
  
}

/******Consulting******/

/****top****/
.consulting_top_section {
  padding-top: 60px;
}

.consulting_top_section .consulting_title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  display: inline-flex;
  border: 1px solid #333333;
  padding: 6px;
  line-height: 1;
  margin-bottom: 40px;
}

.consulting_top_section .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.consulting_top_section .title p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.consulting_top_section .title h2 {
  font-size: 3.6rem;
}
.consulting_top_section .logo {
  max-width: 200px;
}
.consulting_top_section .logo p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  margin-bottom: 25px;
  color: var(--navy);
}

.consulting_top_section .logo figure {
  max-width: 80px;
}

@media screen and (max-width: 800px){
  
}
@media screen and (max-width: 600px){
  .consulting_top_section .title h2 {
    font-size: 3rem;
  }
}
/***Media innovation***/
/*top*/

.media_innovation_top_sec .line_box > li {
  width: calc(100% / 3 - 40px / 3);
  padding: 40px 20px 60px;
}

.media_innovation_top_sec .list_title {
  min-height: 125px;
}

.media_innovation_top_sec .line_box .sub_sec_title {
  margin-bottom: 15px;
  font-size: 2rem;
}

.media_innovation_top_sec .line_box .ex {
  font-size: 1.4rem;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}

.media_innovation_top_sec .line_box .content > dt {
  margin-bottom: 16px;

}

.media_innovation_top_sec .line_box .content > dd:not(:last-of-type) {
  margin-bottom: 35px;
}

.media_innovation_top_sec .line_box .content > dd p,
.media_innovation_top_sec .line_box .content > dd li,
.media_innovation_top_sec .line_box .content > dd dt,
.media_innovation_top_sec .line_box .content > dd dd {
  font-size: 1.4rem;
  font-weight: normal;
}

.media_innovation_top_sec .line_box .content > dd p {
  margin-bottom: 12px;
}
@media screen and (max-width: 800px){


}

@media screen and (max-width: 600px){
  .media_innovation_top_sec .line_box > li {
    width: 100%;
    padding: 40px 20px 60px;
  }
}
/***改善へのルート***/
.media_innovation_route_sec {
  padding-top: 100px;
}

.media_innovation_route_sec .back {
  max-width: 1210px;
  margin: 0 auto;
  background-color: #DEE7F1;
  padding: 60px 0;
}

.media_innovation_route_sec ol > li {
  max-width: 580px;
  padding: 7px;
  padding-right: 60px;
  color: white;
  min-height: 130px;
  display: flex;
  align-items: stretch;
  position: relative;
  background-image: linear-gradient(-45deg, #DEE7F1 50px, transparent 0),
  linear-gradient(-135deg, #DEE7F1 50px, transparent 0);
}

/* .media_innovation_route_sec ol > li:after {
  content: '';
  width: 0;
  height: 100%;
  border-style: solid;
  border-width: 65px 0 65px 60px;
  border-color: transparent transparent transparent #007bff;
  top: 0;
  right: -60px;
  position: absolute;
  
} */


.media_innovation_route_sec ol > li:not(:last-of-type) {
  margin-bottom: 12px;
}

.media_innovation_route_sec ol > li:nth-of-type(1) {
  background-color: #849EBA;
}
/* .media_innovation_route_sec ol > li:nth-of-type(1)::after {
  border-color: transparent transparent transparent #849EBA;
} */

.media_innovation_route_sec ol > li:nth-of-type(2) {
  background-color: #316FA5;
  margin-right: auto;
  margin-left: 14%;

}
.media_innovation_route_sec ol > li:nth-of-type(3) {
  background-color: #1B5495;
  margin-left: auto;
  margin-right: 14%;
}
.media_innovation_route_sec ol > li:nth-of-type(4) {
  background-color: var(--navy);
  margin-left: auto;

}

.media_innovation_route_sec ol li .num {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  background-color: white;
  line-height: 1;
  margin-right: 20px;
}
.media_innovation_route_sec ol > li:nth-of-type(1) .num {
  color: #849EBA;
}
.media_innovation_route_sec ol > li:nth-of-type(2) .num {
  color: #316FA5;
}
.media_innovation_route_sec ol > li:nth-of-type(3) .num {
  color: #1B5495;
}
.media_innovation_route_sec ol > li:nth-of-type(4) .num {
  color: var(--navy);
}

.media_innovation_route_sec ol li .num span:nth-of-type(1) {
  font-size: 2rem;
}

.media_innovation_route_sec ol li .num span:nth-of-type(2) {
  font-size: 4.8rem;
}

.media_innovation_route_sec ol li .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.media_innovation_route_sec ol li .content h3 {
  font-size: 2rem;
}

.media_innovation_route_sec ol li .content p {
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px){
  .media_innovation_route_sec ol > li {
    margin-right: auto;
    margin-left: auto;

  }
  
  .media_innovation_route_sec ol > li:nth-of-type(2) {
    margin-left: auto
  }
  .media_innovation_route_sec ol > li:nth-of-type(3) {
    margin-right: auto;
  }

}
@media screen and (max-width: 800px){
  
}

@media screen and (max-width: 600px){
  .media_innovation_route_sec ol > li {
    background-image: inherit;
    padding-right: 7px;
  }
.media_innovation_route_sec ol > li:not(:last-of-type) {
  margin-bottom: 60px;
}
.media_innovation_route_sec ol > li:after {
  content: '';
  position: absolute;
  bottom: -49px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #849EBA transparent transparent transparent; 
}
.media_innovation_route_sec ol > li:nth-of-type(2):after {
  border-color: #316FA5 transparent transparent transparent;
}
.media_innovation_route_sec ol > li:nth-of-type(3):after {
  border-color: #1B5495 transparent transparent transparent;
}
.media_innovation_route_sec ol > li:nth-of-type(4):after {
  border-color: var(--navy) transparent transparent transparent;
  display: none;
}
.media_innovation_route_sec ol li .num {
  width: 70px;
  margin-right: 10px;
}
.media_innovation_route_sec ol li .num span:nth-of-type(1) {
  font-size: 1.6rem;
}

.media_innovation_route_sec ol li .num span:nth-of-type(2) {
  font-size: 3.6rem;
}
}
/***プログラム***/
.consulting_program_sec {
  padding-top: 80px;
  padding-bottom: 120px;
}

.consulting_program_sec .program_list {
  display: flex;
  justify-content: space-between;
}

.consulting_program_sec .program_list > li {
  width: calc(100% / 3 - 40px / 3);
}

.consulting_program_sec .line_title {
  margin-bottom: 28px;
}

@media screen and (max-width: 800px){
  .consulting_program_sec .program_list {
    flex-direction: column;
  }
  
  .consulting_program_sec .program_list > li {
    width: 100%;
  }

  .consulting_program_sec .program_list > li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  
}
@media screen and (max-width: 600px){
  
}


/***Retail Marketing***/

.retail_marketing_top_sec .content {
  margin-bottom: 60px;
}

.retail_marketing_top_sec .point_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}

.retail_marketing_top_sec .point_list li {
  padding: 35px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 40px / 3);
  border: 1px solid var(--navy);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 800px){
  .retail_marketing_top_sec .point_list {
    flex-direction: column;
    align-items: center;
  }
  .retail_marketing_top_sec .point_list li {
    width: 100%;
    max-width: 500px;
  }
  .retail_marketing_top_sec .point_list li:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .retail_marketing_top_sec .ex_image figure {
    max-width: 450px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px){
  
}
/*Retail Marketingプログラム*/

.retail_marketing_program_sec .mini_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px){
  
}


/***ブログページ***/
.article_page {
  padding-top: 80px;
  width: calc(100% - 160px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.article_page .article_main {
  order: 2;
  flex: 1;
  width: 100%;
  margin: 0 30px;
}

.article_page aside {
  max-width: 240px;
  width: 50%;
}

.article_page .left_sidebar {
  order: 1;
}

.article_page .right_sidebar {
  order: 3;
}
@media screen and (max-width: 1300px){
  .article_page {
    width: calc(100% - 80px);
  }
  .article_page aside {
    max-width: 180px;
  }
}

@media screen and (max-width: 1000px){
  .article_page aside {
    max-width: 140px;
  }

}
@media screen and (max-width: 900px){
  .article_page {
    width: calc(100% - 40px);
    flex-wrap: wrap;
  }
  .article_page .article_main {
    order: 1;
    flex: inherit;
    margin: 0 0px 20px;
  }
  .article_page .left_sidebar {
    order: 2;
  }
  
  .article_page .right_sidebar {
    order: 3;
  }
  .article_page aside {
    max-width: inherit;
  }
}

@media screen and (max-width: 600px){
  .article_page aside {
    width: 100%;
  }
  .article_page .left_sidebar {
    margin-bottom: 20px;
  }


}
/***サイドバー***/
.left_sidebar .banner_sec ul > li:not(:last-of-type) {
  margin-bottom: 20px;
}

.right_sidebar .side_search_sec {
  margin-bottom: 60px;
}
.right_sidebar .side_categories {
  margin-bottom: 40px;
}
.right_sidebar .side_categories > div:not(:last-of-type) {
  margin-bottom: 40px;
}
.right_sidebar .side_categories h2,
.right_sidebar .side_categories h3,
.right_sidebar .side_categories h4 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.right_sidebar .side_categories select {
  padding: 10px 12px;
  border: 1px solid #CCCCCC;
  width: 100%;
}

.right_sidebar .side_categories select:focus {
  outline: none;
}

.right_sidebar .popular_article h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.right_sidebar .popular_article .list > li:not(:last-of-type) {
  margin-bottom: 36px;
}

.right_sidebar .popular_article .blog_card .image {
  position: relative;
  margin-bottom: 12px;
}

.right_sidebar .popular_article .blog_card .image .view_num {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  padding: 5px 13px;
  color: white;
  font-size: 1.4rem;
  background-color: #333333;
}

.right_sidebar .popular_article .blog_card figure {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}


.right_sidebar .popular_article .blog_card figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} 

.right_sidebar .popular_article .blog_card .meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.right_sidebar .popular_article .blog_card .meta p {
  font-size: 1.2rem;
}

.right_sidebar .popular_article .blog_card .meta .cat {
  color: #849EBA;
}

.right_sidebar .popular_article .blog_card .title {
  font-size: 1.4rem;
}
@media screen and (max-width: 800px){
  
}

/***シングル記事コンテンツ***/
div#toc_container ul li a {
  font-size: 1.4rem;
}
.single_cat_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.single_cat_list > li {
  margin-right: 16px;
}

.single_cat_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2px 15px;
  border-radius: 30px;
  font-size: 1.4rem;
  color: #849EBA;
  border: 1px solid #849EBA;
  transition: all 0.3s ease;
}

.single_cat_list a:hover {
  color: white;
  background-color: #849EBA;
}

.article_list_sec .article_title {
  font-size: 3.2rem;
  margin-bottom: 20px;
}


.article_list_sec .date_meta {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.article_list_sec .single_tag_list {
  margin-bottom: 40px;
}
.single_tag_list {
  display: flex;
  flex-wrap: wrap;
}

.single_tag_list > li:not(:last-of-type) {
  margin-right: 16px;
}

.single_tag_list a {
  font-size: 1.4rem;
  color: #999999;
}

.article_list_sec .lead_content {
  margin-bottom: 40px;
}

.article_list_sec .lead_content figure {
  margin-bottom: 40px;
}

.article_list_sec .lead_content figure img {
  width: 100%;
  height: auto;
}
.default_page .single_content > *,
.article_list_sec .single_content > * {
  margin-bottom: 40px;
}
.default_page .single_content h2,
.article_list_sec .single_content h2 {
  font-size: 2.4rem;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--navy);
}
.default_page .single_content h3,
.article_list_sec .single_content h3 {
  color: var(--navy);
  font-size: 2rem;
  position: relative;
  padding-left: 28px;
}
.default_page .single_content h3::before,
.article_list_sec .single_content h3::before {
  width: 20px;
  height: 20px;
  background-color: var(--navy);
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
}
.default_page .single_content h4,
.article_list_sec .single_content h4 {
  position: relative;
  padding-left: 28px;
  font-size: 1.8rem;
}
.default_page .single_content h4::before,
.article_list_sec .single_content h4::before {
  height: 4px;
  width: 20px;
  content: '';
  background-color: #849EBA;
  position: absolute;
  top: 11px;
  left: 0;
}
.default_page .single_content p,
.article_list_sec .single_content p {
  line-height: 1.8;
}
.default_page .single_content a,
.article_list_sec .single_content a {
  text-decoration: underline;
  color: #849EBA;
}
.default_page .single_content p b,
.default_page .single_content p strong,
.article_list_sec .single_content p b,
.article_list_sec .single_content p strong {
  color: var(--navy);
}
.default_page .single_content ul > li,
.article_list_sec .single_content ul > li {
  list-style: disc inside;
}
.default_page .single_content ol > li,
.article_list_sec .single_content ol > li {
  list-style:decimal inside;
}

.default_page .single_content ul ul,
.article_list_sec .single_content ul ul,
.default_page .single_content ol ol,
.article_list_sec .single_content ol ol {
  padding-left: 20px;
}

.default_page .single_content ul > li:not(:first-of-type),
.article_list_sec .single_content ul > li:not(:first-of-type),
.default_page .single_content ol > li:not(:first-of-type),
.article_list_sec .single_content ol > li:not(:first-of-type) {
  margin-top: 20px;
}

.default_page .single_content ul ul > li:not(:first-of-type),
.article_list_sec .single_content ul ul > li:not(:first-of-type),
.default_page .single_content ol ol > li:not(:first-of-type),
.article_list_sec .single_content ol ol > li:not(:first-of-type) {
  margin-top: 14px;
}

@media screen and (min-width: 801px) {
  .single_cat_list {
    display: none;
  }
}

@media screen and (max-width: 800px){

}
@media screen and (max-width: 600px){
  
}
/***記事一覧***/
.article_list_page {
  padding-top: 100px;
  padding-bottom: 120px;
}

.article_list_page .single_cat_list {
  justify-content: center;
  margin-bottom: 40px;
}

.article_list_page .single_cat_list a {
  border-radius: 0;
  font-size: 1.8rem;
  padding: 5px 15px;
}

.article_list_page .single_cat_list li a.current {
  background-color: #849EBA;
  color: white;
}
.article_list_page .archive_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.article_list_page .archive_list li{
  width: calc(100% / 3 - 30px / 3);
  margin-right: 15px;
  margin-bottom: 40px;
}

.article_list_page .archive_list li:nth-of-type(3n) {
  margin-right: 0;
}

.article_list_page .blog_card {
  display: block;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 100%;
}

.article_list_page .blog_card .bl_op {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: white;
  font-size: 1.4rem;
  font-weight: bold;
  width: 80px;
  text-align: center;
  z-index: 2;
}


.article_list_page .blog_card figure {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}


.article_list_page .blog_card figure img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%);
  border: none;
  margin: 0;
} 

.article_list_page .blog_card a:hover figure img  {
  transform: translate(-50%, -50%) scale(1.05);
}


.article_list_page .blog_card .content {
  background-color: white;
  padding: 20px ;
}

.article_list_page .blog_card .meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.article_list_page .blog_card .content .title {
  margin-bottom: 25px;
}

.article_list_page .blog_card .content .meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.article_list_page .blog_card .content .meta .date {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  margin: 4px 0;
  margin-right: 5px;
}
.article_list_page .blog_card .content .meta .cat {
  padding: 8px 5px;
  background-color: #EEEEEE;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
}


.pnavi,
.nav-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pnavi > *,
.nav-links > * {
  margin: 0 10px 10px;
  font-size: 1.4rem;
}

.pnavi > .page-numbers,
.nav-links > .page-numbers {
  background-color: #849EBA;
  border: 1px solid #849EBA;
  padding: 5px 10px;
  color: white;
}

.pnavi > .page-numbers.current,
.nav-links > .page-numbers.current {
  background-color: white;
  color: #849EBA;
}

.pnavi > .page-numbers.dots,
.nav-links > .page-numbers.dots {
  border: none;
  background-color: transparent;
  color: #849EBA;
  padding: 5px 0;
}



@media screen and (max-width: 800px){
  .article_list_page .archive_list li{
    width: calc(100% / 2 - 15px / 2);
    margin-right: 15px;
    margin-bottom: 40px;
  }
  .article_list_page .archive_list li:nth-of-type(3n) {
    margin-right: 15px;
  }
  .article_list_page .archive_list li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px){
  .article_list_page .archive_list li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .article_list_page .archive_list li:nth-of-type(3n) {
    margin-right: 00;
  }
  .article_list_page .archive_list li:nth-of-type(2n) {
    margin-right: 0;
  }

}

/***お問い合わせ***/
.contact_page_sec {
  padding-top: 100px;
  padding-bottom: 120px;
}

.contact_page_sec .form_box {
  background-color: #F1F1F1;
  padding: 120px 60px 80px;
}

.contact_page_sec .form_box dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.contact_page_sec .form_box dl:last-of-type {
  margin-bottom: 55px;
}

.contact_page_sec .form_box dl dt {
  padding: 10px 0;
  padding-right: 50px;
  position: relative;
  margin-right: 20px;
  flex: 1;
}

.contact_page_sec .form_box dl dt::before {
  content: '任意';
  width: 46px;
  height: 20px;
  background-color: #BBBBBB;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  position: absolute;
  top: 10px;
  right: 0;
}

.contact_page_sec .form_box dl dt.req::before {
  content: '必須';
  background-color: #EF8787;
}

.contact_page_sec .form_box dl dd {
  width: 100%;
  max-width: 500px;
}

.contact_page_sec .form_box dl dd input,
.contact_page_sec .form_box dl dd select,
.contact_page_sec .form_box dl dd textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #CCCCCC;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.contact_page_sec .form_box dl dd textarea {
  min-height: 220px;
}

.contact_page_sec .form_box dl dd input::placeholder,
.contact_page_sec .form_box dl dd textarea::placeholder {
  color: #CCCCCC;
}

.contact_page_sec .form_box dl dd .two_column > p {
  display: flex;
  justify-content: space-between;
}

.contact_page_sec .form_box dl dd .two_column > p > span
 {
  width: calc(50% - 10px);
}

.policy_confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.policy_confirm input {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.policy_confirm a {
  text-decoration: underline;
  color: #849EBA;
}

.send_box {
  display: flex;
  justify-content: center;
}


.send_box .send_btn {
  max-width: 280px;
  width: 100%;
  position: relative;
}

.send_box .send_btn > p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.send_box .send_btn::after {
  width: 20px;
  height: 12px;
  content: '';
  background: url(../img/btn_arrow.png) center / contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  transition: all 0.3s ease;
}

.send_box .send_btn:hover::after {
  background-image: url(../img/btn_arrow_n.png);
}

.send_box .send_btn input {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: white;
  background-color: var(--navy);
  border: 1px solid var(--navy);
  transition: all 0.3s ease;
}



.send_box .send_btn input:hover {
  background-color: white;
  color: var(--navy);
  opacity: 1;
}


.send_box .send_btn .wpcf7-spinner {
  position: absolute;
  bottom: -20px;
}

@media screen and (max-width: 900px){
  .contact_page_sec .form_box dl dd {
    width: calc(100% - 210px)
  }
}

@media screen and (max-width: 700px){
  
.contact_page_sec .form_box dl {
  flex-direction: column;
}
.contact_page_sec .form_box dl dd {
  width: 100%;
  max-width: inherit;
}
}


@media screen and (max-width: 600px){

  .contact_page_sec .form_box {
    padding: 30px 15px;
  }

}