@charset "UTF-8";

/* SP用 s*/
@media(max-width: 768px){
  body {
    overflow: unset!important;
  }
}
/* SP用 e*/
html {
  scroll-behavior: smooth;
}
#primary {
  font-size:14px;
}
#primary * {
  box-sizing: border-box !important;
}
#primary img {
  max-width:100%;
  height:auto;
  vector-effect: non-scaling-stroke;
  shape-rendering: crispEdges;
}
.sec_ttl {
  font-size:22px;
  color:#222;
  letter-spacing: 0.07em;
  font-weight:bold;
  text-align:center;
}
.sec_ttl span {
  color:var(--navy);
}
.sec_ttl2 {
  font-size:18px;
  color:#fff;
  letter-spacing: 0.07em;
  font-weight:bold;
  text-align:center;
}
.sec_ttl2 span {
  font-size:150%;
}

@media(max-width: 768px){
  .sec_ttl {
    margin-bottom:4vw;
    font-size:5.5vw;
    line-height:1.5;
    text-align:center;
  }
  .sec_ttl span {
    display:block;
    color:var(--navy);
  }
  .sec_ttl2 {
    margin-bottom:4vw;
    font-size:5.5vw;
    line-height:1.3;
    text-align:center;
  }
  .sec_ttl2 span {
    display:block;
    font-size:130%;
  }
}
/* //SP sec_ttl */
.featureSearch {
  margin: 0 auto 50px;
}
.featureSearch ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  background: #F1F7FF;
}
.featureSearch li {
  box-shadow: 0 0 3px 2px #eaeaeacc;
  width: calc(25% - 7px);
}
.featureSearch li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  position: relative;
  width: 100%;
  height: 146px;
  background-color: #FFF;
}
.featureSearch li a:before {
  content: "";
  display: block;
  margin: 0 auto 15px;
  width:100%;
  height: 45px;
}
.featureSearch li:nth-child(1) a:before {
  background: url("/topic/img/icon-feature1.png") no-repeat bottom center / contain;
}
.featureSearch li:nth-child(2) a:before {
  background: url("/topic/img/icon-feature2.png") no-repeat bottom center / contain;
}
.featureSearch li:nth-child(3) a:before {
  background: url("/topic/img/icon-feature3.png") no-repeat bottom center / contain;
}
.featureSearch li:nth-child(4) a:before {
  background: url("/topic/img/icon-feature4.png") no-repeat bottom center / contain;
}

.featureSearch li a p {
  background: url("/topic/img/featureSearch__arrow.svg")no-repeat right center;
  color: #222;
  font-size: 13px;
  font-weight: bold;
  margin-left: 1em;
  width: 70%;
}
.featureSearch li a p span {
  color:var(--navy);
}


@media(min-width: 769px){
  .featureSearch li a:hover {
    opacity:0.7;
  }
}
@media(max-width: 768px){
  .featureSearch {
    margin: 20px -3vw;
  }
  .featureSearch ul {
    flex-direction: column;
    padding: 16px 25px;
  }
  .featureSearch li {
    background: #fff;
    box-shadow: 0 0 5px 0 var(--navy)29;
    width: 100%;
  }
  .featureSearch li:not(:last-child) {
    margin-bottom: 10px;
  }
  .featureSearch li a {
    flex-direction: row;
    justify-content: center;
    padding: 0 10% 0 12%;
    height: 4.5em;
  }
  .featureSearch li a:before {
    margin: 0;
    height: 36px;
  }
  .featureSearch li:nth-child(1) a:before {
    width: 40px;
  }
  .featureSearch li:nth-child(2) a:before {
    width: 40px;
  }
  .featureSearch li:nth-child(3) a:before {
    width: 44px;
  }
  .featureSearch li:nth-child(4) a:before {
    width: 50px;
  }
  .featureSearch li a p {
    background: url("/topic/img/featureSearch__arrow_sp.svg")no-repeat right center;
    width: 100%;
  }
}
/* //SP featureSearch */



.keywordSearch {
  margin:0 auto 50px auto;
}
.keywordSearch ul {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.keywordSearch li {
  padding:5px;
  width:20%;
}
.keywordSearch li a {
  display:block;
  position:relative;
  padding:10px;
  width:100%;
  font-size:12px;
  color:#FFF;
  text-align:center;
  background:var(--navy);
}
.keywordSearch li a:after {
  position:absolute;
  right:8%;
  top:50%;
  transform: translate(0,-50%);
  font-size:8px;
  content:'>';
}
@media(min-width: 769px){
  .keywordSearch li a:hover {
    opacity:0.75;
  }
}
@media(max-width: 768px){
  .keywordSearch {
    margin: 0 auto 50px;
    padding-bottom: 15px;
    border-bottom:1px solid #E1E1E1;
  }
  .keywordSearch ul {
    justify-content: start;
  }
  .keywordSearch li {
    padding: 5px;
    width: calc(100% / 3);
  }
  .keywordSearch li a {
    padding: 8px 0;
    font-size: 11px;
  }
  .keywordSearch li a:after {
    font-size: 10px;
  }
}
/* //SP keywordSearch */



#anchorNav {
  margin-bottom:20px;
  width:100%;
  background:#38ADD8;
  z-index: 3;
    position: relative;
}
#anchorNav ul {
  display:table;
  table-layout: fixed;
  width:100%;
}
#anchorNav li {
  display:table-cell;
  padding:5px 0;
}
#anchorNav li:not(:last-child) a {
  border-right:1px solid #FFF;
}
#anchorNav li a {
  display:inline-block;
  padding-top:25px;
  width:100%;
  font-size:13px;
  color:#FFF;
  font-weight:500;
  text-align:center;
  background-repeat:no-repeat;
}
#anchorNav li.anchor_search a {
  background-image:url("/topic/img/icon-navSearch.svg");
  background-position:center 3px;
}
#anchorNav li.anchor_check a {
  background-image:url("/topic/img/icon-navCheck.svg");
  background-position:center 5px;
}
#anchorNav li.anchor_ex a {
  background-image:url("/topic/img/icon-navEx.svg");
  background-position:center 5px;
}
#anchorNav li.anchor_pen a {
  background-image:url("/topic/img/icon-navPen.svg");
  background-position:center 7px;
}
#anchorNav li.anchor_q a {
  background-image:url("/topic/img/icon-navQ.svg");
  background-position:center 7px;
}
@media(min-width: 768px){
  #anchorNav li:hover {
    background-color:rgba(28,244,244,0.9);
  }
  .anchor-end {
    margin-top: -120px;
    padding-top: 120px;
  }
}
@media(max-width: 768px){
  #anchorNav {
    position:fixed;
    left:0;
    bottom:0;
    margin-bottom:0;
    width:100%;
    z-index:98;
  }
  #anchorNav li {
    padding:2vw 0;
  }
  #anchorNav li a {
    display:inline-block;
    padding-top:8vw;
    padding-bottom:1vw;
    height:17vw;
    font-size:13px;
    line-height:1.2;
    vertical-align: middle;
    box-sizing:border-box;
  }
  #anchorNav li.anchor1 a {
    background-position:center 3px;
  }
  #anchorNav li.anchor2 a {
    background-position:center 3px;
  }
  #anchorNav li.anchor3 a {
    background-position:center 4px;
  }
  #anchorNav li.anchor4 a {
    background-position:center 5px;
  }
  #anchorNav li.anchor5 a {
    padding-top:10vw;
    padding-bottom:0;
    background-position:center 5px;
  }
  #anchorNav li.anchor6 a {
    background-position:center 7px;
  }
}
/* //SP anchorNav */


