@charset "UTF-8";
/*mediaquery*/
/*mixin*/
/* Font系 */
/*
top
*/
#top .mainv {
  width: 100%;
  height: 55.8vw;
  position: relative;
}

#top .mainv .movie-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

#top .mainv .movie-wrap::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#top .mainv .movie-wrap iframe {
  width: 100%;
  height: 100%;
}

#top .mainv .movie-wrap video {
  width: 100%;
  height: 100%;
}

#top .mainv .inner {
  height: 100%;
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 5;
}

#top .mainv .mainv-txt {
  color: #fff;
  font-weight: bold;
  font-size: 7rem;
  line-height: 1.1;
  text-align: left;
  position: absolute;
  bottom: 3vw;
  left: 3vw;
  text-shadow: 1px 1px 2px #212121;
}

#top .news {
  background: #000;
  color: #fff;
}

#top .news .inner {
  max-width: calc(100% - 16rem);
}

#top .news .news-list {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  padding-left: 10rem;
  padding-right: 12rem;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.2;
  position: relative;
  opacity: 0;
}

#top .news .news-list.slick-initialized {
  opacity: 1;
}

#top .news .news-list a {
  color: #fff;
}

#top .news .news-list a:hover {
  text-decoration: underline;
}

#top .news .news-list .news-date {
  margin-right: 1rem;
}

#top .news .news-list .slick-arrow {
  width: 1.8rem;
  height: 1.8rem;
  border-right: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  position: absolute;
  top: 50%;
  right: .5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#top .news .news-list .slick-arrow:hover {
  cursor: pointer;
  opacity: .6;
}

#top .news .news-list .slick-prev {
  right: 4.5rem;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

#top .news .news-list .slick-next {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

#top .section-title {
  position: relative;
}

#top .section-title .bg-entxt {
  font-family: 'Roboto', sans-serif;
  color: #212121;
  font-size: 25rem;
  font-weight: bold;
  line-height: .8;
  opacity: .1;
  position: absolute;
  bottom: calc(100% - 4rem);
  left: -1.5rem;
}

#top .section-title h2 {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  padding-left: 1.5rem;
  font-family: 'Roboto', sans-serif;
  color: #cf1111;
  font-size: 7.2rem;
  font-weight: bold;
  line-height: 1.2;
}

#top .section-title h2 .num {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top .section-title h2 .num::before {
  content: '';
  width: 3em;
  height: .2rem;
  margin-right: .5rem;
  background: currentcolor;
}

#top .message {
  padding: 7.5rem 0 10rem;
}

#top .message .section-title {
  margin-top: 5rem;
  margin-bottom: 6rem;
  text-align: center;
}

#top .message .section-title .bg-entxt {
  width: 100%;
  font-size: 16rem;
  left: 0;
  bottom: 31%;
}

#top .message .section-title h2 {
  padding-left: 0;
  font-size: 7rem;
}

#top .message .section-title h2 .num {
  padding-left: 2rem;
}

#top .message p {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}

#top .message p:last-child {
  margin-top: 4.5rem;
}

#top .message .red-bgtxt {
  display: inline-block;
  padding-left: .3rem;
  padding-right: .3rem;
  background: #cf1111;
  color: #fff;
  line-height: 1.6;
}

#top .message .w-black {
  margin-top: 1em;
  font-weight: 900;
  font-size: 3.4rem;
  line-height: 1.6;
}

#top .pip-maker {
  padding: 10rem 0;
  background: url(../img/top/bg-pip-maker.jpg) no-repeat center/cover;
}

#top .pip-maker .bg {
  width: 54rem;
  margin: 0 auto;
  padding: 3.4rem;
  background: #cf1111;
  color: #fff;
}

#top .pip-maker h2 {
  margin: 0 0 1em;
  text-align: center;
  font-size: 2.4rem;
}

#top .pip-maker .img-wrap {
  max-width: 44.3rem;
}

#top .pip-maker .btn-white {
  margin-top: 2.4rem;
}

