@charset "UTF-8";
/**
 * 
 */
html,body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #111;
}
body.navmenu-opened {overflow: hidden;width: 100%;
}
a,a:visited {
  color: #111;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #111;
  text-decoration: underline;
}
ul {
  list-style: none;
  margin:0;
  padding:0;}
ol {margin-bottom: 0;}
h1,h2,h3,h4,h5 {
  margin:0;
  font-weight: 600;
  line-height: unset;}
.flex {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;}
figure {margin:0;}
p,.txt {text-align:justify;word-break:break-all;}
.wpcf7-spinner {display:none;}
.grecaptcha-badge {visibility:hidden;}
img {max-width:100%;height:auto;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  outline: none;
  box-shadow: none;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
/*::selection {
  background-color: #;
  color: #fff;
}*/
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color:#aaa;
}
@media (min-width: 1200px){
  .container {
    width: 1104px;
  }
  .container.wrap-cont {
    width: 920px;
  }
}

.btn {
  border-radius: 0;
}
#gotop-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  background: transparent;
  text-align: center;
  display: none;
  width: 90px;
  height: 90px;
  display: none;
}
#gotop-btn a,#gotop-btn a:visited {
  display: inline-block;
  transition: all 0.3s ease;
}
#gotop-btn a ._on {
  display: none;
}
#gotop-btn a:hover  ._on {
  display: inline-block;
}
#gotop-btn a:hover  ._off {
  display: none;
}
#fixed-btn {
  position: fixed;
  z-index: 100;
  top:370px;
  right: 0;
  padding:26px 18px;
  height: 220px;
  border-radius: 8px 0 0 8px;
  border:1px solid #fff;
  border-right: 0;

  background: #484545;
  color:#fff;
  font-size: 20px;
  line-height: 20px;
  writing-mode: vertical-rl;
}
#fixed-btn:after {
  content:"";
  position: absolute;
  bottom: 30px;
  left:0;
  right: 0;
  margin:auto;
  background:no-repeat center url(../img/common/arrow-right-off-1.svg);
  background-size: 100%;
  width: 16px;
  height: 16px;
}
#fixed-btn:hover {
  text-decoration: none;

  background: #F6AA00;
  color:#484545;
}
#fixed-btn:hover:after {
  background:no-repeat center url(../img/common/arrow-right-on-1.svg);
  background-size: 100%;
}

/* breadcrumb */
.breadcrumb {
  background: none;
  margin: 0;
  padding: 8px 0 0;
  font-size: 12px;
  line-height: 20px;
}
.breadcrumb .cls-1 {
  fill: #909090;
}

