@charset "UTF-8";
ul {
  text-align: left;
}

h1, h2, h3, h4, p {
  text-align: left;
  font-weight: normal;
}

h1, h2 {
  font-weight: 800;
}

/*ローディング*/
#top #loader {
  z-index: 100;
}

#top #fade {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

.spinner {
  margin: -20px -25px;
  width: 50px;
  height: 40px;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 10px;
  position: fixed;
}

.spinner > div {
  background-color: #0075C2;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

@media screen and (max-width: 768px) {
  .spinner > div {
    width: 2px;
  }
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/*wrapper ローディング用*/
#top #wrapper {
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
}

/* レイアウト
----------------------------------------- */
#top .conBox {
  padding-top: 80px;
  padding-bottom: 100px;
}

#top .conBox.colorBg1 {
  background: #F9FDFF;
  padding: 70px 0;
  margin-bottom: 20px;
}

#top .conBox:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #top .conBox {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #top .conBox.grayBg {
    background: #A0A0A0;
    padding: 35px 0;
    margin-bottom: 10px;
  }
}

/* #topmain
----------------------------------------- */
#topmain {
  width: 100%;
  text-align: center;
  position: relative;
  /*min-height: 700px;*/
  /*ページャー*/
}

#topmain .cover {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#topmain li {
  width: 100%;
  width: 100vh;
  height: 90%;
  height: 95vh;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
}

#topmain li.item01 {
  background-image: url(../images/top/slide_01.jpg);
}

#topmain li.item02 {
  background-image: url(../images/top/slide_02.jpg);
}

#topmain li.item03 {
  background-image: url(../images/top/slide_03.jpg);
}

#topmain li.item04 {
  background-image: url(../images/top/slide_04.jpg);
}

#topmain li img {
  width: 100%;
}

#topmain li a {
  display: block;
  width: 100%;
  height: 100%;
}

#topmain .box {
  margin-left: 2%;
  padding-top: 75px;
  z-index: 51;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#topmain .box .ttl, #topmain .box .txt, #topmain .box .btn {
  opacity: 0;
}

#topmain .box p, #topmain .box h1 {
  text-align: left;
}

#topmain .box .txt {
  max-width: 234px;
  min-width: 200px;
  margin-bottom: 15px;
}

#topmain .box h1 {
  width: 50%;
  max-width: 633px;
  min-width: 484px;
  margin-bottom: 25px;
}

#topmain .box .btn a {
  font-size: 125%;
}

#topmain .bx-pager {
  display: none;
}

@media screen and (max-width: 768px) {
  #topmain {
    /*min-height: 700px;*/
    /*ページャー*/
  }
  #topmain li {
    height: 70%;
    height: 70vh;
  }
  #topmain .box {
    margin-left: 10px;
    padding-top: 75px;
  }
  #topmain .box .txt {
    max-width: 174px;
    min-width: inherit;
  }
  #topmain .box h1 {
    width: 90%;
    min-width: inherit;
  }
  #topmain .box .btn a {
    font-size: 94%;
    padding-left: 50px;
    padding-right: 50px;
  }
  #topmain .bx-pager {
    display: none;
  }
}

/* タイトル
----------------------------------------- */
.conBox .ttlCopy {
  margin-bottom: 5px;
  text-align: left;
}

.conBox .ttlCopy em {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 144%;
  color: #A0A0A0;
  font-weight: normal;
  font-style: italic;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.conBox .ttlCopy em:before {
  width: 50%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #0075C2;
  z-index: 0;
}

.conBox .ttlCopy span {
  font-size: 40px;
  display: block;
  padding-bottom: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.conBox .ttlCopy span.br.pcShow {
  display: inline;
}

.conBox .ttlCopy span.br.spShow {
  display: none;
}

.conBox p.ttlSub {
  font-size: 113%;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .conBox .ttlCopy em {
    font-size: 107%;
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .conBox .ttlCopy span {
    font-size: 157%;
  }
  .conBox .ttlCopy span.br.pcShow {
    display: none;
  }
  .conBox .ttlCopy span.br.spShow {
    display: inline;
  }
  .conBox p.ttlSub {
    font-size: 100%;
    margin-bottom: 45px;
  }
}

/*
----------------------------------------- */
#top #conWrap {
  padding-top: 0;
}

/* #about
----------------------------------------- */
#about {
  padding-top: 60px !important;
  position: relative;
}

#about.conBox.colorBg1 {
  margin-bottom: 0;
}

#about .bgTxt {
  position: absolute;
  background: url(../images/top/about_bg.png) 100% 0 no-repeat;
  background-size: 40%;
  right: 0;
  top: 93px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#about .brrr {
  display: none;
}

@media screen and (min-width: 1350px) {
  #about .brrr {
    display: inline;
  }
}

#about .column2 {
  z-index: 0;
  position: relative;
}