#top .content-box {
  margin-left: 2.5rem;
  margin-right: 6.7rem;
  padding-bottom: 3.7rem;
  position: relative;
}

#top .content-box .img-wrap {
  width: 62%;
  -webkit-box-shadow: 1.6rem 1.6rem 2.1rem rgba(0, 0, 0, .16);
          box-shadow: 1.6rem 1.6rem 2.1rem rgba(0, 0, 0, .16);
  position: absolute;
  top: 6.7rem;
  right: 0;
  z-index: 5;
}

#top .content-box .txt-wrap {
  width: 53.8%;
  min-height: 59rem;
  padding: 9rem 20% 6rem 3.2rem;
  background: #cf1111;
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
}

#top .content-box .section-title {
  margin-bottom: 6.5rem;
}

#top .content-box .section-title .bg-entxt {
  left: -3rem;
}

#top .content-box .section-title h2 {
  padding-left: 0;
  color: #fff;
  line-height: 1;
}

#top .content-box .section-title h2 .num {
  margin-bottom: 1rem;
}

#top .content-box .btn-white {
  margin-top: 6.6rem;
  text-align: left;
}

#top .content-box.img-left {
  margin-left: 6.7rem;
  margin-right: 2.5rem;
}

#top .content-box.img-left .img-wrap {
  right: auto;
  left: 0;
}

#top .content-box.img-left .txt-wrap {
  margin-left: auto;
  padding-left: 20%;
  padding-right: 3.2rem;
}

#top .content-box.img-left .section-title .bg-entxt {
  left: auto;
  right: -3rem;
}

#top .vision,
#top .business {
  margin-top: 15rem;
}

#top .vision .inner,
#top .business .inner {
  max-width: 144rem;
}

#top .business {
  margin-top: 23rem;
  margin-bottom: 20rem;
}

#top .business .section-title .bg-entxt {
  font-size: 20rem;
  bottom: 100%;
}

#top .recruit {
  margin-bottom: 20rem;
}

#top .recruit .inner {
  max-width: none;
}

#top .recruit .section-title {
  max-width: 130rem;
  margin: 0 auto;
}

#top .recruit .section-title .bg-entxt {
  font-size: 20rem;
  bottom: 3rem;
}

#top .recruit .job-category {
  margin-bottom: 4.6rem;
  padding: 4.5rem 0 2.5rem;
  background: url(../img/top/bg-job-category.jpg) no-repeat center/cover;
}

#top .recruit .job-category .job-category-list {
  padding: 0 5rem;
}

#top .recruit .job-category .job-category-list li {
  width: 33.8%;
  height: 100%;
}

#top .recruit .job-category .job-category-list .slide-inner {
  display: block;
  height: 100%;
  margin: 0 6.8%;
  position: relative;
}

#top .recruit .job-category .job-category-list .slide-inner .img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#top .recruit .job-category .job-category-list .slide-inner .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: .3s;
  transition: .3s;
}

#top .recruit .job-category .job-category-list .slide-inner .txt-wrap {
  width: 100%;
  min-height: 7.7rem;
  background: #cf1111;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

#top .recruit .job-category .job-category-list .slide-inner .job-name {
  line-height: 1.4;
}

#top .recruit .job-category .job-category-list .slide-inner:hover .img-wrap img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#top .recruit .job-category .job-category-list .slick-arrow {
  width: 3.5rem;
  height: 3.5rem;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#top .recruit .job-category .job-category-list .slick-arrow:hover {
  cursor: pointer;
  opacity: .6;
}

#top .recruit .job-category .job-category-list .slick-prev {
  right: auto;
  left: 3rem;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

#top .recruit .job-category .job-category-list .slick-next {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

/*
overview
*/
#overview .overview {
  margin-bottom: 12rem;
}

#overview .overview table {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
  font-size: 1.6rem;
}

#overview .overview table tr {
  border-bottom: 0.1rem solid #f3f3f3;
}