.whatkind {
  margin:0 auto;
  padding:30px 0;
  background:#F5F5F5;
}
.whatkind .wrap {
  margin-top:30px;
}
.whatkind ul {
  margin:0 auto;
  width:95%;
}
.whatkind li {
  margin-bottom:30px;
}
.whatkind li:last-child {
  margin-bottom:0;
}
.whatkind h3 {
  margin-bottom:15px;
  padding:10px 15px;
  font-size:18px;
  color:#FFF;
  text-align:left;
  background:var(--navy);
}
.whatkind h3 span {
  color:#FFFFFF;
}
.whatkind .wrap div {
  overflow:hidden;
  font-size:14px;
  line-height:2;
  text-align:left;
}
.whatkind .wrap div span {
  color:var(--navy);
}
.whatkind .img {
  float:left;
  width:40%;
}
.whatkind .txt1 {
  float:right;
  width:56%;
}
.whatkind .txt2 {
  clear:both;
  padding-top:20px;
}
@media(max-width: 768px){
  .whatkind {
    margin: 0 -3vw;
    padding:30px 0;
  }
  .whatkind .wrap {
    margin-top:30px;
  }
  .whatkind ul {
    width:95%;
  }
  .whatkind li {
    margin-bottom:30px;
  }
  .whatkind h3 {
    font-size:18px;
  }
  .whatkind .wrap div {
    font-size:14px;
  }
  .whatkind .img {
    float:none;
    width:100%;
  }
  .whatkind .txt1 {
    float:none;
    margin-top:15px;
    width:100%;
  }
  .whatkind .txt2 {
    clear:both;
    padding-top:0;
  }
}
/* //SP whatkind */


.reason {
  margin:0 auto;
  padding:30px 0;
  background:var(--navy);
}
.reason .sec_ttl2 {
  margin-bottom:20px;
}
.reason .wrap {
  margin:0 auto;
  width:100%;
}
.reason ul {
  display:flex;
  padding:0 10px;
}
.reason li {
  position:relative;
  margin:0 10px;
  padding:80px 15px 20px;
  width:205px;
  min-height:406px;
}
.reason li:nth-child(1) {
  background:#FFF url("/topic/rouken/img/reason_icon1.svg") center 20px no-repeat;
}
.reason li:nth-child(2) {
  background:#FFF url("/topic/rouken/img/reason_icon2.svg") center 20px no-repeat;
}
.reason li:nth-child(3) {
  background:#FFF url("/topic/rouken/img/reason_icon3.svg") center 20px no-repeat;
}
.reason h3 {
  margin-bottom:20px;
  font-size:16px;
  color:var(--navy);
  font-weight:bold;
  text-align:center;
}
.reason p {
  line-height:2;
  text-align:left;
}
@media(max-width: 768px){
  .reason {
    margin: 0 -3vw;
    padding:4vw 0;
    background:var(--navy);
  }
  .reason .sec_ttl2 {
    margin-bottom:4vw;
  }
  .reason ul {
    display:block;
    padding:0 4vw;
  }
  .reason li {
    margin:0 auto 4vw auto;
    padding:100px 15px 20px;
    width:100%;
    min-height:auto;
  }
  .reason li:last-child {
    margin-bottom:0;
  }
  .reason li:nth-child(1) {
    background-size:64px auto;
  }
  .reason li:nth-child(2) {
    padding-top:90px;
    background-size:53px auto;
  }
  .reason li:nth-child(3) {
    background-size:57px auto;
  }
  .reason h3 {
    margin-bottom:2vw;
    font-size:22px;
  }
}
/* //SP reason */



.example {
  margin:0 auto 50px auto;
  padding:30px 0 10px 0;
  background:#F6F6F6;
}
.example .wrap {
  margin:10px auto 0 auto;
  width:100%;
}
.example .box {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:0 auto;
  width:98%;
}
.example .box > li {
  padding:8px;
  width:50%;
}
.example .box > li a,
.example .box > li .item {
  display:block;
  padding:12px;
  width:100%;
  background:#FFF;
}
.example .boxHeader {
  display:flex;
  align-items: center;
  justify-content: start;
  margin-bottom:5px;
}
.example .boxHeader ul {
  display:flex;
  margin-right:5px;
}
.example .boxHeader li {
  margin-right:5px;
  padding:5px 0;
  width:50px;
  font-size:12px;
  color:#FFF;
  line-height:1;
  text-align:center;
}
.example .boxHeader li.style {
  background:var(--navy);
}
.example .boxHeader p {
  font-size:13px;
  color:#222;
  font-weight:bold;
}
.example .ttl {
  min-height:82px;
  font-size:15px;
  color:var(--navy);
  font-weight:bold;
}
.example .boxBottom {
  display:block;
}
.example .boxBottom li {
  display:block;
  margin-bottom:10px;
}
.example .boxBottom li:last-child {
  margin-bottom:0;
}
.example .boxBottom dl {
  display:flex;
  text-align:left;
  font-weight:bold;
}
.example .boxBottom dt {
  padding:5px;
  padding-left:10px;
  width:105px;
  background:#F1F7FF;
}
.example .boxBottom dt:before {
  display:inline-block;
  margin-right:5px;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  content:'';
}
.example .boxBottom .salary dt:before {
  background: url("/search_full/img/detailTableList_icon02.svg")no-repeat center / 30px;
}
.example .boxBottom .days dt:before {
  background:url("/common/img/icon_header_assignment.svg")no-repeat center / 20px;
}
.example .boxBottom .place dt:before {
  background:url("/search_full/img/detailTableList_icon01.svg")no-repeat center / 28px;
}
.example .boxBottom dd {
  padding:5px 5px 5px 10px;
  font-size:12px;
  color:#222;
}
.example .boxBottom .salary dd {
  color:#F11464;
}
@media(min-width: 769px) {
  .example .box > li a:hover {
    opacity:0.7;
    text-decoration: none;
  }
}
@media(max-width: 768px){
  .example {
    margin: 0 -3vw 50px;
    padding:30px 0;
  }
  .example .box {
    display:block;
    width:98%;
  }
  .example .box > li {
    width:100%;
  }
  .example .ttl {
    min-height:auto;
    margin-bottom:2vw;
    padding-bottom:2vw;
    font-size:5vw;
    border-bottom:1px solid #D1D1D1;
  }
  .example .boxBottom {
    display:flex;
    justify-content: space-between;
  }
  .example .boxBottom li {
    display:block;
    width:31%;
    margin-bottom:0;
  }
  .example .boxBottom li.salary {
    width:38%;
  }
  .example .boxBottom dt {
    padding:0;
    padding-left:0;
    width:36px;
    font-size:8px;
    white-space: nowrap;
    text-align:center;
    background:#FFF;
    margin-right: 9px;
  }
  .example .boxBottom dt:before {
    display:block;
    margin-right:auto;
    margin-left:auto;
    width: 26px;
    height: 26px;
    vertical-align: 0 !important;
    border-radius:50px;
    content:'';
  }
  .example .boxBottom .salary dt:before {
    background:url("/search_full/img/detailTableList_icon02.svg")no-repeat center / 36px;
  }
  /* .example .boxBottom .days dt:before {
    background:url("/search_full/img/detailTableList_icon03.svg")no-repeat center / 36px;
  } */
  .example .boxBottom .place dt:before {
    background:url("/search_full/img/detailTableList_icon01.svg")no-repeat center / 30px;
  }
  .example .boxBottom dd {
    padding:0;
    padding-top:9px;
    font-size:11px;
    line-height:1.3;
  }
}
/* //SP example */



