/* 全体構成 */
#body_wrap {
  position: relative;
  max-width: 2000px;
  min-width: 1420px;
  margin: 0 auto; }
.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto; }
a {
  color: inherit; }
figure.thum img {
  height: 100%;
  width: 100%;
  object-fit: cover; }

@media (min-width: 768px) {
.pcn {
  display: none !important; }
}
@media (max-width: 767px) {
#body_wrap {
  max-width: none;
  min-width: 0; }
.inner {
  width: 100%; }
.spn {
  display: none !important; }
}

/* ヘッダー構成 */
#header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*background-color: #004F91;*/
  background-color: #ffffff;
  color: #ffffff;
  position: relative;
  z-index: 9; }
#header h1 {
  padding: 26px 33px; }
#header .headcont {
  display: flex; }
#header .headcont > ul {
  display: flex;
  margin: auto 90px auto auto;
  font-size: 14px;
  font-weight: bold; }
#header .headcont > ul > li + li {
  margin-left: 40px; }
#header .headcont > ul li a{
    color:#000000;
}
#header .headcont p {
  font-size: 11px;
	background: #004F91;
}
#header .headcont p a {
  width: 230px;
  height: 90px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  padding-left: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
#header .headcont p.hbtncontact a {
  background: url(../img/common/headico01.png) no-repeat left 25px center;
  background-size: 20px auto; }
#header .headcont p.hbtnrecruit a {
  background: url(../img/common/headico02.png) no-repeat left 29px center;
  background-size: 15px auto; }
#header .headcont p strong {
  font-size: 18px;
  margin-bottom: 10px; }
#header .headcont p span {
  display: block; }
#header .headcont > ul > li.headcate {
  position: relative;
  z-index: 1;
  cursor: default; }
#header .headcont > ul > li.headcate div.hide {
  position: absolute;
  left: 0;
  top: 98%;
  top: calc( 100% - 1px );
  padding-top: 12px;
  display: none; }
#header .headcont > ul > li.headcate:hover div.hide {
  display: block; }
#header .headcont > ul > li.headcate div.hide ul {
  background-color: #ffffff;
  color: #333333;
  padding: 15px;
  border-radius: 5px;
  white-space: nowrap;
  position: relative; }
#header .headcont > ul > li.headcate div.hide ul::after {
  content: '';
  left: 10px;
  border: solid transparent;
  border-width: 10px 0 0 15px;
  border-left-color: #ffffff;
  position: absolute;
  top: -9px; }
#header .headcont > ul > li.headcate div.hide li + li {
  margin-top: 10px; }

/* ナビゲーション構成 */
#nav {
  position: relative; }

/* コンテナ構成 */
#container {
  position: relative;
  z-index: 1; }
#container.hasside {
  display: flex; }

#sidebar-o {
  position: relative;
  z-index: 99;
  width: 260px;
  background-color: #004F91;
  color: #ffffff;
  font-weight: bold; }
#sidebar-o .sidecontent {
  position: sticky;
  top: 0;
  padding: 30px 20px; }
#sidebar-o .sidebarhead {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 2px #fff;
  margin-bottom: 35px; }
#sidebar-o .sidebarhead h1 a {
  display: block;
  padding-right: 10px; }
#sidebar-o .sidebarhead p {
  font-size: 12px;
  margin-top: 15px;
  line-height: 1.8; }
#sidebar-o .sidebarbox01 {
  padding: 0 10px;
  font-size: 12px;
  height: 300px;
  overflow-y: auto;}
.children{
padding: 0 10px;}
@media (max-width: 767px){
.children{
padding: 0;
margin-top: 15px !important;}
}
#sidebar-o .sidebarbox01 p + p {
  margin-top: 30px; }
#sidebar-o .sidebarbox01 p.cate {
  color: #fff; }
#sidebar-o .sidebarbox01 p a {
  display: block; }
#sidebar-o .sidebarbox01 ul {
  margin-top: 18px; }
#sidebar-o .sidebarbox01 ul li + li {
  margin-top: 15px; }
#sidebar-o .sidebarbox01 ul li a {
  padding-left: 15px;
  background:  url(../img/common/arrowwhiteico02.png) no-repeat left center / 5px auto; }
#sidebar-o .sidebarbox02 {
  margin-top: 45px;
  font-size: 12px; }
#sidebar-o .sidebarbox02 .shiryo {
  margin-bottom: 15px; }
#sidebar-o .sidebarbox02 .shiryo a {
  display: block;
  background: #00ADB4 url(../img/common/dlwhiteico.png) no-repeat right 17px center / 14px auto;
  padding: 17px 14px;
  color: #ffffff;
  border-radius: 3px; }
#sidebar-o .sidebarbox02 form {
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  z-index: 1; }
#sidebar-o .sidebarbox02 form input[type="text"] {
  width: 170px;
  border: none;
  font: inherit;
  color: #333333;
  padding: 0 14px;
  font-weight: bold; }
#sidebar-o .sidebarbox02 form button[type="submit"] {
  width: 50px;
  height: 46px;
  background: #ffffff url(../img/common/searchico.png) no-repeat center center / 18px auto;
  font-size: 0;
  color: transparent;
  border: none;
  position: relative; }
#sidebar-o .sidebarbox02 form button[type="submit"]::after {
  content: "";
  left: 0;
  top: .6rem;
  bottom: .6rem;
  border-right: solid .1rem #BFBFBF;
  z-index: 1;
  position: absolute; }
#sidebar-o .sidebarbox02 ul.sns {
  display: flex;
  justify-content: center; }
#sidebar-o .sidebarbox02 ul.sns li {
  width: 35px; }
#sidebar-o .sidebarbox02 ul.sns li + li {
  margin-left: 10px; }
#sidebar-o .sidebarbox03 {
  margin-top: 35px;
  position: relative;
  z-index: 1;
  text-align: center; }
#sidebar-o .sidebarbox03 ul li + li {
  /*border-top: solid 2px #464646; */
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#sidebar-o .sidebarbox03 ul li {
  background: url(../img/common/arrowwhiteico.png) no-repeat right 10px center / 12px auto; }
#sidebar-o .sidebarbox03 ul li a {
  text-align: left;
  color: #ffffff;
  background: no-repeat;
  font-size: 18px;
  height: 80px;
  display: block;
  padding-left: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
#sidebar-o .sidebarbox03 ul li a span {
  display: block;
  margin-top: 10px;
  font-size: 11px; }
