@charset "UTF-8";

.c-heading {
  font-size: 14px;
  display: block;
  padding: 4px 20px;
  color: #ffffff;
  background-color: #ff0014;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 700;
}

.c-search .c-search-ttl {
  font-size: 12px;
  color: #000000;
  padding: 5px 20px;
  background-color: #ffffff;
  border-radius: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
.c-search .c-search-ttl.left {
    text-align: left;
    padding: 20px;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
}
.c-search-ttl .is-news {
    overflow: hidden;
    display: block;
}
.c-search .c-search-cont {
  margin-bottom: 20px;
  background-color: #ffffff;
}

.c-search-cont .c-search-item {
  width: 50%;
  float: left;
  border-bottom: 1px solid #d2d2d3;
}

.c-search-cont .c-search-item a {
  position: relative;
  padding: 17px 20px 16px 50px;
/*  border-right: 1px solid #d2d2d3;*/
  text-align: left;
}
@media (min-width: 896px) {
.c-search-cont .c-search-item a:hover {
  background: rgba(255, 0, 0, 0.05);
}
}

.c-search-cont .c-search-item:nth-child(2n){
  border-right: 0;
}


.c-search-cont .c-search-item:nth-child(1),
.c-search-cont .c-search-item:nth-child(3) {
  border-right: 1px solid #d2d2d3;
}


.borderNone {
  border-bottom-color: #ffffff !important;
}


.c-new-grid .c-new-item a:after,
.c-search-cont .c-search-item a:after {
  content: '';
  background-image: url(../images/common/arrow.png);
  display: inline-block;
  width: 4px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 896px) {
.c-new-grid .c-new-item a:after,
.c-search-cont .c-search-item a:after {
  transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
}
.c-new-grid .c-new-item a:hover:after,
.c-search-cont .c-search-item a:hover:after {
  right: 10px;
}
}
.c-search-cont .c-search-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
  color: #ff0014;
}

.c-search-cont a {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  display: block;
}
.c-search-cont a.is-on:before {
  content: '選択中';
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #ff0014;
}

.c-box_wrap {
  margin-bottom: 30px;
}
.c-box_wrap .c-box_cont,
.c-box_wrap .c-box_img {
  float: left;
}
.c-box_wrap .c-box_cont {
  text-align: left;
  width: 60%;
  padding: 10px 29px 0 29px;
}
.c-box_wrap .c-box_img {
  width: 40%;
}

.c-box_wrap .c-box_cont .c-box-txt {
  margin-bottom: 30px;
}

.c-box_wrap .c-box_cont .c-box-btn {
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-box_wrap .c-box_cont .c-box-btn.c-center {
  justify-content: center;
}


.c-new {
  margin-bottom: 30px;
}
.c-new.is-ver2 {
  margin-bottom: 0;
  margin-top: 30px;
}
.c-new-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  text-align: left;
  align-items: stretch;
  min-height: 187px;
}
.c-new-grid .c-new-item {
  position: relative;
  flex-basis: 50%;
  max-width: 50%;
  border-top: 1px solid #d2d2d3;
  border-right: 1px solid #d2d2d3;
}
.c-new-grid .c-new-item.is-hi {
    height: 120px;
}

.c-new-grid .c-new-item a {
  padding: 21px 0 21px 20px;
  display: block;
}

.c-new-grid .c-new-item:nth-child(2n) {
  border-right: 0;
}

