@charset "UTF-8";
/* ==============================================================
Project:  nsenterprise


/*********************
    General -
*********************/
* {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "YuGothic", sans-serif;
  font-weight: 900;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333;
}

body {
  overflow-x: hidden;
}

.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-inline li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

a {
  color: inherit;
  transition: opacity 800ms ease;
  text-decoration: none;
}
a:focus, a:active {
  text-decoration: none;
  color: #333;
}

button:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

.container {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0;
  }
}

.container-big {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

.row {
  margin: 0px -15px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear-fix,
.clearfix {
  clear: both;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:hover {
  opacity: 0.8;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

li {
  list-style-type: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.js-loaded {
  display: none;
}

li {
  list-style-type: none;
}

.mgb-20 {
  margin-bottom: 20px;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.flex {
  display: flex;
}

.cursor_pointer {
  cursor: pointer;
}

.form h3 {
  margin: 30px 0 0;
  text-align: center;
}
.form-wrap {
  width: 400px;
  margin: 40px auto;
}
.form-control {
  width: 100%;
  height: 37px;
  border-radius: 0;
  border: 1px solid #ced4da;
  padding: 5px 15px;
  color: #000;
  box-shadow: none;
  font-size: 13px;
  color: #393939;
}
.form-button {
  text-align: center;
}
.form .btn {
  border: 0;
  border-radius: 0.3rem;
  font-size: 13px;
  padding: 10px 50px;
  cursor: pointer;
  background: #e2e2e2;
  border: 1px solid #b7b7b7;
}
.form .btn:hover {
  opacity: 0.8;
}
.form .btn_org {
  color: #fff;
  background: #f39800;
  border: 1px solid #f39800;
}
.form .btn_blue {
  background: #196FB9;
  color: #fff;
  border-color: #196FB9;
}
.form-group {
  margin: 10px 0;
}
.form-group:after {
  content: "";
  display: block;
  clear: both;
}
.form-group label {
  padding: 0 0 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.form-group .captcha div {
  padding: 0 15px;
}
.form-button {
  margin: 25px 0;
  text-align: center;
}
.form-button .btn {
  display: inline-block;
  margin: 5px 10px;
  min-width: 160px;
}
.form a.btn.btn_prev {
  padding: 14px 50px;
}

select.error, input.error {
  background: #ffe6ee !important;
  border: #dd4b39 2px solid !important;
}

form input::placeholder {
  color: #ccc;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: flex !important;
  }
}
.ml-8 {
  margin-left: 8px;
}

body {
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  background: #fff;
  color: #171717;
}

*:focus {
  outline: none;
}

a:hover {
  color: #F0353A;
}

.only-sp {
  display: none;
}

.color-black {
  color: #171717;
}

@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}
.btn-confirm:hover {
  color: #fff;
}

body {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body.is-menu {
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    position: absolute;
  }
}
.btn,
.main-menu .navbar-collapse,
.main-menu:before,
.main-menu a,
.main-menu a:before,
.navbar-toggler,
.navbar-toggler-icon span,
a {
  transition: all 0.3s ease-in-out;
}

.bold {
  font-weight: bold;
}

.mt-60 {
  margin-top: 60px;
}

.mt-40 {
  margin-top: 40px;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
/* header */
.header h1 {
  font-size: 0;
  margin: 0;
}

.navbar {
  padding-bottom: 0;
  padding-top: 0;
}
.navbar .navbar-toggler {
  border: 0;
  border-radius: 0;
  margin-left: auto;
  padding: 0;
  z-index: 99999;
  width: 60px;
  height: 60px;
  background: #000;
  margin-right: -14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .navbar-toggler-icon {
  display: flex;
  flex-direction: column;
  height: 24px;
  justify-content: space-between;
  width: 30px;
}
.navbar .navbar-toggler-icon span {
  align-self: flex-end;
  border: 2px solid #fff;
  opacity: 1;
  transform: rotate(0) translateY(0) translateX(0);
  transform-origin: left center;
  width: 100%;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .navbar .main-menu {
    flex-grow: 1;
  }
  .navbar .main-menu-inner {
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }
  .navbar .main-menu-inner li {
    margin-right: 30px;
  }
  .navbar .main-menu-inner li:first-child {
    display: none;
  }
  .navbar .main-menu-inner li a {
    position: relative;
    padding: 21px 0 21px;
    font-size: 14px;
  }
  .navbar .main-menu-inner li a::before {
    content: "";
    background-color: #F0353A;
    bottom: 0;
    height: 3px;
    left: -5px;
    position: absolute;
    right: -5px;
    transform: scale(0);
  }
  .navbar .main-menu-inner li a:hover {
    text-decoration: none;
    color: #333 !important;
  }
  .navbar .main-menu-inner li a:hover::before {
    transform: scale(1);
  }
  .navbar .main-menu-inner li.active a::before {
    transform: scale(1);
  }
  .navbar.navbar-expand-ipad {
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar.navbar-expand-ipad .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
  .navbar.navbar-expand-ipad .navbar-toggler {
    display: none;
  }
  .navbar.navbar-expand-ipad .navbar-nav {
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .navbar.navbar-expand-ipad {
    padding-bottom: 0;
  }
  .navbar .main-menu::before {
    background-color: transparent;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .navbar .main-menu-inner li {
    border-bottom: 1px solid #C8C8C8;
  }
  .navbar .main-menu-inner li a {
    font-size: 18px;
    padding: 20px;
    display: block;
  }
  .navbar .main-menu .navbar-collapse {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    min-width: 66%;
    overflow: auto;
    padding: 100px 0 0;
    position: fixed;
    right: -80%;
    top: 0;
    z-index: 999;
  }
  .navbar .main-menu .navbar-collapse.show {
    height: 100%;
  }
}

.is-menu .navbar-toggler {
  position: fixed;
  right: 14px;
  top: 0;
}
.is-menu .navbar-toggler .navbar-toggler-icon {
  padding-left: 5px;
  width: 40px;
}
.is-menu .navbar-toggler .navbar-toggler-icon span {
  max-width: 100%;
  border-radius: 0;
}
.is-menu .navbar-toggler .navbar-toggler-icon span:first-child {
  transform: rotate(38deg) translateY(0px) translateX(2px);
}
.is-menu .navbar-toggler .navbar-toggler-icon span:nth-child(2) {
  opacity: 0;
}
.is-menu .navbar-toggler .navbar-toggler-icon span:nth-child(3) {
  transform: rotate(-41deg) translateY(4px) translateX(0px);
}
@media screen and (max-width: 767px) {
  .is-menu .main-menu::before {
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
  }
  .is-menu .main-menu .navbar-collapse.show {
    bottom: 0;
    right: 0;
    top: 0;
  }
}

/* footer */
.footer {
  border-top: 1px solid #ccc;
  padding-top: 60px;
  margin-top: 80px;
}
.footer-head .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 30px;
}
.footer-head .enterprise-info dt {
  font-weight: normal;
  float: left;
  padding: 2px 0 2px;
}
.footer-head .enterprise-info dd {
  padding: 2px 0 2px 80px;
  line-height: 25px;
}
.footer-menu {
  margin-top: 30px;
}
.footer-menu .ttl {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.footer-menu .list-line {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.footer-menu .list-line li {
  margin-right: 30px;
}
.footer-menu .list-line li a {
  display: block;
  padding: 7px 0;
}
.footer-menu-bottom {
  background: rgba(200, 200, 200, 0.3);
  padding: 13px 0;
  margin-top: 10px;
}
.footer-menu-bottom .list-line {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.footer-menu-bottom .list-line li {
  margin-right: 30px;
}
.footer-menu-bottom .list-line li a {
  display: flex;
  padding: 7px 0;
  position: relative;
  align-items: center;
}
.footer-menu-bottom .list-line li a::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #171717;
  border-radius: 100%;
  margin-right: 8px;
}
.footer .copyright {
  background: #F0353A;
  padding: 20px 0;
}
.footer .copyright p {
  color: #fff;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .container {
    padding: 0 15px;
  }
  .footer-head .logo {
    display: block;
    text-align: center;
  }
  .footer-head .ttl {
    text-align: center;
  }
  .footer-menu .ttl {
    margin-bottom: 10px;
  }
  .footer-menu .list-line li {
    flex: 0 0 50%;
    margin-right: 0;
  }
  .footer-menu-bottom {
    padding: 13px 15px;
  }
  .footer-menu-bottom .list-line li {
    flex: 0 0 50%;
    margin-right: 0;
  }
}

.ttl-common .nummber {
  color: #C8C8C8;
  font-size: 40px;
  font-weight: bold;
  opacity: 0.5;
  max-width: 65px;
  position: relative;
}
.ttl-common .nummber::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: rgba(200, 200, 200, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ttl-common .txt {
  display: block;
  padding-left: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #F0353A;
  margin-top: 14px;
}
.ttl-common.pos-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ttl-common.pos-right .nummber {
  padding-left: 20px;
  padding-right: 0;
}
.ttl-common.pos-right .txt {
  padding-left: 0;
  padding-right: 20px;
}

.ttl-subcommon {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl-subcommon {
    font-size: 24px;
  }
}

.block-section {
  padding: 60px 0 0;
}
.block-section .content {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .block-section {
    padding: 60px 15px 0;
  }
}

.txt {
  line-height: 25px;
}

.sub-menu-list {
  display: flex;
  justify-content: flex-end;
}
.sub-menu-list li a {
  display: block;
  color: #2580D3;
  border-right: 1px solid #D9D9D9;
  padding: 0 15px;
  line-height: 18px;
}
.sub-menu-list li:last-child a {
  border-right: none;
}
@media (min-width: 768px) {
  .sub-menu-list li:last-child a {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sub-menu-list {
    justify-content: center;
  }
}

.breadcrumb {
  background-color: #F9F9F9;
  padding: 19px 0 16px;
  margin-bottom: 0;
}
.breadcrumb-list {
  display: flex;
  position: relative;
}
.breadcrumb-list::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -2px;
}
.breadcrumb-list li {
  font-size: 14px;
  color: #F0353A;
  font-weight: bold;
}
.breadcrumb-list li::after {
  content: "/";
  margin: 0 7px;
  color: #898989;
}
.breadcrumb-list li:last-child::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb-list li {
    font-size: 12px;
  }
}
.breadcrumb-list li a {
  color: #898989;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 19px 15px 16px 55px;
  }
}

/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(110px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger {
  opacity: 0;
}

.btn-common {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.btn-common.bg-red {
  background-color: #F0353A;
}
.btn-common:hover {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}

.keyvisual {
  padding: 0;
}
.keyvisual-inner {
  background: url(../../assets/images/common/main-keyvisual.jpg) center center no-repeat;
  background-size: cover;
  height: 700px;
}
.keyvisual-info {
  background-color: rgba(2, 2, 2, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  padding: 40px 0;
  width: 90%;
  max-width: 800px;
}
.keyvisual-info .ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.keyvisual-info .txt {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .keyvisual {
    min-height: 60vh;
  }
  .keyvisual-inner {
    background: url(../../assets/images/common/main-keyvisual_sp.jpg) center top no-repeat;
    background-size: cover;
    height: 60vh;
  }
  .keyvisual-info {
    width: 96%;
    top: 35%;
  }
  .keyvisual-info .ttl {
    font-size: 23px;
  }
  .keyvisual-info .txt {
    font-size: 20px;
  }
}

.news-block-item {
  padding: 20px 0;
  border-bottom: 2px dashed #ccc;
}
.news-block-item .item-time {
  display: flex;
  align-items: center;
}
.news-block-item .item-time .category {
  background-color: #171717;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 10px;
  min-width: 140px;
  padding: 4px 12px 3px;
  text-align: center;
}
.news-block-item .item-time .date {
  font-weight: bold;
}
.news-block-item .item-desc {
  line-height: 25px;
  margin-top: 18px;
}
.news-block .btn-more {
  text-align: right;
  font-weight: bold;
  color: #2580D3;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .news-block-item {
    padding: 30px 0;
  }
  .news-block-item .item-desc {
    margin-top: 0;
  }
}

.business-summary-block .thumb img {
  width: 100%;
}
.business-summary-block .desc {
  line-height: 25px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .business-summary-block .thumb {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 10px;
  }
}

.service-overview-block .business-summary-info .box-desc {
  margin-top: 20px;
}
.service-overview-block .business-summary-info .box-desc .ttl {
  font-weight: bold;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 5px;
}
.service-overview-block .business-summary-info .box-desc .desc {
  line-height: 25px;
}
.service-overview-block .business-summary-info .box-desc .btn-link-more {
  text-align: right;
  font-weight: bold;
  color: #2580D3;
  margin-top: 15px;
  display: block;
}
.service-overview-block .business-summary-info .box-desc .btn-link-more:hover {
  color: #F0353A;
}
.service-overview-block .business-summary-info .bnr-list {
  margin-top: 25px;
}
.service-overview-block .business-summary-info .bnr-list li {
  margin-bottom: 15px;
}
.service-overview-block .business-summary-info .bnr-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C8C8C8;
  height: 100px;
}
.service-overview-block .business-summary-info .bnr-list li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .service-overview-block .row {
    flex-direction: column-reverse;
  }
  .service-overview-block .thumb {
    margin-bottom: 10px;
  }
}

.btn-link-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
}
.btn-link-list a.bg-red {
  background-color: #F0353A;
}
.btn-link-list a.bg-black {
  background-color: #171717;
}
.btn-link-list a:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .btn-link-list a {
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
News-list page
--------------------------------------------------------------*/
.subvisual {
  min-height: 280px;
}
@media screen and (max-width: 767px) {
  .subvisual {
    min-height: 165px;
  }
}
.subvisual.news-list-sub {
  background: url(../../assets/images/sub-visual-news.jpg) center center no-repeat;
  background-size: cover;
}
.subvisual.local-economy-sub {
  background: url(../../assets/images/sub-visual-local-economy.jpg) center center no-repeat;
  background-size: cover;
}
.subvisual.local-tourism-sub {
  background: url(../../assets/images/sub-visual-tourism.jpg) center center no-repeat;
  background-size: cover;
}
.subvisual.local-hr-tech-sub {
  background: url(../../assets/images/sub-visual-hr.jpg) center center no-repeat;
  background-size: cover;
}
.subvisual.local-hr-tech-sub {
  background: url(../../assets/images/sub-visual-hr.jpg) center center no-repeat;
  background-size: cover;
}
.subvisual.company-outline-sub {
  background: url(../../assets/images/sub-visual-company-outline.jpg) center center no-repeat;
  background-size: cover;
}
.subvisual.contact-sub {
  background: url(../../assets/images/sub-visual-contact.jpg) center center no-repeat;
  background-size: cover;
}
.subvisual.contact-complete-sub {
  background: url(../../assets/images/sub-visual-contact-complete.jpg) center center no-repeat;
  background-size: cover;
}
.subvisual.privacy-section {
  background: url(../../assets/images/sub-visual-privacy.jpg) center center no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------
local-economy-block page
--------------------------------------------------------------*/
.local-economy-block h3.ttl {
  color: #F0353A;
  margin-top: 40px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .local-economy-block h3.ttl {
    font-size: 14px;
  }
}
.local-economy-block h4.ttl {
  color: #171717;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.local-economy-block h4.ttl span {
  margin-right: 10px;
}
.local-economy-block h4.ttl::after {
  content: "";
  flex: auto;
  height: 2px;
  background-color: #dbd9d9;
}
@media screen and (max-width: 767px) {
  .local-economy-block h4.ttl {
    font-size: 14px;
  }
}
.local-economy-block .local-economy-info .box-item {
  text-align: center;
}
.local-economy-block .local-economy-info .box-item .txt {
  margin-top: 5px;
  text-align: left;
}
.local-economy-block .local-economy-info .box-item-inner {
  max-width: 350px;
  margin: 0 auto;
}
.local-economy-block .local-economy-info--contact {
  margin-top: 40px;
}
.local-economy-block .local-economy-info--contact .txt {
  text-align: center;
}
.local-economy-block .local-economy-info--contact .btn-common {
  width: 85%;
  margin: 40px auto 0;
  max-width: 690px;
}
@media screen and (max-width: 767px) {
  .local-economy-block .local-economy-info .box-item {
    margin-bottom: 30px;
  }
  .local-economy-block .local-economy-info .box-item:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
local-tourism-block page
--------------------------------------------------------------*/
.local-tourism-block .logo-list {
  background-color: #F6F6F6;
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px 0;
}
.local-tourism-block .logo-list li {
  margin-right: 10px;
  margin-bottom: 5px;
}
.local-tourism-block .logo-list li:nth-child(3n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .local-tourism-block .logo-list {
    margin-left: 0;
    margin-right: 0;
  }
  .local-tourism-block .logo-list li:nth-child(3n) {
    margin-right: 10px;
  }
}
.local-tourism-block .bnr {
  margin-bottom: 30px;
}
.local-tourism-block .bnr a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C8C8C8;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .local-tourism-block .bnr {
    padding: 0 20px;
  }
}
.local-tourism-block .company-info {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.local-tourism-block .company-info-item {
  flex: 0 0 calc(100%/2 - 10px);
}
.local-tourism-block .company-info-item h2.ttl {
  color: #2580D3;
  text-decoration: underline;
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .local-tourism-block .company-info {
    flex-direction: column;
  }
  .local-tourism-block .company-info-item {
    flex: 0 0 auto;
    margin-bottom: 50px;
  }
  .local-tourism-block .company-info-item:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
local-hr-tech-block page
--------------------------------------------------------------*/
.local-hr-tech-block .bnr {
  margin-bottom: 30px;
}
.local-hr-tech-block .bnr a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C8C8C8;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .local-hr-tech-block .bnr {
    padding: 0 20px;
  }
}
.local-hr-tech-block .company-info {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.local-hr-tech-block .company-info-item {
  flex: 0 0 calc(100%/2 - 10px);
}
.local-hr-tech-block .company-info-item h2.ttl {
  color: #2580D3;
  text-decoration: underline;
  margin-bottom: 20px;
  font-size: 14px;
}
.local-hr-tech-block .company-info-item .txt01 {
  font-weight: bold;
  color: #F0353A;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .local-hr-tech-block .company-info {
    flex-direction: column;
  }
  .local-hr-tech-block .company-info-item {
    flex: 0 0 auto;
    margin-bottom: 50px;
  }
  .local-hr-tech-block .company-info-item:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
company-outline-block page
--------------------------------------------------------------*/
.company-outline-block .tbl-company-outline {
  margin-top: 20px;
  width: 100%;
}
.company-outline-block .tbl-company-outline tr {
  border: 1px solid #fff;
}
.company-outline-block .tbl-company-outline tr th {
  width: 260px;
  background-color: #f9f9f9;
  font-weight: normal;
}
.company-outline-block .tbl-company-outline tr td {
  width: calc(100% - 260px);
  background-color: #f2f2f2;
}
.company-outline-block .tbl-company-outline tr td span .bold {
  font-weight: bold;
}
.company-outline-block .tbl-company-outline tr td .txt-link {
  display: inline-block;
  color: #2580D3;
}
.company-outline-block .tbl-company-outline tr th, .company-outline-block .tbl-company-outline tr td {
  padding: 15px 10px;
  vertical-align: top;
  line-height: 25px;
}
.company-outline-block .tbl-company-outline .menu-list {
  display: flex;
  margin-top: 10px;
}
.company-outline-block .tbl-company-outline .menu-list li a {
  display: block;
  color: #2580D3;
  border-right: 1px solid #D9D9D9;
  padding: 0 15px;
  line-height: 18px;
}
.company-outline-block .tbl-company-outline .menu-list li:last-child a {
  border-right: none;
}
@media (min-width: 768px) {
  .company-outline-block .tbl-company-outline .menu-list li:last-child a {
    padding-right: 0;
  }
}
.company-outline-block .map-block {
  margin-top: 20px;
}
.company-outline-block .map-block h2.ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.company-outline-block .map-block .map-box {
  margin-top: 35px;
}
.company-outline-block .map-block .map-box iframe {
  width: 90%;
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  .company-outline-block .tbl-company-outline tr th {
    width: 30%;
  }
  .company-outline-block .tbl-company-outline tr td {
    width: 70%;
  }
  .company-outline-block .map-block .map-box iframe {
    width: 100%;
    min-height: 280px;
  }
}

/*--------------------------------------------------------------
contact-block page
--------------------------------------------------------------*/
input[type=email],
input[type=email].form-control,
input[type=number],
input[type=number].form-control,
input[type=password],
input[type=password].form-control,
input[type=tel],
input[type=tel].form-control,
input[type=text],
input[type=text].form-control,
textarea,
textarea.form-control {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  font-size: inherit;
}

input[type=email].form-control::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number].form-control::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password].form-control::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel].form-control::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text].form-control::-moz-placeholder,
input[type=text]::-moz-placeholder,
textarea.form-control::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input[type=email].form-control:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number].form-control:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password].form-control:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel].form-control:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text].form-control:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input[type=email].form-control::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number].form-control::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password].form-control::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=tel].form-control::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text].form-control::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}