.insert {
  margin:0 auto 50px auto;
  text-align:center;
}
.insert .txt {
  margin:0 auto 20px auto;
  font-weight:bold;
}
.insert .btnEntry {
  margin:0 auto;
}
@media(max-width: 768px){
  .insert {
    margin:0 auto 50px auto;
  }
  .insert .txt {
    margin:0 auto 4vw auto;
    font-size:4.5vw;
  }
}
/* //SP insert */


.example2 {
  margin: 0 auto;
  background:#F1F7FF;
}
.example2 .sec_ttl2 {
  position:relative;
  padding:15px 0;
  font-size:17px;
  font-weight:bold;
  background:var(--navy);
}
.example2 .sec_ttl2 span {
  font-size:22px;
}
.example2 .sec_ttl2:after {
  position:absolute;
  left: 50%;
  bottom:-14px;
  width: 19px;
  height: 19px;
  background:var(--navy);
  transform: rotate(45deg) translate(-50%,0);
  content:'';
}
.example2 .wrap {
  padding:30px 20px;
}
.example2 .box1 {
  margin-bottom:20px;
}
.example2 .box1 dl {
  margin-bottom:15px;
  text-align:center;
}
.example2 .box1 dt {
  display:inline-block;
  margin-bottom:15px;
  font-size:24px;
  color:var(--navy);
  font-weight:bold;
  border-bottom:2px solid #E2276E;
}
.example2 .box1 dd {
  font-size:14px;
  text-align:center;
}
.example2 .box1 div {
  position:relative;
}
.example2 .box1 p {
  position:absolute;
  top: 80px;
  right: 30px;
  width: 290px;
  line-height:2;
  text-align:left;
}
.example2 .box1 p span {
  font-weight:bold;
}
.example2 .box2 {
  margin-bottom:40px;
}
.example2 .box2 dl {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.example2 .box2 dt {
  margin-bottom:60px;
  width:100%;
  font-size:20px;
  font-weight:bold;
  text-align:center;
}
.example2 .box2 dd {
  display:block;
  position:relative;
  padding:50px 20px 20px 20px;
  width:32%;
  color:var(--navy);
  font-weight:bold;
  text-align:left;
  background:#FFF;
  border:1px solid var(--navy);
}
.example2 .box2 dd p {
  display:inline-block;
  position:absolute;
  top:-40px;
  left:50%;
  transform: translate(-50%,0);
  padding:10px 0;
  width:68px;
  font-size:12px;
  color:#FFF;
  line-height:1;
  text-align:center;
  background:var(--navy);
}
.example2 .box2 dd p span {
  display:block;
  margin-top:5px;
  font-size:32px;
}
.example2 .box3 {
  margin-bottom:40px;
}
.example2 .box3 .ttl {
  margin-bottom:20px;
  font-size:14px;
  text-align:center;
}
.example2 .box3 .ttl span {
  display:block;
  margin-bottom:5px;
}
.example2 .box3 .txt {
  margin:0 auto;
  width:90%;
  font-size:14px;
  line-height:2;
  text-align:left;
}
.example2 .box4 {
  margin:0 auto 10px auto;
  padding:15px;
  width:566px;
  height:155px;
  background:url("/topic/rouken/img/example2_bg.png") center center no-repeat;
}
.example2 .box4 dt {
  display:block;
  padding:10px 0;
  color:#FFF;
  font-weight:bold;
  line-height:1;
  text-align:center;
  background:var(--navy);
}
.example2 .box4 dt img {
  vertical-align:-3px;
}
.example2 .box4 dd {
  display:flex;
  align-items: center;
  padding:6px 40px;
  font-size:14px;
  line-height:2;
}
.example2 .box4 dd p {
  padding-right:40px;
}
.example2 .box4 dd p span {
  color:var(--navy);
  font-weight:bold;
}
.example2 .box4 dd img {
  width:76px;
}
.example2 .btnEntry {
  margin:0 auto;
}
.example2 .btnEntry a {
  padding:8px 0 8px 25px;
}
@media(max-width: 768px){
  .example2 {
    margin: 0 -3vw;
  }
  .example2 .sec_ttl2 {
    font-size:20px;
  }
  .example2 .sec_ttl2 span {
    display:inline-block;
    font-size:20px;
    font-weight:bold;
  }
  .example2 .wrap {
    padding:30px 10px;
  }
  .example2 .box1 dt {
    font-size:28px;
  }
  .example2 .box1 dd {
    text-align:left;
  }
  .example2 .box1 p {
    top: auto;
    bottom: 2.3vw;
    left: 50%;
    right:auto;
    transform: translate(-50%,0);
    width: 90%;
    font-size: 3.5vw;
  }
  .example2 .box2 {
    margin-bottom:40px;
  }
  .example2 .box2 dl {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .example2 .box2 dt {
    margin-bottom:60px;
    width:100%;
    font-size:20px;
    font-weight:bold;
    text-align:center;
  }
  .example2 .box2 dd {
    display:block;
    position:relative;
    padding:50px 10px 20px 10px;
    width:32%;
    color:var(--navy);
    font-weight:bold;
    text-align:left;
    background:#FFF;
    border:1px solid var(--navy);
  }
  .example2 .box2 dd p {
    display:inline-block;
    position:absolute;
    top:-40px;
    left:50%;
    transform: translate(-50%,0);
    padding:10px 0;
    width:68px;
    font-size:12px;
    color:#FFF;
    line-height:1;
    text-align:center;
    background:var(--navy);
  }
  .example2 .box2 dd p span {
    display:block;
    margin-top:5px;
    font-size:32px;
  }
  .example2 .box3 {
    margin-bottom:40px;
  }
  .example2 .box3 .ttl {
    margin-bottom:20px;
    font-size:14px;
    text-align:center;
  }
  .example2 .box3 .ttl span {
    display:block;
    margin-bottom:5px;
  }
  .example2 .box3 .txt {
    margin:0 auto;
    width:90%;
    font-size:14px;
    line-height:2;
    text-align:left;
  }
  .example2 .box4 {
    padding:4vw;
    width:90vw;
    height:52vw;
    background:url("/topic/rouken/img/example2_bg_sp.png") center center no-repeat;
    background-size:100% auto;
  }
  .example2 .box4 dt {
    display:block;
    padding:10px 0;
    font-size:4vw;
  }
  .example2 .box4 dt img {
    vertical-align:-0.6vw;
  }
  .example2 .box4 dd {
    padding:10px 0;
    font-size: 3.6vw;
  }
  .example2 .box4 dd p {
    padding-right:2vw;
  }
  .example2 .box4 dd img {
    width:22vw;
  }
}
/* //SP example2 */



.experiences {
  margin: 0 auto 50px;
  padding:50px 0 20px;
  background:#F5F5F5;
}
.experiences .sec_ttl {
  margin:0 auto 20px auto;
  font-size:15px;
}
.experiences .sec_ttl span {
  display:block;
  font-size:150%;
}
.experiences ul {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:0 20px;
} 
.experiences li {
  position:relative;
  width:49%;
  background:#FFF;
}
.experiences .transfer {
  display:block;
  background:#F5F5F5;
}
.experiences .transfer span {
  display:inline-block;
  padding:10px;
  width:214px;
  color:#FFF;
  text-align:center;
  background:var(--navy);
}
.experiences .box {
  padding:15px;
  width:100%;
  text-align:left;
}
.experiences .boxHeader {
  display:flex;
  align-items: center;
  position:relative;
  margin-bottom:20px;
  padding-bottom:20px;
} 
.experiences .boxHeader .pict {
  width:90px;
  height:90px;
}
.experiences .boxHeader .pict span {
  display:block;
  overflow: hidden;
  width:100%;
  height:100%;
  background:#E4EEFA;
  border-radius:50px;
}
.experiences .boxHeader div {
  padding-left:15px;
  width:185px;
}
.experiences .boxHeader .ttl {
  margin-bottom:10px;
  font-size:17px;
  line-height:1.5;
  font-weight:bold;
}
.experiences .boxHeader .age {
  position: absolute;
  right:0;
  bottom:0;
  width:173px;
  font-size:13px;
  color:#989898;
  text-align:left;
}
.experiences .boxBottom {
  padding-top:10px;
  border-top:2px solid var(--navy);
}
.experiences .btn {
  position:relative;
  padding:10px 0;
  width:100%;
  font-size:14px;
  text-align:center;
  background:#F5F5F5;
  border:1px solid var(--navy);
  cursor:pointer;
}
.experiences .btn:after {
  position:absolute;
  right:10px;
  top:50%;
  color:var(--navy);
  transform: translate(0,-50%);
  content:'＋';
}
.experiences .btn.active {
  color: #F5F5F5;
  margin-top: 10px;
}
.experiences .btn.active:before {
  content: "閉じる";
  background: #F5F5F5;
  color: #333;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
}
.experiences .btn.active:after {
  content: "-";
}
.experiences .txt {
  margin-bottom:20px;
}
.experiences .readmore {
  display:none;
}
@media(min-width: 769px){
  .experiences .btn:hover {
    opacity:0.7;
  }
}
@media(max-width: 768px){
  .experiences {
    margin: 0 -3vw 50px;
  }
  .experiences li {
    margin-bottom:20px;
    padding-bottom:0;
    width:100%;
  }
  .experiences li:last-child {
    margin-bottom:0;
  }
  .experiences .transfer span {
    display:inline-block;
    padding:10px;
    width:214px;
    color:#FFF;
    text-align:center;
    background:var(--navy);
  }
  .experiences .box {
    padding:4vw;
  }
  .experiences .boxHeader {
    margin-bottom:0;
  }
  .experiences .boxHeader .pict {
    width:23vw;
    height:23vw;
  }
  .experiences .boxHeader div {
    padding-left:4vw;
    width:58vw;
  }
  .experiences .boxHeader .age {
    bottom:2vw;
    width:54vw;
  }
}
/* //SP experiences */



.faq {
  margin:0 auto 50px auto;
  padding-top: 30px;
}
.faq .wrap {
  margin:0 auto;
  width:100%;
}
.faq .sec_ttl {
  margin-bottom:20px;
}
.faq dl {
  margin:0 auto 30px auto;
  width:100%;
}
.faq dl:last-child {
  margin-bottom:0;
}
.faq dt {
  position:relative;
  padding:15px 43px;
  font-size:15px;
  font-weight:bold;
  background:#F6F6F6 url("/topic/img/faq_icon-q.svg") 15px center no-repeat;
  cursor:pointer;
}
.faq dt:before {
  display:inline-block;
  position:absolute;
  right:15px;
  top:50%;
  transform: translate(0,-50%);
  font-size:180%;
  color:var(--navy);
  font-weight:bold;
  content:'＋';
}
.faq dt.active:before {
  content:'－';
}
.faq dd {
  display:none;
  position:relative;
  padding:15px 0 0;
  font-size:14px;
  line-height:2;
  text-align:left;
}
.faq dd .list--decimal {
  list-style: decimal;
  margin-left: 1.25em;
}
@media(max-width: 768px){
  .faq {
    margin: 0 -3vw 50px;
  }
  .faq .sec_ttl {
    font-size:4.5vw;
  }
  .faq .sec_ttl span {
    font-size:150%;
  }
  .faq .wrap {
    width:96%;
  }
  .faq dl {
    margin:0 auto 20px auto;
  }
  .faq dt {
    padding:15px 53px;
    font-size: 4.5vw;
    line-height: 1.5;
    background:#F6F6F6 url("/topic/img/faq_icon-q.svg") 4vw center no-repeat;
    background-size:auto 9vw;
  }
  .faq dt:before {
    font-size:180%;
  }
  .faq dd {
    display:none;
    position:relative;
    padding:15px 0 0;
    font-size:14px;
    line-height:2;
    text-align:left;
  }
}
/* //SP faq */



.special {
  margin: 0 auto 0 auto;
  padding-top:30px;
  background:#F6F6F6;
}
.special .sec_ttl {
  margin-bottom:20px;
}
.special .wrap {
  overflow: hidden;
  position:relative;
  padding:0 0 50px 0;
  width:100%;
}
.special .swiper-container {
  width:280px !important;
}
.special .swiper-horizontal>.swiper-pagination-bullets,
.special .swiper-pagination-bullets.swiper-pagination-horizontal,
.special .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom:20px;
}
.special .swiper-slide {
  margin-left:15px;
  width:280px !important;
}
.special .swiper-slide a {
  display:block;
  position:relative;
  width:100%;
  text-align:center;
  background:#FFF;
}
.special .swiper-slide img {
  height:114px !important;
}
.special .swiper-slide p {
  display:block;
  position: absolute;
  left:0;
  bottom:0;
  padding:10px 0;
  width:100%;
  font-size:14px;
  color:#FFF;
  text-align:center;
  background:var(--navy);
}
@media(min-width: 769px){
  .special li a:hover {
    opacity:0.7;
  }
}
@media(max-width: 768px){
  .special {
    margin: 0 -3vw;
    padding-top:30px;
    background:#F6F6F6;
  }
  .special .sec_ttl {
    margin-bottom:20px;
  }
  .special .wrap {
    overflow: hidden;
    position:relative;
    padding:0 0 12vw 0;
    width:100%;
  }
  .special .swiper-container {
    width:53vw !important;
  }
  .special .swiper-slide {
    margin-left:3.5vw;
    width:53vw !important;
  }
  .special .swiper-slide img {
    height:21vw !important;
  }
  .special .swiper-horizontal>.swiper-pagination-bullets,
  .special .swiper-pagination-bullets.swiper-pagination-horizontal,
  .special .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 3vw;
  }
}
/* //SP special */