#overview .overview table tr th, #overview .overview table tr td {
  padding: 3rem 0;
  vertical-align: top;
}

#overview .overview table tr th {
  width: 18%;
  font-weight: normal;
  position: relative;
}

#overview .overview table tr th::after {
  content: '';
  width: .1rem;
  height: calc(100% - 6rem);
  background: #cf1111;
  position: absolute;
  top: 3rem;
  right: 0;
}

#overview .overview table tr td {
  padding-left: 4rem;
  font-weight: 300;
}

#overview .access {
  padding: 6rem 0 18rem;
  background: url(../img/overview/bg-access.jpg) no-repeat top center/100% auto;
}

#overview .access h2 {
  margin: 0 0 3rem;
  font-family: 'Roboto', sans-serif;
  color: #cf1111;
  font-weight: 500;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.2;
}

#overview .access .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#overview .access .map-wrap {
  width: 66%;
}

#overview .access .map-wrap iframe {
  width: 100%;
  height: 45rem;
}

#overview .access .img-wrap {
  width: 31.9%;
}

#overview .overview_border_bottom {
  text-decoration: underline;
}

/*
vision
*/

#vision .desc-vision {
  max-width: 53rem;
  font-size: 1.5rem;
}

#vision .slogan{
  max-width: 1200px;
  margin: 15em auto 5em auto;
}

#vision .slogan-main{
  font-size: 8.85em;
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1.3;
}

#vision .slogan-main::after{
  content: '';
  -webkit-transform: skewX(-32deg);
  transform: skewX(-32deg);
    width: 1180px;
    height: 12px;
    display: block;
    background-color:#cf1111;
}

#vision .slogan-sub{
  font-size: 2.4em;
  font-weight: 700;
  margin-bottom: 1.2em;
}

#vision .profile {
  margin-top: 14rem;
  margin-bottom: 5rem;
}

#vision .profile .profile-box {
  max-width: 90rem;
  margin: 0 auto;
  padding: 5rem 0;
  padding-right: 24.5%;
  border-top: 0.1rem solid #cf1111;
  border-bottom: 0.1rem solid #cf1111;
  color: #939393;
  font-weight: 300;
  position: relative;
}

#vision .profile .profile-box h2 {
  margin-top: 0;
  margin-bottom: 1.8em;
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  font-weight: normal;
  color: #cf1111;
}

#vision .profile .profile-box .img-wrap {
  position: absolute;
  width: 29.5%;
  bottom: 0;
  right: 0;
}

#vision .movie {
  padding: 6rem 0 18rem;
  background: url(../img/vision/bg-movie.jpg) no-repeat top center/100% auto;
}

#vision .movie h2 {
  margin: 0 0 3rem;
  font-family: 'Roboto', sans-serif;
  color: #cf1111;
  font-weight: 500;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.2;
}

#vision .movie .movie-box h3 {
  margin-top: 0;
  margin-bottom: 6rem;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}

#vision .movie .movie-box .movie-wrap {
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
}

#vision .movie .movie-box .movie-wrap video {
  width: 100%;
  height: auto;
}

#vision p {
  font-size: 16px;
}

#vision .content-pt01 .btn-red02 {
    text-align: left;
    margin-top: 4rem;
}

#vision .content-pt01 .btn-red02 a {
    width: 90%;
    font-size: 2rem;
    font-weight: normal;
}

#vision .content-pt01 .btn-red02 a::after {
    width: 1em;
    height: 1em;
    border-width: .3rem;
    border-color: #f3f3f3;
}

.message{
  margin: 20rem auto 10rem auto;
  padding: 0 2rem;
  width: 100%;
  max-width: 144rem;
  position: relative;
}

