@media screen and (max-width: 768px) {
  @-ms-viewport {
    width: 640px;
  }
}
#post-0.not-found {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #post-0.not-found form,
  #post-0.not-found p {
    font-size: 2.4rem;
  }
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
#wrapper {
  min-width: 1132px;
  overflow: hidden;
}
.white {
  color: #fff;
  font-weight: 700;
}
.ast {
  color: #e85b0a;
}
.fz0 {
  font-size: 0;
}
.noevents {
  pointer-events: none;
}
a.tel-link {
  text-decoration: underline;
}
a.sp-tel-link {
  text-decoration: underline;
}
.sp-tel-link {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  a.tel-link {
    text-decoration: none;
    pointer-events: none;
  }
}
.quad {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  margin-right: 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.quad:nth-child(4n) {
  margin-right: 0;
}
.quad:nth-last-child(-n + 4) {
  margin-bottom: 0;
}
.title-box {
  text-align: center;
  padding: 65px 0 45px 0;
}
.title-box .sec-title {
  margin-bottom: 8px;
}
.title-box .title-ja {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}
.title-box .title-ja::before {
  content: "";
  width: 65px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -75px;
  margin-top: -1px;
  background-color: #000;
}
.title-box .title-ja::after {
  content: "";
  width: 65px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -75px;
  margin-top: -1px;
  background-color: #000;
}
.title-box .type-title {
  color: #fff;
  font-size: 1.8rem;
  margin-top: 17px;
}
.title-box .type-title::after,
.title-box .type-title::before {
  background-color: #fff;
}
.page-type-mv .title-box {
  padding: 141px 0;
}
.char-blue {
  color: #00cdbe;
  font-size: 1.8rem;
  font-weight: 700;
}
.line-title {
  position: relative;
  text-align: center;
}
.line-title::before {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #00cdbe;
}
.line-title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
}
.delete-link,
.gray-link,
.pink-link {
  display: block;
  width: 220px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 48px;
  padding: 0 6px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.delete-link:hover,
.gray-link:hover,
.pink-link:hover {
  background-color: #fff;
  opacity: 1;
}
.favorite-search-link {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 20px;
  background-color: #e80a80;
  border: initial;
  border-bottom: 6px solid #b6004e;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.favorite-search-link:hover {
  border-bottom: none;
  margin-top: 6px;
  opacity: 1;
}
.search-link {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 50px;
  margin-bottom: 0;
  background-color: #e85b0a;
  border: initial;
  border-bottom: 6px solid #b34201;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.search-link:hover {
  border-bottom: none;
  margin-top: 6px;
  opacity: 1;
}
.blue-link {
  display: inline-block;
  vertical-align: top;
  width: 230px;
  height: 50px;
  margin-bottom: 0;
  background-color: #143c5a;
  border: initial;
  border-bottom: 6px solid #0c253d;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.blue-link:hover {
  border-bottom: none;
  margin-top: 6px;
  opacity: 1;
}
.pink-link {
  background-color: #fa3264;
  border: 1px solid #fa3264;
}
.pink-link:hover {
  color: #fa3264;
}
.delete-link,
.gray-link {
  background-color: #505050;
  border: 1px solid #505050;
}
.delete-link:hover,
.gray-link:hover {
  color: #505050;
}
.checkbox-square {
  border: solid 1px #646464;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.checkbox-square:hover {
  cursor: pointer;
}
.checkbox-square input {
  display: none;
}
.checkbox-square input[type="checkbox"]:checked + span {
  background-image: url(../images/front-page/check-on.png);
}
.checkbox-square span {
  position: relative;
  display: block;
  background-color: transparent;
  background-image: url(../images/front-page/check-off.png);
  background-repeat: no-repeat;
  background-position: center left 8px;
  font-size: 1.4rem;
  padding: 11px 0 11px 35px;
}
.content-width {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1260px;
  margin: 0 auto;
}
.middle-width {
  width: 100%;
  max-width: 700px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi a {
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 1.8rem;
  line-height: 32px;
  border-radius: 0;
  border-width: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 6.5px;
  background-color: #fff;
}
.wp-pagenavi span {
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 1.8rem;
  line-height: 32px;
  border-radius: 0;
  border-width: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 6.5px;
}
.wp-pagenavi .previouspostslink {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 0;
}
.wp-pagenavi .previouspostslink::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 12px;
  left: 14px;
  border-top: 0 transparent solid;
  border-right: 0 transparent solid;
  border-bottom: 2px #000 solid;
  border-left: 2px #000 solid;
  border-color: #000;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi .nextpostslink {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 0;
}
.wp-pagenavi .nextpostslink::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 12px;
  right: 14px;
  border-top: 2px #000 solid;
  border-right: 2px #000 solid;
  border-bottom: 0 transparent solid;
  border-left: 0 transparent solid;
  border-color: #000;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi .first::before {
  content: "";
  width: 2px;
  height: 21px;
  position: absolute;
  top: 9px;
  left: 11px;
  background-color: #000;
}
.wp-pagenavi .first::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 12px;
  right: 3px;
  border-top: 0 transparent solid;
  border-right: 0 transparent solid;
  border-bottom: 2px #000 solid;
  border-left: 2px #000 solid;
  border-color: #000;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi .last::before {
  content: "";
  width: 2px;
  height: 21px;
  position: absolute;
  top: 9px;
  right: 10px;
  background-color: #000;
}
.wp-pagenavi .last::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 12px;
  left: 4px;
  border-top: 2px #000 solid;
  border-right: 2px #000 solid;
  border-bottom: 0 transparent solid;
  border-left: 0 transparent solid;
  border-color: #000;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp-pagenavi .first:hover::after,