.support {
  margin:0 auto 50px auto;
  padding:30px 0;
  background:#F1F7FF;
}
.support .sec_ttl {
  font-size:15px;
}
.support .sec_ttl span {
  display:block;
  font-size:22px;
}
.support .wrap {
  margin-top:30px;
}
.support ul {
  margin:0 auto;
  width:95%;
}
.support li {
  margin-bottom:30px;
  background:#FFF;
}
.support li:last-child {
  margin-bottom:0;
}
.support h3 {
  padding:10px 15px;
  font-size:18px;
  color:#FFF;
  text-align:left;
  background:var(--navy);
}
.support h3 span {
  color:#C3A408;
}
.support .wrap .box {
  overflow:hidden;
  padding:15px;
  font-size:14px;
  line-height:2;
  text-align:left;
}
.support .img {
  float:left;
  width:46%;
}
.support .box div {
  float:right;
  width:50%;
}
.support .txt {
  font-size:14px;
  text-align:left;
}
.support .link {
  margin-top:30px;
  font-size:14px;
  text-align:right;
}
.support .link a {
  color:var(--navy);
  text-decoration: underline;
}
@media(min-width: 769px){
  .support .link a {
    text-decoration: none;
  }
}
@media(max-width: 768px){
  .support {
    margin: 0 -3vw 30px;
    padding:30px 0;
  }
  .support .wrap {
    margin-top:30px;
  }
  .support ul {
    width:90%;
  }
  .support li {
    margin-bottom:30px;
  }
  .support h3 {
    font-size:18px;
    text-align:center;
  }
  .support .wrap .box {
    font-size:14px;
  }
  .support .img {
    float:none;
    width:100%;
  }
  .support .box div {
    float:none;
    margin-top:15px;
    width:100%;
  }
}
/* //SP support */