.breadcrumb .cls-2 {
  clip-path: url(#clip-path);
}
.breadcrumb ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.breadcrumb ul li:after {
  content:"";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/common/breadcrumbs-arrow-right-gray.svg);
  top:50%;
  right: 4px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li span {
  padding:0 4px;
}
.breadcrumb ul li:first-child span {
  padding-left: 0;
  display: inline-block;
}
.breadcrumb li:first-child svg {
  margin-top: -2px;
  display: inline-block;
}
header,footer {
  overflow: hidden;
}

/* header  */
.nav-site {
  padding:0;
  background: #fff;
}
.navbar-brand {
  position: relative;
  display: inline-block;
}
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand .n {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
.navbar>.container-fluid {
  padding:0 0 0 25px;
}
.nav-site .navbar-nav .nav-link {
  color:#111;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  padding:24px 12px;
}
.nav-site .navbar-nav .nav-link:hover,
.nav-site .navbar-nav .nav-link.active {
  text-decoration: none;
  color:#F6AA00;
}
.nav-site .navbar-nav .crop .nav-link {
  font-size: 12px;
  padding-right: 25px;
}
.nav-site .navbar-nav .rec-entry .nav-link:hover {
  color:#fff;
}
.navbar-nav .rec-entry .nav-link {
  color:#fff;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  height: 68px;
  padding:8px 28px;
}
.navbar-nav .rec-entry.r1 .nav-link {
  background: #5985E8;
}
.navbar-nav .rec-entry.r2 .nav-link {
  background: #3360C6;
}
.navbar-nav .rec-entry .nav-link:hover {
  background: #484545;
}
/* recruit entry modal */
.modal.rec-entry .modal-dialog {
  max-width: 600px;
}
.modal.rec-entry .modal-content {
  border-radius: 0;
}
.modal.rec-entry .modal-body {
  padding:60px;
}
.modal.rec-entry .ht {
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 45px;

}
.rec-entry .m-inn .row {
  text-align: center;
}
.rec-entry .m-inn .btn-mynavi {
}
.modal.rec-entry .bm-close {
  position: absolute;
  padding: 0;
  width: 32px;
  height: 32px;
  background: no-repeat center url(../img/common/btn-close-off.svg);
  background-size: 100%;
  top:25px;
  right: 25px;
}

main {
  margin-top: 68px;
  overflow: hidden;

}

.cp-t .t {
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 30px;
}
.cp-t .st {
  font-size: 22px;
  line-height: 30px;
}
.sec-top .cp-t .t .hl {
  color:#fff;
  background: #F6AA00;
}

.cate-row {
  justify-content: center;
}
.cate-row>.col {
  flex: 0 0 auto;
  width: auto;
  padding:0 12px;
}
.btn.pt-cate {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border:none;
  width: 344px;
  color:#fff;
  background-color: #F6AA00;
  padding:22px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  padding-left: 116px;
}
.btn.pt-cate:visited,
.btn.pt-cate:active {
  color:#fff;
}
.btn.pt-cate:after {
  content:"";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}
.btn.pt-cate:hover {
  text-decoration: none;
}
.btn.pt-cate>span {
  display: inline-block;
}
.btn.pt-cate .ic {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn.pt-cate .ic:before {
  content: "";
  position: absolute;
  transition: all .3s linear;
  background: #484545;
  width: 84px;
  height: 84px;
  top:50%;
  transform: translateY(-50%) scale(1);
  border-radius: 50%;
}
.btn.pt-cate .n,
.btn.pt-cate .ic img {
  position: relative;
}
.btn.pt-cate .arr {
  position: absolute;
  transition: all .3s linear;
  right: 40px;
  top:50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/common/arrow-more-off.svg);
  background-size: 100%;
  width: 26px;
  height: 8px;
  opacity: 0;
}
.btn.pt-cate:hover .ic:before {
  width: 400px;
  height: 400px;
  transform: translateY(-50%) scale(1.5);
}
.btn.pt-cate:hover .arr {
  right: 15px;
  opacity: 1;
}

.bg-cl { background: #F7F6F2; }

.thepage {}
.thepage .p-head {
  position: relative;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color:#fff;
  text-align: center;
}
.thepage .p-head>.container {
  height: 100%;
}
.thepage .p-head .head-cont {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thepage .p-head h1,
.thepage .p-head h2 {
  color:#fff;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  padding:1px 10px;
  background: #111;
}
.p-head .ht .t-hl {
  color:#F6AA00;
}
.thepage .sec-top {
  padding-top: 100px;
}

h2.hl {
  position: relative;
  font-weight: 500;
}
h2.hl.t1 {
  padding-left: 38px;
  margin-bottom: 50px;
}
h2.hl.t1:before {
  content:"";
  position: absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/common/headline-deco.svg);
  background-size: 100%;
  width: 18px;
  height: 18px;
}
h2.hl.t1 .t {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 3.6px;
}
h2.hl.t1 .st {
  font-size: 12px;
  line-height: 22px;
}

.c-tt.co .rt {
  width: 280px;
  padding:0;
  padding-bottom: 10px;
}
.c-tt.co .rt:after {
  content:"";
  position: absolute;
  bottom: -5px;
  top:auto;
  left: 0;
  right: 0;
  margin:auto;
  width: 280px;
  height: 3px;
  background: no-repeat center url(../img/common/headline-border.svg);
  background-size: 100%;
}
.c-tt.co .rt h3 {
  font-size: 32px;
  line-height: 46px;
}

main .sec-btm {
  padding:120px 0;
}

.video-bnn {
  color:#fff;
  font-weight: 500;
  text-align: center;
}
.video-bnn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  width: 100%;
  height: 158px;

  background: no-repeat center url(../img/index/bnr-movie@2x.jpg);
  background-size: cover;
}
.video-bnn a:hover {
  opacity: 0.7;
}
.video-bnn .v-tag {
  margin-bottom: 10px;
}
.video-bnn .v-tag span {
  display: inline-block;
  border:1px solid #fff;
  font-size: 18px;
  line-height: 26px;
  padding:6px 20px;
}
.video-bnn .n {
  font-size: 28px;
  line-height: 38px;
}
.video-bnn a:hover {
  text-decoration: none;
}

.ev-item {
  position: relative;
  margin-bottom: 40px;
  font-weight: 500;
  padding-left: 92px;
}
.ev-item:last-child {
  margin-bottom: 0;
}
.ev-item.rec-l {display: none;}
.ev-item .lb {
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  background: #484545;
  color:#fff;
  font-size: 24px;
  line-height: 34px;
  padding:22px 34px;
  width: 218px;
}
.ev-item .item-row {
  background: #F7F6F2;
  padding:40px 40px 40px 175px;
  font-size: 20px;
  line-height: 36px;
  align-items: center;
  min-height: 160px;
}
.ev-item .item-row a {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.ev-item .item-row a:after {
  content:"";
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  background: no-repeat center url(../img/common/arrow-right-off-2.svg);
  background-size: 100%;
  width: 18px;
  height: 18px;
}
.ev-item .item-row a:hover {
  text-decoration: none;
}
.ev-item .item-row a:hover:after {
  background: no-repeat center url(../img/common/arrow-right-on-2.svg);
  background-size: 100%;
}
.ev-item.rec-l .item-row .inn {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

/* ScrollReveal */
.scro {
  visibility: hidden;
}

/* footer */
.f-inner {
  border-top:2px solid #484545;
  border-bottom: 20px solid #F6AA00;
  padding:60px 0 30px;
  text-align: center;
}
.f-inner nav a,
.f-inner nav a:visited,
.f-inner nav a:active {
  color:#111;
  font-weight: 600;
}
.f-inner nav a:hover {
  text-decoration: none;
  color:#F6AA00;
}
.f-site {
  margin-bottom: 50px;
}
.f-site a {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
}
.f-site .sn {
  margin-top: 8px;
  font-weight: 600;
}
.f-nav .nav1 {
  margin-bottom: 40px;
}
.f-nav .nav1 a {
  font-size: 15px;
  line-height: 20px;
  padding:1px 24px;
}
.f-nav .nav2 a {
  font-size: 13px;
  line-height: 18px;
}

.f-copy {
  font-size: 12px;
  line-height: 18px;
  margin-top: 70px;
}

@media (max-width: 1199px) {
  .navbar>.container-fluid {
    padding-left: 15px;
  }
  .navbar-brand {
    margin-right: 10px;
  }
  .navbar-brand img {
    max-width: 140px;
  }
  .nav-site .navbar-nav .nav-link {
    font-size: 14px;
    padding:24px 8px;
  }
  .navbar-nav .rec-entry .nav-link {
    padding:8px 20px;
  }

  .btn.pt-cate {
    width: 100%;
    padding:20px;
    padding-left: 100px;
  }
  .btn.pt-cate .ic {
    left: 10px;
  }
  .btn.pt-cate .ic:before {
    width: 76px;
    height: 76px;
  }
  .btn.pt-cate .ic img {
    max-width: 70px;
  }

}
@media (max-width: 992px) {
  .navbar>.container-fluid {
    padding:0 15px;
  }
  .navbar-brand img {
    max-width: none;
  }
  .nav-site .navbar-toggler,
  .nav-site .navbar-toggler:focus,
  .nav-site .navbar-toggler:active {
    border: none;
    outline: none;
  }
  .nav-site .navbar-toggler {
    position: relative;
    top: 0;
    right: -2px;
    color:transparent;
    padding:0;
    border:none;
    background: #fff;
    border-radius: 0;
  }
  .nav-site .navbar-toggler-icon {
    background-image: url(../img/common/SP/btn-menu-def.svg);
    width: 44px;
    height: 44px;
  }
  .navbar-toggler .close {
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/common/SP/btn-menu-close.svg);
    opacity: 1;
  }
  .navbar-toggler.collapsed>.close,.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
  }
  .nav-site #site-navbar-collapse {
    width: 100%;
    height: calc(100vh - 58px);
    z-index: 100;
    padding: 20px;
    transition: none;
    overflow-y: scroll;
  }

  .nav-t-menu .nav-item {
    text-align: center;
  }
  .nav-site .navbar-nav .rec-entry {
    display: none;
  }
  .nav-site .navbar-nav .nav-link,
  .nav-site .navbar-nav .crop .nav-link {
    font-size: 18px;
    padding:15px;
  }

  .nav-t-menu .li-nv-sp {
    margin-top: 50px;
  }
  .nav-site .nav-t-menu .li-nv-sp .nav-link {
    color:#fff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    height: 68px;
    padding:10px 28px
  }
  .nav-site .nav-t-menu .li-nv-sp .nav-link:hover {
    color:#fff;
    text-decoration: none;
  }
  .li-nv-sp .nav-link.r1 {
    background: #5985E8;
  }
  .li-nv-sp .nav-link.r2 {
    margin-left: 20px;
    background: #3360C6;
  }

  #gotop-btn {
    width: 80px;
    height: 80px;
    right: 20px;
    bottom: 20px;
  }

  main {
    margin-top: 58px;
  }
  .thepage .sec-top {
    padding-top: 80px;
  }

  .cate-row {
    margin:0 -6px;
  }
  .cate-row>.col {
    padding:0 6px;
  }
  .btn.pt-cate {
    padding:12px 15px;
    padding-left: 70px;
    font-size: 16px;
    line-height: 26px;
  }
  .btn.pt-cate:after {
    border-top: 6px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
  }
  .btn.pt-cate .ic {
    left: 10px;
  }
  .btn.pt-cate .ic:before {
    width: 56px;
    height: 56px;
  }
  .btn.pt-cate .ic img {
    max-width: 50px;
  }

  h2.hl.t1 {
    padding-left: 35px;
    margin-bottom: 30px;
  }

  .cp-t .t {
    font-size: 30px;
    line-height: 44px;
  }

  .ev-item {
    padding-left: 70px;
  }
  .ev-item .lb {
    width: 190px;
    font-size: 20px;
    padding:20px 25px;
  }
  .ev-item .item-row {
    padding-left: 156px;
  }
  .ev-item.rec-l .item-row .inn {
    width: 96%;
  }

  .modal.rec-entry .modal-body {
    padding:40px;
  }
  .modal.rec-entry .ht {
    margin-bottom: 30px;
  }
  .modal.rec-entry .bm-close {
    top:16px;
    right: 16px;
  }
  .modal.rec-entry .m-inn .row>div:first-child {
    margin-bottom: 20px;
  }

  #fixed-btn {
    top:340px;
    padding:18px 12px;
    height: 160px;
    font-size: 16px;
  }
  #fixed-btn:after {
    bottom: 16px;
  }

  .thepage .p-head {
    height: 160px;
  }

}
@media (max-width: 767px) {
  .breadcrumb ul li {
    padding-right: 14px;
  }
  .breadcrumb ul li:after {
    right: 0;
  }

  #gotop-btn {
    width: 65px;
    height: 65px;
    right: 15px;
    bottom: 80px;
  }
  #fixed-btn {
    display: none!important;

    padding:12px 8px;
    height: 152px;
    top:234px;
  }

  #btm-nav-fx {
    background: #fff;
    z-index: 90;
  }

  #btm-nav-fx .row {
    margin:0 -3px;
  }
  #btm-nav-fx .row>div {
    padding:0 3px;
  }
  #btm-nav-fx a {
    display: block;
    text-align: center;
  }
  #btm-nav-fx .r-l {
    color:#fff;
    font-size: 18px;
    line-height: 24px;
    height: 100%;
    padding:10px;
  }
  #btm-nav-fx .r-l:hover {
    color:#fff;
    text-decoration: none;
  }
  #btm-nav-fx .r-l.r1 {
    background: #5985E8;
  }
  #btm-nav-fx .r-l.r2 {
    background: #3360C6;
  }

  .thepage .p-head {
    height: 120px;
  }
  .thepage .p-head h1, .thepage .p-head h2 {
    font-size: 20px;
    line-height: 30px;
  }

  main .sec-btm {
    padding:70px 0;
  }
  .thepage .sec-top {
    padding-top: 40px;
  }
  .btn.pt-cate .arr {
    display: none;
  }

  .cate-row {
    margin:0 -2px;
  }
  .cate-row>.col {
    padding:0 2px;
  }
  .btn.pt-cate {
    font-size: 11px;
    line-height: 15px;
    padding:8px;
    padding-left: 46px;
  }
  .btn.pt-cate .ic {
    left: -1px!important;
  }
  .btn.pt-cate .ic img {
    max-width: 36px;
  }
  .btn.pt-cate .ic:before {
    width: 50px;
    height: 50px;
  }
  .btn.pt-cate:hover .ic:before {
    width: 200px;
    height: 100px;
    transform: translateY(-50%) scale(1.5);
  }

  .c-tt.co {
    margin-bottom: 40px;
  }
  .c-tt.co .rt {
    padding-bottom: 5px;
  }
  .c-tt.co .rt h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .c-tt.co .rt:after {
    width: 90%;
  }

  .video-bnn a {
    background: no-repeat center url(../img/index/SP/bnr-movie@2x.jpg);
    background-size: cover;
    height: 94px;
  }
  .video-bnn .v-tag {
    margin-bottom: 4px;
  }
  .video-bnn .v-tag span {
    font-size: 15px;
    line-height: 20px;
    padding:5px 10px;
  }
  .video-bnn .n {
    font-size: 20px;
    line-height: 30px;
  }

  .ev-item {
    padding:0;
    margin-bottom: 60px;
  }
  .ev-item .lb {
    display: inline-block;
    width: auto;
    padding:16px 20px;
    top:-30px;
    transform: unset;
  }
  .ev-item .item-row {
    padding:50px 30px 30px;
  }
  .ev-item.rec-l .item-row .inn {
    display: block;
  }
  .ev-item.rec-l .item-row li {
    margin-bottom: 22px;
  }
  .ev-item.rec-l .item-row li:last-child {
    margin-bottom: 0;
  }
  .ev-item .item-row a {
    line-height: 30px;
  }

  .f-inner {
    padding-bottom: 90px;
  }
  .f-nav {
    text-align: left;
    padding:0 30px;
  }
  .f-nav .nav {
    display: block;
  }
  .f-nav .nav li {
    margin-bottom: 20px;
  }
  .f-nav .nav1 {
    margin-bottom: 0;
  }
  .f-nav .nav1 a {
    font-size: 16px;
    padding:0;
  }
  .f-nav .nav2 a {
    font-size: 14px;
    padding:0;
  }

  .f-copy {
    margin-top: 50px;
  }
}