#about .column2 li {
  position: relative;
}

#about .column2 li .ttl, #about .column2 li .btn {
  position: absolute;
}

#about .column2 li .ttl {
  top: 25px;
  left: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

#about .column2 li .ttl span {
  font-weight: 800;
  font-size: 18px;
  display: block;
  margin-top: 10px;
}

#about .column2 li .ttl span em {
  font-style: normal;
}

#about .column2 li .ttl em {
  background: #fff;
  padding: 10px 15px;
  font-style: italic;
  letter-spacing: 0;
}

@media screen and (max-width: 1200px) {
  #about .column2 li .ttl {
    font-size: 30px;
  }
  #about .column2 li .ttl span {
    font-size: 15px;
  }
}

#about .column2 li .btn {
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  #about {
    padding-top: 30px !important;
  }
  #about .bgTxt {
    position: absolute;
    background-size: 66%;
    top: 33px;
    opacity: 0.8;
  }
  #about .column2 li .ttl {
    font-size: 28px;
  }
  #about .column2 li .ttl span {
    font-size: 0.7rem;
  }
  #about .column2 li .btn {
    bottom: 10px;
    right: 10px;
  }
  #about .column2 li .btn.noA {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 640px) {
  #about .column2 li .ttl {
    font-size: 22px;
  }
  #about .column2 li .ttl span {
    font-size: 11px;
  }
  #about .column2 li .ttl em {
    padding: 7px 7px;
  }
}

/* #recruit
----------------------------------------- */
#recruit {
  padding-bottom: 0 !important;
  position: relative;
  width: 100%;
  height: 100%;
  border: 6px solid rgba(0, 117, 194, 0.5);
}

#recruit .bgTxt {
  position: absolute;
  background: url(../images/top/recruit_bg.png) 100% 0 no-repeat;
  background-size: 40%;
  right: 0;
  top: 93px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#recruit .box {
  margin-bottom: 100px;
}

#recruit .box .bx-pager {
  display: none;
}

#recruit .box .columnBox {
  position: relative;
}

#recruit .box .left {
  z-index: 0;
  position: relative;
  width: 60%;
}

#recruit .box .right {
  z-index: 0;
  width: 40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
}

#recruit .box.rightImg .left {
  margin-left: -200px;
  width: 55%;
  float: right;
}

#recruit .box.rightImg .right {
  width: 45%;
  float: left;
  left: 9.375%;
}

#recruit .box.rightImg dl {
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  #recruit .box .right {
    width: 50%;
  }
  #recruit .box.rightImg .right {
    width: 50%;
    left: 4%;
  }
}

@media screen and (max-width: 1024px) {
  #recruit .box .columnBox {
    min-height: 380px;
  }
}

#recruit .box dl {
  margin-left: -30px;
  background: rgba(255, 255, 255, 0.85);
  padding: 40px;
  max-width: 580px;
}

#recruit .box dt {
  font-size: 150%;
  font-weight: 800;
  position: relative;
}

#recruit .box .ttlCopy em {
  font-size: 19px;
  color: #1a1a1a;
}

#recruit .box .ttlCopy span {
  font-size: 32px;
  color: #0075C2;
}

#recruit .box dd {
  line-height: 1.8;
}

#recruit .box .txt {
  margin-bottom: 20px;
}

#recruit .recNav {
  margin-bottom: 0;
}

#recruit .recNav li {
  width: 50%;
  position: relative;
}

#recruit .recNav .boxArea {
  text-align: center;
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#recruit .recNav .boxArea .ttl {
  font-size: 157%;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #recruit .bgTxt {
    background-size: 66%;
    top: 33px;
    width: 100%;
    opacity: 0.8;
  }
  #recruit .box {
    margin-bottom: 60px;
  }
  #recruit .box .columnBox {
    min-height: inherit;
  }
  #recruit .box .left {
    width: 100%;
  }
  #recruit .box .right {
    width: 100%;
    left: inherit;
    position: relative;
    top: inherit;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding: 0 15px;
  }
  #recruit .box.rightImg .left {
    margin-left: 0;
    width: 100%;
    float: none;
  }
  #recruit .box.rightImg .right {
    width: 100%;
    float: none;
    left: 0;
    padding: 0 15px;
  }
  #recruit .box dl {
    margin-left: 0;
    padding: 20px;
    margin-top: -36px;
  }
  #recruit .box dt {
    font-size: 125%;
  }
  #recruit .box .ttlCopy em {
    font-size: 16px;
  }
  #recruit .box .ttlCopy span {
    font-size: 22px;
  }
  #recruit .recNav li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  #recruit .recNav .boxArea .ttl {
    font-size: 113%;
    margin-bottom: 10px;
  }
  #recruit .recNav .boxArea .btn {
    display: none;
  }
}