.new_offer__outer {
  background: #f1f7ff;
  margin-bottom: 30px;
}
#newoffer .hdTxt02-01 {
  display: none;
}
#newoffer .bottom_more_link {
  display: none;
}
#newoffer #tab1,
#newoffer #tab2{
  text-align:center;
}
.new_offer__outer .btnBox {
  display: inline-flex;
  margin: 20px auto 0;
  width: 100%;
  text-align: center;
}
.new_offer__outer .btnBox a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 0 40px;
  padding-left: 70px;
  width: fit-content;
  height: 4em;
  font-size: 15px;
  /*font-family: "Noto Sans JP";*/
  color: #FFF;
  line-height: 1.3;
  background: #304F89 url("/topic/img/icon-search.svg") 30px 54% no-repeat;
  background-size: auto 36%;
  box-shadow: 0 3px 0 #0F2F6B;
  border-radius: 8px;
}
@media(min-width: 769px){
  .new_offer__outer .btnBox a:hover {
    background:#4E76C0 url("/topic/img/icon-search.svg") 30px 54% no-repeat;
    background-size: auto 36%;
  }
}
@media(max-width: 768px){
  .new_offer__outer .btnBox a {
    justify-content: center;
    padding: 0 7vw;
    padding-left: 15vw;
    width: auto;
    max-width: 75vw;
    height: 17vw;
    font-size: 4vw;
    background:#304F89 url("/topic/img/icon-search.svg") 6vw center no-repeat;
    background-size: auto 36%;
  }
}

#featureSearch h2,
#keywordSearch h2 {
  padding: 10px 10px 10px 50px;
  font-size: 22px;
  /*font-family: "Noto Sans JP";*/
  letter-spacing: 0.07em;
  font-weight: bold;
  text-align: left;
  background: url("/topic/img/icon-search2.svg") 5px center no-repeat;
  background-size: auto 60%;
  width: 100%;
}
.new_offer__outer .subjectHeading {
  background: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
}
.new_offer__outer .subjectHeading h2 {
  padding: 10px 10px 10px 50px;
  font-size: 22px;
  /*font-family: "Noto Sans JP";*/
  letter-spacing: 0.07em;
  font-weight: bold;
  text-align: left;
  background: url("/topic/img/icon-search2.svg") 5px center no-repeat;
  background-size: auto 60%;
  width: 100%;
}
.new_offer__outer .subjectHeading .count {
  display: flex;
  margin-top: -10px;
}
.new_offer__outer .subjectHeading .count li {
  display: flex;
  align-items: center;
  margin-left:10px;
  padding: 0.8em;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}