.wp-pagenavi .last:hover::after,
.wp-pagenavi .nextpostslink:hover::after,
.wp-pagenavi .previouspostslink:hover::after {
  border-color: #fff;
}
.wp-pagenavi .first:hover::before,
.wp-pagenavi .last:hover::before {
  background-color: #fff;
}
.pagination .prev a {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 25px;
}
.pagination .next a {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 25px;
}
.pagination .margin {
  content: "";
  width: 155px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 60px;
    height: 60px;
    font-size: 2.3rem;
    line-height: 60px;
    padding: 0;
  }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    width: 60px;
    height: 60px;
  }
  .wp-pagenavi .first::before {
    top: 12px;
    left: 14px;
  }
  .wp-pagenavi .first::after {
    top: 15px;
    right: 5px;
  }
  .wp-pagenavi .last::before {
    top: 19px;
    right: 18px;
  }
  .wp-pagenavi .last::after {
    top: 22px;
    left: 13px;
  }
  .wp-pagenavi .previouspostslink::after {
    top: 15px;
    left: 19px;
  }
  .wp-pagenavi .nextpostslink::after {
    top: 20px;
    right: 25px;
    left: auto;
  }
}
.news-li {
  display: block;
  border-bottom: 1px dotted #666;
  font-size: 0;
  padding: 15px 0 15px 60px;
  margin: 0;
}
.news-li:first-child {
  border-top: 1px dotted #666;
}
.news-li .date {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-right: 20px;
}
.news-li .title {
  display: inline-block;
  font-size: 15px;
}
body.archive .list-wrap .news-li {
  background-color: transparent;
  border-style: dotted;
  border-color: #666;
  border-width: 0 0 1px;
  padding: 15px 0 15px 60px;
  margin: 0;
}
body.archive .list-wrap .news-li:first-child {
  border-width: 1px 0;
}
.news-new {
  background-image: url(../images/front-page/front_new-icon_o.png);
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 40px;
}
.page-type-mv {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-type-mv.register-mv {
  background-position: top center;
}
.introduction {
  color: #000;
  font-size: 15px;
  text-align: center;
  line-height: 2.2;
  margin: 40px auto 50px;
}
#jobsearch-condition {
  width: 700px;
  margin: 0 auto 120px;
}
#jobsearch-condition .details {
  border-bottom: 1px #82786e solid;
}
#jobsearch-condition .by_job {
  border-top: 1px #82786e solid;
}
#jobsearch-condition .name-col {
  background-color: #f3f2f1;
  font-size: 15px;
  font-weight: 500;
  padding: 3px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#jobsearch-condition .check-col {
  padding: 26px 10px 13px;
}
#jobsearch-condition .check-col .choice {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  min-height: 35px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  margin-right: 10px;
}
#jobsearch-condition .check-col label:hover {
  cursor: pointer;
}
#jobsearch-condition .check-col span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 25px;
}
#jobsearch-condition .check-col span::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 1px;
  left: 0;
  border: 1px #000 solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#jobsearch-condition .check-col input {
  display: none;
}
#jobsearch-condition .check-col input[type="checkbox"]:checked + span::after {
  content: "";
  width: 9px;
  height: 18px;
  position: absolute;
  top: -5px;
  left: 6px;
  border-width: 0 3px 3px 0;
  border-color: #ff1313;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#jobsearch-condition .freeword .check-col {
  padding: 26px 20px;
}
#jobsearch-condition .freeword input {
  display: inline-block;
  width: 100%;
  height: 48px;
  background-color: #fff;
  border: 1px #82786e solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#jobsearch-condition .btn {
  margin-top: 30px;
}
#jobsearch-condition .btn a {
  display: inline-block;
  margin-right: 40px;
}
#jobsearch-condition .btn input {
  display: inline-block;
}
.work-thumb-wrap {
  width: 300px;
  float: left;
}
.work-data-wrap {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.8;
}
.work-data-wrap .data-row {
  display: table;
  width: 100%;
  height: 100%;
  border-top: 1px #969696 solid;
}
.work-data-wrap .data-row:last-child {
  border-bottom: 1px #969696 solid;
}
.work-data-wrap .data-block {
  display: table-cell;
  width: 50%;
  height: 100%;
  vertical-align: top;
}
.work-data-wrap .data-block:first-child:last-child {
  width: 100%;
}
.work-data-wrap .data-block .block-inner .cell {
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.work-data-wrap .data-block .block-inner .cell.name {
  width: 164px;
  background-color: #f3f2f1;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
}
.work-data-wrap .data-block .block-inner .cell.text {
  padding: 5px 0 5px 10px;
}
.work-data-wrap .cell {
  vertical-align: top;
  height: 100%;
}
.work-data-wrap .table {
  height: 100%;
}
.work-wrap .link-btn {
  margin-top: 18px;
}
.work-wrap .link-btn .blue-link:hover {
  opacity: 0.7;
}
.work-wrap .link-btn .post-link {
  display: inline-block;
}
.work-wrap .link-btn .favorite {
  margin-right: 40px;
}
.work-wrap .link-btn .favorite span {
  display: inline-block;
  height: 100%;
  padding-left: 25px;
}
.work-wrap .link-btn .favorite .wpfp-span {
  display: inline-block;
  position: relative;
}
.wpfp-span .wpfp-img {
  position: absolute;
  top: 17px;
  left: 14px;
}
.wpfp-link {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 0;
  padding: 0 6px 0 25px;
  background-color: #e80a80;
  border: initial;
  border-bottom: 6px solid #b6004e;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../images/header/header_link-icon01.png);
  background-repeat: no-repeat;
  background-position: center left 25px;
  background-size: 30px;
}
.wpfp-link:hover {
  border-bottom: none;
  margin-top: 6px;
  opacity: 1;
}
.wpfp-gray {
  background-color: #143c5a;
  border-color: #0c253d;
  background-image: initial;
  padding: 0 15px 0 15px;
}
@media screen and (max-width: 768px) {
  .news-new {
    background-image: none;
  }
  .news-new .date {
    background-color: transparent;
    background-image: url(../images/front-page/front_new-icon_o.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 12px 0 12px 80px;
    background-size: 60px;
  }
  .news-li {
    padding: 11px 20px;
  }
  .news-li .date {
    display: block;
    color: #000;
    font-size: 25px;
  }
  .news-li .title {
    display: block;
    color: #000;
    font-size: 25px;
  }
  body.archive .list-wrap .news-li {
    padding: 15px 0 15px 20px;
  }
  #jobsearch-condition {
    width: 93.75%;
    margin-bottom: 140px;
  }
  #jobsearch-condition .cell,
  #jobsearch-condition .table {
    display: block;
    width: 100%;
  }
  #jobsearch-condition .name-col {
    font-size: 3rem;
    padding: 3px 20px;
    margin-bottom: 20px;
  }
  #jobsearch-condition .check-col {
    padding: 0;
  }
  #jobsearch-condition .check-col .choice {
    width: 48%;
    font-size: 26px;
    margin-bottom: 30px;
  }
  #jobsearch-condition .check-col span {
    padding-left: 50px;
  }
  #jobsearch-condition .check-col span::before {
    width: 40px;
    height: 40px;
    top: -2px;
  }
  #jobsearch-condition .check-col input[type="checkbox"]:checked + span::after {
    width: 18px;
    height: 43px;
    top: -14px;
    left: 20px;
    border-width: 0 4px 4px 0;
  }
  #jobsearch-condition .by_area .choice {
    width: 48%;
  }
  #jobsearch-condition .freeword .check-col {
    padding: 0;
  }
  #jobsearch-condition .freeword input {
    height: 80px;
    font-size: 2.8rem;
  }
  #jobsearch-condition .btn {
    margin-top: 40px;
  }
  #jobsearch-condition .btn a {
    width: 46%;
    margin-right: 4%;
  }
  #jobsearch-condition .btn input {
    width: 40%;
    border-radius: 0;
  }
  .work-thumb-wrap {
    width: 420px;
    margin: 0 auto 29px;
    float: none;
  }
  .work-data-wrap {
    width: 100%;
    font-size: 26px;
    line-height: 1.5;
    float: none;
  }
  .work-data-wrap .data-row {
    width: 100%;
    display: block;
  }
  .work-data-wrap .data-block {
    width: 100%;
    display: block;
  }
  .work-data-wrap .data-block + .data-block {
    border-top: 1px #969696 solid;
  }
  .work-data-wrap .data-block .block-inner {
    display: block;
    padding-bottom: 20px;
  }
  .work-data-wrap .data-block .block-inner .cell {
    display: block;
    font-size: 26px;
  }
  .work-data-wrap .data-block .block-inner .cell.name {
    width: 100%;
    font-size: 26px;
    padding: 10px;
  }
  .work-data-wrap .data-block .block-inner .cell.text {
    width: 100%;
    vertical-align: middle;
    padding: 10px 0 10px 10px;
  }
  .work-data-wrap .data-block.work_no .block-inner .cell.name {
    font-size: 2rem;
    line-height: 1.2;
    padding: 5px 10px;
  }
  .wpfp-span .wpfp-img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#header {
  z-index: 100;
  background-color: #fff;
}
#header > .clearfix {
  margin: 0 0 0 50px;
}
#header .right {
  font-size: 0;
}
#site-logo {
  margin-top: 22px;
  display: inline-block;
  max-width: 253px;
}
.header_link-box {
  display: inline-block;
  vertical-align: top;
  margin-left: 11px;
}
.header_link {
  display: inline-block;
  vertical-align: top;
  width: 116px;
  height: 82px;
  background-color: #e85b0a;
  font-size: 13px;
  text-align: center;
  padding: 8px 0 1px;
}
.header_link:first-child {
  text-align: left;
}
.header_link:first-child span {
  text-align: center;
  display: inline-block;
  padding-top: 11px;
}
.header_link:first-child span.white {
  margin-left: 18px;
}
.header_link:first-child span.icon {
  display: block;
  padding-top: 3px;
}
.header_link:last-child {
  --background-color: #e85b0a;
  background-color: #143c5a;
}
.header_link span {
  display: block;
  font-weight: 300;
}
.header_link .icon {
  margin-bottom: 7px;
}
.header_link .icon img {
  max-width: 30px;
}
.header_link .num {
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: #e80a80;
  text-align: center;
  line-height: 24px;
  margin-left: 5px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#fix-header {
  position: fixed;
  min-width: 1260px;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}