.message-inner{
  display: flex;
  gap: 3rem;
  height: 50rem;
  position: relative;
  justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(4, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(4, 0, 0, 0.1);
}

.message-inner::before{
  content: '';
  -webkit-transform: skewX(-32deg);
  transform: skewX(-32deg);
  width: 110rem;
  height: 48rem;
  margin: 0 auto;
  position: absolute;
  background-color: #cf1111;
  display: block;
  z-index: -1;
  top: -8rem;
  right: -45rem;
}

.message.animation.anime-on .message-inner::before {
    width: 110rem;
}
.message.animation .message-inner::before {
    width: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.message-img{
  position: relative;
  bottom: 0;
  display: flex;
  align-items: end;
}

.message .message-text{
  width: 82rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.message .message-text h3{
  font-size: 2.6rem;
}

.message .message-text .color_red{
  color: #cf1111;
  margin-right: 3rem;
}

@media (min-width: 1118px) and (max-width: 1400px) {
  
  #vision .slogan {
    max-width: 1088px;
  }
  #vision .slogan-main {
    font-size: 8em;
  }
  #vision .slogan-main::after {
    width: 1068px;
  }
  #vision .slogan-sub {
    font-size: 2.17em;
  }

}


/*
business
*/
#business .content-pt01 .content-txt .content-title {
  margin-top: 3rem;
}

#business .content-pt01 .content-txt .content-title .en {
  margin-bottom: 5rem;
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  color: #cf1111;
  font-weight: normal;
  line-height: 1;
}

#business .content-pt01.img-left {
  padding-top: 6rem;
}

#business .content-pt01.img-left .content-img {
  margin-top: 10rem;
}

#business .content-pt01.img-left .content-img::before {
  top: -16rem;
}

#business .content-pt01.img-left .content-title {
  margin-top: 0;
}

#business .content-pt01 .pip-logo {
  width: 90%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#business .content-pt01 .btn-red02 {
  text-align: left;
}

#business .content-pt01 .btn-red02 a {
  width: 90%;
  font-size: 2rem;
  font-weight: normal;
}

#business .content-pt01 .btn-red02 a::after {
  width: 1em;
  height: 1em;
  border-width: .3rem;
  border-color: #f3f3f3;
}

@media screen and (orientation: landscape) {
  #top .mainv .mainv-txt {
    color: #fff;
    font-weight: bold;
    font-size: 5rem;
    line-height: 1.1;
    text-align: left;
    position: absolute;
    top: 3vw;
    left: 3vw;
    text-shadow: 1px 1px 2px #212121;
  }
}

@media (min-width: 768px) and (max-width: 1117px) {
  #top .mainv .movie-wrap video {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
}