.new_offer__outer .subjectHeading .count li p {
  font-size: 13px;
}
.new_offer__outer .subjectHeading .count li .data {
  font-size: 22px;
  color: #cab721;
  font-weight: bold;
}
@media(max-width: 768px){
  #featureSearch h2,
  #keywordSearch h2 {
    margin-bottom: 4vw;
    padding: 0;
    width: 100%;
    font-size: 5.5vw;
    text-align: center;
    background: none;
    background-size: 11vw auto;
  }
  .new_offer__outer {
    margin: 20px -3vw 30px;
  }
  .new_offer__outer .subjectHeading {
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0 0;
  }
  .new_offer__outer .subjectHeading h2 {
    margin-bottom: 4vw;
    padding: 0;
    width: 100%;
    font-size: 5.5vw;
    text-align: center;
    background: none;
    background-size: 11vw auto;
  }
  .new_offer__outer .subjectHeading .count {
    margin: 0 3vw 3vw;
  }
  .new_offer__outer .subjectHeading .count li {
    margin-right:10px;
    margin-left:0;
    padding: 0.8em;
  }
}
#newoffer p {
  margin: 0;
}
#newoffer .newoffer_contents {
  background: #F1F7FF;
  padding: 20px 17px;
}
@media(max-width: 768px){
  #newoffer {
    width: 100%;
  }
  #newoffer .newoffer_contents {
    background: #F1F7FF;
    padding: 20px 4vw;
  }
}
#newoffer .select-box01 select {
  padding-left: 10px;
  height: 35px;
  width: 160px;
  color:#000;
  line-height:35px;
  box-shadow: 0px 1px 0px 0px #ede8e8;
  background: #fff url("/topic/img/icon-arr3.svg") 101% center no-repeat;
  background-size:auto 108%;
  border-radius: 3px;
  border:1px solid #c6c6c6;
  border-right:0;
  cursor:pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#newoffer .select-box01 select::-ms-expand{
  display: none;
}
#newoffer #tab_selecter {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#newoffer #tab_selecter li {
  margin-right: 25px;
  order: 2;
}
.pid10160 #newoffer #tab_selecter li:not(.select-box01),
.pid10800 #newoffer #tab_selecter li:not(.select-box01),
.pid10801 #newoffer #tab_selecter li:not(.select-box01),
.pid10984 #newoffer #tab_selecter li:not(.select-box01),
.pid10987 #newoffer #tab_selecter li:not(.select-box01),
.pid10988 #newoffer #tab_selecter li:not(.select-box01) {
  display: none;
}
#newoffer #tab_selecter .select-box01 {
  order: 1;
}
#newoffer #tab_selecter a {
  display: flex;
  align-items: center;
}
#newoffer #tab_selecter a:before {
  content: "";
  border: solid 2px #aaa;
  border-radius: 22px;
  box-sizing: border-box;
  display: block;
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
#newoffer #tab_selecter a.current:before {
  background: var(--navy);
  box-shadow: 0 0 0px 3px #fff inset;
}
@media(max-width: 768px){
  #newoffer #tab_selecter li {
    margin-right: 5vw;
  }
}
#newoffer .newoffer_list .recruit {
  margin-bottom: 10px;
  padding:6px 6px;
  position: relative;
}
#newoffer .newoffer_list li a {
  display: flex;
  flex-direction: column;
  padding: 20px 0 10px 0;
  width: 200px;
  height: 100%;
  min-height: 210px;
  text-align: left;
  text-decoration: none;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 5px #ccc;
}
#newoffer .newoffer_list li a:hover {
  background-color: #e6efff;
}
#newoffer .offerPoint {
  margin: 0 0 20px;
  padding:0 10px;
  min-height: 1.75em;
  order: 1;
}
#newoffer .offerPoint li {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  background: var(--navy);
  box-sizing: border-box;
  font-size: inherit;
}
#newoffer .ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: block-axis;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
  padding:0 10px;
  height: 3em;
  font-size: 1.15em;
  line-height: 1.5;
  font-weight: bold;
  text-align: justify;
  order: 2;
}
#newoffer table {
  font-size: 12px;
  color: #333;
  margin-top: 5px;
  width: 100%;
  border-collapse: separate;
  border-spacing:10px;
  order: 3;
}
#newoffer table th,
#newoffer table td; {
  border: 0;
}
#newoffer table th {
  background: #F1F7FF 5px center no-repeat;
  box-sizing: border-box;
  font-weight: bold;
  padding: 3px 0 3px 26px;
  width: 75px;
}
#newoffer table .area th {
  background-image:url("/topic/img/icon-place.svg");
  background-size:15px 18px;
}
#newoffer table .salary th {
  background-image:url("/topic/img/icon-salary2.svg");
  background-size:15px 14px;
}
#newoffer table tr:last-child th {
  background-image:url("/topic/img/icon-occ.svg");
  background-size:15px 16px;
}
#newoffer table td {
  background-color: #FFF;
  box-sizing: border-box;
  padding: 0 3px;
  font-weight: bold;
}
#newoffer table .salary td {
  color:#F11464;
}
#newoffer .category {
  display: none;
}
@media(max-width: 768px){
  #newoffer table {
    border-spacing:2vw;
  }
  #newoffer table th {
    padding: 3px 0 3px 6vw;
    width: 17.5vw;
  }
  #newoffer table .area th {
    background-image:url("/topic/img/icon-place.svg");
    background-size:auto 5vw;
  }
  #newoffer table .salary th {
    background-image:url("/topic/img/icon-salary2.svg");
    background-size:auto 3.8vw;
  }
  #newoffer table tr:last-child th {
    background-image:url("/topic/img/icon-occ.svg");
    background-size:auto 4.3vw;
  }
  #newoffer table td {
    padding: 0 0;
  }
}
#newoffer .slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
}
#newoffer .slider__nav {display: none;}
#newoffer .slider__nav + label {
  background: #ccc;
  border-radius:50px;
  cursor: pointer;
  margin: 0 12px;
  position: relative;
  width: 15px;
  height: 15px;
  z-index: 10;
}
#newoffer .slider__nav:checked + label {background: #2d60b5;}
#newoffer .slider__nav:checked:nth-of-type(1) ~ .slider__inner {left: 0%;}
#newoffer .slider__nav:checked:nth-of-type(2) ~ .slider__inner {left: -100%;}
#newoffer .slider__nav:checked:nth-of-type(3) ~ .slider__inner {left: -200%;}
#newoffer .slider__nav:checked:nth-of-type(4) ~ .slider__inner {left: -300%;}
#newoffer .slider__nav:checked:nth-of-type(5) ~ .slider__inner {left: -400%;}
#newoffer .slider__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  width: 500%;
  height: 100%;
}
#newoffer .slider__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: center;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  height: 100%;
}
#newoffer .slider__contents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: center;
  height: 100%;
}
@media(max-width: 768px){
  #newoffer .slider {
    overflow-x:scroll;
    height: 20em;
  }
  #newoffer .slider__nav + label {
    display: none;
  }
  #newoffer .slider__inner {
    display:flex;
  }
  #newoffer .slider__contents {
    flex-flow: row nowrap;
  }
}
/* //SP new_offer */


/*****************************************************
　2025.03 追加
*****************************************************/

:root {
  --navy: #1E5FB3;
}

.text--normal {font-weight:normal !important;}
.text--bold {font-weight:bold !important;}
.text--navy {color:var(--navy) !important;}
.text--small {font-size:80%;}
.text--large {font-size:130%;}