/* #news
----------------------------------------- */
#info .left {
  width: 71%;
  padding-right: 20px;
}

#info .right {
  width: 29%;
}


#info .ttlCopy em {
  font-size: 163%;
  color: #1a1a1a;
  font-style: normal;
}

#info .newsBox {
  margin-top: 15px;
}

#info .newsBox dl {
  overflow: hidden;
  margin-bottom: 1em;
  margin-bottom: 13px;
}

#info .newsBox dt {
  float: left;
  width: 15%;
  padding-top: 1px;
}

#info .newsBox dd {
  float: left;
  width: 85%;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  #info .newsBox dt {
    width: 20%;
  }
  #info .newsBox dd {
    width: 80%;
  }
}

#info .newsBox a dd {
  text-decoration: underline;
}

#info .newsBox a dd:hover {
  text-decoration: none;
}


#info .bnCover .bn{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1210px;
}
#info .bnCover .bn .box{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
  /* margin-top: -10px; */
}
#info .bnCover .bn>li{
  width: calc( 50% - 25px );
}


#info .bn li {
  position: relative;
}

#info .bn li .left {
  width: 23%;
  padding: 12px 13px 0 13px;
  text-align: center;
}

#info .bn li .right {
  padding: 10px;
  width: 75%;
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;

  height: 100%;
}

#info .bn li .right:before, #info .bn li .right:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  content: '';
  width: 6px;
  height: 1px;
  background-color: #0075C2;
  text-decoration: none;
  z-index: 1;
  margin-top: -3px;
}

#info .bn li .right:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#info .bn li .right:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 1px;
}

#info .bn li .columnBox {
  margin-bottom: 0;

  min-height: 100px;

}

#info .bn li img {
  width: 100%;
}

#info .bn li a {
  border: 1px solid #ccc;
  display: block;
  /* margin-bottom: 15px; */
}

#info .bn li a:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #0075C2 transparent transparent transparent;
  z-index: 0;
}

#info .bn li em {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 82%;
  color: #484848;
  font-weight: normal;
  font-style: italic;
  position: relative;
  margin-bottom: 6px;
  padding-bottom: 10px;
  line-height: 1;
  width: 100%;
}

#info .bn li em:before {
  /* width: 50%; */
  width: 30px;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #0075C2;
  z-index: 0;
}

#info .bn li p {
  margin-bottom: 0;
  font-weight: 800;
  line-height: 1.4;

  font-size: 18px;
  width: 100%;
}
#info .bn li p .cap{
  display: block;
  font-size: 14px;
  margin-top: 2px;
}
#info .bn li:nth-child(3) br,
#info .bn li:nth-child(4) br {
  display: none;
}
@media screen and (max-width: 950px) {
  #info .bn li:nth-child(3) br,
  #info .bn li:nth-child(4) br {
    display: inline;
  }
  #info .bn li p{
    font-size: 15px;
  }
  #info .bn li p .cap{
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #info .bn li:nth-child(3) br,
  #info .bn li:nth-child(4) br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #info .left {
    width: 100%;
    padding-right: 0;
  }
  #info .right {
    width: 100%;
  }
  #info .ttlCopy em {
    font-size: 157%;
  }
  #info .newsBox {
    margin-bottom: 40px;
  }
  #info .newsBox dl {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
  }
  #info .newsBox dt {
    float: none;
    width: 100%;
  }
  #info .newsBox dd {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  #info .bn li .left {
    width: 20%;
    float: left;
    margin-bottom: 0;
  }
  #info .bn li .right {
    width: 80%;
    float: right;
    margin-bottom: 0;
  }
  #info .bnCover .bn {
    gap: 10px;
  }
  #info .bnCover .bn .box{
    gap: 0;
    margin-top: -5px;
  }
  #info .bnCover .bn>li{
    width: 100%;
  }
  /* #info .bnCover .bn li .columnBox{
     min-height: inherit;
  } */
  #info .bn li img {
    width: 100%;
    height: 5em;
    width: auto;
  }
  #info .bn li a {
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 10px;
  }
  #info .bn li a:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: #0075C2 transparent transparent transparent;
  }
  #info .bn li em {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    display: inline-block;
    font-size: 82%;
    color: #484848;
    font-weight: normal;
    font-style: italic;
    position: relative;
    margin-bottom: 6px;
    padding-bottom: 10px;
    line-height: 1;
  }
  #info .bn li em:before {
    /* width: 50%; */
    height: 3px;
    bottom: 0;
    left: 0;
    background: #0075C2;
    z-index: 0;
  }
  #info .bn li p {
    margin-bottom: 0;
    font-weight: 800;
    line-height: 1.4;
    font-size: 13.6px;
  }
}
@media screen and (max-width: 450px) {
  #info .bn li .left {
    width: 28%;
  }
  #info .bn li .right {
    width: 72%;
  }
}

