@charset "UTF-8";
/* ::::::::::  トップページ  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.wrapper {
  padding: 50px 0 50px;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding: 35px 0 35px;
  }
}

/* =========================================================
globalHeader
========================================================= */
body {
  padding-top: 0;
}

.globalHeader.topFixed {
  background: transparent;
}
.globalHeader.topFixed h1.siteLogo {
  opacity: 0;
}
.globalHeader.scroll h1.siteLogo {
  opacity: 1 !important;
}

.fixedBtn .snsList li.title {
  color: #fff;
}
.fixedBtn.scroll .snsList li.title {
  color: inherit;
}

/* =========================================================
kv
========================================================= */
.kv {
  position: relative;
  background: url("../img/top/kv.jpg") no-repeat center bottom/cover;
  height: calc(100svh - 180px);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .kv {
    background-image: url("../img/top/kv_sp.jpg");
    height: calc(100svh - 254px);
  }
}
@media screen and (max-width: 320px) {
  .kv {
    height: calc(100svh - 166px);
  }
}
.kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(101, 160, 201, 0), rgb(101, 160, 201));
}
.kv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -290px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 290px 50vw;
  border-color: transparent #fff transparent #c8102e;
}
@media screen and (max-width: 1024px) {
  .kv::after {
    bottom: -145px;
    border-width: 145px 50vw;
  }
}
.kv .wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 10%;
  padding-bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .kv .wrapper {
    padding-top: 24%;
  }
}
.kv .siteLogo {
  display: block;
  position: fixed;
  top: 11px;
  left: calc((100% - 1020px) / 2);
}
@media screen and (max-width: 1024px) {
  .kv .siteLogo {
    top: 5px;
    left: 6%;
  }
}
.kv .siteLogo img {
  margin: 5px 0;
}
@media screen and (max-width: 1024px) {
  .kv .siteLogo img {
    width: 96px;
    height: auto;
    margin: 4px 0;
  }
}
.kv .titleWrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .kv .titleWrap {
    position: static;
  }
}
.kv h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  width: 630px;
}
@media screen and (max-width: 1024px) {
  .kv h2 {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    font-size: 2.2rem;
    width: auto;
  }
}
.kv .kvBnr {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  transition-delay: 1s;
}
@media screen and (max-width: 1024px) {
  .kv .kvBnr {
    left: auto;
    right: 0;
    top: auto;
    width: 80px;
    bottom: 48px;
    padding-top: 0;
  }
}
.kv .scrollBtn {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 110px;
  text-align: center;
  transition: all 0.5s;
}
.kv .scrollBtn span {
  display: block;
  position: relative;
  background: transparent;
  width: 1px;
  height: 80px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 1024px) {
  .kv .scrollBtn span {
    height: 60px;
  }
}
.kv .scrollBtn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  width: 1px;
  height: 0;
  animation: borderAnim 2s cubic-bezier(0.25, 1, 0.28, 1) infinite;
}
@media screen and (max-width: 1024px) {
  .kv .scrollBtn span::after {
    animation: borderAnim_sp 2s cubic-bezier(0.25, 1, 0.28, 1) infinite;
  }
}
.kv .scrollBtn svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1024px) {
  .kv .scrollBtn svg {
    width: 18px;
    height: 18px;
  }
}
.kv .scrollBtn a {
  display: block;
  height: 100%;
  width: 100%;
}
.kv .scrollBtn a:hover svg {
  transform: translateY(5px);
}