.btnEntry {margin:0 auto; max-width: 340px;}
.btnEntry a {
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
  margin:0 auto;
  padding: 8px 0;
  width: 100%;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  background: linear-gradient(180deg, #D4306D 0%, #B80548 100%);
  border-radius: 5px;
  box-shadow: 0 2px 0 #8B0032;
  font-size: 15px;
  font-weight: bold;
}
.btnEntry a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.btnEntry.btn--ico--mail {
  padding-bottom: 3px;
  max-width: 340px;
}
.btnEntry.btn--ico--mail a {
  height: 70px;
  font-size: 15px;
  font-weight: bold;
}
.btnEntry.btn--ico--mail a:before {
  display: inline-block;
  margin-right: 15px;
  margin-left: -20px;
  width: 23px;
  height: 23px;
  background: url("/topic/img/icon-mail.svg") 5% center no-repeat;
  background-size: auto 100%;
  content: '';
}
.btnEntry.btn--ico--arrow {
  padding-bottom: 3px;
  max-width: 478px;
}
.btnEntry.btn--ico--arrow a {
  font-size:14px;
  height: 70px;
}
.btnEntry.btn--ico--arrow a:before {
  content: "";
  top: calc(50% - 8px);
  right: 20px;
  width: 16px;
  height: 16px;
  border: solid 1px #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  transform: rotate(45deg);
}
.btnEntry.btn--ico--arrow a span {
  display:block;
}
/* SP用 s*/
@media(max-width: 768px){
  .btnEntry a {
    padding: 4vw 0;
    /* font-size: clamp(15px, 4.26vw, 18px); */
    box-shadow: 0 0.7vw 0 #8B0032;
    border-radius: 2vw;
  }
  .btnEntry.btn--ico--mail a {
    height: 17vw;
  }
  .btnEntry.btn--ico--mail a:before {
    display: inline-block;
    margin-right: 15px;
    margin-left: -20px;
    width: 23px;
    height: 23px;
    background: url("/topic/img/icon-mail.svg") 5% center no-repeat;
    background-size: auto 100%;
    content: '';
  }
  .btnEntry.btn--ico--arrow a {
    padding:4vw 0;
    font-size:3.2vw;
    height: auto;
  }
  .btnEntry.btn--ico--arrow a:before {
    content: "";
    top: calc(50% - 5px);
    right: 15px;
    width: 10px;
    height: 10px;
  }
}
/* //SP btnEntry */


.label__worry {
  display:flex;
  align-items: center;
  height:100%;
  font-size:16px;
  color:#FFF;
  font-weight:bold;
  background:var(--navy);
}
.label__worry p {
  padding:5px 10px;
  width:100%;
  text-align:center;
  white-space: nowrap;
}
.label__worry span {
  display:block;
  font-size:130%;
  margin-top: -4px;
}
@media(max-width: 768px){
  .label__worry {
    font-size:3.5vw;
  }
  .label__worry p {
    padding:2vw 3vw;
    line-height: 1.5;
  }
  .label__worry p span {
    font-size:140%;
  }
}

.box__bg__triangle {
  position: relative;
  padding-bottom: 20px;
  z-index:2;
}
.box__bg__triangle:after {
  content:'▼';
  display:inline-block;
  position:absolute;
  left:50%;
  bottom:0;
  z-index:1;
  transform: translate(-50%,0);
  font-size:25px;
  line-height:1;
  color:var(--navy);
}
@media(max-width: 768px){
  .box__bg__triangle {
    padding-bottom: 15px;
  }
  .box__bg__triangle:after {
    font-size:18px;
  }
}


.sec__heading {
  padding:40px 0 30px;
  font-size:20px;
  color:#222;
  letter-spacing: 0.07em;
  line-height:1.5;
  font-weight:bold;
  text-align:center;
  background-repeat:no-repeat;
  background-position:center 0;
  background-size:auto 34px;
}
@media(max-width: 768px){
  .sec__heading {
    padding:12vw 0 5vw;
    font-size:4.2vw;
    background-size:auto 12vw;
  }
}
/* //SP sec__heading */


.worry__sec {
}
.worry__heading {
  background-image:url(../img/tmpl_2025/ico_worry_title.svg), url(../img/tmpl_2025/bg_worry_title_pc.svg);
  background-repeat:no-repeat, no-repeat;
  background-position:center 0, center bottom;
  background-size:auto 34px, auto;
}
.worry__inner {
  padding:15px;
  background-color:#F7F7F7;
  border-bottom:1px solid var(--navy);
}
.worry__wrap {
  padding:24px;
  font-size:16px;
  font-weight:bold;
  background-color:#FFF;
  border:1px solid var(--navy);
  border-radius:5px;
}
.worry__box {
  display:flex;
  align-items: center;
  padding:5px 0;
  border-bottom:1px solid #DDE9F8;
}
.worry__box:last-child {
  padding-bottom:0;
  border-bottom:0;
}
.worry__text {padding-left:15px;}

@media(max-width: 768px){
  .worry__sec {
    margin:0 -3vw;
    padding-bottom:5vw;
    background-color:#F4FAFF;
  }
  .worry__heading {
    padding-top: 17vw;
    background-image: url(../img/tmpl_2025/ico_worry_title.svg), url(../img/tmpl_2025/bg_worry_wrap_sp.svg);
    background-size: auto 10vw, auto;
    background-position: center 20px, bottom center;
    height: 50vw;
    min-height: 150px;
    max-height: 400px;

  }
  .worry__inner {
    padding:0;
    border-bottom:0;
  }
  .worry__wrap {
    margin:0 auto;
    width:90%;
    padding:5vw;
    font-size:3.6vw;
  }
  .worry__box {
    padding:2vw 0;
  }
}
/* //SP worry__sec */


.solution__sec {
  margin-bottom:50px;
}
.solution__heading {
  background-image:url(../img/tmpl_2025/ico_solution_title.svg);
}
.solution__question {
  display:flex;
  align-items: center;
  padding:10px 0 10px 20px;
  background:#F7F7F7;
  border-radius:5px;
}
.solution__question .solution__question__text {
  padding-left:15px;
  font-size:18px;
  font-weight:bold;
}
.solution__box {
  margin-bottom:30px;
}
.solution__answer {
  padding:20px;
  border:1px solid var(--navy);
  border-radius:5px;
}
.solution__title {
  display:flex;
  align-items: center;
	justify-content: space-between;
  margin-bottom:15px;
  padding-bottom:15px;
  font-size:18px;
  border-bottom:1px solid #DDE9F8;
}
.solution__title h3 {
  font-weight:bold;
}
.solution__title img {
  width: 16%;

}
.solution__text {
  font-size:16px;
}
.solution__text li {
  position:relative;
  padding-left:25px;
}
.solution__text li:before {
  content:'━';
  position:absolute;
  left:0;
  color:#E2276E;
  font-weight:bold;
}
@media(max-width: 768px){
  .solution__sec {
    margin-bottom:50px;
  }
  .solution__heading {
    background-size:auto 10vw;
  }
  .solution__question {
    padding:2vw 4vw;
  }
  .solution__question .solution__question__text {
    font-size:4.2vw;
    line-height:1.5;
  }
  .solution__box {
    margin-bottom:30px;
  }
  .solution__answer {
    padding:4vw;
  }
  .solution__title {
    margin-bottom:4vw;
    padding-bottom:4vw;
    font-size:4.2vw;
    line-height:1.5;
  }
  .solution__title h3 {
    padding-right:4vw;
  }
  .solution__title img {
    width:22vw;
  }
  .solution__text {
    font-size:3.6vw;
  }
  .solution__text li {
    padding-left:5.5vw;
  }
}
/* //SP solution__sec */


.hearing__sec {
  /* margin:0 -3vw; */
}
.hearing__inner {
  background:#F5F4F4;
}
.hearing__heading {
  position:relative;
  width:670px;
  height:200px;
  background:url("../img/tmpl_2025/bg_hearing_heading_pc.jpg") center center no-repeat;
  border-bottom:1px solid var(--navy);
}
.hearing__heading h2 {
  position:absolute;
  left:40px;
  top:30px;
  font-size:24px;
  font-weight:bold;
  text-align:left;
}
.hearing__heading span{
  display:inline-block;
  margin-bottom:25px;
  font-size:20px;
  color:#FFF;
}
.hearing__text {
  display:flex;
  position:relative;
  padding:0 10px 20px;
  width:670px;
}
.hearing__text ul {
  padding:0 10px;
  width:50%;
}
.hearing__text li {
  padding:8px 0;
  font-size:16px;
  font-weight:bold;
  text-align:left;
  border-bottom:1px solid #CCC;
}
.hearing__text li:last-child {
  padding-bottom:0;
  border-bottom:0;
}
@media(max-width: 768px){
  .hearing__sec {
    margin:0 -3vw 50px;
  }
  .hearing__heading {
    width:100%;
    height:41vw;
    background:url("../img/tmpl_2025/bg_hearing_heading_sp.jpg") center center no-repeat;
    background-size:100% auto;
  }
  .hearing__heading h2 {
    left:4vw;
    top:6.5vw;
    font-size:4.6vw;
  }
  .hearing__heading span{
    margin-bottom:3vw;
    font-size:3.6vw;
  }
  .hearing__text {
    flex-direction: row;
    flex-wrap: wrap;
    padding:0 20px 20px;
    width:100%;
  }
  .hearing__text ul {
    padding:0 10px;
    width:1000%;
  }
  .hearing__text li {
    padding:8px 0;
    font-size:3.6vw;
  }
  .hearing__text ul {
    padding: 0;
    margin: 0;
  }
  
  .hearing__text ul li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 8px 0; /* 行の高さを統一 */
  }
  
  .text--navy {
    /* display: inline-block;
    /* width: 1.6em; 
    text-align: left;
    margin-right: 0.5em; */
  }
  
  .hearing__text ul:first-child li:last-child {
    padding:8px 0;
    border-bottom:1px solid #CCC;
  }
  
}
/* //SP hearing__sec */