@media (max-width: 1117px) {
  #top .inner {
    width: 100%;
  }
  #top .mainv {
    height: 56.2vw;
  }
  #top .mainv .mainv-txt {
    font-size: 8vw;
  }
  #top .news .inner {
    width: 96%;
    max-width: none;
  }
  #top .news .news-list {
    padding-left: 1.8rem;
    padding-right: 8rem;
    text-align: left;
    font-size: 4vw;
  }
  #top .news .news-list a {
    color: #fff;
  }
  #top .news .news-list .news-date {
    display: block;
    margin-right: 0;
  }
  #top .news .news-list .news-title {
    display: block;
    width: 16ch;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #top .news .news-list .slick-arrow {
    width: 1.8rem;
    height: 1.8rem;
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    right: .5rem;
  }
  #top .news .news-list .slick-prev {
    right: 4.5rem;
  }
  #top .section-title .bg-entxt {
    font-size: 20vw;
    left: 0;
  }
  #top .section-title h2 {
    padding-left: 1.5rem;
    font-size: 10vw;
  }
  #top .section-title h2 .num {
    font-size: 1.8rem;
  }
  #top .message {
    padding: 10vw 0 15vw;
  }
  #top .message .section-title {
    margin-top: 5rem;
    margin-bottom: 6rem;
  }
  #top .message .section-title .bg-entxt {
    font-size: 20vw;
  }
  #top .message .section-title h2 {
    font-size: 10vw;
  }
  #top .message p {
    font-size: 4.2vw;
  }
  #top .message p:last-child {
    margin-top: 2em;
  }
  #top .message .w-black {
    font-weight: bold;
    font-size: 5vw;
  }
  #top .pip-maker {
    padding: 15vw 0;
  }
  #top .pip-maker .bg {
    width: 90%;
    padding: 5vw;
  }
  #top .pip-maker h2 {
    font-size: 5vw;
  }
  #top .content-box {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
  #top .content-box .img-wrap {
    width: 100%;
    position: static;
    position: initial;
  }
  #top .content-box .txt-wrap {
    width: 90vw;
    min-height: auto;
    margin-top: -15vw;
    padding: 4vw;
    font-size: 4.5vw;
    position: relative;
    z-index: 5;
  }
  #top .content-box .section-title {
    margin-bottom: 5vw;
  }
  #top .content-box .section-title .bg-entxt {
    left: 0;
    opacity: .2;
  }
  #top .content-box .btn-white {
    margin-top: 8vw;
  }
  #top .content-box.img-left {
    margin-left: 0;
    margin-right: 0;
  }
  #top .content-box.img-left .txt-wrap {
    padding: 4vw;
  }
  #top .content-box.img-left .section-title .bg-entxt {
    right: 0;
  }
  #top .vision,
  #top .business {
    margin-top: 20vw;
  }
  #top .business {
    margin-bottom: 25vw;
  }
  #top .business .section-title .bg-entxt {
    font-size: 20vw;
    bottom: calc(100% - 4rem);
  }
  #top .recruit {
    margin-bottom: 25vw;
  }
  #top .recruit .section-title .bg-entxt {
    font-size: 20vw;
    bottom: 3rem;
  }
  #top .recruit .job-category {
    margin-bottom: 4.6rem;
    padding: 4.5rem 0 2.5rem;
  }
  #top .recruit .job-category .job-category-list {
    padding: 0 5rem;
  }
  #top .recruit .job-category .job-category-list .slide-inner {
    margin: 0 3%;
  }
  #top .recruit .job-category .job-category-list .slide-inner .txt-wrap {
    min-height: 4em;
    font-size: 4vw;
  }
  #top .recruit .job-category .job-category-list .slick-arrow {
    width: 3rem;
    height: 3rem;
  }
  #overview .overview {
    margin-bottom: 20vw;
  }
  #overview .overview table {
    font-size: 4vw;
  }
  #overview .overview table tr th, #overview .overview table tr td {
    display: block;
    padding: 1rem 0;
  }
  #overview .overview table tr th {
    width: 100%;
    padding-left: 1em;
  }
  #overview .overview table tr th::after {
    width: 3em;
    height: .1rem;
    top: 100%;
    right: auto;
    left: 1em;
  }
  #overview .overview table tr td {
    padding-left: 2em;
  }
  #overview .access {
    padding: 10vw 0 20vw;
    background: url(../img/overview/bg-access.jpg) no-repeat top center/auto 80vw;
  }
  #overview .access h2 {
    font-size: 6vw;
  }
  #overview .access .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #overview .access .map-wrap {
    width: 100%;
    margin-bottom: 10vw;
  }
  #overview .access .map-wrap iframe {
    height: 100vw;
  }
  #overview .access .img-wrap {
    width: 100%;
  }
  #vision .desc-vision {
    max-width: 85vw;
    font-size: unset;
  }
  #vision p {
    font-size: unset;
  }
  #vision .slogan {
    max-width: 96%;
    margin: 4em auto 4em auto;
  }
  #vision .slogan-main {
    font-size: 10.4vw;
  }
  #vision .slogan-main::after {
    width: auto;
    height: 1.5vw;
  }
  #vision .slogan-sub {
    font-size: unset;
  }
  #vision .profile {
    margin-top: 14vw;
    margin-bottom: 5vw;
  }
  #vision .profile .profile-box {
    padding: 5vw 0;
    padding-right: 0;
  }
  #vision .profile .profile-box h2 {
    font-size: 5.5vw;
  }
  #vision .profile .profile-box .img-wrap {
    width: 50%;
    margin: 5vw auto 0;
    position: static;
    position: initial;
  }
  #vision .movie {
    padding: 10vw 0 20vw;
    background: url(../img/vision/bg-movie.jpg) no-repeat top center/auto 80vw;
  }
  #vision .movie h2 {
    font-size: 6vw;
  }
  #vision .movie .movie-box h3 {
    font-size: 5vw;
  }
  .message-inner::before {
    padding: 0 2%;
    top: -4rem;
  }
  .message-inner::before {
    -webkit-transform: skewX(0);
    transform: skewX(0);
    height: 100%;
    right: -2rem;
  }
  .message.animation.anime-on .message-inner::before {
    width: 80vw;
  }
  .message-inner {
    display: block;
    height: auto;
  }
  .message-img {
    justify-content: center;
    padding-top: 4rem;
  }
  .message .message-text {
    width: 96%;
    margin: 0 auto;
    padding: 0 0 4rem 0;
  }
  .message .message-text h3 {
    font-size: 5vw;
}
  #business .content-pt01 .content-txt .content-title {
    margin-top: 5vw;
  }
  #business .content-pt01 .content-txt .content-title .en {
    margin-bottom: 5vw;
    font-size: 4.5vw;
  }
  #business .content-pt01.img-left {
    padding-top: 10vw;
  }
  #business .content-pt01.img-left .content-img {
    margin-top: 0;
  }
  #business .content-pt01.img-left .content-img::before {
    top: -10vw;
  }
  #business .content-pt01.img-left .content-title {
    margin-top: 5vw;
  }
  #business .content-pt01 .pip-logo {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
  #business .content-pt01 .btn-red02 a {
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 1117px) and (orientation: landscape) {
  #top .mainv .mainv-txt {
    font-size: 5vw;
  }
}