#fix-header > .clearfix {
  margin: 0 0 0 50px;
}
#fix-header .header_link {
  width: 140px;
  height: 46px;
  padding: 5px 11px;
}
#fix-header .header_link:last-child {
  margin-right: 0;
}
#fix-header .header_link span {
  display: inline-block;
  font-size: 1.4rem;
}
#fix-header .header_link .icon {
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  position: relative;
}
#fix-header .header_link:first-of-type .icon {
  top: 4px;
}
#fix-header .header_link:last-of-type .icon {
  top: -9px;
}
#fix-header .header_link .icon img {
  max-width: 20px;
}
.header_tel-box {
  display: inline-block;
  height: 100%;
  margin: 11px 0;
  vertical-align: top;
  color: #000;
}
.header_tel-box .desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 5px;
}
.header_tel-box .tel {
  background-color: transparent;
  background-image: url(../images/header/header_tel-icon.png);
  background-repeat: no-repeat;
  background-position: center left;
  font-weight: 700;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 1px 0 0 28px;
}
#fix-header:not(.hidden) .header_tel-box {
  margin: 16px 0;
}
#gnav {
  z-index: 100;
  min-width: 1132px;
  background-color: #e9e6e4;
  position: relative;
  z-index: 999;
}
#gnav .nav-items {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  position: static;
  min-width: 1260px;
  height: 46px;
  margin: 0 50px;
}
#gnav .nav-items > * {
  font-size: 1.6rem;
}
#gnav .nav-items .nav-cell {
  display: inline-block;
  line-height: 46px;
  vertical-align: middle;
  padding: 1px 0 0;
  background-color: #e9e6e4;
  font-size: 14px;
  text-align: center;
  color: #000;
  font-weight: 300;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#gnav .nav-items .nav-cell:hover {
  color: #e85b0a;
  opacity: 1;
}
#gnav .nav-items .nav-cell:hover .with-arrow::after {
  border-color: #e85b0a;
}
#gnav .nav-items .nav-cell-last span.cell_inner {
  border-right: 2px solid #82786e;
}
#gnav .nav-items .nav-cell span.cell_inner {
  padding: 0 35px;
  border-left: 2px solid #82786e;
}
#gnav .nav-items .hover-trigger span.cell_inner {
  padding: 0 44px 0 30px !important;
  border-left: 2px solid #82786e;
}
#gnav .nav-items .nav-cell .cell_social {
padding-left: 22px;
}
#gnav .nav-items .nav-cell .cell_social .fab {
font-size: 25px;
position: relative;
top: 3px;
}
#gnav #gnav-logo {
  display: none;
}
#gnav .with-arrow {
  position: relative;
}
#gnav .with-arrow::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: -1px;
  right: -22px;
  border-width: 0 2px 2px 0;
  border-color: #000;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gnav.gnav-fixed {
  position: fixed;
  top: 56px;
  width: 100%;
}
#gnav.gnav-fixed .nav-items {
  height: 50px;
}
#gnav.gnav-fixed .nav-items .nav-cell {
  line-height: 50px;
  padding: 1px 0 0;
}
#gnav.gnav-fixed .nav-items #gnav-logo {
  max-width: 56px;
  display: inline-block;
  padding: 9px 12px 2px 12px;
  margin-right: 10px;
}
#gnav .hover-box {
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #62584e;
  padding: 30px 0;
  opacity: 0.98;
  position: absolute;
  display: none;
}
#gnav .hover-box a {
  color: #fff;
  font-size: 15px;
  text-align: center;
}
#gnav .hover-box a:hover {
  color: #fff;
  opacity: 1;
}
#gnav .hover-trigger:hover + .hover-box {
  display: block;
}
#gnav .hover-trigger + .hover-box:hover {
  display: block;
}
#gnav .comp-box {
  text-align: center;
}
#gnav .comp-box .content-inner {
  text-align: left;
}
#gnav .comp-box .content-inner > div {
  width: 27%;
  height: 144px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-right: 1px solid #fff;
  margin-right: 4%;
}
#gnav .comp-box .content-inner > div a,
#gnav .comp-box .content-inner > div span {
  margin-top: 7%;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
}
#gnav .comp-box .content-inner > div a:first-of-type {
  margin-bottom: 8%;
}
#gnav .comp-box .content-inner .entry_link .otherlink {
  background-image: url(../images/header/gnav_link-other_o.jpg);
  background-size: cover;
  padding: 18px 0;
  display: block;
  width: 60%;
  margin: 0 auto;
}
#gnav .comp-box .content-inner > ul {
  display: inline-block;
  vertical-align: top;
  width: 17%;
}
#gnav .comp-box .content-inner > ul.img_link {
  width: 16%;
  margin-right: 4%;
}
#gnav .comp-box .content-inner > ul.img_link .search {
  color: #000;
  background-image: url(../images/header/gnav_link-search.jpg);
  background-size: cover;
  padding: 18px 0;
  margin-bottom: 15px;
}
#gnav .comp-box .content-inner > ul.img_link .otherlink {
  background-image: url(../images/header/gnav_link-other_o.jpg);
  background-size: cover;
  padding: 18px 0;
}
#gnav .comp-box .content-inner > ul.img_link li:last-child a {
  margin-bottom: 0;
}
#gnav .comp-box .content-inner > ul.txt_link {
  margin-right: 4%;
}
#gnav .comp-box .content-inner > ul.txt_link li a {
  text-align: left;
}
#gnav .comp-box .content-inner > ul.txt_link li a.gnav_about_link {
  margin-top: 25%;
}
#gnav .comp-box .content-inner > ul:last-child {
  margin-right: 0 !important;
}
#gnav .comp-box .content-inner > ul li a {
  display: block;
  margin-bottom: 10px;
}
.breadcrumbs {
  font-size: 1.2rem;
  padding: 8px 0;
}
.breadcrumbs a {
  text-decoration: underline;
}
.share {
  text-align: center;
  margin-bottom: 25px;
}
.share .sns-char {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.share a {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  background-color: #00cdbe;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.5em;
  border-radius: 100%;
}
.share .facebook {
  margin-right: 18px;
}
.fa {
  vertical-align: middle;
  margin-bottom: 2px;
}
.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.pagetop .btn {
  display: inline-block;
  vertical-align: bottom;
}
.pagetop .btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
.copyright {
  font-size: 1.3rem;
  text-align: center;
}
#footer {
  border-top: 1px solid #82786e;
  height: 70px;
}
#footer .left_content {
  padding: 20px 50px 0;
}
#footer .footer_logo {
  max-width: 190px;
  display: inline-block;
  vertical-align: top;
}
#footer ul {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 40px;
}
#footer ul li {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #82786e;
}
#footer ul li:last-child {
  border-right: 1px solid #82786e;
}
#footer ul li a {
  font-size: 13px;
  display: block;
  padding: 0 20px;
}
#footer .right {
  padding-right: 50px;
  margin-top: 10px;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
  .page-type-mv .title-box {
    padding: 80px 0 70px;
  }
  .title-box .type-title {
    font-size: 2.6rem;
    margin-top: 11px;
  }
  .favorite-search-link,
  .wpfp-link {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    height: 70px;
    margin-bottom: 0;
    background-color: #e80a80;
    border: initial;
    border-bottom: 10px solid #b6004e;
    font-size: 26px;
    color: #fff;
    line-height: 70px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .favorite-search-link:hover,
  .wpfp-link:hover {
    border-bottom: 10px solid #dc4632;
    margin-top: 0;
    opacity: 1;
  }
  .wpfp-gray {
    display: inline-block;
    vertical-align: top;
    width: 44%;
    height: 70px;
    margin-bottom: 0;
    background-color: #143c5a;
    border: initial;
    border-bottom: 10px solid #0c253d;
    font-size: 26px;
    color: #fff;
    line-height: 70px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .wpfp-gray:hover {
    border-bottom: none;
    margin-top: 10px;
    opacity: 1;
  }
  .favorite-search-link {
    margin-right: 7%;
  }
  .search-link {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    height: 70px;
    margin-bottom: 0;
    background-color: #e85b0a;
    border: initial;
    border-bottom: 10px solid #b34201;
    font-size: 26px;
    color: #fff;
    line-height: 70px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .search-link:hover {
    border-bottom: 10px solid #b34201;
    margin-top: 0;
    opacity: 1;
  }
  .blue-link {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    height: 70px;
    margin-bottom: 0;
    background-color: #143c5a;
    border: initial;
    border-bottom: 10px solid #0c253d;
    font-size: 26px;
    color: #fff;
    line-height: 70px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .blue-link:hover {
    border-bottom: none;
    margin-top: 10px;
    opacity: 1;
  }
  #wrapper {
    min-width: 0;
    width: 640px;
    margin: 0 auto;
  }
  #main {
    padding-top: 0 !important;
  }
  .content-width {
    width: 93.75%;
  }
  .introduction {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 40px;
  }
  #sp-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 640px;
    box-shadow: 0 3px 20px 1px #444;
    -moz-box-shadow: 0 3px 20px 1px #444;
    -webkit-box-shadow: 0 3px 20px 1px #444;
  }
  #sp-header .sp-top {
    background-color: #fff;
    padding: 0 0 0 3.125%;
  }
  #sp-header .sp-top .left {
    display: block;
    margin-top: 10px;
    width: 55%;
  }
  #sp-header .tel-btn {
    display: inline-block;
    vertical-align: middle;
    border-right: 5px solid #fff;
    padding: 20px 26px 20px 27px;
    height: 100px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e9e6e4;
  }
  #sp-header #menu-btn {
    display: inline-block;
    vertical-align: middle;
  }
  #sp-header .menu-btn-wrap {
    display: inline-block;
    padding: 20px 0 20px 13px;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e9e6e4;
  }
  #menu-btn {
    position: relative;
    width: 74px;
    height: 64px;
    padding: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 13px;
  }
  #menu-btn span {
    content: "";
    width: 52px;
    height: 4px;
    position: absolute;
    left: 11px;
    background-color: #000;
    border-radius: 4px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  #menu-btn span:nth-child(1) {
    top: 11px;
  }
  #menu-btn span:nth-child(2) {
    top: 28px;
  }
  #menu-btn span:nth-child(3) {
    bottom: 14px;
  }
  #menu-btn.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(11px, 11px);
    transform: rotate(45deg) translate(11px, 11px);
  }
  #menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  #menu-btn.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(13px, -14px);
    transform: rotate(-45deg) translate(13px, -14px);
  }
  .header-fixed-link {
    background-color: #fff;
  }
  .header-fixed-link .fav-num {
    background-color: #fff;
    color: #e80a80;
    margin-left: 3px;
  }
  .header-fixed-link a {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    background-color: #143c5a;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    padding: 10px 0;
    border-right: 1px #fff solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-fixed-link a:first-child {
      background-color:#e85b0a;
  }
  .header-fixed-link a:last-child {
      border: 0;
  }
  .header-fixed-link a:last-child span {
      background-image: url(../images/header/header_link-icon02.png);
      background-size: 15%;
  }
  .header-fixed-link a:nth-child(1) span {
      background-image: url(../images/header/header_link-icon01.png);
      background-size: 20%;
  }
  .header-fixed-link a span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 10px 0 10px 70px;
  }
  .fav-num {
    width: 31px;
    height: 31px;
    background-color: #e80a80;
    background-image: none !important;
    color: #fff;
    font-size: 2.1rem;
    line-height: 31px;
    text-align: center;
    padding: 0 !important;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-slide-menu {
    top: 100px;
    width: 100%;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-slide-menu .slide-cover {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 20px;
    overflow-y: scroll;
  }
  .header-slide-menu .btn-menu-pink {
    font-size: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #82786e;
  }
  .header-slide-menu .btn-menu-pink a {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
  }
  .header-slide-menu .btn-menu-pink a:nth-child(1),
  .header-slide-menu .btn-menu-pink a:nth-child(2) {
    width: 290px;
    background-position: center left 50px;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .header-slide-menu .btn-menu-pink a:first-child {
    margin-right: 20px;
  }
  .header-slide-menu .btn-menu-pink a:nth-child(1) {
    color: #e80a80;
    font-weight: 300;
    background-image: url(../images/header/sp_btn-menu-search_p.png);
    background-size: 14%;;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 20px center;
  }
  .header-slide-menu .btn-menu-pink a:nth-child(1) .fav-num {
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .header-slide-menu .btn-menu-pink a:nth-child(2) {
    color: #e85b0a;
    font-weight: 300;
    background-image: url(../images/header/sp_btn-menu-mypage_o.png);
    background-size: 11%;
    background-position-x: 20px;
  }
  .header-slide-menu .btn-menu-pink a span {
    display: inline-block;
    padding-left: 50px;
  }
  #sp_header_slide-menu li {
    color: #000;
    line-height: 100px;
    background-color: #f3f2f1;
  }
  #sp_header_slide-menu li a {
    background-position: center right 31px;
  }
  #sp_header_slide-menu .bottom li:first-child {
    border-top: 1px #a0a0a0 solid;
  }
  .sp_list-menu {
    color: #000;
    margin-bottom: 30px;
  }
  .sp_list-menu li {
    font-size: 2.8rem;
    line-height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sp_list-menu li span {
    display: block;
    padding-left: 20px;
  }
  .sp_list-menu li span::before {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 29px;
    background-color: #82786e;
  }
  .sp_list-menu li span::after {
    content: "";
    width: 2px;
    height: 30px;
    position: absolute;
    top: 36px;
    right: 43px;
    background-color: #82786e;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .sp_list-menu li span.active::after {
    opacity: 0;
  }
  .sp_list-menu li a {
    display: block;
  }
  .sp_list-menu .top {
    margin-bottom: 30px;
  }
  .sp_list-menu .top > li {
    border-top: solid 1px #82786e;
  }
  .sp_list-menu .top > li:last-child {
    border-bottom: solid 1px #82786e;
  }
  .sp_list-menu .top li a {
    padding-left: 20px;
  }
  .sp_list-menu .bottom li {
    border-top: dashed 1px #82786e;
    background-color: #fff !important;
  }
  .sp_list-menu .bottom li a {
    padding-left: 50px;
  }
  .sp_list-menu .contact {
    width: 93.75%;
    margin: 0 auto;
  }
  .sp_list-menu .contact .left,
  .sp_list-menu .contact .right {
    display: block;
  }
  .header-slide-menu .contact {
    margin-bottom: 30px;
  }
  .header-slide-menu .contact a {
    display: block;
    margin-bottom: 30px;
  }
  .header-slide-menu .contact a:last-child {
    margin-bottom: 0;
  }
  .header-slide-menu #close-btn {
    display: inline-block;
    position: relative;
    background-color: transparent;
    background-image: url(../images/header/sp_header_close-btn.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 22%;
    color: #000;
    font-size: 2.4rem;
    padding-left: 35px;
    margin: 0 auto 10px;
  }
  .mb-social {
    padding: 10px 20px 35px;
  }
  .mb-social-cell {
      padding: 20px;
  }
  .mb-social-cell .fab {
      font-size: 50px;
  }
  .breadcrumbs {
    background-color: #fff;
    color: #000;
    font-size: 2.4rem;
    line-height: 80px;
    padding: 0;
    margin-top: 174px;
    border-top: solid 1px #a0a0a0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .breadcrumbs .content-width {
    white-space: nowrap;
    overflow-x: scroll;
  }
  .sp_checkbox-lists {
    margin-top: 40px;
  }
  .checkbox-square {
    display: block;
    background-color: #fff;
    border: 0;
    margin-bottom: 30px;
  }
  .checkbox-square:last-child {
    margin-bottom: 10px;
  }
  .checkbox-square.active .lbl-txt {
    background-image: url(../images/front-page/sp_checkbox-mark.png);
    background-position: center left;
  }
  .checkbox-square .lbl-txt {
    background-color: transparent;
    background-image: url(../images/front-page/sp_checkbox-square.png);
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 2.3rem;
    padding: 21px 0 21px 98px;
  }
  .title-box .sec-title {
    margin-bottom: 4px;
  }
  #sp_pagetop {
    position: fixed;
    z-index: 10;
    bottom: 20px;
    right: 20px;
  }
  #sp_pagetop:hover {
    cursor: pointer;
  }
  #footer .sp_list-menu li span::before {
    right: 17px;
  }
  #footer .sp_list-menu li span::after {
    top: 26px;
    right: 31px;
  }
  .share {
    margin-bottom: 55px;
  }
  .share a {
    font-size: 4.5rem;
  }
  .share .sns-char {
    margin-right: 30px;
  }
  .share .facebook {
    margin-right: 25px;
  }
  .fa {
    padding-bottom: 2px;
    margin-bottom: 0;
  }
  .footer-link .sns a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pagetop {
    margin-bottom: 10px;
    right: 10px;
    bottom: 85px;
  }
  .pagetop .btn:hover {
    opacity: 1;
  }
  #footer {
    height: initial;
    padding: 40px 0 140px;
    text-align: center;
  }
  #footer .left_content {
    padding: 0;
  }
  #footer .footer_logo {
    max-width: 370px;
    margin-bottom: 20px;
  }
  #footer ul {
    margin: 0 0 20px 0;
  }
  #footer ul li a {
    font-size: 24px;
  }
  #footer .right {
    float: none;
    font-size: 24px;
  }
  #footer .copyright {
    padding: 30px 0;
  }
}
#content.search-content,
body.error404 #content {
  padding: 40px 0;
}
#content.search-content .thumbnail.left,
body.error404 #content .thumbnail.left {
  width: 180px;
}
#content.search-content .thumbnail.left + .post-summary,
body.error404 #content .thumbnail.left + .post-summary {
  margin-left: 180px;
}
#content.search-content .thumbnail.left + .post-summary .entry-summary,
body.error404 #content .thumbnail.left + .post-summary .entry-summary {
  clear: none;
}
#content.search-content .post-wrap,
body.error404 #content .post-wrap {
  margin: 30px 0;
}
.post-password-form {
  text-align: center;
  padding-top: 30px;
}
#hero *:focus {
  outline: none;
}
#hero-slider {
  width: 100vw;
  position: relative;
  min-height: 50vh;
}
.hero-item {
  width: 100vw;
}
.hero-item img {
  width: 100%;
}
.hero-ttl {
  position: absolute;
  font-size: 3vw;
  right: 8%;
  top: 26%;
  z-index: 3;
}
.hero-ttl h2 {
  display: inline;
  border-bottom: 5px solid #e85b0a;
  font-weight: 400;
  color: #333;
}
.hero-ttl .hero-coco {
  font-size: 1.5em;
  font-weight: 600;
}
.hero-comma {
  letter-spacing: -2vw;
}
.blur {
  -webkit-animation: 0.2s blur ease-in;
  animation: 0.5s blur ease-in;
}
@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes blur {
  0% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@media screen and (max-width: 768px) {
  #hero-slider {
    max-width: 640px;
  }
  .hero-ttl {
    font-size: 150%;
    right: 4vw;
    top: 35%;
    text-align: right;
  }
  .hero-comma {
    letter-spacing: -3vw;
  }
}


#company_about .about_wrap ul li:last-of-type .sp-img {
  display: none;
}
@media screen and (max-width: 768px) {
  #company_about .about_wrap ul li:last-of-type .sp-img {
    display: block;
  }
  #company_about .about_wrap ul li:last-of-type .pc-img {
    display: none;
  }
}


.header_sns-box {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
  margin-bottom: 15px;
  margin-right: 15px;
}

.header_sns-box .icn-sns {
  display: inline-block;
  font-size: 40px;
  width: 40px;
  height: 40px;
  position: relative;
}
.header_sns-box .icn-sns:first-child {
  margin-right: 5px;
}
.header_sns-box .icn-sns:first-child::after {
  content: '\f081';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  color: #1DA1F2;
}
.header_sns-box .icn-sns:last-child::after {
  content: '\e055';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  color: #CF2E92;
}

.header_sns-box.narrow {
  margin-bottom: 12px;
  margin-right: 12px;
}
.header_sns-box.narrow .icn-sns {
  font-size: 30px;
  width: 30px;
  height: 30px;
}