#sidebar-o .sidebarbox03 ul li.spbtncontact a {
  background-image: url(../img/common/headico01.png);
  background-size: 20px auto;
  background-position: left 10px center; }
#sidebar-o .sidebarbox03 ul li.spbtnrecruit a {
  background-image: url(../img/common/headico02.png);
  background-size: 15px auto;
  background-position: left 15px center; }

#sidebar-o + #maincont {
  width: calc( 100% - 260px); }

/*追加_2021-08-17*/
#sidebar-o .sidecontent{
position: sticky;
}
#sidebar-o .sidebarhead{
    margin-bottom: 55px;
    padding-top:10px;
}
#sidebar-o .sidebarhead:before{
    position:absolute;
    top:0;
    left:0;
    display:block;
    content:" ";
    width:100%;
    height:150px;
    background:#fff;
    z-index:-1;
}
#sidebar-o .sidebarhead p{
    color:#666;
}



@media (min-width: 1730px) {
/*#sidebar-o + #maincont .maincontent {
    padding-right: 260px; }
  #sidebar-o + #maincont .l-mainContent {
    margin: auto; }*/
}


.slick-list {
  overflow: visible; }
.slick-slide + .slick-slide {
  margin-left: 33px; }
.slick-dots {
  display: flex;
  justify-content: center;
  line-height: 0;
  margin-top: 35px; }
.slick-dots li + li {
  margin-left: 25px; }
.slick-dots li button {
  opacity: .2;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  font-size: 0;
  color: transparent;
  background-color: #0F1D29; }
.slick-dots li.slick-active button {
  opacity: 1; }

.pager .wp-pagenavi {
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  height: 60px;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  position: relative; }
.pager .wp-pagenavi a,
.pager .wp-pagenavi span.current {
  margin: 0 30px; }
.pager .wp-pagenavi a {
  color: #0F1D29; }
.pager .wp-pagenavi span.current {
  color: #C6C6C6; }
.pager .wp-pagenavi .previouspostslink,
.pager .wp-pagenavi .nextpostslink {
  font-size: 0;
  color: transparent;
  width: 10px;
  height: 20px;
  position: absolute;
  z-index: 1;
  margin: 0 20px;
  top: 50%;
  transform: translate( 0, -50%); }
.pager .wp-pagenavi .previouspostslink {
  left: 0;
  background: url(../img/common/pagerico01.png) no-repeat center / 10px auto; }
.pager .wp-pagenavi .nextpostslink {
  right: 0;
  background: url(../img/common/pagerico02.png) no-repeat center / 10px auto; }

.p-breadcrumb {
  width: 100%; }
.p-breadcrumb__list {
  max-width: none;
  padding: 0 60px;
  font-size: 13px;
  color: #6F6F6F; }
.p-breadcrumb__list .p-breadcrumb__item::after {
  width: 6px;
  height: 6px; }
.p-breadcrumb__list .p-breadcrumb__item .icon-home::before {
  content: none; }



/* フッター構成 */
#footer {
  position: relative; }
#footer .footpost {
  position: relative;
  z-index: 1;
  overflow: hidden; }
#footer .footpost::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  bottom: 0;
  left: calc( 50% - 190px);
  background-color: #F4F4F4; }
#footer .footpost::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: calc( 50% + 275px);
  background-color: #ffffff; }
#footer .fpinner {
  width: 1410px;
  margin: 0 auto;
  padding: 25px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
#footer .footpost .fpleft {
  width: 380px;
  z-index: 5;
  position: relative;
  background-color: #ffffff; }
#footer .footpost .fpleft span {
  font-size: 18px;
  font-weight: bold; }
#footer .footpost .fpleft h3 {
  margin: 30px 0 40px; }
#footer .footpost .fpleft p {
  font-size: 14px;
  line-height: 1.6;
  color: #999999; }
#footer .footpost .fpright {
  width: 970px; }
#footer .footpost .fpright h4 {
  display: inline-block;
  font-size: 14px;
  background-color: #0F1D29;
  color: #ffffff;
  padding: 6px 15px;
  margin-bottom: 30px; }
.postslide02 .postslidecont a {
  display: block;
  width: 300px;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba( 0, 0, 0, .16); }
.postslide02 .postslidecont figure.thum {
  width: 300px;
  height: 160px; }
.postslide02 .postslidecont .postslidetxt {
  padding: 20px;
  height: 160px;
  display: flex;
  flex-direction: column; }
.postslide02 .postslidecont .postslidetit {
  font-weight: bold;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden; }
.postslide02 .postslidecont .postslidemeta {
  margin-top: auto;
  font-size: 12px;
  color: #AFAFAF; }

#footer .footrelated {
  position: relative;
  z-index: 1;
  overflow: hidden; }
#footer .frinner {
  width: 1410px;
  margin: 0 auto;
  padding: 90px 0 55px; }
#footer .frinner h4 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px; }

.postslide03 .postslidecont a {
  display: block;
  width: 300px;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba( 0, 0, 0, .16); }
.postslide03 .postslidecont figure.thum {
  width: 300px;
  height: 160px; }
.postslide03 .postslidecont .postslidetxt {
  padding: 20px;
  height: 160px;
  display: flex;
  flex-direction: column; }
.postslide03 .postslidecont .postslidetit {
  font-weight: bold;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden; }
.postslide03 .postslidecont .postslidemeta {
  margin-top: auto;
  font-size: 12px;
  color: #AFAFAF; }



#footer .footcontent {
  color: #ffffff; }
#footer .footcontent .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 75px 0 80px; }
#footer .footcontent .fcleft {
  width: 500px; }
#footer .footcontent .fcleft span {
  font-size: 25px; }
#footer .footcontent .fcleft h3 {
  font-size: 80px;
  margin: 20px 0; }
#footer .footcontent .fcleft p {
  font-size: 18px;
  line-height: 1.6; }
#footer .footcontent .fcright {
  width: 500px; }
#footer .footcontent .fcright p.btn a {
  color: #0F1D29;
  font-size: 18px;
  font-weight: bold;
  padding: 26px 40px;
  border: solid 2px #ffffff;
  border-radius: 4px;
  display: block;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all .5s ease; }
#footer .footcontent .fcright p.btn a::before {
  content: '';
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all .5s ease; }
#footer .footcontent .fcright p.btn a::after {
  content: '';
  width: 14px;
  height: 18px;
  background: url(../img/common/footbtnico01.png) no-repeat center / 14px auto;
  top: calc(50% - 9px);
  right: 20px;
  position: absolute;
  z-index: 1;
  transition: all .5s ease; }