@keyframes borderAnim {
  0% {
    height: 0;
  }
  100% {
    height: 80px;
  }
}
@keyframes borderAnim_sp {
  0% {
    height: 0;
  }
  100% {
    height: 60px;
  }
}
.animTxt {
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 320px) {
  .animTxt {
    margin-top: -5px;
  }
}
.animTxt span {
  display: block;
  transform: translate(0, 105%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animTxt span:nth-of-type(1) {
  transition-delay: 1.5s;
}
.animTxt span:nth-of-type(2) {
  transition-delay: 1.56s;
}
.animTxt span:nth-of-type(3) {
  transition-delay: 1.62s;
}
.animTxt span:nth-of-type(4) {
  transition-delay: 1.68s;
}
.animTxt span:nth-of-type(5) {
  transition-delay: 1.74s;
}
.animTxt span:nth-of-type(6) {
  transition-delay: 1.8s;
}
.animTxt span:nth-of-type(7) {
  transition-delay: 1.86s;
}
.animTxt span:nth-of-type(8) {
  transition-delay: 1.92s;
}
.animTxt span:nth-of-type(9) {
  transition-delay: 1.98s;
}
.animTxt span:nth-of-type(10) {
  transition-delay: 2.04s;
}
.animTxt span:nth-of-type(11) {
  transition-delay: 2.1s;
}
.animTxt span:nth-of-type(12) {
  transition-delay: 2.16s;
}
.animTxt.show span {
  transform: translate(0, 0);
}

/* =========================================================
businessTop
========================================================= */
.businessTop {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .businessTop::before {
    content: "";
    display: block;
    position: absolute;
    top: -1.5px;
    left: 0;
    width: 50vw;
    height: 3px;
    background: #c8102e;
  }
}
.businessTop .wrapper {
  position: relative;
  padding: 0px;
}
.businessTopList {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 15px 25px;
  box-shadow: -3.5px 3.5px 10px rgba(59, 64, 67, 0.15);
}
@media screen and (max-width: 1024px) {
  .businessTopList {
    padding: 10px 0;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 320px) {
  .businessTopList {
    margin: 0 -20px;
  }
}
.businessTopList li {
  width: calc((100% - 160px) / 3);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .businessTopList li {
    width: 33.3333333333%;
  }
}
.businessTopList li a {
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0 20px;
  border-left: 1px solid #d7d7d7;
}
@media screen and (max-width: 1024px) {
  .businessTopList li a {
    flex-direction: column;
    padding: 0 15px;
    border-left: none;
  }
}
@media screen and (max-width: 320px) {
  .businessTopList li a {
    padding: 0 10px;
  }
}
.businessTopList li.listTitle {
  width: 160px;
}
@media screen and (max-width: 1024px) {
  .businessTopList li.listTitle {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
  }
}
.businessTopList li.listTitle a {
  justify-content: center;
  border-left: none;
}
@media screen and (max-width: 1024px) {
  .businessTopList li.listTitle a {
    align-items: flex-start;
  }
}
.businessTopList li img {
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .businessTopList li img {
    margin-right: 0;
    height: 36px;
    width: auto;
  }
}
.businessTopList li .title {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .businessTopList li .title {
    font-size: 1.2rem;
    white-space: nowrap;
    text-align: center;
    margin: 5px 0 0;
  }
}
@media screen and (max-width: 320px) {
  .businessTopList li .title {
    font-size: 1.1rem;
  }
}
.businessTopList li .title .subTitle {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .businessTopList li .title .subTitle {
    font-size: 1rem;
    line-height: 1.5;
    white-space: normal;
  }
}
.businessTopList li .title .arrowMark {
  margin: 10px 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .businessTopList li .title .arrowMark {
    margin: 5px 0 0 5px;
  }
}
@media screen and (max-width: 320px) {
  .businessTopList li .title .arrowMark {
    margin: 2px 0 0 2px;
  }
}
@media screen and (max-width: 1024px) {
  .businessTopList li:last-child img {
    margin: 7.5px 0;
    height: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .businessTopList li:last-child .title .subTitle {
    letter-spacing: -0.5px;
  }
}

/* =========================================================
project
========================================================= */
.project {
  position: relative;
}
.project .wrapper {
  position: relative;
  z-index: 1;
}
.project .wrapper:nth-of-type(1) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 0;
}
@media screen and (max-width: 1024px) {
  .project .wrapper:nth-of-type(1) {
    display: block;
  }
}
.project .wrapper:nth-of-type(2) {
  max-width: none;
  margin-left: calc((100% - 1020px) / 2);
  padding: 30px 0 50px;
}
@media screen and (max-width: 1024px) {
  .project .wrapper:nth-of-type(2) {
    margin-left: 12%;
    padding: 30px 0 35px;
  }
}
.project .secTitle {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .project .secTitle {
    margin: 0 0 20px;
  }
}
.projectList {
  width: 90vw;
  margin-left: -8px;
}
@media screen and (max-width: 1024px) {
  .projectList {
    width: 100vw;
  }
}
.projectList .listItem {
  width: 321px;
  padding: 0 8px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .projectList .listItem {
    width: 251px;
  }
}
.projectList .listItem img {
  width: 100%;
  height: auto;
}
.projectList a {
  display: block;
  position: relative;
}
.projectList a::before, .projectList a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d7d7d7;
  transition: width 0.8s cubic-bezier(0.25, 1, 0.28, 1);
}
.projectList a::after {
  width: 0;
  background: #c8102e;
}
.projectList a:hover {
  opacity: 1;
}
.projectList a:hover::after {
  width: 100%;
}
.projectList a .title {
  position: relative;
  padding: 15px 0 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
.projectList a .title .subTitle {
  display: block;
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0 0 5px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .projectList a .title .subTitle {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .projectList a .title .subTitle {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .projectList a .title .subTitle {
    white-space: normal;
    height: 48px;
  }
}
.projectList a .title .arrowMark {
  position: absolute;
  bottom: 36px;
  right: 9px;
}
@media screen and (max-width: 1024px) {
  .projectList .slick-list {
    padding: 0 25% 0 0 !important;
  }
}
.projectList .slick-prev {
  left: 400px;
}
@media screen and (max-width: 1024px) {
  .projectList .slick-prev {
    left: calc(38% - 90px);
  }
}
.projectList .slick-next {
  right: auto;
  left: 580px;
}
@media screen and (max-width: 1024px) {
  .projectList .slick-next {
    left: calc(38% + 90px - 15px);
  }
}
.projectList .slick-dots {
  max-width: 1020px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .projectList .slick-dots {
    max-width: 76%;
    margin-top: 30px;
    padding-right: 20%;
  }
}

/* =========================================================
information
========================================================= */
.information .wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .information .secTitle {
    margin: 0 0 30px;
  }
}
.informationList {
  border-top: 1px solid #d7d7d7;
}
.informationList li a,
.informationList li .noLink {
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  .informationList li a,
  .informationList li .noLink {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}
.informationList li a::before, .informationList li a::after,
.informationList li .noLink::before,
.informationList li .noLink::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #d7d7d7;
  transition: width 0.8s cubic-bezier(0.25, 1, 0.28, 1);
}
.informationList li a::after,
.informationList li .noLink::after {
  width: 0;
  background: #c8102e;
}
.informationList li a:hover,
.informationList li .noLink:hover {
  opacity: 1;
}
.informationList li a:hover::after,
.informationList li .noLink:hover::after {
  width: 100%;
}
.informationList li a .date,
.informationList li .noLink .date {
  display: block;
  width: 75px;
  color: #a3a3a3;
  font-size: 1.2rem;
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .informationList li a .date,
  .informationList li .noLink .date {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.informationList li a .title,
.informationList li .noLink .title {
  position: relative;
  width: calc(100% - 75px - 20px);
}
@media screen and (max-width: 1024px) {
  .informationList li a .title,
  .informationList li .noLink .title {
    width: 100%;
  }
}
.informationList li a {
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .informationList li a {
    padding-right: 20px;
  }
}
.informationList li a.external .title::after {
  content: "";
  display: inline-block;
  margin: 2px auto -2px 10px;
  background: url("../img/common/icon_external.svg") no-repeat center bottom/13px auto;
  width: 15px;
  height: 15px;
}
.informationList li a.pdf .title::after {
  content: "";
  display: inline-block;
  margin: 5px 0 -5px 10px;
  background: url("../img/common/icon_pdf.svg") no-repeat center bottom/38px auto;
  width: 40px;
  height: 20px;
}
.informationList li a .arrowMark {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto 0;
}
.informationList li .noLink::after {
  content: none;
}
.information .btn {
  position: absolute;
  right: 0;
  top: 10px;
}
@media screen and (max-width: 1024px) {
  .information .btn {
    position: static;
  }
}

/* =========================================================
future
========================================================= */
.future {
  position: relative;
}
.future::before {
  content: "";
  display: block;
  position: absolute;
  top: -150px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 234px 50vw;
  border-color: #fff #fff #f9f9f9 #f9f9f9;
}
@media screen and (max-width: 1024px) {
  .future::before {
    top: -50px;
    border-width: 95px 50vw;
  }
}
.future .wrapper {
  position: relative;
  z-index: 1;
}
.future .textArea {
  width: 595px;
}
@media screen and (max-width: 1024px) {
  .future .textArea {
    width: 100%;
  }
}
.future .btnList {
  margin-bottom: 0;
}
.future .pic01 {
  position: absolute;
  top: -30px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .future .pic01 {
    width: 120px;
    height: auto;
    top: -65px;
  }
}
.future .pic02 {
  position: absolute;
  top: 130px;
  right: 22%;
}
@media screen and (max-width: 1024px) {
  .future .pic02 {
    width: 69px;
    height: auto;
    top: 10px;
    right: 10%;
  }
}
.future .pic03 {
  position: absolute;
  bottom: 25px;
  right: -18%;
}
@media screen and (max-width: 1024px) {
  .future .pic03 {
    position: static;
    width: 100%;
    height: auto;
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .project + .future {
    margin-top: 50px;
  }
}

/* =========================================================
business
========================================================= */
.redBg {
  position: relative;
}
.redBg::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 540px 32vw;
  border-color: transparent #c8102e #c8102e transparent;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .redBg::before {
    border-width: 540px 12vw;
  }
}
@media screen and (min-width: 1690px) {
  .redBg::before {
    border-width: 590px 32vw;
  }
}

.business .wrapper {
  position: relative;
  z-index: 2;
}
.business .wrapper > .btn {
  position: absolute;
  top: 65px;
  right: 0;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .business .wrapper > .btn {
    position: static;
    margin-top: 20px;
  }
}
.business .secTitle {
  margin: 0;
}
.business .pic01 {
  position: absolute;
  top: 40px;
  right: 32%;
}
@media screen and (max-width: 1024px) {
  .business .pic01 {
    width: 79px;
    height: auto;
    top: auto;
    bottom: 25px;
    right: 0;
  }
}
.businessList li {
  position: relative;
  overflow: hidden;
}
.businessList li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: all 0.5s ease-out;
}
.businessList li.picBg01::before {
  background: url("../img/top/pic_business01.jpg") no-repeat center/cover;
}
.businessList li.picBg02::before {
  background: url("../img/top/pic_business02.jpg") no-repeat center/cover;
}
.businessList li.picBg03::before {
  background: url("../img/top/pic_business03.jpg") no-repeat center/cover;
}
.businessList li:hover::before {
  transform: scale(1.1);
}
.businessList li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.businessList li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  padding: 50px 0 50px;
  color: #fff;
  font-weight: 600;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .businessList li a {
    max-width: 76%;
    padding: 35px 0 35px;
  }
}
.businessList li a .textArea {
  position: relative;
  width: 446px;
}
@media screen and (max-width: 1024px) {
  .businessList li a .textArea {
    width: 60%;
  }
}
.businessList li a .textArea .circle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .businessList li a .textArea .circle {
    right: -60px;
  }
}
.businessList li a .title {
  font-size: 2.4rem;
  margin: 0 0 10px;
}
@media screen and (max-width: 1024px) {
  .businessList li a .title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 320px) {
  .businessList li a .title {
    font-size: 2rem;
  }
}

/* =========================================================
suppliers
========================================================= */
@media screen and (max-width: 1024px) {
  .suppliers {
    position: relative;
    background: #c8102e;
  }
  .suppliers::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 58px 50vw;
    border-color: #c8102e #c8102e transparent transparent;
    z-index: 2;
  }
}
.suppliers .wrapper {
  position: relative;
  max-width: none;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .suppliers .wrapper {
    padding-top: 215px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .suppliers .wrapper {
    padding-top: 135px;
  }
}
.suppliers .secTitle {
  position: absolute;
  top: -30px;
  right: calc((100% - 1020px) / 2);
  padding-right: 130px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .suppliers .secTitle {
    position: static;
    padding-right: 0;
    margin: 30px auto;
    max-width: 76%;
  }
}
.suppliers .secTitle04 {
  position: absolute;
  top: -380px;
  right: calc((100% - 1020px) / 2);
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .suppliers .secTitle04 {
    top: 35px;
    right: 12%;
    font-size: 2.1rem;
  }
}
.suppliers .pic01 {
  position: absolute;
  top: -190px;
  right: calc((100% - 1020px) / 2 + 200px);
}
@media screen and (max-width: 1024px) {
  .suppliers .pic01 {
    width: 84px;
    height: auto;
    top: auto;
    right: auto;
    bottom: 106px;
    left: 8%;
  }
}
@media screen and (max-width: 1024px) {
  .suppliersList {
    margin-bottom: -140px;
  }
}
.suppliersList .listItem {
  width: 260px;
  padding: 10px 8px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .suppliersList .listItem {
    width: 80%;
  }
}
.suppliersList .listItem img {
  width: 100%;
  height: auto;
}
.suppliersList a {
  display: block;
  box-shadow: -3.5px 3.5px 10px rgba(59, 64, 67, 0.15);
}
@media screen and (max-width: 1024px) {
  .suppliersList .slick-list {
    padding: 0 48% 0 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .suppliersList .slick-list {
    padding: 0 !important;
  }
}

/* =========================================================
company
========================================================= */
.company {
  position: relative;
  background: url("../img/top/pic_company_bg.jpg") no-repeat center/cover;
  z-index: 1;
}
.company::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 128, 144, 0.7);
}
.company .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .company .wrapper {
    display: block;
    padding-top: 150px;
  }
}
.company .secTitle {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 720px - 40px);
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .company .secTitle {
    width: 100%;
    margin: 0 0 30px;
  }
}
.company .secTitle .text_en {
  margin: 0 0 10px;
}
.companyList {
  display: flex;
  justify-content: space-between;
  width: 720px;
}
@media screen and (max-width: 1024px) {
  .companyList {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .companyList {
    display: flex;
    justify-content: space-between;
  }
}
.companyList li {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 1024px) {
  .companyList li {
    width: 100%;
  }
  .companyList li + li {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .companyList li {
    width: calc(33.3333333333% - 16px);
  }
  .companyList li + li {
    margin: 0;
  }
}
.companyList a {
  display: block;
  position: relative;
}
.companyList a::before, .companyList a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transition: width 0.8s cubic-bezier(0.25, 1, 0.28, 1);
}
.companyList a::after {
  width: 0;
  background: #fff;
}
.companyList a .photo {
  overflow: hidden;
}
.companyList a .photo img {
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1024px) {
  .companyList a .photo img {
    width: 100%;
    height: auto;
  }
}
.companyList a:hover {
  opacity: 1;
}
.companyList a:hover::after {
  width: 100%;
}
.companyList a:hover .photo img {
  transform: scale(1.1);
}
.companyList a .title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  padding: 15px 0 20px;
}
@media screen and (max-width: 1024px) {
  .companyList a .title {
    font-size: 1.4rem;
    padding: 20px 0 20px;
  }
}
.companyList a .title .subTitle {
  display: block;
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0 0 5px;
}
.companyList a .title .arrowMark {
  position: absolute;
  bottom: 36px;
  right: 9px;
}