/*20221202年末年始エリア*/

.newyear{
width:850px; margin: 30px auto; text-align:center;
}

.newyear_title{
  padding: 0.5rem 0rem;
  margin-bottom: 0.2rem;
  border-bottom: 3px solid #cf1111;
  font-weight: bold;
  font-size: 26px;
  width: 40%;
  margin:0 auto 20px;
}

.newyear_detail{
  font-size:1.8rem;
}

@media (max-width: 1117px) {

  .newyear_title{
    padding: 0.5rem 0rem;
    margin-bottom: 0.2rem;
    border-bottom: 3px solid #cf1111;
    font-weight: bold;
    font-size: 26px;
    width: 95%;
    margin:0 auto 20px;
  }

  .newyear{
    width:90%; margin: 30px auto 0; text-align:center;
    }
    

}


/* お知らせエリア */

.info{
	width:500px;
	margin: 30px auto;
	text-align: center;
	float: none;
}

.info_date{
	float: left;
	margin-right: 10px;
}

.info_text{
	float: left;
}

.info_title{
	padding: 0.5rem 0rem;
	margin-bottom: 0.2rem;
	border-bottom: 3px solid #cf1111;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	margin:0 auto 20px;
	text-align: center;
}

.info_title:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image:url('../img/common/red-arrow.png');
	background-size: contain;
	vertical-align: text-top;
	margin-left: 10px;
}
.info_detail{
	font-size: 16px;
	padding: 0.5rem 0rem;
	text-align: left;
}

@media (max-width: 1117px) {

	.info_date{
		float: none;
	}
	.info_title{
		padding: 0.5rem 0rem;
		margin-bottom: 0.2rem;
		border-bottom: 3px solid #cf1111;
		font-weight: bold;
		font-size: 16px;
		margin:0 auto 16px;
	}

	.info_detail{
		margin-left:0;
	}

	.info{
		width:90%;
		margin: 30px auto 0;
		float: none;
	}

}

#overview .overview table tr span {
  font-weight: 500;
}

#overview .overview table tr p {
  font-size: 15px;
  padding-bottom: 10px;
}

@media (max-width: 1117px) {
  #overview .overview table tr p {
    font-size: 14px;
  } 
}

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