@media (min-width: 767px) {
  #footer .footcontent .fcright p.btn a:hover {
    color: #ffffff; }
  #footer .footcontent .fcright p.btn a:hover::after {
    background-image: url(../img/common/footbtnico02.png); }
  #footer .footcontent .fcright p.btn a:hover::before {
    width: 100%; }
}
#footer .footcontact {
  background-color: #0F1D29; }
#footer .footcontact .telbox {
  text-align: center;
  margin-bottom: 47px; }
#footer .footcontact .telbox p.num {
  border-bottom: solid 2px #3f4a54;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 20px; }
#footer .footcontact .telbox p.num a {
  font-size: 50px;
  pointer-events: none; }
#footer .footcontact .telbox span.txt {
  font-size: 14px; }
#footer .footcontact .fcright p.btn a::before {
  background-color: #0F1D29; }
#footer .footrecruit {
  background-color: #00ADB4; }
#footer .footrecruit .fcright p.btn a::before {
  background-color: #00ADB4; }
#footer .footbottom {
  height: 83px;
  padding: 0 40px 0 35px;
  display: flex;
  align-items: center;
  background-color: #004F91;
  color: #ffffff;
  position: relative; }
#footer .footbottom p {
  font-size: 12px;
  line-height: 1.4;
  padding: 3px 35px;
  border-right: solid 2px #ffffff; }
#footer .footbottom ul {
  display: flex;
  margin-left: 45px;
  font-size: 14px;
  font-weight: bold; }
#footer .footbottom ul li + li {
  margin-left: 40px; }
#footer .footbottom small {
  margin-left: auto;
  font-size: 12px; }


@media (max-width: 767px) {

body:has(.fixed-agent-search-links) {
  /* padding-bottom: 91px; */
  padding-bottom: 24.2667vw;
}

#body_wrap {
  padding-top: 5.5rem; }
#spheader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999; }
#spheader .spheadtop {
  height: 5.5rem;
  display: flex;
  align-items: center;
  /*background-color: #004F91;*/
	background-color: #fff;
  color: #ffffff;
  position: relative; }
#spheader .spheadtop:has(.contactbtn--v2) {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  /* padding: 0 49px 0 15px; */
  padding: 0 13.0667vw 0 4vw;
  /* height: 62px; */
  height: 16.5333vw;
}
#spheader .spheadtop h1 {
  padding: 0 0 0 1.8rem;
  margin-right: auto; }
#spheader .spheadtop h1:has(.header-logo) {
  padding: 0;
  /* margin: 0 11px 0 0; */
  margin: 0 2.9333vw 0 0;
}
#spheader .spheadtop h1 a:has(.header-logo) {
  display: block;
}
#spheader .spheadtop h1 img {
  /*width: 11.7rem;*/
  width: 16rem;
  }
#spheader .spheadtop h1 a:has(.header-logo) .header-logo {
  display: block;
  /* width: 162px; */
  width: 43.2vw;
  /* margin-right: 11px; */
  margin-right: 2.9333vw;
}
#spheader .spheadtop .contactbtn {
  margin-right: 1.2rem; }
#spheader .spheadtop .contactbtn span {
  font-size: 1rem;
  padding: .6rem 1.5rem .6rem 2.5rem;
  font-weight: bold;
  /*border: solid .1rem #fff;*/
	border: solid .1rem #ddd;
  /*background: url(../img/common/spheadcontact.png) no-repeat left .9rem center / .6rem auto;*/
  background: url(../img/common/spheadcontact2.png) no-repeat left .9rem center / .6rem auto;
  color: #7B7B7B;
  font-size: 1rem;
  display: block; }

#spheader .spheadtop .contactbtn.contactbtn--v2 {
  margin: 0;
  width: fit-content;
}

#spheader .spheadtop .contactbtn.contactbtn--v2 span {
  position: relative;
  display: block;
  box-sizing: border-box;
  /* width: 138px; */
  width: 36.8vw;
  /* height: 32px; */
  height: 8.5333vw;
  flex-grow: 0;
  /* padding: 0 0 0 23px; */
  padding: 0 0 0 6.1333vw;
  border-radius: 5px;
  border-radius: 1.333vw;
  border: solid 1px #1f4d8c;
  background-color: #fff;
  background-image: url('../img/common/icon_graph.webp');
  background-repeat: no-repeat;
  /* background-position: top 50% left 10px; */
  background-position: top 50% left 2.667vw;
  /* background-size: 10px; */
  background-size: 2.667vw;
  /* font-size: 11px; */
  font-size: 2.9333vw;
  font-weight: bold;
  /* line-height: 30px; */
  line-height: 8vw;
  letter-spacing: normal;
  text-align: left;
  color: #1f4d8c;
}
#spheader .spheadtop .contactbtn.contactbtn--v2 span::after {
  position: absolute;
  content: '\f078';
  top: 0;
  bottom: 0;
  /* right: 11px; */
  right: 2.9333vw;
  margin: auto 0;
  width: 1em;
  height: 1em;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  /* font-size: 10px; */
  font-size: 2.667vw;
  text-align: center;
  line-height: 1.0;
  color: #1f4d8c;
}

#spheader .spheadtop .menubtn {
  position: relative;
  z-index: 1;
  width: 5.5rem;
  height: 5.5rem;
  position: relative; }

#spheader .spheadtop .menubtn.menubtn--v2 {
  position: absolute;
  /* right: 7px; */
  right: 1.8667vw;
  z-index: 1;
  /* width: 41px; */
  width: 10.9333vw;
}
#spheader .spheadtop .menubtn::after,
#spheader .spheadtop .menubtn span::before,
#spheader .spheadtop .menubtn span::after {
  content: '';
  position: absolute;
  display: block;
  width: 1.8rem;
  margin-left: -.9rem;
  border-bottom: solid .2rem;
  top: 2.7rem;
  left: 50%;
  transition: transform .5s ease, top .5s ease, opacity .5s ease;
  border-color: #004E91;
}
#spheader .spheadtop .menubtn:not(.active) span::before {
  top: 1.7rem; }
#spheader .spheadtop .menubtn:not(.active) span::after {
  top: 3.7rem; }
#spheader .spheadtop .menubtn.active::after {
  transform: rotate( 225deg );
  opacity: 0; }