/* =========================================================
workplace
========================================================= */
.workplace .sec_title03 {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

.workplace .bnrList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin: 10px auto 60px;
}

@media screen and (max-width: 767px) {
  .workplace .bnrList {
    width: 100%;
    justify-content: center;
    margin: 20px auto 40px;
  }
}

.workplace .bnrList li {
  width: 23%;
  position: relative;
  margin-right: 20px;
  margin-top: 20px;
}

.workplace .bnrList li::after {
  content: " ";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background-color: #c8102e;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .workplace .bnrList li {
    width: 50%;
    max-width: 277px;
    margin: 10px;
  }
}

@media screen and (max-width: 767px) {
  .workplace .bnrList li {
    width: 100%;
    max-width: 277px;
    margin: 10px;
  }
}

.workplace .bnrList li img {
  object-fit: cover;
}

.workplace p.img {
  text-align: center;
}

/* =========================================================
recruit
========================================================= */
.recruitList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .recruitList {
    display: block;
    margin: 30px 0 0;
  }
}
.recruitList li {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 1024px) {
  .recruitList li {
    width: 100%;
  }
}
.recruitList li:nth-child(2) {
  margin-top: -70px;
}
@media screen and (max-width: 1024px) {
  .recruitList li:nth-child(2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruitList li:nth-child(2) {
    margin-top: 70px;
  }
}
.recruitList li:nth-child(3) {
  margin-top: -140px;
}
@media screen and (max-width: 1024px) {
  .recruitList li:nth-child(3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruitList li:nth-child(3) {
    margin-top: 70px;
  }
}
.recruitList a {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruitList a {
    display: flex;
    justify-content: space-between;
  }
}
.recruitList a .photoBg {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 324px;
  height: 220px;
  background: #c8102e;
  transform: skewY(-11deg);
}
@media screen and (max-width: 1024px) {
  .recruitList a .photoBg {
    top: 30px;
    width: 100%;
    height: 190px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruitList a .photoBg {
    width: calc(50% - 40px);
    height: 220px;
  }
}
.recruitList a .photo {
  transform: skewY(-11deg);
  overflow: hidden;
  width: calc(100% - 20px);
  height: 210px;
}
@media screen and (max-width: 1024px) {
  .recruitList a .photo {
    height: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruitList a .photo {
    width: calc(50% - 60px);
    height: 210px;
  }
}
.recruitList a .photo img {
  transform: skewY(11deg) scale(1.22);
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.recruitList a .text {
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .recruitList a .text {
    position: relative;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruitList a .text {
    width: 50%;
  }
}
.recruitList a .text .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 45px 0 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .recruitList a .text .title {
    position: static;
    font-size: 2.3rem;
    padding: 20px 0 10px;
    width: calc(100% - 65px);
  }
}
@media screen and (max-width: 320px) {
  .recruitList a .text .title {
    font-size: 2rem;
  }
}
.recruitList a .text .title .newgraduates {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  background: #272727;
  padding: 2px 5px;
  margin: 0 0 5px;
}
@media screen and (max-width: 1024px) {
  .recruitList a .text .title .newgraduates {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .recruitList a .text .title + p {
    width: calc(100% - 65px);
  }
}
.recruitList a .circle {
  position: absolute;
  top: 55px;
  right: 5px;
}
@media screen and (max-width: 1024px) {
  .recruitList a .circle {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
.recruitList a:hover .photo img {
  transform: skewY(11deg) scale(1.342);
}
.recruitList a:hover .circle {
  border-color: #272727;
}
.recruit .message {
  margin: 50px 0 0;
}
@media screen and (max-width: 1024px) {
  .recruit .message {
    margin: 35px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit .message {
    margin: 70px 0 0;
  }
}
.recruit .message h4 {
  color: #a3a3a3;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recruit .message h4 {
    font-size: 1.7rem;
  }
}
.recruit .message h4 span {
  display: block;
  font-size: 9rem;
  line-height: 1.4;
  letter-spacing: 1px;
  white-space: nowrap;
  background-image: url("../img/top/pic_recruit_bg.jpg");
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1024px) {
  .recruit .message h4 span {
    font-size: 4.6rem;
    line-height: 1.2;
    background-image: url("../img/top/pic_recruit_bg_sp.jpg");
  }
}
@media screen and (max-width: 320px) {
  .recruit .message h4 span {
    font-size: 4rem;
  }
}