@charset "UTF-8";
.u-colorF {
  color: #DF1514;
}

.marker-line {
  padding: 0 0px 10px 0;
}

.marker-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  /* 下線の太さ */
  z-index: -1;
  /* テキストの背面に配置 */
  /* 縞々ライン（両端斜め無し） */
  background: repeating-linear-gradient(90deg, #DF1514, #DF1514 6px, rgba(240, 74, 70, 0.9) 6px, rgba(240, 74, 70, 0.9) 12px);
}

.p-top__hero {
  background: #F1F3FA no-repeat center /cover;
  position: relative;
  line-height: 1.5;
  padding: 100px 0 20px;
}
.p-top__hero-inner {
  align-items: center;
  position: relative;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .p-top__hero .img {
    width: calc(100% + 60px);
    position: absolute;
    top: 4em;
    left: 0;
  }
}
@media screen and (min-width: 670px) and (max-width: 1025px) {
  .p-top__hero .img {
    top: 8em;
  }
}
@media screen and (max-width: 1025px) {
  .p-top__hero-txt {
    padding-top: 80vw;
  }
}
.p-top__hero .tit {
  font-size: min(6.4vw, 28.8px);
  margin-bottom: min(30px, 5vw);
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  .p-top__hero .tit {
    position: absolute;
    top: -10px;
    left: 0;
  }
}
@media screen and (min-width: 670px) and (max-width: 1025px) {
  .p-top__hero .tit {
    top: 20px;
  }
}
.p-top__hero .subTit {
  font-size: clamp(1.6rem, 5vw, 28px);
  margin-bottom: min(20px, 4vw);
  font-weight: bold;
}
@media screen and (min-width: 670px) and (max-width: 1025px) {
  .p-top__hero .box_wrap {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-top__hero .box_wrap .box {
    width: calc(50% - 10px);
  }
}
.p-top__hero .box {
  background: #fff;
  padding: min(20px, 3vw) min(20px, 3vw);
  margin-bottom: min(20px, 4vw);
  border-radius: 10px;
}
.p-top__hero .box .dt {
  font-size: min(5vw, 20px);
  margin-bottom: min(10px, 2vw);
  font-weight: bold;
}
.p-top__hero .box ul {
  margin-bottom: min(20px, 4vw);
  padding-left: 1.3em;
}
.p-top__hero .box li {
  font-size: min(4vw, 16px);
  margin-bottom: 5px;
  list-style: disc;
}
.p-top__hero .box .btn_area {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-top__hero {
    padding: 120px 0 20px;
  }
  .p-top__hero-inner {
    height: calc(100vh - 114px);
    max-height: 600px;
    min-height: 600px;
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .p-top__hero .img {
    width: 64%;
    max-width: 980px;
    position: relative;
    height: 100%;
  }
  .p-top__hero .img img {
    position: absolute;
    top: 0;
    left: -60px;
    right: -70px;
    max-width: none;
    width: calc(100% + 130px);
  }
  .p-top__hero .box {
    max-width: 32em;
  }
  .p-top__hero .box .c-btn {
    min-width: 340px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1420px) {
  .p-top__hero {
    padding: 150px 0 60px;
  }
  .p-top__hero-inner {
    padding: 0;
  }
  .p-top__hero .tit {
    font-size: 2.85rem;
  }
}

.p-top__serviceWrap {
  position: relative;
  padding: min(100px, 9vw) 0;
}
.p-top__serviceWrap::before {
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 100%;
  background: #F1F3FA;
  border-radius: min(20vw, 200px) 0 0 0;
  top: 200px;
  left: 0;
  content: '';
}
.p-top__serviceWrap .inner {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.p-top__serviceWrap.style2 {
  background: #F1F3FA;
}
.p-top__serviceWrap.style2::before {
  background: #FFF;
  border-radius: 0 min(20vw, 200px) 0 0;
}
.p-top__serviceWrap .one-btn {
  padding-top: min(60px, 9vw);
}
.p-top__serviceWrap .c-tit02 {
  font-size: clamp(2rem, 5vw, 28px);
}
@media print, screen and (min-width: 768px) {
  .p-top__serviceWrap::before {
    top: 300px;
  }
  .p-top__serviceWrap .p-top__news {
    display: -webkit-box;
    display: flex;
  }
  .p-top__serviceWrap .p-top__news h3 {
    width: 200px;
  }
  .p-top__serviceWrap .p-top__news ul {
    width: calc(100% - 200px);
  }
  .p-top__serviceWrap .p-top__news ul li span.date {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 60px;
  }
}
@media screen and (min-width: 1220px) {
  .p-top__serviceWrap .c-tit02 {
    margin-left: max(-4.4vw, -100px);
  }
}
.p-top__service {
  margin-bottom: min(60px, 9vw);
}
.p-top__service ul li {
  margin-bottom: min(20px, 4vw);
}
.p-top__service ul li img {
  border-radius: 10px;
  box-shadow: -8px -8px 16px 0 rgba(255, 255, 255, 0.7), 8px 8px 16px 0 rgba(166, 171, 189, 0.4);
}
.p-top__interview {
  margin-bottom: min(60px, 9vw);
}
.p-top__interview ul li {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: min(20px, 4vw);
}
.p-top__interview ul li .img {
  width: calc(50% - 15px);
}
.p-top__interview ul li .img img {
  border-radius: 10px;
}
.p-top__interview ul li .txt {
  width: calc(50% - 15px);
}
.p-top__interview ul li .txt h4 {
  font-size: clamp(1.3rem, 2.4vw, 15px);
  margin-bottom: min(10px, 2vw);
}
.p-top__logos ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.p-top__logos ul li {
  width: calc(50% - 8px);
}
.p-top__logos ul li p {
  margin-top: 5px;
  text-align: center;
}
.p-top__logos ul li p span {
  display: inline-block;
  text-align: left;
  font-size: .9rem;
}
.p-top__logos ul li img {
  border-radius: 10px;
}
.p-top__news ul li {
  border-bottom: 1px dotted #aaa;
  padding: min(15px, 3vw) 25px min(15px, 3vw) min(15px, 3vw);
  position: relative;
}
.p-top__news ul li span.date {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9rem;
}
.p-top__news ul li a {
  color: #333;
}
.p-top__news ul li::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #DF1514;
  border-right: 1px solid #DF1514;
  -webkit-transform: rotate(45deg) translateY(-50%) translateX(0);
  transform: rotate(45deg) translateY(-50%) translateX(0);
}
.p-top__recomend {
  background: #3E424C;
  padding: min(100px, 9vw) 0;
}
.p-top__recomend .c-tit02 {
  color: #fff;
}
.p-top__recomend ul li {
  margin-bottom: min(20px, 4vw);
  background: #fff;
  border-radius: 10px;
  padding: min(15px, 2vw);
}
.p-top__recomend ul li img {
  display: block;
  margin-bottom: 15px;
}
.p-top__recomend .cate li {
  display: inline-block;
  color: #fff;
  background: #3E424C;
  padding: 2px 5px;
  border-radius: 50px;
  margin: 0 10px 10px 0;
  font-size: .9rem;
}
.p-top__company {
  background: #F1F3FA;
  padding: min(100px, 9vw) 0;
}
.p-top__company .box {
  background: #fff;
  border-radius: 10px;
  padding: min(30px, 2vw);
  margin-bottom: min(50px, 7vw);
}
.p-top__company .about .box {
  border: 1px #C1C1C1 solid;
}
.p-top__company .about .box.last {
  margin-bottom: 0;
}
.p-top__company .about .copy {
  font-size: clamp(1.3rem, 2.2vw, 14px);
  margin-bottom: min(40px, 7vw);
}
.p-top__company .about .subcopy {
  margin-bottom: min(20px, 4vw);
}
.p-top__company .about dl {
  background: #F1F3FA;
  border-radius: 10px;
  padding: min(20px, 2vw);
}
.p-top__company .about dl dt {
  margin-bottom: min(10px, 2vw);
}
.p-top__recuruit {
  background: #3E424C url("../img/bg_foot.png") no-repeat center/cover;
  padding: min(100px, 9vw) 0;
}
.p-top__recuruit .right {
  color: #fff;
}
.p-top__recuruit .right .copy {
  font-size: clamp(1.3rem, 2.2vw, 14px);
  margin-bottom: min(20px, 4vw);
}
.p-top__recuruit .link {
  font-size: clamp(1.5rem, 2.4vw, 15px);
}
.p-top__recuruit .link a {
  color: #fff;
  text-decoration: none;
}
.p-top__recuruit .link a i {
  font-size: 1.8rem;
}
.p-top__recuruit .left {
  background: #fff;
  padding: min(30px, 2vw);
}
.p-top__recuruit .left dt {
  font-size: clamp(1.3rem, 2.2vw, 14px);
}
@media print, screen and (min-width: 768px) {
  .p-top__service ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
  .p-top__service ul li {
    margin-bottom: 0;
    width: calc(100% / 3 - 40px);
  }
  .p-top__interview ul {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px;
  }
  .p-top__interview ul li {
    width: calc(50% - 40px);
  }
  .p-top__logos ul {
    gap: 15px;
  }
  .p-top__logos ul li {
    width: calc(100% / 3 - 20px);
  }
  .p-top__recomend ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
  .p-top__recomend ul li {
    margin-bottom: 0;
    width: calc(100% / 3 - 40px);
  }
  .p-top__company-flex {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
  }
  .p-top__company-flex .box {
    width: calc(50% - 30px);
  }
  .p-top__recuruit .inner {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
  }
  .p-top__recuruit .right {
    width: calc(100% - 368px);
    max-width: 600px;
  }
  .p-top__recuruit .left {
    width: 368px;
  }
}
@media print, screen and (min-width: 1000px) {
  .p-top__logos ul {
    gap: 20px;
  }
  .p-top__logos ul li {
    width: calc(100% / 4 - 20px);
  }
}
@media screen and (min-width: 1220px) {
  .p-top__logos ul {
    gap: 30px;
  }
  .p-top__logos ul li {
    width: calc(100% / 5 - 24px);
  }
}

.p-top__hero-scroll {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: 20px;
  bottom: 0;
  display: block;
  text-align: center;
  padding: 20px 0 20px 15px;
  padding-left: 15px;
  border-left: 1px solid #454241;
  font-size: 75%;
}

.p-top__hero-scroll::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #454241;
  position: absolute;
  top: 0;
  left: -5px;
  animation: scroll 1.5s infinite;
}

.p-news__list {
  border-top: 1px solid #BBB;
}

.p-news__list li {
  border-bottom: 1px solid #BBB;
  padding: 20px 15px;
}

.p-news__txt {
  color: #666;
  font-size: 1.4rem;
}

.p-news__link {
  color: #111;
  font-size: 1.0rem;
  text-decoration: none;
}
.p-news__link:hover {
  text-decoration: underline;
}

.p-news__category {
  display: inline-block;
}

@media print, screen and (min-width: 737px) {
  .p-top__hero-scroll {
    right: 0;
    height: 150px;
    padding: 0 0 0 23px;
    font-size: 100%;
  }

  .p-news__list li {
    padding: 30px 25px;
    display: flex;
    align-items: baseline;
    position: relative;
  }
  .p-news__list li::before {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .p-news__date {
    flex-basis: 6.5em;
    max-width: 6.5em;
    color: #999;
  }

  .p-news__category {
    flex-basis: 18em;
    max-width: 18em;
    line-height: 1.4;
    margin-right: 2rem;
    text-align: left;
    min-width: 160px;
  }

  .p-news__txt {
    flex-basis: calc(100% - 1.4 * 7.5rem - 1.2 * 10rem - 2rem);
    max-width: calc(100% - 1.4 * 7.5rem - 1.2 * 10rem - 2rem);
  }
}
@keyframes scroll {
  0% {
    top: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    margin-top: -10px;
    opacity: 0;
  }
}
.p-top__about {
  position: relative;
  margin: 80px 0 60px;
}
.p-top__about .inner {
  display: -webkit-flex;
  display: flex;
}
.p-top__about .about-l, .p-top__about .about-r {
  width: 50%;
}
.p-top__about .about-l .txt p, .p-top__about .about-r .txt p {
  margin-bottom: 30px;
}
.p-top__about .about-r {
  position: absolute;
  right: 0;
  top: 0;
}
.p-top__about .about-r .imgs {
  display: -webkit-flex;
  display: flex;
  float: right;
}
.p-top__about .about-r .imgs .img1 {
  margin-top: 40px;
  margin-right: -12px;
  position: relative;
  z-index: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.p-top__about .about-r .imgs .img2 {
  margin-top: -40px;
  position: relative;
  z-index: 0;
}

.p-top__grant {
  background: #F4D600;
  padding: 80px 0 60px;
}
.p-top__grant .c-tit__grant {
  text-align: center;
}
.p-top__grant .c-tit__grant .c-tit__sec-en {
  font-size: 1.5rem;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.p-top__grant .c-tit__grant .c-tit__sec-en::before, .p-top__grant .c-tit__grant .c-tit__sec-en::after {
  content: '';
  width: 2px;
  height: 1em;
  background-color: #fff;
}
.p-top__grant .c-tit__grant .c-tit__sec-en::before {
  margin-right: 15px;
  transform: rotate(-35deg);
}
.p-top__grant .c-tit__grant .c-tit__sec-en::after {
  margin-left: 15px;
  transform: rotate(35deg);
}
.p-top__grant .c-tit__grant .c-tit__sec-jp {
  font-size: 2.4rem;
  color: #222;
}
.p-top__grant ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 50px -10px 20px;
}
.p-top__grant ul li {
  background: #fff;
}
.p-top__grant ul > li {
  width: calc(100% / 4 - 20px);
  margin: 0 10px 30px;
  box-sizing: border-box;
}
.p-top__grant ul > li .txt {
  padding: 15px;
}
.p-top__grant ul > li .txt h5 {
  margin-bottom: 5px;
}
.p-top__grant ul > li .txt h5 a {
  font-size: 1rem;
  font-weight: bold;
  color: #222;
  text-decoration: none;
}
.p-top__grant ul > li .txt h5 a:hover {
  text-decoration: underline;
}
.p-top__grant .btns {
  text-align: center;
}
.p-top__grant .btns .c-btn {
  margin: 0 10px 20px;
}

.p-top__info, .p-top__pick, .p-top__recruit {
  padding: 80px 0;
}
.p-top__info .c-tit__sec, .p-top__pick .c-tit__sec, .p-top__recruit .c-tit__sec {
  text-align: center;
}

.p-top__recruit {
  padding-top: 0px;
}

.p-top__pick {
  background: #F3F3F3;
}
.p-top__pick .swiper {
  text-align: center;
  margin: 30px auto !important;
  overflow: visible !important;
  max-width: 740px;
}
.p-top__pick .swiper .swiper-button-next, .p-top__pick .swiper .swiper-button-prev {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  top: 42%;
}
.p-top__pick .swiper .swiper-button-next::after, .p-top__pick .swiper .swiper-button-prev::after {
  font-size: 22px;
  font-weight: bold;
  color: #222;
}
.p-top__pick .swiper .swiper-button-prev, .p-top__pick .swiper .swiper-rtl .swiper-button-next {
  left: -50px;
}
.p-top__pick .swiper .swiper-button-next, .p-top__pick .swiper .swiper-rtl .swiper-button-prev {
  right: -50px;
}
.p-top__pick .swiper-slide dl {
  text-align: left;
  padding: 15px 25px 0;
}
.p-top__pick .swiper-slide dt {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.p-top__bnr {
  padding: 60px 0 40px;
}
.p-top__bnr .bnrs {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-top__bnr .bnrs > li {
  text-align: center;
  width: calc(100% / 3);
  padding: 0 15px 30px;
  box-sizing: border-box;
  text-align: center;
  max-width: 360px;
}
.p-top__bnr .bnrs > li .txt {
  text-align: center;
  margin-bottom: 5px;
}
.p-top__bnr .bnrs > li .txt h5 {
  display: inline-block;
  text-align: left;
}
.p-top__bnr .bnrs > li .img {
  border: 1px #ccc solid;
  display: block;
}

@media screen and (max-width: 670px) {
  /*.btn-area{
  	margin-top: 20px;
  	.btn{
  		padding: 10px 10px;
  	}
  }
  .c-btn {
  	padding: 20px;
  }*/
  .p-top__about {
    margin: 40px 0 30px;
  }
  .p-top__about .inner {
    display: block;
  }
  .p-top__about .about-l, .p-top__about .about-r {
    width: 100%;
  }
  .p-top__about .about-r {
    display: none;
  }

  .p-top__grant {
    padding: 40px 0;
  }
  .p-top__grant .c-tit__grant .c-tit__sec-jp {
    font-size: 1.8rem;
  }
  .p-top__grant ul {
    margin-top: 25px;
  }
  .p-top__grant ul > li {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px;
  }
  .p-top__grant .btns .c-btn {
    padding: 20px 5px;
    margin-bottom: 15px;
    display: block;
  }

  .p-top__info, .p-top__pick, .p-top__recruit {
    padding: 30px 0 20px;
  }

  .p-top__recruit {
    padding-top: 0px;
  }

  .p-top__pick {
    padding-bottom: 10px;
  }
  .p-top__pick .swiper .swiper-button-next, .p-top__pick .swiper .swiper-button-prev {
    background: none;
    box-shadow: none;
    top: auto;
    bottom: 42px;
  }
  .p-top__pick .swiper .swiper-button-next::after, .p-top__pick .swiper .swiper-button-prev::after {
    font-size: 16px;
  }
  .p-top__pick .swiper .swiper-button-prev, .p-top__pick .swiper .swiper-rtl .swiper-button-next {
    left: -15px;
  }
  .p-top__pick .swiper .swiper-button-next, .p-top__pick .swiper .swiper-rtl .swiper-button-prev {
    right: -15px;
  }

  .p-top__bnr {
    padding: 30px 0 20px;
  }
  .p-top__bnr .bnrs {
    justify-content: flex-start;
  }
  .p-top__bnr .bnrs > li {
    width: calc(100% / 2);
    padding: 0 5px 10px;
  }
}
.list-recruit ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.list-recruit ul li {
  width: calc(100% / 4);
  padding: 0 10px 20px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  margin: 0;
}
.list-recruit ul li .li-in {
  background: #f2f2f2;
  padding: 10px;
  width: 100%;
}
.list-recruit ul li .txt .name {
  font-size: 16px;
  font-weight: bold;
}
.list-recruit ul li .txt .name a {
  font-weight: bold;
}
.list-recruit ul li .txt .web {
  margin-bottom: 5px;
}
.list-recruit ul li .txt .web a {
  color: #333 !important;
}
.list-recruit ul li .txt dl {
  border-bottom: 1px #ccc dotted;
  overflow: hidden;
}
.list-recruit ul li .txt dl dt, .list-recruit ul li .txt dl dd {
  float: left;
  box-sizing: border-box;
  padding: 10px 3px 0;
  margin-bottom: 5px;
  border-top: 1px #999 dotted;
  line-height: 1.4;
}
.list-recruit ul li .txt dl dt:nth-of-type(1), .list-recruit ul li .txt dl dd:nth-of-type(1) {
  border-top: none;
}
.list-recruit ul li .txt dl dt {
  width: 5em;
  clear: both;
}
.list-recruit ul li .txt dl dd {
  width: calc(100% - 6em);
}

.eyec {
  padding: 10px 30px;
  box-sizing: border-box;
  margin-bottom: 20px !important;
  background: #fff;
}
.eyec .logo {
  width: 100%;
  height: 130px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 340px;
  margin: 0 auto;
}

@media screen and (max-width: 870px) {
  .list-recruit ul li {
    width: calc(100% / 2);
    padding: 0 5px 20px;
  }
}
@media screen and (max-width: 440px) {
  .list-recruit ul {
    display: block;
  }
  .list-recruit ul li {
    width: 100%;
    padding: 0 0px 20px;
    max-width: 350px;
    margin: 0 auto;
  }
  .list-recruit ul li .li-in {
    margin: 0 auto;
    width: 100%;
  }
}