#spheader .spheadtop .menubtn.active span::before {
  width: 2.5rem;
  transform: rotate( -225deg ); }
#spheader .spheadtop .menubtn.active span::after {
  width: 2.5rem;
  transform: rotate( 225deg ); }

#spheader .spmodal01 {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  display: none;
  max-height: 100vh;
  overflow-y: scroll; }
#spheader .spmodal01 .spmodal01box01 {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3.7rem 1.5rem 3.5rem; }
#spheader .spmodal01 .spmodal01box02 {
  background-color: #F4F4F4;
  padding: 1.8rem 1.5rem;
  text-align: right; }
#spheader .spmodal01 .spmodal01box02 > div {
  text-align: left;
  background-color: #ffffff;
  padding: 2.5rem 2.5rem 2rem; }
#spheader .spmodal01 .spmodal01box02 span {
  font-size: 1.4rem;
  font-weight: bold; }
#spheader .spmodal01 .spmodal01box02 h3 {
  margin: 1.5rem 0 1.5rem; }
#spheader .spmodal01 .spmodal01box02 h3 img {
  width: 25.9rem; }
#spheader .spmodal01 .spmodal01box02 p {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #999999; }
#spheader .spmodal01 .spmodal01box02 h4 {
  display: inline-block;
  background-color: #0F1D29;
  color: #ffffff;
  font-size: 1rem;
  padding: .4rem 1rem .4rem 1.2rem; }
#spheader .spmodal01 .spmodal01box02btn {
  text-align: left; }
#spheader .spmodal01 .spmodal01box02btn a {
  display: block;
  background: #00ADB4 url(../img/common/arrowwhiteico.png) no-repeat right 2.3rem center / 1.3rem auto;
  padding: 2rem 2.3rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold; }
#spheader .spmodal01 .spmodal01close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 5.5rem;
  height: 5.5rem; }
#spheader .spmodal01 .spmodal01close::after,
#spheader .spmodal01 .spmodal01close span::before,
#spheader .spmodal01 .spmodal01close span::after {
  content: '';
  position: absolute;
  display: block;
  width: 1.8rem;
  margin-left: -.9rem;
  border-bottom: solid .2rem #21272C;
  top: 2.7rem;
  left: 50%;
  transition: transform .5s ease, top .5s ease, opacity .5s ease; }
#spheader .spmodal01 .spmodal01close::after {
  transform: rotate( 225deg );
  opacity: 0; }
#spheader .spmodal01 .spmodal01close span::before {
  width: 2.5rem;
  transform: rotate( -225deg ); }
#spheader .spmodal01 .spmodal01close span::after {
  width: 2.5rem;
  transform: rotate( 225deg ); }
#spheader .spmodal01 .spmodal01txt01 {
  line-height: 1.6; }
#spheader .spmodal01 h3 {
  margin: 2.2rem 0 3rem; }
#spheader .spmodal01 h3 img {
  width: 23.7rem; }
#spheader .spmodal01 .spmodal01box01 ul li + li {
  border-top: solid .2rem #464646; }
#spheader .spmodal01 .spmodal01box01 ul li {
  background: #004F91 url(../img/common/arrowwhiteico.png) no-repeat right 2.3rem center / 1.3rem auto; }
#spheader .spmodal01 .spmodal01box01 ul li a {
  text-align: left;
  color: #ffffff;
  background: no-repeat left 2.6rem center;
  font-size: 1.8rem;
  height: 8rem;
  display: block;
  padding-left: 6.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center; }
#spheader .spmodal01 .spmodal01box01 ul li a span {
  display: block;
  margin-top: 1rem;
  font-size: 1.1rem; }
#spheader .spmodal01 .spmodal01box01 ul li.spbtncontact a {
  background-image: url(../img/common/headico01.png);
  background-size: 2rem auto; }
#spheader .spmodal01 .spmodal01box01 ul li.spbtnrecruit a {
  background-image: url(../img/common/headico02.png);
  background-size: 1.5rem auto; }

#spheader .spmodal02 {
  position: absolute;
  z-index: 8;
  /* top: 5.4rem; */
  /* top: 62px; */
  top: 16.5333vw;
  right: 0;
  left: 0;
  border-top: solid .1rem #fff;
  background-color: #004F91;
  display: none;
  /* padding: 3.6rem 2rem 3rem; */
  padding: 3.6rem 2rem 9rem;
  color: #ffffff;
  font-weight: bold;
  max-height: 100vh;
  overflow-y: scroll; }
#spheader .spmodal02 .spmodal02box01 p {
  font-size: 1.8rem; }
#spheader .spmodal02 .spmodal02box01 p + p {
  margin-top: 3rem; }
#spheader .spmodal02 .spmodal02box01 p span {
  color: #fff; }
#spheader .spmodal02 .spmodal02box01 ul {
  margin-top: 2.5rem; }
#spheader .spmodal02 .spmodal02box01 ul li {
  margin-left: 2rem; }
#spheader .spmodal02 .spmodal02box01 ul li + li {
  margin-top: 1.5rem; }
#spheader .spmodal02 .spmodal02box02 {
  margin-top: 3.5rem; }
#spheader .spmodal02 .spmodal02box02 .shiryo {
  margin-bottom: 3rem; }
#spheader .spmodal02 .spmodal02box02 .shiryo a {
  display: block;
  background: #00ADB4 url(../img/common/dlwhiteico.png) no-repeat right 2.3rem center / 1.4rem auto;
  padding: 2rem 2.3rem;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: .3rem; }
#spheader .spmodal02 .spmodal02box02 form {
  margin-bottom: 14rem;
  display: flex;
  overflow: hidden;
  border-radius: .3rem;
  position: relative;
  z-index: 1; }
#spheader .spmodal02 .spmodal02box02 form input[type="text"] {
  width: 27.5rem;
  border: none;
  font: inherit;
  color: #333333;
  padding: 0 2.3rem;
  font-size: 1.6rem;
  font-weight: bold; }
#spheader .spmodal02 .spmodal02box02 form button[type="submit"] {
  width: 5.5rem;
  height: 5.5rem;
  background: #ffffff url(../img/common/searchico.png) no-repeat center center / 2rem auto;
  font-size: 0;
  color: transparent;
  border: none;
  position: relative; }
#spheader .spmodal02 .spmodal02box02 form button[type="submit"]::after {
  content: "";
  left: 0;
  top: .6rem;
  bottom: .6rem;
  border-right: solid .1rem #BFBFBF;
  z-index: 1;
  position: absolute; }