.c-new-grid .c-new-item:nth-child(1),
.c-new-grid .c-new-item:nth-child(2) {
  border-top: 0;
}
.c-new-grid .c-new-item > a {
  display: block;
  padding-right: 20px;
}
.c-new-grid.ver2 .c-new-item a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    height: 100%;
    padding: 15px 30px 15px 15px;
}
.c-new-grid.ver2 .c-new-item.is-cmsn a {
    -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
    pointer-events: none;
    background-color: #bababa;
    padding: 15px;
}
.c-new-grid.ver2 .c-new-item.is-cmsn a:after {
    display: none;
}
.c-new-grid.ver2 .c-new-item.is-cmsn a span {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
@media (min-width: 896px) {
.c-new-grid .c-new-item > a:hover {
  background: rgba(255, 0, 0, 0.05);
}
}
.c-new-grid.ver2 .c-new-item a img {
    width: 90px;
}
.c-new-grid .c-new-item .c-title {
  margin-bottom: 5px;
  display: inline-block;
  /*
  border-bottom: 1px solid transparent;
  */
}
.c-new-grid.ver2 .c-new-item .c-new-item-txt {
    text-align: left;
    margin-left: 20px;
}
.c-new-grid.ver2 .c-new-item .c-title {
    margin-bottom: 0;
}
.c-new-grid.ver2 .c-new-item .c-txt {
    font-size: 12px;
}
@media (min-width: 896px) {
.c-new-grid .c-new-item .c-title {
  transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
}
.c-new-grid .c-new-item:hover .c-title {
  border-bottom-color: #656565;
}
}
.c-new-grid .c-new-item .c-txt {
  line-height: normal;
}

.c-new-list-wrap {
  border-top: 4px solid #ff0014;
  padding: 15px 30px 10px;
  text-align: left;
  margin-bottom: 20px;
}
.c-new-list .c-new-item a {
  padding: 20px 20px 20px 10px;
  display: table;
  width: 100%;
  text-decoration: none;
}
@media (min-width: 896px) {
.c-new-list .c-new-item a:hover {
  background: rgba(255, 0, 0, 0.05);
}
}
.c-new-list {
  border-top: 1px dotted #c0c0c0;
  margin: 25px 0 0 0;
}
.c-new-list.is-press {
  margin-top: 0;
}
.press_txt {
  position: relative;
  padding-left: 7em;
}
.press_txt span {
  position: absolute;
  left: 0;
}
.c-new-list .c-new-item:not(:last-child) {
  border-bottom: 1px dotted #c0c0c0;
}
.c-new-list .c-new-item .c-new-img {
  width: 80px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px 0 0;
}
.c-new-list .c-new-item .c-new-img img {
  width: 100%;
  height: auto;
}

.c-new-list .c-new-item .c-new-txt {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px 0 0;
  position: relative;
}
.c-new-list .c-new-item .c-new-txt.is-new {
  padding: 0 105px 0 0;
}
.c-new-list .c-new-item .c-new-txt:before {
    content: '';
    background-image: url(../images/common/arrow.png);
    display: inline-block;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 896px) {
.c-new-list .c-new-item .c-new-txt:before {
  transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out , all 0.2s ease-in-out;
}
.c-new-list .c-new-item a:hover .c-new-txt:before {
    right: -5px;
}
}
.c-new-list .c-new-item .c-new-txt .is-label {
    padding: 3px 0;
    border: 1px solid #ff0000;
    font-size: 12px;
    background: #ff0000;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    margin: 5px 15px 0 0;
    width: 80px;
    text-align: center;
    letter-spacing: normal;
}
.c-new-list .c-new-item .c-new-txt .post-label {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 9;
    padding: 3px 0;
    border: 1px solid #ff0000;
    font-size: 12px;
    color: #ff0000;
    display: inline-block;
    line-height: 1;
    width: 80px;
    text-align: center;
    margin: -10px 0 0 0;
}




.c-consultant {
  margin-bottom: 30px;
}
.c-consultant .c-consultant-cont {
  padding: 30px 65px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.c-consultant .c-consultant-item {
  width: calc(100%/3);
  padding: 0 25px;
  text-align: left;
  margin-bottom: 25px;
}
.c-consultant .c-consultant-item a {
  display: block;
  overflow: hidden;
}
.c-consultant .c-consultant-item .c-consultant_img {
    border: 1px solid #d2d2d3;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin-bottom: 13px;
}
@media (min-width: 896px) {
.c-consultant .c-consultant-item .c-consultant-img {
  transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
}
.c-consultant .c-consultant-item a:hover .c-consultant-img {
  opacity: 0.7;
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
}
@media (min-width: 896px) {
.c-consultant .c-consultant-item .c-txt {
  transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
}
.c-consultant .c-consultant-item a:hover .c-txt {
  color: #ff0014;
}
}
.c-consultant .c-consultant-item .c-txt span {
  font-weight: bold;
}

.c-profile {
  margin-bottom: 50px;
}

.c-profile .c-profile-cont {
  padding: 50px;
  text-align: left;
}

.c-profile .c-profile-cont .c-btn {
  min-width: auto;
  padding:4px 10px 4px 5px;
  font-size: 11px;
  border-radius: 2px;
  font-weight: normal;
}
.c-profile .c-profile-cont .c-btn i {
  color: #d2d2d3;
}


.c-profile .c-profile-cont-in {
  margin-top: 20px;
}

.c-profile .c-profile-cont-in li {
  font-size: 12px;
  font-weight: 400;
  padding: 9px 0;
  border-top: 1px dotted #c0c0c0;
  line-height: 2.5;
}


.c-view_wrap {
  position: relative;
  margin-bottom: 60px;
}
.c-view_wrap .slide {
  height: 675px;
  overflow: hidden;
}
.c-view_wrap .c-view_img {
  position: relative;
  width: 100%;
  height: 675px;
}
.c-view_img_in {
    width: 1200px;
    height: 675px;
    margin: 0 auto;
    position: relative;
}
.c-view_wrap .c-view_img.is-ver1 {
  background: url(../images/home/top_mainview_img01n.jpg) no-repeat center top;
}
.c-view_wrap .c-view_img.is-ver2 {
  background: #d1d3d2 url(../images/home/top_mainview_img02n.jpg) no-repeat center top;
}
.c-view_wrap .c-view-boxes {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-view-boxes .c-view-box {
  width: 230px;
  padding: 6px 20px 15px;
  float: left;
  background-color: rgba(0, 0, 0, 0.8);
}
.c-view-boxes.is-only .c-view-box {
  width: 460px;
  float: none;
}
.c-view-boxes .c-view-box.c-view-box-red {
  background-color: rgba(255, 0, 20, 0.8);
}
.c-view-boxes .c-view-box .c-title {
  line-height: 2.6;
  color: #ffffff;
  margin-bottom: 10px;
}
.c-view-boxes .c-view-box .c-title a,
.c-view-boxes .c-view-box .c-title a:hover {
    color: #ffffff;
}
.c-view-boxes.is-only .c-view-box .c-title {
  width: 100%;
}

.c-view-boxes .c-view-box .c-btn {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 12px 15px;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
@media (min-width: 896px) {
.c-view-boxes .c-view-box .c-btn:hover {
  box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #ffffff;
  color: #ff0000;
}
}
.c-view-boxes.is-only .c-view-box .c-btn {
  float: left;
  width: 48%;
}
.c-view-boxes.is-only .c-view-box .c-btn:last-child {
  float: right;
}
.c-view-boxes .c-view-box .c-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  background-image: url(../images/common/arrow-white.png);
  display: inline-block;
  width: 4px;
  height: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 896px) {
.c-view-boxes .c-view-box .c-btn:hover:after {
  background-image: url(../images/common/arrow.png);
}
}
.c-view-ttl1 {
    position: absolute;
    top: 63px;
    left: 257px;
    z-index: 9;
    width: 60px;
    height: 458px;
}
.c-view_wrap .c-view_img.is-ver1 .c-view-ttl1 {
    top: 43px;
    left: auto;
    right: 150px;
}
.c-view-ttl1 span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 458px 0 0 0;
    background: url(../images/home/top_mainview_ttl01n2.png) no-repeat 0 0;
}
.c-view-ttl1.acc {
  width: 60px;
  height: 524px;
}
.c-view-ttl1.acc span {
  padding: 524px 0 0 0;
}
.c-view-ttl1.acc span {
    background: url(../images/home/top_mainview_ttl01_1n3.png) no-repeat 0 0;
}
.c-view-ttl1.acc2 span {
    background: url(../images/home/top_mainview_ttl01_1n2.png) no-repeat 0 0;
}
.c-view-ttl1.tax {
  width: 60px;
  height: 436px;
}
.c-view-ttl1.tax span {
  padding: 436px 0 0 0;
}
.c-view-ttl1.tax span {
    background: url(../images/home/top_mainview_ttl02_1n.png) no-repeat 0 0;
}
.c-view-ttl2 {
    position: absolute;
    bottom: 100px;
    left: 100px;
    z-index: 9;
    width: 60px;
    height: 434px;
}
.c-view_wrap .c-view_img.is-ver1 .c-view-ttl2 {
    left: 130px;
}
.c-view-ttl2 span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 434px 0 0 0;
    background: url(../images/home/top_mainview_ttl02n2.png) no-repeat 0 0;
}
.c-view-ttl2.acc {
  width: 60px;
  height: 392px;
}
.c-view-ttl2.acc span {
  padding: 392px 0 0 0;
}
.c-view-ttl2.acc span {
    background: url(../images/home/top_mainview_ttl01_2n.png) no-repeat 0 0;
}
.c-view-ttl2.acc2 span {
    background: url(../images/home/top_mainview_ttl01_2n2.png) no-repeat 0 0;
}
.c-view-ttl2.tax {
  width: 60px;
  height: 414px;
}
.c-view-ttl2.tax span {
  padding: 414px 0 0 0;
}
.c-view-ttl2.tax span {
    background: url(../images/home/top_mainview_ttl02_2n.png) no-repeat 0 0;
}
.c-view-ttl3 {
  position: absolute;
  bottom: 100px;
  left: 170px;
  z-index: 9;
  width: 20px;
  height: 414px;
}
.c-view-ttl3 span {
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  padding: 414px 0 0 0;
}
.c-view-ttl3.tax span {
    background: url(../images/home/top_mainview_ttl03_2.png) no-repeat top;
}
.c-view-ttl4 {
  position: absolute;
  bottom: 100px;
  left: 130px;
  z-index: 9;
  width: 20px;
  height: 414px;
}
.c-view-ttl4 span {
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  padding: 414px 0 0 0;
}
.c-view-ttl4.tax span {
    background: url(../images/home/top_mainview_ttl04_2.png) no-repeat bottom;
}
.c-view_txt-1,
.c-view_txt-2,
.c-view_txt-3 {
  font-family: 'Yumin';
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.c-view_txt-1 {
  left: 85px;
  bottom: 90px;
}

.c-view_txt-2,
.c-view_txt-3 {
  font-size: 22px;
  right: 80px;
  top: 45px;
}

.c-view_txt-2 {
  top: 93px;
  right: 120px;
}

.c-view_txt-3 {
  right: 80px;
  top: 45px;
}

.c-view_txt-1 span,
.c-view_txt-2 span,
.c-view_txt-3 span {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    margin: 5px 0;
}

.c-view_txt-3 span:first-child {
  margin-top: 5px;
}

.c-view_img .iebr {
  display: none;
}

@media screen and (max-width: 896px) {
  .c-view_img_in {
      width: 100%;
      max-width: 375px;
      margin: 0 auto;
      height: 508px;
  }
  .c-view-ttl1 {
      position: absolute;
      top: 15px;
      right: 14px;
      left: auto;
      z-index: 9;
      width: 45px;
      height: 370px;
  }
  .c-view_wrap .c-view_img.is-ver1 .c-view-ttl1 {
      top: 15px;
      right: 14px;
      left: auto;
  }
  .c-view-ttl1 span {
      padding: 370px 0 0 0;
      background: url(../images/home/sp/top_mainview_ttl01n2.png) no-repeat 0 0;
      background-size: 100% auto;
      -ms-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -webkit-background-size: 100% auto;
  }
  .c-view-ttl1.acc {
    width: 45px;
    height: 408px;
  }
  .c-view-ttl1.acc span {
    padding: 408px 0 0 0;
  }
  .c-view-ttl1.acc span {
      background: url(../images/home/sp/top_mainview_ttl01_1n3.png) no-repeat 0 0;
      background-size: 100% auto;
      -ms-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -webkit-background-size: 100% auto;
  }
  .c-view-ttl1.acc2 span {
    padding: 408px 0 0 0;
  }
  .c-view-ttl1.acc2 span {
      background: url(../images/home/sp/top_mainview_ttl01_1n2.png) no-repeat 0 0;
      background-size: 100% auto;
      -ms-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -webkit-background-size: 100% auto;
  }
  .c-view-ttl1.tax {
    width: 45px;
    height: 333px;
  }
  .c-view-ttl1.tax span {
    padding: 333px 0 0 0;
  }
  .c-view-ttl1.tax span {
      background: url(../images/home/sp/top_mainview_ttl02_1n.png) no-repeat 0 0;
      background-size: 100% auto;
      -ms-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -webkit-background-size: 100% auto;
  }
  .c-view-ttl2 {
      position: absolute;
      bottom: 100px;
      left: 15px;
      z-index: 9;
      width: 45px;
      height: 370px;
  }
  .c-view_wrap .c-view_img.is-ver1 .c-view-ttl2 {
      bottom: 100px;
      left: 15px;
  }
  .c-view_wrap .c-view_img.is-ver1 .c-view-ttl2.is-ver2 ,
  .c-view_wrap .c-view_img.is-ver2 .c-view-ttl2.is-ver2 {
      bottom: 120px;
  }
  .c-view-ttl2 span {
      padding: 370px 0 0 0;
      background: url(../images/home/sp/top_mainview_ttl02n2.png) no-repeat 0 0;
      background-size: 100% auto;
      -ms-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -webkit-background-size: 100% auto;
  }
  .c-view-ttl2.acc {
    width: 45px;
    height: 314px;
  }
  .c-view-ttl2.acc span {
    padding: 314px 0 0 0;
  }
  .c-view-ttl2.acc span {
      background: url(../images/home/sp/top_mainview_ttl01_2n.png) no-repeat 0 0;
      background-size: 100% auto;
      -ms-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -webkit-background-size: 100% auto;
  }
  .c-view-ttl2.acc2 span {
    padding: 314px 0 0 0;
  }
  .c-view-ttl2.acc2 span {
      background: url(../images/home/sp/top_mainview_ttl01_2n2.png) no-repeat 0 0;
      background-size: 100% auto;
      -ms-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -webkit-background-size: 100% auto;
  }
  .c-view-ttl2.tax {
    width: 45px;
    height: 315px;
  }
  .c-view-ttl2.tax span {
    padding: 315px 0 0 0;
  }
  .c-view-ttl2.tax span {
      background: url(../images/home/sp/top_mainview_ttl02_2n.png) no-repeat 0 0;
      background-size: 100% auto;
      -ms-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -webkit-background-size: 100% auto;
  }
  .c-view-ttl3 {
    bottom: 100px;
    left: 43px;
    width: 17px;
    height: 315px;
  }
  .c-view-ttl3 span {
    padding: 315px 0 0 0;
  }
  .c-view-ttl3.tax span {
      background: url(../images/home/sp/top_mainview_ttl03_2.png) no-repeat top;
      background-size: 100% auto;
      -ms-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -webkit-background-size: 100% auto;
  }
  .c-view-ttl4 {
    bottom: 100px;
    left: 15px;
    width: 17px;
    height: 315px;
  }
  .c-view-ttl4 span {
    padding: 315px 0 0 0;
  }
  .c-view-ttl4.tax span {
      background: url(../images/home/sp/top_mainview_ttl04_2.png) no-repeat bottom;
      background-size: 100% auto;
      -ms-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -webkit-background-size: 100% auto;
  }
  .c-view_txt-1 {
    font-size: 13px;
    left: 3vw;
    bottom: 18.6vw;
  }
  .c-view_txt-2,
  .c-view_txt-3 {
    font-size: 14px;
    right: 3vw;
    top: 8vw;
  }
  .c-view_txt-2 {
    top: 18.6vw;
    right: 11.3vw;
  }
  .c-view-boxes .c-view-box .c-btn {
    padding: 12px 10px;
    font-size: 11px;
  }
  /*
  .c-view-boxes .c-view-box .c-btn:hover {
    background: transparent;
    color: #ffffff;
  }
  .c-view-boxes .c-view-box .c-btn:hover:after {
    background-image: url(../images/common/arrow-white.png);
  }
  */

}

.c-view-infomation {
  position: absolute;
  right: 0;
  bottom: 20px;
  background-color: #ffffff;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  /*
  display: -webkit-flex;
  display: flex;
  align-items: center;
  */
  font-size: 12px;
  padding: 8px 0 8px 0;
  text-align: left;
}
.c-view-infomation.is-ver2 {
  background-color: #ff0214;
  -webkit-border-top-left-radius: 35px;
  -webkit-border-bottom-left-radius: 35px;
  -moz-border-radius-topleft: 35px;
  -moz-border-radius-bottomleft: 35px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
.c-view-infomation a {
  /*
  padding: 8px 35px 8px 35px;
  */
  padding: 5px 35px 5px 45px;
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.c-view-infomation.is-ver2 a {
  /*
  padding: 25px 35px 25px 35px;
  */
  padding: 5px 35px 5px 45px;
  color: #ffffff;
  font-weight: bold;
}
.c-view-infomation i {
  font-size: 20px;
  position: absolute;
  /*
  left: 10px;
  */
  left: 20px;
}
@media (min-width: 896px) {
.c-view-infomation a span {
  transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out , all 0.3s ease-in-out;
}
.c-view-infomation a:hover span {
  color: #ff0014;
}
.c-view-infomation.is-ver2 a:hover span {
  color: #ffffff;
  text-decoration: underline;
}
}
@media (max-width: 1366px){
  /*
  .c-view_wrap .c-view_img {
    height: 650px;
  }
  */
  .c-view-infomation {
    font-size: 12px;
  }
}

/*POPUP*/
.popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
}
.popup_overlay {
    background: rgba(67, 67, 67, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.popup_content {
    background-color: #ffffff;
    font-size: 14px;
    max-width: 730px;
    margin: auto;
    /*
    overflow: auto;
    */
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*
    max-height: 48.5vh;
    */
    min-height: 470px;
}
.popup.popup-map .popup_content ,
.popup.popup-ind .popup_content ,
.popup.popup-clipboard .popup_content ,
.popup.popup-cap .popup_content {
    min-height: initial;
}
.popup_content .popup-full {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content:space-between;
    padding: 20px;
    border-bottom: 1px solid #ff0000;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 9;
}
.popup_content .popup-full .head-line i {
    color: #ff0014;
    padding-right: 8px;
}
.popup_content .popup-full .head-line i.is-b {
    font-size: 18px;
}
.popup_content .popup-full .head-line {
    font-weight: bold;
}
.popup_box {
    overflow: auto;
    height: 48.5vh;
    padding: 63px 0 0 0;
    min-height: 470px;
}
.popup.popup-map .popup_box ,
.popup.popup-ind .popup_box ,
.popup.popup-clipboard .popup_box ,
.popup.popup-cap .popup_box {
    height: auto;
    min-height: initial;
}
.popup_box .c-tab-pc,
.popup_box .c-tab {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid #d2d2d3;
}
.popup_box .c-tab-sp {
  display: none;
}
.popup-clipboard .popup_box .c-tab {
  border-bottom: 0px;
}

.popup_box .c-tab .c-tab-side  {
    -webkit-flex: 0 21.64%;
    flex: 0 21.64%;
    width: 20%;
}
.popup_box .c-tab .c-tab-side li {
    border: 1px solid #d2d2d3;
    margin-bottom: -1px;
}

.c-tab .c-tab-side li.active a {
    color: #ff2626;
    font-weight: bold;
}
.c-tab .c-tab-side li a {
    display: block;
    padding: 10px 20px 5px;
    text-align: left;
}
.c-tab .c-tab-contents {
    padding: 20px;
    width: 100%;
}
.c-tab .c-tab-side + .c-tab-contents {
    width: 80%;
}
.c-tab .c-tab-contents.is-txt {
    text-align: left;
    height: 300px;
    overflow: auto;
    width: 100%;;
}

.c-tab .c-tab-contents .c-tab-tit {
    font-weight: bold;
    margin-bottom: 17px;
    text-align: left;
}
.c-tab .c-tab-contents .list-job {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -weblit-flex-wrap: wrap;
    text-align: left;
}
.c-tab .c-tab-contents .list-job li {
    /*
    -webkit-flex: 0 20%;
    flex: 0 20%;
    max-width: 20%;
    margin-bottom: 14px;
    width: 20%;
    */
    margin: 14px 0 0 0;
}
.c-tab .c-tab-contents .list-job.is-ver2 li {
    width: 50%;
}
.c-tab .c-tab-contents .list-job.is-ver3 li {
    width: 20%;
}
.c-tab .c-tab-contents .list-job li:nth-child(1) ,
.c-tab .c-tab-contents .list-job li:nth-child(2) ,
.c-tab .c-tab-contents .list-job li:nth-child(3) ,
.c-tab .c-tab-contents .list-job li:nth-child(4) ,
.c-tab .c-tab-contents .list-job li:nth-child(5) {
    margin: 0 0 0 0;
}
.c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(3) ,
.c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(4) ,
.c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(5) {
    margin: 14px 0 0 0;
}
.custom-checkbox {
    display: -webkit-box;
    display: flex;
}

/*
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.custom-checkbox span {
    background-color: #ffffff;
    border: 1px solid #b3b3b3;
    height: 17px;
    width: 17px;
    margin-right: 10px;
    position: relative;
}
.custom-checkbox input:checked ~ span:after {
    content: "";
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    height: 3px;
    width: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 3px;
}
*/
.btn-popup {
  padding: 30px 0px 10px;
}
.popup-clipboard .btn-popup {
  padding: 0px 0px 10px;
}
.btn-popup .c-btn.c-btn-secondary.c-popup {
  width: 250px;
}


@media screen and (max-width: 896px) {
  .c-view_wrap {
    margin-bottom: 20px;
  }
  .c-view_wrap .c-view_img {
    height: 508px;
  }
    .c-view_wrap .c-view_img.is-ver1 {
      background: url(../images/home/sp/top_mainview_img01.jpg) no-repeat center top / cover;
    }
    .c-view_wrap .c-view_img.is-ver2 {
      background: url(../images/home/sp/top_mainview_img02.jpg) no-repeat center top / cover;
    }

  .c-heading {
    font-size: 12px;
    text-align: center;
    padding: 2.5vw 15px;
  }
    .c-heading-sp {
        background-color: transparent;
        color: #000000;
        font-size: 3.7vw;
        font-weight: 700;
        line-height: 1;
        border-left: 4px solid #ff0014;
    display: block;
    padding: 4px 15px;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 15px;
    }

    .c-search .c-search-ttl {
      font-size: 14px;
    }
    .c-search .c-search-ttl.left {
        padding: 20px;
        font-size: 13px;
        line-height: 1.6;
    }
  .c-view_wrap .c-view-boxes {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .c-view-boxes .c-view-box {
    width: 50%;
    padding: 6px 10px 15px;
    background-color: #000000;
  }
  .c-view-boxes .c-view-box.c-view-box-red {
    background-color: #ff0014;
  }
  .c-view-boxes.is-only .c-view-box {
    width: auto;
    float: none;
  }
  .c-view-infomation {
    position: absolute;
    right: inherit;
    left: 50%;
    /*
    bottom: 185px;
    */
    bottom: auto;
    top: 455px;
    width: 94%;
    background-color: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    /*
    display: -webkit-flex;
    display: flex;
    align-items: center;
    */
    font-size: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-view-infomation.is-ver2 {
    top: auto;
    bottom: 185px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 12px;
    padding: 5px 0;
  }
  .c-view-infomation.is-ver2.is-vol2 {
    bottom: 136px;
  }
  .c-view-infomation a {
    text-align: left;
    /*
    padding: 8px 35px 8px 35px;
    */
    padding: 5px 35px 5px 40px;
    width: 100%;
  }
  .c-view-infomation.is-ver2 a {
    /*
    padding: 25px 10px 25px 30px;
    */
    padding: 5px 10px 5px 40px;
  }
  /*
  .c-view-infomation a:hover {
    text-decoration: none;
  }
  */
  .c-view-infomation i {
    margin-right: 5px;
    font-size: 20px;
    left: 15px;
  }

  /*Search*/
  .c-search-cont .c-search-item {
    width: 100%;
    border: 1px solid #d2d2d3!important;
    margin-bottom: -1px;
  }

  .c-search-cont .c-search-item a {
    font-size: 14px;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
  /*
  .c-search-cont .c-search-item a:hover {
    background: none;
  }
  .c-new-grid .c-new-item a:hover:after,
  .c-search-cont .c-search-item a:hover:after {
    right: 15px;
  }
  */
  .c-box_wrap .c-box_cont {
    width: 100%;
    padding: 0;
  }
  .c-box_wrap .c-box_cont .c-box-txt {
    margin-bottom: 4vw;
  }
  .c-box_wrap .c-box_cont .c-box-txt,
  .c-box_wrap .c-box_cont .c-box-btn,
  .c-search .c-search-btn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-box_wrap .c-box_cont .c-box-txt .c-box_img-right {
    float: right;
    margin-left: 4vw;
    margin-right: 0;
  }

  .c-search-cont,
  .c-search-ttl {
    margin-left: 15px;
    margin-right: 15px;
  }
  .c-search-ttl { font-weight: 700; }


  .c-box_wrap .c-box-txt img {
    float: left;
    width: 34.6vw;
    margin-right: 4vw;
    margin-bottom: 4vw;
  }

  .c-new-grid {
    flex-direction: column;
    margin-bottom: 2px;
    min-height: 366px;
  }
  .c-new-grid .c-new-item {
    flex-basis: 100%;
    max-width: 100%;
    border: 0;
    border-top: 1px solid #d2d2d3;
    border-bottom: 1px solid #d2d2d3;
    margin-bottom: -1px;
    box-sizing: border-box;
  }
  .c-new-grid .c-new-item.is-hi {
      height: 100%;
  }
  .c-new-grid .c-new-item a {
    padding: 20px 15px;
  }
  .c-new-grid.ver2 .c-new-item a {
      padding: 15px 25px 15px 15px;
  }
  .c-new-grid.ver2 .c-new-item.is-cmsn a {
      height: 100px;
  }
  /*
  .c-new-grid .c-new-item > a:hover {
    background: none;
  }
  */
  .c-new-grid.ver2 .c-new-item a img {
      width: 70px;
  }
  .c-new-grid.ver2 .c-new-item.is-cmsn a span {
      font-size: 22px;
  }
  .c-new-grid .c-new-item:after {
    display: none;
  }
  .c-new-list-wrap {
    margin-bottom: 0;
  }
  .c-new-list .c-new-item{
    padding: 0;
  }
  .c-new-list .c-new-item,
  .c-new-list .c-new-item:not(:last-child) {
    border-bottom: 1px solid #d2d2d3;
  }
  .c-new-list .c-new-item a {
    padding: 15px 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .c-new-list-wrap .c-new-list.is-press {
    border-top: 0;
    box-shadow: none;
  }
  .c-title-primary.is-pressttl {
    margin-bottom: 0;
  }
  /*
  .c-new-list .c-new-item a:hover {
    background: none;
  }
  */
  .c-new-list .c-new-item .c-new-txt {
    font-size: 14px;
    padding: 0 10px 0 0;
  }
  /*
  .c-new-list .c-new-item a:hover .c-new-txt:before {
      right: 0;
  }
  */
  .c-new-list .c-new-item .c-new-txt.is-new {
    padding: 0 10px 0 0;
  }
  .c-new-list .c-new-item .c-new-txt .is-label {
    margin: 0 15px 0 0;
  }
  .c-new-list .c-new-item .c-new-txt .post-label {
    position: initial;
    top: auto;
    right: auto;
    text-align: center;
    margin: 0 0 0 0;
  }
  .c-new-list .c-new-item .c-new-txt .is-title {
    display: block;
    padding: 10px 0 0 0;
  }


  .c-consultant .c-consultant-cont {
    padding: 0 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #d2d2d3;
  }

  .c-consultant .c-consultant-item {
    width: 100%;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .c-consultant .c-consultant-cont .c-consultant-item:first-child {
    padding-top: 15px;
  }
  .c-consultant .c-consultant-item .c-consultant_img {
      width: 80px;
      height: 80px;
    float: left;
    margin-right: 15px;
  }
  .c-consultant .c-consultant-item .c-consultant-img {
    width: 80px;
    margin-bottom: 0;
  }
  /*
  .c-consultant .c-consultant-item a:hover .c-consultant-img {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
  }
  .c-consultant .c-consultant-item a:hover .c-txt {
    color: #000000;
  }
  */

  .c-new-list-wrap {
    border: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*
    background: transparent;
    */
  }
  .c-new-list-wrap .c-txt {
    padding: 0 15px 15px 15px;
  }

  .c-new-list-wrap .c-new-list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
    box-shadow: 0px 0px 4px 1px rgba(141, 140, 135, 0.06);
    margin: 0;
  }

  /*Profile*/
  .c-profile .c-profile-cont {
    padding: 15px;
  }
  .c-profile .c-profile-cont-in {
    margin-top: 10px;
  }
  .c-profile .c-profile-cont-in li {
    /*font-size: 3.4vw;
    line-height: 5vw; */
    line-height: normal;
    border-top: 1px solid #d2d2d3;
  }

  .c-profile .c-profile-cont-in .c-btn {
    margin-bottom: 0;
  }

  /*Popup*/
  .popup_content {
    max-height: 80%;
    overflow: hidden;
    min-height: initial;
    top: auto;
    bottom: 81px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .popup_content .popup-full {
    border-bottom: 2px solid #ff0014;
    position: initial;
    padding: 20px 10px 20px 10px;
  }
  .popup_box {
    overflow: scroll;
    height: 0;
    padding: 0 0 81px 0;
    min-height: 80vh;
  }
  .popup.popup-map .popup_box,
  .popup.popup-ind .popup_box ,
  .popup.popup-clipboard .popup_box,
  .popup.popup-cap .popup_box {
    height: 0;
    min-height: 80vh;
  }
  .c-tab .c-tab-contents {
    width: 100%;
    padding: 0;
  }
  .c-tab .c-tab-contents.is-txt {
    padding: 20px;
  }
  .c-tab .c-tab-contents .list-job {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .c-tab .c-tab-contents .list-job li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    margin: 0;
    border-bottom: 2px solid #d2d2d3;
  }
  .c-tab .c-tab-contents .list-job.is-ver2 li {
    width: 100%;
  }
  .c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(3) ,
  .c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(4) ,
  .c-tab .c-tab-contents .list-job.is-ver2 li:nth-child(5) {
      margin: 0 0 0 0;
  }
  .c-tab .c-tab-contents .list-job li .custom-checkbox {
    align-items: center;
    font-weight: 700;
  }
  .popup_content .btn-popup {
    padding: 35px 15px 30px;
  }

  .popup_box .c-tab-pc {
    display: none;
  }
  .popup_box .c-tab-sp {
    display: -webkit-box;
    display: flex;
  }

  .c-tab-sp .c-tab-contents .list-job {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .c-tab-sp .c-tab-contents .list-job li {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /*
  .c-tab-sp .c-tab-contents .list-job li:nth-child(2n) {
    border-left: 2px solid #d2d2d3;
  }
  */
  .c-tab-sp .c-tab-contents .list-job li:last-of-type {
    border-bottom: 0;
  }
  .c-tab-sp .c-tab-contents .list-job li:nth-of-type(odd) {
    border-right: 1px solid #d7d7d7;
  }

  .c-tab-sp .c-tab-contents .list-job li:nth-of-type(odd):nth-last-of-type(2) {
    border-bottom: 0;
  }

  .c-tab .c-tab-contents .c-tab-tit {
    margin-bottom: 0;
    padding: 15px;
    background-color: #000;
    color: #fff;
    position: relative;
    z-index: 1;
  }

.c-view_txt-1,
.c-view_txt-2,
.c-view_txt-3 {
  width: 20px;
  text-shadow: 0 0 10px #ffffff;
  font-weight: bold;
}

}
@media screen and (max-width: 374px) {
  .c-view-infomation.is-ver2 {
    font-size: 11px;
  }

}
.brxs {
  display: none;
}
@media screen and (max-width: 320px) {
  .aside__sp .side-box .side-list li .side-content .side-text .txt-cate {
    width: 50px;
  }
  .brxs {
    display: block;
  }

  .c-new-list .c-new-item a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .c-new-list .c-new-item .c-new-txt {
    margin: 0 0 0 15px;
  }
}

  .c-view_txt-1 span,
  .c-view_txt-2 span,
  .c-view_txt-3 span {
    /*
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    */
    margin: 0;
    line-height: 1.2;
    /*
    direction: rtl;
    -ms-writing-mode: rl-tb;
    writing-mode: horizontal-tb;
    */
  }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .c-tab .c-tab-contents .list-job {
    width: 100%;
    text-align: left;
    display: block;
  }
   .popup_content {
      left: 30%;
   }
   .c-tab .c-tab-contents .list-job li {
     width: 20%;
     display: inline-block;
   }

   .popup_content .custom-checkbox span {
     display: inline-block;
   }

  .c-view_txt-1, .c-view_txt-2, .c-view_txt-3 {
    writing-mode:tb-rl;
  }

  .c-view_txt-1 span,
  .c-view_txt-2 span,
  .c-view_txt-3 span {
    /*
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    */
    margin: 0;
    line-height: 1.2;
    /*
    direction: rtl;
    -ms-writing-mode: rl-tb;
    writing-mode: horizontal-tb;
    */
  }

}

.c-view_wrap .w-point {
  margin: 4px 0;
  line-height: 1;
}

#top .side-wrap-icon .c-btn {
  width: 100%;
}

.actx_wrap {
    display: none;
}

.search_wrap {
    margin: 0 0 30px;
}
.search_wrap .search_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}
.search_wrap .search_list li {
    width: 32.4%;
    margin: 1.4% 1.4% 0 0;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(141 140 135 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(141,140,135,0.1);
    box-shadow: 0px 0px 10px 0px rgb(141 140 135 / 10%);
    padding: 15px 15px;
}
@media screen and (min-width: 896px) {
    .search_wrap .search_list li:nth-child(3n) {
        margin: 1.4% 0 0 0;
    }
    .search_wrap .search_list li:nth-child(1) ,
    .search_wrap .search_list li:nth-child(2) {
        margin: 0 1.4% 0 0;
    }
    .search_wrap .search_list li:nth-child(3) {
        margin: 0 0 0 0;
    }
}
.search_wrap .search-tit {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-box: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}
.search_wrap .search-tit .icon {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.search_wrap .search-tit .icon span {
    display: inline-block;
    min-width: 60px;
    border-radius: 10px;
    background-color: #ff0014;
    color: #fff;
    padding: 4px 10px;
    margin-right: 5px;
}
.search_wrap .search-tit .icon span.blue {
    background-color: #029fe9;
}
.search_wrap .search-tit .icon span.agent {
    background-color: #ffb122;
}
.search_wrap .search-tit .icon span.direct {
    background-color: #14a56d;
}
.search_wrap .search-tit .tit {
    text-align: left;
}
.search_wrap .search-tit .tit a {
    font-size: 16px;
    font-weight: bold;
}
.search_wrap .search-txt {
    text-align: left;
    letter-spacing: -0.4em;
}
.search_wrap .search-txt .txt {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    display: block;
    letter-spacing: normal;
    vertical-align: top;
}
.search_wrap .list-cate {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}
.search_wrap .list-cate span {
    display: inline-block;
    background-color: #fff;
    color: #ff0014;
    border: 2px solid #ff0014;
    min-width: 80px;
    padding: 4px 10px;
    margin: 5px 5px 0 0;
    text-align: center;
}
.search_wrap .c-box-btn .c-btn {
    margin: 15px 0 0;
}
@media screen and (max-width: 896px) {
    .search_wrap {
        padding: 0 15px 0 0;
    }
    .search_wrap .search_list {
        overflow-x: scroll;
        padding: 0 0 0 15px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;

    }
    .search_wrap .search_list li {
        width: 285px;
        padding: 0;
    }
    .search_wrap .search_list li:last-child {
        margin-right: 0;
    }
    .search_wrap .c-btn.c-btn-viewmore {
        margin: 0 0 0 15px;
    }
    .search-box {
        width: 285px;
        padding: 15px 15px;
        box-sizing: border-box;
    }
}
.c-profile.is-ver2 {
    margin-top: 50px;
    margin-bottom: 0;
}
.c-profile.is-ver2 .c-profile-cont {
    padding: 30px;
}
@media screen and (max-width: 896px) {
    .c-profile.is-ver2 {
        margin-top: 30px;
        margin: 30px 15px 0;
    }
    .c-profile.is-ver2 .c-profile-cont {
        padding: 20px;
    }
    .c-profile.is-ver2 .c-profile-cont .c-txt {
        font-size: 13px;
    }
}

/*20230418*/
.smnrpu_wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
}
.smnrpu_in {
    background-color: #ffffff;
    font-size: 14px;
    max-width: 480px;
    margin: auto;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.smnrpu_ct {
    position: relative;
}
.smnrpu_ct .close {
    position: absolute;
    right: -25px;
    top: -25px;
    z-index: 100000;
    width: 50px;
    height: 50px;
}
.smnrpu_ct .close a {
    font-size: 12px;
    border-radius: 25px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: #000;
}
.smnrpu_ct .close a:before,
.smnrpu_ct .close a:after{
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: 13px;
    left: 13.5px;
}
.smnrpu_ct .close a:after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14px;
}
.smnrpu_btn {
    padding: 20px 0 0;
    border-top: 1px solid #ccc;
}
@media screen and (min-width: 896px) {
    .smnrpu_ct .close a:hover {
        background: #656565;
    }
}
@media screen and (max-width: 896px) {
    .smnrpu_in {
        font-size: 14px;
        max-width: 480px;
        right: 10px;
    }
    .smnrpu_ct {
        position: relative;
    }
    .smnrpu_ct .close {
        right: 0;
        top: -50px;
        width: 40px;
        height: 40px;
    }
    .smnrpu_ct .close a {
        font-size: 12px;
        border-radius: 20px;
    }
    .smnrpu_ct .close a:before,
    .smnrpu_ct .close a:after{
        width: 26px;
        height: 2px;
        top: 10px;
        left: 10px;
    }
    .smnrpu_ct .close a:after{
        left: auto;
        right: 11px;
    }
    .smnrpu_img img {
        display: block;
        width: 100%;
        height: auto;
    }
    .smnrpu_btn {
        padding: 20px 20px 0;
    }
}
.mv_wrap {
  padding: 40px 30px;
}
.mvCnt_wrap {
  margin-top: 30px;
}
.mvCnt_wrap .ttl {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 16px;
  border-left: 3px solid #ff0014;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}
.mvCnt_wrap iframe {
  width: 100%;
  height: 225px;
}
@media screen and (min-width: 896px) {
  .mv_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .mvCnt_wrap {
      width: 49%;
  }
  .mvCnt_wrap:nth-child(-n+2) {
      margin-top: 0;
  }
}
@media screen and (max-width: 896px) {
  .mv_wrap {
      padding: 20px 15px;
      margin-top: -20px;
  }
  .mvCnt_wrap {
      margin-top: 20px;
  }
  .mvCnt_wrap:first-child {
      margin-top: 0;
  }
  .mvCnt_wrap .ttl {
      font-size: 3.7vw;
      line-height: 1;
      border-left: 4px solid #ff0014;
      padding: 4px 15px;
      margin-bottom: 10px;
  }
  .mvCnt_wrap .video {
      position: relative;
      width:100%;
      height:0;
      padding-top: 56.25%;
  }
  .mvCnt_wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
}