input[type=email].form-control::placeholder,
input[type=email]::placeholder,
input[type=number].form-control::placeholder,
input[type=number]::placeholder,
input[type=password].form-control::placeholder,
input[type=password]::placeholder,
input[type=tel].form-control::placeholder,
input[type=tel]::placeholder,
input[type=text].form-control::placeholder,
input[type=text]::placeholder,
textarea.form-control::placeholder,
textarea::placeholder {
  color: #999;
}

input[type=email].form-control:focus,
input[type=email]:focus,
input[type=number].form-control:focus,
input[type=number]:focus,
input[type=password].form-control:focus,
input[type=password]:focus,
input[type=tel].form-control:focus,
input[type=tel]:focus,
input[type=text].form-control:focus,
input[type=text]:focus,
textarea.form-control:focus,
textarea:focus {
  background-color: #f2f2f2;
  box-shadow: none;
}

.was-validated input[type=email].form-control:invalid,
.was-validated input[type=email]:invalid,
.was-validated input[type=number].form-control:invalid,
.was-validated input[type=number]:invalid,
.was-validated input[type=password].form-control:invalid,
.was-validated input[type=password]:invalid,
.was-validated input[type=tel].form-control:invalid,
.was-validated input[type=tel]:invalid,
.was-validated input[type=text].form-control:invalid,
.was-validated input[type=text]:invalid,
.was-validated textarea.form-control:invalid,
.was-validated textarea:invalid {
  background-color: rgba(173, 0, 45, 0.15);
}