#spheader .spmodal02 .spmodal02box02 ul.sns {
  display: flex;
  justify-content: center; }
#spheader .spmodal02 .spmodal02box02 ul.sns li {
  width: 4.5rem; }
#spheader .spmodal02 .spmodal02box02 ul.sns li + li {
  margin-left: 1rem; }



#spheader .headcont {
  display: flex; }
#spheader .headcont ul {
  display: flex;
  margin: auto 90px auto auto;
  font-size: 14px;
  font-weight: bold; }
#spheader .headcont ul li + li {
  margin-left: 40px; }
#spheader .headcont p {
  font-size: 11px; }
#spheader .headcont p a {
  width: 230px;
  height: 90px;
  border-left: solid 2px #464646;
  display: block;
  padding-left: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
#spheader .headcont p.hbtncontact a {
  background: url(../img/common/headico01.png) no-repeat left 25px center;
  background-size: 20px auto; }
#spheader .headcont p.hbtnrecruit a {
  background: url(../img/common/headico02.png) no-repeat left 29px center;
  background-size: 15px auto; }
#spheader .headcont p strong {
  font-size: 18px;
  margin-bottom: 10px; }
#spheader .headcont p span {
  display: block; }




.slick-slide + .slick-slide {
  margin-left: 2rem; }
.slick-dots {
  margin-top: 2rem; }
.slick-dots li + li {
  margin-left: 2rem; }
.slick-dots li button {
  width: .8rem;
  height: .8rem; }

.pager .wp-pagenavi {
  width: 34rem;
  margin: 0 auto;
  height: auto;
  padding: 0 2rem;
  font-size: 1.6rem; }
.pager .wp-pagenavi a,
.pager .wp-pagenavi span.current {
  margin: 0;
  padding: 1.5rem; }
.pager .wp-pagenavi .previouspostslink,
.pager .wp-pagenavi .nextpostslink {
  width: 1.6rem;
  height: 4.6rem;
  background-size: .7rem auto;}
#breadcrumb {
  display: none; }
.p-breadcrumb__list {
  display: none; }



#footer .footpost::after {
  top: 2.5rem;
  left: 0; }
#footer .footpost::before {
  left: 0;
  top: 0;
  bottom: auto;
  height: 33.0rem;
  right: 2.5rem; }
#footer .fpinner {
  width: auto;
  position: relative;
  z-index: 5;
  padding: 0;
  display: block; }
#footer .footpost .fpleft {
  width: auto;
  background-color: transparent;
  padding: 4rem 5.5rem 2rem 2.5rem; }
#footer .footpost .fpleft span {
  font-size: 1.4rem; }
#footer .footpost .fpleft h3 {
  margin: 1.5rem 0 1.5rem; }
#footer .footpost .fpleft h3 img {
  width: 25.9rem; }
#footer .footpost .fpleft p {
  font-size: 1.3rem; }
#footer .footpost .fpright {
  width: auto;
  padding: 0 1.5rem 2.5rem; }
#footer .footpost .fpright h4 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  font-size: 1rem;
  padding: .4rem 1rem .4rem 1.2rem;
  margin-bottom: 0; }
.postslide02 .postslidecont a {
  width: 30rem; }
.postslide02 .postslidecont a {
  width: 30rem;
  height: 36rem;
  border-radius: 0;
  box-shadow: none; }
.postslide02 .postslidecont figure.thum {
  width: 30rem;
  height: 22.7rem; }
.postslide02 .postslidecont .postslidetxt {
  padding: 1.8rem 1.6rem;
  height: 13.3rem; }
.postslide02 .postslidecont .postslidetit {
  font-size: 1.6rem;
  -webkit-line-clamp: 3; }
.postslide02 .postslidecont .postslidemeta {
  font-size: 1rem; }

#footer .frinner {
  width: auto;
  position: relative;
  z-index: 5;
  padding: 4rem 2rem 3rem;
  display: block; }
#footer .frinner h4 {
  font-size: 3.2rem;
  margin-bottom: 4.5rem; }

.postslide03 .postslidecont a {
  width: 30rem; }
.postslide03 .postslidecont a {
  width: 30rem;
  height: 36rem;
  border-radius: 0;
  box-shadow: none; }
.postslide03 .postslidecont figure.thum {
  width: 30rem;
  height: 22.7rem; }
.postslide03 .postslidecont .postslidetxt {
  padding: 1.8rem 1.6rem;
  height: 13.3rem; }
.postslide03 .postslidecont .postslidetit {
  font-size: 1.6rem;
  -webkit-line-clamp: 3; }
.postslide03 .postslidecont .postslidemeta {
  font-size: 1rem; }



#footer .footcontent .inner {
  display: block;
  padding: 3.5rem 2rem 3rem; }
#footer .footcontent .fcleft,
#footer .footcontent .fcright {
  width: auto; }
#footer .footcontent .fcleft span {
  font-size: 1.3rem; }
#footer .footcontent .fcleft h3 {
  font-size: 4.5rem;
  margin: 1.5rem 0 2rem; }
#footer .footcontent .fcleft p {
  font-size: 1.4rem; }
#footer .footcontent .fcright {
  margin-top: 3.5rem; }
#footer .footcontent .fcright p.btn a {
  font-size: 1.6rem;
  border-radius: .4rem;
  padding: 2.5rem;
  border: none;
  background-size: 1.4rem auto; }
#footer .footcontent .fcright p.btn a::before {
  content: none; }
#footer .footcontent .fcright p.btn a::after {
  width: 1.4rem;
  height: 1.6rem;
  top: calc( 50% - .8rem);
  right: 2rem;
  background-size: 100% auto;
}
#footer .footcontact .fcright {
  display: flex;
  flex-direction: column-reverse; }
#footer .footcontact .telbox {
  margin: 2rem 0 0; }
#footer .footcontact .telbox p.num {
  font-size: 1.9rem;
  border-bottom-width: .2rem;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem; }
#footer .footcontact .telbox p.num a {
  pointer-events: auto;
  font-size: 3.2rem; }
#footer .footcontact .telbox span.txt {
  font-size: 1rem; }
#footer .footbottom {
  height: auto;
  display: block;
  text-align: center;
  padding: 3.5rem 2rem 1.5rem; }
#footer .footbottom h2 {
  margin-bottom: 2.2rem; }
#footer .footbottom h2 img {
  width: 6.8rem; }