.modelcase__sec {
  margin-bottom:20px;
}
.modelcase__heading {
  background-image:url(../img/tmpl_2025/ico_modelcase_title.svg);
  margin-top: 40px;
}
.modelcase__inner {
  background:#F5F4F4;
}
.modelcase__title {
  position:relative;
  width:670px;
  border-bottom:4px solid var(--navy);
}
.modelcase__title .modelcase__title__inner {
  display:flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  left:0;
  top:50%;
  transform: translate(0,-50%);
  width:300px;
  height:130px;
  color:#FFF;
  background:rgba(30,95,179,0.85);
}
.modelcase__title .modelcase__title__inner div {
  display:inline-block;
}
.modelcase__title h3 {
  font-size:24px;
  font-weight:bold;
  line-height:1;
}
.modelcase__title p {
  font-size:14px;
  line-height:2;
}
.modelcase__title p span {
  display:inline-block;
  margin:5px 5px 0 0;
  padding:2px 10px;
  font-size:14px;
  color:rgba(30,95,179,1);
  background:#FFF;
}
.modelcase__title picture,
.modelcase__title img {
  width:100%;
}
.modelcase__wrap {
  margin:0 auto;
  padding-bottom:30px;
  width:90%;
}
.modelcase__box {
  padding-top:20px;
}
.box__bg__triangle .modelcase__box {
  border-bottom:1px solid  var(--navy);
}
.modelcase__text {font-weight:bold;}
.modelcase__text span {
  display:inline-block;
  margin-bottom:10px;
  padding:2px 20px;
  color:#FFF;
  background:#38ADD8;
}
.modelcase__text02 {
  padding:15px 0;
}
@media(max-width: 768px){
  .modelcase__sec {
    margin:0 -3vw 20px;
  }
  .modelcase__heading {
    background-size:auto 10vw;
  }
  .modelcase__title {
    width:100%;
  }
  .modelcase__title .modelcase__title__inner {
    width:50vw;
    height:26vw;
  }
  .modelcase__title h3 {
    font-size:4.2vw;
  }
  .modelcase__title p {
    font-size:3.2vw;
  }
  .modelcase__title p span {
    margin-top:5px;
    padding:0 2vw;
    font-size:3.2vw;
  }
}
/* //SP modelcase__sec */


.message__box {
  padding:10px 0;
}
.message__title {
  overflow: hidden;
  display:flex;
  align-items: center;
  padding:0 0 0 126px;
  height:89px;
  font-size:16px;
  color:#E2276E;
  font-weight:bold;
}
.message__box__male .message__title {
  background:url("../img/tmpl_2025/bg_message_box_male.png") 0 0 no-repeat;
  background-size: contain;
  background-position: 0 1px;
}
.message__box__famale .message__title {
  background:url("../img/tmpl_2025/bg_message_box_famale.png") 0 0 no-repeat;
  background-size: contain;
  background-position: 0 1px;
}
.message__text {
  padding:20px;
  border:2px solid var(--navy);
  border-radius:5px;
}
@media(max-width: 768px){
  .message__box {
    margin:0 auto;
    padding:4vw 0;
    width:95%;
  }
  .message__title {
    padding:0 0 0 32vw;
    height:23.5vw;
    font-size:3.6vw;
  }
  .message__box__male .message__title,
  .message__box__famale .message__title  {
    background-size:32vw auto;
  }
  .message__box__male .message__title {
    background-position:0 2vw;
  }
  .message__text {
    padding:4vw;
  }
}
/* //SP message__box */


.salary__sec {
  margin-bottom:50px;
}
.salary__heading {
  position:relative;
  margin-bottom:20px;
  width:100%;
  height:220px;
}
.salary__heading p {
  position:absolute;
  left:0;
  top:0;
  padding: 18px 0 0 40px;
  width:340px;
  height:100%;
  font-size:20px;
  font-weight:bold;
  background:rgba(255,255,255,0.9);
  clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
}
.salary__heading p span {
  display:inline-block;
  position:relative;
  margin-top:-23px;
  padding:30px 0 0;
  font-size:38px;
}
.salary__heading p span:before {
  content:'・・・・';
  display:inline-block;
  position:absolute;
  left:0;
  top:0;
  color:#E2276E;
}
.salary__wrap {
  width:100%;
}
.salary__wrap p {
  width:100%;
}
.salary__wrap--small {
  font-size: 12px;
}
.salary__box {
  margin-bottom:30px;
  text-align:left;
}
.salary__box:last-child {
  margin-bottom:0;
}
.salary__title {
  padding:5px 10px;
  font-size:18px;
  color:var(--navy);
  font-weight:bold;
  background-color:#F4FAFF;
}
.salary__text {
  padding:10px 10px 0 10px;
  font-size:16px;
}
.salary__text p {
  margin:0 0 10px;
}
.salary__text p:last-child {
  margin:0 0 0;
}
@media(max-width: 768px){
  .salary__heading {
    overflow:hidden;
    height:42vw;
  }
  .salary__heading img {
    position:absolute;
    right:-18vw;
    max-width:150% !important;
    width:auto !important;
    z-index:-1;
  }
  .salary__heading p {
    padding: 6vw 0 0 5.5vw;
    width:55%;
    font-size:3.8vw;
    line-height:1.6;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 0% 100%);
  }
  .salary__heading p span {
    margin-top:-4vw;
    padding:5vw 0 0;
    font-size:6.5vw;
  }
  .salary__box {
    margin-bottom:30px;
  }
  .salary__title {
    padding:2vw 2vw;
    font-size:4.2vw;
  }
  .salary__text {
    padding:2vw 2vw 0 2vw;
    font-size:3.6vw;
  }
  .salary__text p {
    margin:0 0 2vw;
  }
}
/* //SP salary__sec */



.btnEntry a {
  height: 70px;
  font-size: 15px;
  font-weight: bold;
}


.MV-btn{
  padding: 6vw 5.5vw 0 !important;
  
}
.bttomLink--area {
  margin-top: 50px;
}
.bttomLink__title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: 18px;
  font-family: "Noto Sans JP";
  color: #333;
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-weight: bold;
  background: #F1F7FF;
}
.bttomLink__title:before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 24px;
  height: 30px;
}
.bttomLink__title--span {
  width: calc(100% - 34px);
}
.bttomLink--area .bttomLink__title:before {
  background: url("/common2014/img/quick_search_form/icon_search_map.svg")no-repeat center / cover;
}
.bttomLink--subject .bttomLink__title:before {
  background: url("/common2014/img/quick_search_form/icon_search_subject.svg")no-repeat center / cover;
}
.bttomLink--kbn .bttomLink__title:before {
  background: url("/common2014/img/quick_search_form/icon_search_kbn.svg")no-repeat center / cover;
}
.bttomLink__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bttomLink__dl {
  margin-bottom: 20px;
}
.bttomLink__dt {
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  font-weight: bold;
  background: #F6F6F6;
}
.bttomLink__dd {
  padding: 10px;
  width: 100%;
}
.bttomLink__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.bttomLink__link {
  margin-right: 15px;
  font-size: 14px;
  color: #3491cc;
}
.bttomLink__link:hover {
  text-decoration: underline;
}
@media(min-width: 769px){
  .bttomLink__dl {
    width: calc(50% - 10px);
  }
}
@media(max-width: 768px){
  .bttomLink {
    margin-right: -3vw;
    margin-left: -3vw;
  }
  .bttomLink__dl {
    width: 100%;
  }
}