.custom-checkbox .custom-control-label:before {
  border: 0.5rem solid #f2f2f2;
  border-radius: 0;
}

.custom-checkbox .custom-control-label:after {
  height: 10px;
  margin-left: 3px;
  margin-top: 3px;
  width: 10px;
}

.custom-checkbox input[type=checkbox]:checked ~ .custom-control-label:before,
.custom-checkbox input[type=checkbox]:invalid ~ .custom-control-label:before,
.custom-checkbox input[type=checkbox]:valid:checked ~ .custom-control-label:before {
  border-color: #333;
  border-width: 1px;
  background-color: #f2f2f2;
}

.custom-checkbox input[type=checkbox]:checked ~ .custom-control-label:after,
.custom-checkbox input[type=checkbox]:valid:checked ~ .custom-control-label:after {
  background-color: #ad002d;
  background-image: none;
}

.contact-block .txt01 {
  text-align: center;
  line-height: 25px;
}
.contact-block .txt01 .txt-link {
  color: #F0353A;
  text-decoration: underline;
}

.contact-form {
  max-width: 900px;
  margin: 0 auto;
}
.contact-form .contact__submit {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .contact-form .contact__submit {
    margin-top: 30px;
  }
}

form {
  padding-top: 2.5rem;
}
form .form-loading {
  display: block;
  text-align: center;
}
form > div {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.875rem;
}
form > div:last-child {
  padding-bottom: 0;
}
form .txt-link {
  color: #F0353A;
  text-decoration: underline;
  margin-top: 15px;
  display: block;
}
form label {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  margin: 0;
  max-width: 100%;
  order: -1;
  padding: 0 0 0.625rem 0;
}
form input.form-control, form textarea.form-control {
  background-image: none !important;
}
form textarea {
  min-height: 18.75rem;
}
form textarea ~ label {
  align-items: baseline;
}
form input {
  min-height: 3.125rem;
}
form .contact__submit {
  width: 100%;
  margin-top: 30px;
}
form .btn-confirm {
  margin: auto;
  background-color: #171717;
  border-radius: 6px;
  color: #fff;
  width: 90%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  form .btn-confirm {
    width: 67%;
    float: right;
  }
}
form .btn-send, form .btn-goback {
  border-radius: 6px;
  color: #fff;
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #ad002d;
  max-width: 450px;
  background-position: 0 52%;
  position: relative;
}
@media (min-width: 768px) {
  form .btn-send, form .btn-goback {
    width: 67%;
    margin: 0 auto;
  }
}
form .btn-send::after, form .btn-goback::after {
  content: "";
  width: 5px;
  height: 6px;
  position: absolute;
}
form .btn-send {
  background-color: #ad002d;
}
form .btn-send::after {
  background: url(../../assets/images/common/arrow_w.png) right center no-repeat;
  right: 30px;
}
form .btn-send:hover {
  color: #fff !important;
}
form .btn-goback {
  background-color: #fff;
  color: #ad002d;
  margin-top: 20px;
}
form .btn-goback::after {
  background: url(../../assets/images/common/arrow_l.png) right center no-repeat;
  left: 30px;
}
form .btn-goback:hover {
  color: #ad002d !important;
}
form .custom-control {
  padding-left: 18px;
  margin-top: 15px;
}
form .custom-control-label {
  display: inline-block;
  max-width: none;
  padding-bottom: 0;
}
form .custom-control-label::before {
  left: -36px;
  width: 25px;
  height: 25px;
  top: -3px;
  border-color: #707070;
}
form .custom-control-label::after {
  height: 15px !important;
  margin-left: -10px !important;
  margin-top: -1px !important;
  width: 15px !important;
}
form .custom-control label {
  display: inline-block;
  max-width: none;
  padding-bottom: 0;
}
form [required] ~ label:not(.custom-control-label):after {
  color: red;
  content: "(必須)";
  font-size: 0.6875rem;
}
form .invalid-feedback,
form .note-feedback {
  flex-basis: 100%;
  font-size: 12px;
  margin-top: 0;
  padding: 0.625rem 0 0 0.625rem;
}
form .invalid-feedback span + span {
  display: none;
}
@media (min-width: 768px) {
  form .contact__note {
    padding-left: 33.33%;
  }
  form > div {
    justify-content: flex-end;
    padding-bottom: 2.5rem;
  }
  form label {
    flex: 0 0 33.33333%;
    justify-content: flex-end;
    max-width: 33.33333%;
    padding: 0 3rem 0 0;
    text-align: right;
  }
  form input.form-control, form textarea.form-control {
    width: 66.66667%;
  }
  form textarea ~ label {
    padding-top: 1.25rem;
  }
  form .invalid-feedback,
form .note-feedback {
    font-size: 0.75rem;
    padding: 0.9375rem 0 0 33.33333%;
  }
}
form .mwform_wrap {
  flex: 0 0 100%;
  max-width: 100%;
}
form .mwform_wrap + .mwform_wrap {
  margin-top: 15px;
}
form .mwform_wrap input.form-control, form .mwform_wrap textarea.form-control {
  width: 100%;
}
form .mwform_wrap .invalid-feedback, form .mwform_wrap .note-feedback {
  padding-left: 0;
}
form .mwform_wrap ~ label[data-required]:after {
  color: red;
  content: attr(data-required);
}
form .mwform_wrap ~ label[for=detail] {
  align-items: baseline;
}
@media (min-width: 768px) {
  form .mwform_wrap {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  form .mwform_wrap ~ label {
    max-height: 50px;
  }
  form .mwform_wrap ~ label[for=detail] {
    padding-top: 1.25rem;
  }
}

.complete-info .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  line-height: 32px;
}
.complete-info .txt {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .privacy-page .block-section {
    padding: 40px 15px 0;
  }
  .privacy-page .block-section.privacy-section {
    padding: 60px 15px 0;
  }
}
.privacy-page .privacy-block {
  margin-top: 64px;
}
.privacy-page .privacy-block p {
  font-size: 12px;
  line-height: 150%;
}
.privacy-page .privacy-block p.txt-xl {
  font-size: 14px;
}
@media (max-width: 768px) {
  .privacy-page .privacy-block p.txt-xl {
    font-size: 12px;
  }
}
.privacy-page .privacy-block .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  color: #000000;
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  .privacy-page .privacy-block .title {
    margin-bottom: 10px;
  }
}
.privacy-page .privacy-block ul {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .privacy-page .privacy-block ul.ul-list li {
    padding: 30px 0;
  }
}
.privacy-page .privacy-block li {
  display: flex;
  justify-content: flex-start;
  list-style: decimal;
  font-size: 12px;
  font-weight: 300;
  padding: 13px 0;
  border-bottom: 1px dotted #ccc;
  list-style-position: inside;
}
.privacy-page .privacy-block li strong {
  font-size: 12px;
  width: 30px;
  padding-left: 4px;
  font-weight: 400;
}
.privacy-page .privacy-block li span {
  padding-left: 12px;
}
.privacy-page .privacy-block li label {
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
.privacy-page .privacy-block li p {
  line-height: 180%;
}
.privacy-page .privacy-block li .li-item {
  padding-left: 15px;
}
.privacy-page .privacy-block .table-pc {
  padding: 40px 100px;
  font-size: 12px;
  line-height: 180%;
  color: #000;
}
@media (max-width: 768px) {
  .privacy-page .privacy-block .table-pc {
    display: none;
  }
}
.privacy-page .privacy-block .table-pc table {
  width: 100%;
}
.privacy-page .privacy-block .table-pc th {
  text-align: center;
  border: 1px solid #707070;
  width: 50%;
  padding: 19px 10px;
}
.privacy-page .privacy-block .table-pc th.bg-black {
  background: #707070;
  color: #fff;
}
.privacy-page .privacy-block .table-pc th.bg-gray {
  background: #F2F2F2;
  color: #000;
}
.privacy-page .privacy-block .table-pc td {
  border: 1px solid #707070;
  text-align: left;
  padding: 20px;
}
.privacy-page .privacy-block .table-pc td span {
  position: relative;
  display: block;
  padding-left: 10px;
}
.privacy-page .privacy-block .table-pc td span:before {
  content: "· ";
  position: absolute;
  left: 0;
}
.privacy-page .privacy-block .table-sp {
  padding: 15px 0px;
  font-size: 12px;
  line-height: 24px;
  color: #000;
  display: none;
}
@media (max-width: 768px) {
  .privacy-page .privacy-block .table-sp {
    display: block;
  }
}
.privacy-page .privacy-block .table-sp dt {
  border: 1px solid #707070;
  border-width: 0px 1px 0px 1px;
  width: 100%;
  padding: 9px 10px;
  text-align: left;
}
.privacy-page .privacy-block .table-sp dt.bg-black {
  background: #707070;
  color: #fff;
}
.privacy-page .privacy-block .table-sp dt.bg-gray {
  background: #F2F2F2;
  color: #000;
}
.privacy-page .privacy-block .table-sp dd {
  border: 1px solid #707070;
  text-align: left;
  padding: 12px 15px;
}
.privacy-page .privacy-block .table-sp dd span {
  position: relative;
  display: block;
  padding-left: 10px;
}
.privacy-page .privacy-block .table-sp dd span:before {
  content: "· ";
  position: absolute;
  left: 0;
}
.privacy-page .privacy-block .grp-flex {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .privacy-page .privacy-block .grp-flex {
    justify-content: flex-start;
  }
}
.privacy-page .privacy-block .block-right {
  width: 285px;
  line-height: 30px;
  margin: 45px 0 100px;
  font-size: 12px;
}

/*# sourceMappingURL=style.css.map */