#footer .footbottom p {
  margin-bottom: 1.5rem;
  border: none;
  padding: 0;
  font-size: 1rem; }
#footer .footbottom ul {
  margin: 0 0 4.2rem;
  border-top: solid #fff .2rem;
  border-bottom: solid #fff .2rem;
  justify-content: space-around;
  font-size: 0.8rem; }
#footer .footbottom ul li + li {
  margin: 0; }
#footer .footbottom ul li a {
  display: block;
  padding: 1.5rem .5rem; }
#footer .footbottom small {
  margin-left: auto;
  font-size: 1rem; }

}


/*ウィジット*/
.footerwidget{
  border-top:1px solid #ddd;
  padding-bottom: 2em;
}
.footerwidget .menu{
  display: flex;
  justify-content:space-between;
  align-items: top;
  max-width: 1200px;
  margin:0 auto;
}

.footerwidget .c-widget{
  width: 30%;
}
.footerwidget #block-9{
  margin-top: 2em;
}

.footerwidget .wp-block-search__label,
.footerwidget .wp-block-group__inner-container h2,
.footerwidget .c-widget__title{
  display: block;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #DDD;
  padding:10px 0;
  line-height: 100%;
  margin-bottom: 1.5em;
}
.footerwidget .wp-block-categories-list {
}
.footerwidget .wp-block-categories-list li.cat-item{
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  float: left;
}
.footerwidget .wp-block-categories-list li.cat-item a{
  border:none;
  font-size: 12px;
  background-color: #F7F7F7;
  border-radius: 3px;
  line-height: 100%;
  white-space: nowrap;
  padding: .75em 1em .75em 1em;
  transition: none;
}
.footerwidget .wp-block-categories-list li.cat-item a:hover{
  background-color: #0F1D29;
  color: #fff;
}
.footerwidget .wp-block-categories-list li.cat-item a:before{
  display: none;
}
.footerwidget .p-postList__title{
  font-size: 13px;
  color: #0F1D29;
}
.footerwidget .c-widget__title.-footer::before,
.footerwidget .c-widget__title.-footer::after{
  content: none;
}

.footerwidget .wp-block-search .wp-block-search__input{
  border-radius: 5px;
  padding:10px 15px;
  background-color: #f7f7f7;
}

#footer_tag_content {
  background-color: #004E91;
  padding:4em 0 3em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#footer_tag_content .footer_tag_content_content{
  display: flex;
  justify-content:space-between;
  align-items: top;
  max-width: 1200px;
  margin:0 auto;
}
#footer_tag_content .footer_tag_content_content .text{
  width: 55%;
}
#footer_tag_content .footer_tag_content_content .text img{
  width: 100%;
  margin-bottom: 2em;
}
#footer_tag_content .footer_tag_content_content .text p{
  font-size: 16px;
  line-height: 180%;
  color: #fff;
}

#footer_tag_content .footer_tag_content_content .tag_list{
  width: 45%;
}

#footer_tag_content .footer_tag_content_content .tag_list ul{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

#footer_tag_content .footer_tag_content_content .tag_list ul li{
  width: 48%;
}

#footer_tag_content .footer_tag_content_content .tag_list ul li a{
  display: flex;
  border-radius: 3px;
  /*background-color:#fff;*/
  margin-bottom: 20px;
  height: 65px;
  align-items: center;
  padding:0 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  background: url(../img/common/icon_arrow.png) no-repeat 92% center #fff;
  background-size:14px;
}
#footer_tag_content .footer_tag_content_content .tag_list ul li span{
  display: flex;
  border-radius: 3px;
  /*background-color:#fff;*/
  margin-bottom: 20px;
  height: 65px;
  align-items: center;
  padding:0 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  background: #fff;
  background-size:14px;
  color: #999;
}

#footer_tag_content .footer_tag_content_content .tag_list ul li a:hover{
  background-color: #FFD929;
}
.footerwidget .wp-block-categories-list{
	margin-bottom:20px;
}
.footerwidget .wp-block-categories-list::after{
   content: "";
   display: block;
   clear: both;
}

/* 3600 追加 //////// */

/* ウィジェット 注目の記事 */
.footerwidget .menu .widget_custom_html .custom-html-widget .p-blogParts.post_content .p-postListWrap .p-postList .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__times .c-postTimes__posted,
.footerwidget .menu .widget_custom_html .custom-html-widget .p-blogParts.post_content .p-postListWrap .p-postList .p-postList__item .p-postList__link .p-postList__body .p-postList__meta .p-postList__cat {
  color: rgb(51,51,51);
}

.footerwidget .menu .widget_custom_html .custom-html-widget .p-blogParts.post_content .p-postListWrap .p-postList .p-postList__item .p-postList__link .p-postList__body .p-postList__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: calc((1.0em * 1.5) * 3);
}

/* フッター ナビゲーション */
.fotter-nav-content {
  max-width: 1200px;
  margin:0 auto;
  padding: 50px 0 21.5px;
}

.fotter-nav-content .footer-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 90px;
}

.fotter-nav-content .footer-navigation .footer-navi-unit {
  max-width: 290px;
}

.fotter-nav-content .footer-navigation .footer-navi-unit .group-title {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.462;
  /* 3px */
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.fotter-nav-content .footer-navigation .footer-navi-unit .navi-link-group {
  margin-top: 21.5px;
}

.fotter-nav-content .footer-navigation .footer-navi-unit .navi-link-group .navi-link {
  display: block;
  font-size: 13px;
  font-weight: normal;
  /* line-height: 2.308; */
  /* 8.5px */
  line-height: 1.654;
  /* 4.25px */
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  opacity: 0.75;
  transition: opacity 100ms linear;
}
.fotter-nav-content .footer-navigation .footer-navi-unit .navi-link-group .navi-link:nth-of-type(n+2) {
  margin-top: 12.75px
}
.fotter-nav-content .footer-navigation .footer-navi-unit .navi-link-group .navi-link:hover {
  opacity: 1;
}
.fotter-nav-content .footer-navigation .footer-navi-unit .navi-link-group.navi-link-group--nowrap .navi-link {
  white-space: nowrap;
}
/* 3600 追加 END //////// */

@media (max-width: 767px) {

.footerwidget{
  border-top:none;
}
.footerwidget .menu{
  max-width: 100%;
  flex-wrap: wrap;
  padding:0 1.5em;
}

.footerwidget .c-widget{
  width: 100%;
}
.footerwidget #block-9{
  margin-top: 2em;
}

.footerwidget .wp-block-search__label,
.footerwidget .wp-block-group__inner-container h2,
.footerwidget .c-widget__title{
  font-size: 16px;
  /*background-color: #004E91;*/
}
.footerwidget .wp-block-categories-list li.cat-item a{
  font-size: 12px;
}
.footerwidget .wp-block-categories-list li.cat-item a:before{
  display: none;
}
.footerwidget .p-postList__title{
  font-size: 13px;
}

#footer_tag_content {
  padding:2em 1.8em 1em 1.8em;
}

#footer_tag_content .footer_tag_content_content{
  display: block;
  max-width: 100%;
}
#footer_tag_content .footer_tag_content_content .text{
  width: 100%;
}
#footer_tag_content .footer_tag_content_content .text img{
  width: 100%;
}
#footer_tag_content .footer_tag_content_content .text p{
  font-size: 14px;
}
#footer_tag_content .footer_tag_content_content .text p br{
  display: none;
}

#footer_tag_content .footer_tag_content_content .tag_list{
  width: 100%;
  padding-top: 2em;
}

#footer_tag_content .footer_tag_content_content .tag_list ul{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}

#footer_tag_content .footer_tag_content_content .tag_list ul li{
  width: 48%; 
}

#footer_tag_content .footer_tag_content_content .tag_list ul li a{
  height: 55px;
  padding:0 15px;
  font-size: 16px;
  background-size:12px;
  margin-bottom: 15px;

}
  }

/* ブログパーツ - 転職エージェント・プロモーション */
@media screen and (max-width: 767px) {
  .agent-users-voices {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px;
  }
  .agent-users-voices .heading-3 {
    position: relative;
    display: block;
    padding: 6px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.44;
    margin: 62px 0 30px;
    position: relative;
  }
  /* .agent-users-voices .heading-3::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    border-left: 100px solid #1D508C;
    background-color: #DDD;
  } */
  .agent-users-voices figure {
    margin: 0 0 30px;
  }
  .agent-users-voices figure .picture {
    max-width: 100%;
    height: auto;
  }
  .agent-users-voices .list {
    border-radius: 5px;
    border: solid 1px #ddd;
    background-color: #f3f3f3;
    padding: 16px 15px 16px 19px;
    margin: 0 0 25.5px;
    list-style-type: none;
    list-style-position: inside;
  }
  .agent-users-voices .list li {
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #333;
  }
  .agent-users-voices .list li::before {
    position: absolute;
    content: "";
    top: 2.5px;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: transparent;
    background-image: url("https://asiro.co.jp/media-career/wp-content/themes/outside/img/blog_parts/icon_checked_16_333333.png");
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 14px;
  }
  .agent-users-voices .list li:last-of-type {
    padding-bottom: 0;
  }
  .agent-users-voices .paragraph {
    margin: 0 0 25.5px;
    font-weight: Medium;
    font-size: 14px;
    color: #333;
    letter-spacing: normal;
    line-height: 1.79;
  }
  .agent-users-voices .heading-4 {
    padding: 15.5px 20px;
    background-color: #1d508c;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }
  .agent-users-voices .users-voices-group {
    margin: 0 0 30px;
    padding: 18px 0 30px;
    background-color: #FAFAFA;
  }
  .agent-users-voices .users-voices-group .users-voices-item {
    position: relative;
  }
  .agent-users-voices .users-voices-group .users-voices-item .item-block-1 {
    position: absolute;
    top: 0;
    left: 24px;
    margin: 0;
  }
  .agent-users-voices .users-voices-group .users-voices-item .item-block-1 .users-avatar {
    display: block;
    width: 70px;
    height: 70px;
  }
  .agent-users-voices .users-voices-group .users-voices-item .item-block-2 .users-data-and-rating {
    padding: 22px 0 0 122px;
    margin-bottom: 21px;
    height: 70px;
  }
  .agent-users-voices .users-voices-group .users-voices-item .item-block-2 .users-data-and-rating .users-data {
    padding: 0 0 6px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #333;
  }
  .agent-users-voices .users-voices-group .users-voices-item .item-block-2 .users-data-and-rating .raiting-star {
    display: block;
    height: 14px;
  }
  .agent-users-voices .users-voices-group .users-voices-item .item-block-2 .users-voice-value {
    position: relative;
    width: 300px;
    margin: 0 auto;
    border-radius: 6px;
    border: solid 1px #ddd;
    background-color: #fff;
    padding: 13px 14px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #333;
  }
  .agent-users-voices .users-voices-group .users-voices-item .item-block-2 .users-voice-value::before {
    position: absolute;
    content: "";
    top: -7px;
    left: 35px;
    width: 18px;
    height: 8px;
    background-image: url("https://asiro.co.jp/media-career/wp-content/themes/outside/img/blog_parts/balloon_notch.png");
    background-repeat: no-repeat;
    background-position: top 50% left 50%;
    background-size: 18px 8px;
  }
  .agent-users-voices .users-voices-group .users-voices-item:nth-of-type(n+2) {
    margin-top: 22px;
  }
  .agent-users-voices .agent-data {
    border-radius: 5px;
    border: solid 1px #ddd;
    background-color: #fff;
    margin: 0 0 40px;
  }
  .agent-users-voices .agent-data .data-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
  }
  .agent-users-voices .agent-data .data-row .data-name {
    flex-basis: 105px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 105px;
    padding: 14px 0 14px 14px;
    background-color: #f3f3f3;
    border-right: 1px solid #ddd;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #333;
  }
  .agent-users-voices .agent-data .data-row .data-value {
    flex-basis: 224px;
    width: 224px;
    padding: 14px 10px;
    background-color: #fff;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #333;
  }
  .agent-users-voices .agent-data .data-row .data-value .raiting-star {
    display: block;
    height: 18px;
    margin: 3.5px 0;
  }
  .agent-users-voices .agent-data .data-row .data-value .agent-data-link {
    color: #36f;
    cursor: pointer;
  }
  .agent-users-voices .agent-data .data-row .data-value .agent-data-link:hover {
    text-decoration: underline;
  }
  .agent-users-voices .agent-data .data-row .data-value.data-value--features {
    font-size: 10px;
    line-height: 1.7;
  }
  .agent-users-voices .agent-data .data-row:nth-of-type(1) .data-name {
    border-radius: 4px 0 0 0;
  }
  .agent-users-voices .agent-data .data-row:nth-of-type(1) .data-value {
    border-radius: 0 4px 0 0;
  }
  .agent-users-voices .agent-data .data-row:last-of-type .data-name {
    border-radius: 0 0 0 4px;
  }
  .agent-users-voices .agent-data .data-row:last-of-type .data-value {
    border-radius: 0 0 4px 0;
  }
  .agent-users-voices .agent-data .data-row:nth-of-type(n+2) {
    border-top: 1px solid #ddd;
  }
  .agent-users-voices .agent-link {
    display: block;
    width: 220px;
    height: 50px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #e01616;
    background-image: url("https://asiro.co.jp/media-career/wp-content/themes/outside/img/blog_parts/icon_angle_right_23_ffffff.png");
    background-repeat: no-repeat;
    background-position: top 50% right 15px;
    background-size: 9px 17px;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }

  /* 3600 追加 ////////////////////////// */
  .fotter-nav-content .footer-navigation {
    display: block;
  }

  .fotter-nav-content .footer-navigation .footer-navi-unit {
    max-width: 100%;
  }

  .fotter-nav-content .footer-navigation .p-blogParts.post_content:nth-of-type(n+2) {
    /* margin-top: 45px; */
    margin-top: 12vw !important;
  }
  /* 3600 追加 END ////////////////////////// */
}

@media screen and (min-width: 768px) {
  .agent-users-voices {
    width: 710px;
    margin: 0 auto;
    padding: 0 0 10px;
  }
  .agent-users-voices .heading-3 {
    position: relative;
    display: block;
    padding: 6px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    margin: 62px 0 40px;
    position: relative;
  }
  /* .agent-users-voices .heading-3::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    border-left: 200px solid #1D508C;
    background-color: #DDD;
  } */
  .agent-users-voices figure {
    margin: 0 0 40px;
  }
  .agent-users-voices figure .picture {
    max-width: 100%;
    height: auto;
  }
  .agent-users-voices .list {
    border-radius: 5px;
    border: solid 1px #ddd;
    background-color: #f3f3f3;
    padding: 36.5px 39px;
    margin: 0 0 35.5px;
    list-style-type: none;
    list-style-position: inside;
  }
  .agent-users-voices .list li {
    position: relative;
    padding-left: 26px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #333;
  }
  .agent-users-voices .list li::before {
    position: absolute;
    content: "";
    top: 2.5px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-image: url("https://asiro.co.jp/media-career/wp-content/themes/outside/img/blog_parts/icon_checked_16_333333.png");
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 16px;
  }
  .agent-users-voices .list li:last-of-type {
    padding-bottom: 0;
  }
  .agent-users-voices .paragraph {
    margin: 0 0 35.5px;
    font-weight: Medium;
    font-size: 16px;
    color: #333;
    letter-spacing: normal;
    line-height: 1.5625;
  }
  .agent-users-voices .heading-4 {
    margin: 0 0 30px;
    padding: 11px 20px;
    background-color: #1d508c;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.72;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }
  .agent-users-voices .users-voices-group {
    margin: 0 0 40px;
  }
  .agent-users-voices .users-voices-group .users-voices-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 29px 30px 23.5px;
    border-radius: 5px;
    border: solid 1px #ddd;
    background-color: #fff;
  }
  .agent-users-voices .users-voices-group .users-voices-item .item-block-1 {
    flex-basis: 90px;
    margin: 0;
  }
  .agent-users-voices .users-voices-group .users-voices-item .item-block-1 .users-avatar {
    display: block;
    width: 90px;
    height: 90px;
  }
  .agent-users-voices .users-voices-group .users-voices-item .item-block-2 {
    flex-basis: 540px;
    padding-left: 20px;
  }
  .agent-users-voices .users-voices-group .users-voices-item .item-block-2 .users-data-and-rating {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14.5px;
  }
  .agent-users-voices .users-voices-group .users-voices-item .item-block-2 .users-data-and-rating .users-data {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #333;
  }
  .agent-users-voices .users-voices-group .users-voices-item .item-block-2 .users-data-and-rating .raiting-star {
    margin-left: 15px;
    display: block;
    height: 17px;
  }
  .agent-users-voices .users-voices-group .users-voices-item .item-block-2 .users-voice-value {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: left;
    color: #333;
  }
  .agent-users-voices .users-voices-group .users-voices-item:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .agent-users-voices .agent-data {
    border-radius: 5px;
    border: solid 1px #ddd;
    background-color: #fff;
    margin: 0 0 40px;
  }
  .agent-users-voices .agent-data .data-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
  }
  .agent-users-voices .agent-data .data-row .data-name {
    flex-basis: 199px;
    width: 199px;
    padding: 12px 0 12px 24px;
    background-color: #f3f3f3;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.69;
    letter-spacing: normal;
    text-align: left;
    color: #333;
  }
  .agent-users-voices .agent-data .data-row .data-value {
    flex-basis: 509px;
    width: 509px;
    padding: 13px 19px;
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #333;
  }
  .agent-users-voices .agent-data .data-row .data-value .raiting-star {
    display: block;
    height: 17px;
    margin: 3.5px 0;
  }
  .agent-users-voices .agent-data .data-row .data-value .agent-data-link {
    color: #36f;
    cursor: pointer;
  }
  .agent-users-voices .agent-data .data-row .data-value .agent-data-link:hover {
    text-decoration: underline;
  }
  .agent-users-voices .agent-data .data-row:nth-of-type(1) .data-name {
    border-radius: 4px 0 0 0;
  }
  .agent-users-voices .agent-data .data-row:nth-of-type(1) .data-value {
    border-radius: 0 4px 0 0;
  }
  .agent-users-voices .agent-data .data-row:last-of-type .data-name {
    border-radius: 0 0 0 4px;
  }
  .agent-users-voices .agent-data .data-row:last-of-type .data-value {
    border-radius: 0 0 4px 0;
  }
  .agent-users-voices .agent-data .data-row:nth-of-type(n+2) {
    border-top: 1px solid #ddd;
  }
  .agent-users-voices .agent-link {
    display: block;
    width: 340px;
    height: 70px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #e01616;
    background-image: url("https://asiro.co.jp/media-career/wp-content/themes/outside/img/blog_parts/icon_angle_right_23_ffffff.png");
    background-repeat: no-repeat;
    background-position: top 50% right 20px;
    background-size: 12px 23px;
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .agent-users-voices .agent-link:active {
    transform: translateY(2px);
  }
}
