@charset "UTF-8";
/*────────────────────────────────
TITLE
Comcept
会社を知る
仕事を知る
人を知る
環境と制度
採用情報
────────────────────────────────*/
body {
  background-size: min(738px, 88%);
}

#hero {
  width: 86.09375%;
  height: 100vh;
  margin-right: 0;
  margin-left: auto;
}

.bg-slider {
  width: 100%;
  height: 97%;
  background-position: top center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-slider .catch {
  width: 40%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: -10%;
}

/*TITLE────────────────*/
[class^="ttl__"] {
  padding-left: max(93px, 14%);
  font-size: clamp(2rem, 2.6vw, 3.6rem);
  font-weight: 700;
  color: #003E61;
  position: relative;
}
[class^="ttl__"]::before {
  content: "";
  display: inline-block;
  width: max(81px, 13%);
  aspect-ratio: 183/150;
  position: absolute;
  top: -.7em;
  left: 0;
}
[class^="ttl__"] span {
  display: block;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 500;
  margin-bottom: 10px;
}
[class^="ttl__"] span::after {
  content: "";
  width: 1em;
  height: 1px;
  display: block;
  background-color: #003E61;
  margin-top: -.7em;
}

/*Comcept────────────────*/
#comcept-area {
  background: url("../images/back_comcept.png") no-repeat;
  background-size: 100%;
  background-position: bottom center;
  position: relative;
}

.comcept-txt {
  width: 34.63%;
  margin-left: 18.75%;
}

.comcept-ttl {
  font-size: clamp(2rem, 2.4vw, 3.2rem);
  font-weight: 700;
  color: #003E61;
  position: relative;
  margin-bottom: min(124px, 25%);
}
.comcept-ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 101px;
  height: 2px;
  background-color: #2AA4D8;
  bottom: -55%;
}

.comcept-img {
  width: 40.26%;
}

@media (max-width: 1391px) {
  .comcept-txt {
    width: 100%;
    margin-right: 20px;
    padding-bottom: max(40px, 6%);
    z-index: 2;
  }

  .comcept-img {
    width: 54%;
    margin-right: 0;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    opacity: .5;
    right: 0;
    border: 0;
    z-index: 1;
  }
}
@media (max-width: 1391px) {
  #hero .catch {
    width: min(533px, 90%);
  }

  .comcept-img {
    width: 41%;
  }
}
@media (max-width: 1024px) {
  #hero {
    height: 80vh;
  }
  #hero .catch {
    width: min(533px, 90%);
  }
}
@media (max-width: 600px) {
  #hero .catch {
    top: 58%;
    transform: translateY(-50%);
  }

  .comcept-txt {
    margin-left: 20px;
  }

  .comcept-img {
    width: 71%;
  }
}
/*会社を知る────────────────*/
.ttl__company::before {
  background: url("../images/top-know01.png") no-repeat;
  background-size: contain;
}
.ttl__company span::after {
  margin-left: 5.3em;
}

.company-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-items li {
  width: 49%;
}
.company-items li:nth-of-type(3), .company-items li:nth-of-type(4) {
  margin-top: 30px;
}

.company-items01 {
  text-align: center;
  position: relative;
}
.company-items01 .item01 {
  margin-bottom: -30px;
}
.company-items01 .item02 {
  position: absolute;
  top: -50px;
  left: -20px;
  width: max(80px, 24.8287%);
}

[class^="company-items__"] {
  background-color: #f3f9fc;
  display: flex;
  flex-flow: column;
  position: relative;
}
[class^="company-items__"] .ttl-items {
  color: #003E61;
  font-size: clamp(2.1rem, 2.8vw, 2.8rem);
  font-weight: 700;
  line-height: 1.4;
  padding: 7%;
}
[class^="company-items__"] .absolute {
  position: absolute;
  right: 7%;
  bottom: 7%;
  z-index: 2;
}
[class^="company-items__"] .company-more {
  background-color: #D3EFFB;
  padding: 3% 7%;
  margin-bottom: 0;
  margin-top: auto;
}
[class^="company-items__"] .company-more a {
  display: block;
  width: 100%;
  height: 100%;
  color: #003E61;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 700;
}
[class^="company-items__"] .company-more a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/arrow.png") no-repeat;
  background-size: contain;
  margin-left: 7px;
  vertical-align: -4px;
  transition: .5s all;
}
[class^="company-items__"] .company-more a:hover::after {
  transform: translateX(10px);
}

.company-items__02 .absolute {
  width: 40%;
  height: auto;
}

.company-items__03 .absolute {
  width: 26%;
  height: auto;
}

.company-items__04 .absolute {
  width: 26%;
  height: auto;
}

@media (max-width: 540px) {
  .company-items {
    display: block;
  }
  .company-items li {
    width: 100%;
  }
  .company-items li:nth-of-type(3), .company-items li:nth-of-type(4) {
    margin-top: 30px;
  }
  .company-items li.company-items01 .item01 {
    width: 70%;
  }
}
/*仕事を知る────────────────*/
.work-con {
  background: url("../images/top-interview-back.png") no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  padding-top: max(40px, 6%);
  padding-bottom: max(40px, 6%);
}

.ttl__work::before {
  background: url("../images/top-know02.png") no-repeat;
  background-size: contain;
}
.ttl__work span::after {
  margin-left: 5.3em;
}

.work-lists {
  width: min(508px, 26.45%);
  /* margin-right: calc((320px / 1920px) * 100%);*/
  order: 2;
}
.work-lists li {
  padding: 4.7% 10px;
  border-bottom: dotted 1px #003E61;
}
.work-lists li a {
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 700;
  color: #003E61;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.work-lists li a::after {
  content: "";
  width: 32px;
  aspect-ratio: 1;
  background: url("../images/arrow.png") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
}
.work-lists .btn {
  margin-top: max(40px, 6%);
}
.work-lists .btn a {
  margin-left: 0;
}
.work-img {
  order: 1;
  width: 48%;
  margin-right: 4%;
margin-top: -8%;
}

@media (max-width: 600px) {
  .work-lists {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
  }

  .work-img {
    width: 60%;
    margin-top: -15%;
  }
}
/*人を知る────────────────*/
#interview-area {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #F3F9FC 50%, #F3F9FC 100%);
  padding-bottom: max(60px, 8%);
}

.ttl__interview::before {
  background: url("../images/top-know03.png") no-repeat;
  background-size: contain;
}
.ttl__interview span::after {
  margin-left: 4.3em;
}

.interview-img {
  text-align: center;
}

.interview-lists {
  width: min(1048px, 100%);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.interview-lists li {
  width: 50%;
}
.interview-lists li a {
  display: block;
  width: 100%;
  padding: 5% 30px;
  background-color: #fff;
  border: solid 1px #f3f9fc;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 700;
  color: #003E61;
  position: relative;
}
.interview-lists li a::after {
  content: "";
  width: 32px;
  aspect-ratio: 1;
  background: url("../images/arrow.png") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 30px;
}
.interview-lists li.btn {
  padding-top: 2%;
  background-color: transparent;
}
.interview-lists li.btn a {
  width: 288px;
  display: block;
  padding: 15px;
  background-color: #003E61;
  color: #fff;
  border: none;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  border-radius: 15px;
  font-weight: 500;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 4px 3px 15px -9px #000000;
  position: relative;
}
.interview-lists li.btn a::after {
  content: "";
  width: 30px;
  height: 7px;
  display: inline-block;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: skewX(45deg);
  transition: .5s all;
  top: 48%;
  /*margin-bottom: 0;
  margin-top: auto;*/
}
.interview-lists li.btn a:hover::after {
  transform: translateX(10px);
  transform: skewX(45deg);
}

@media (max-width: 600px) {
  #interview-area {
    background: linear-gradient(180deg, #fff 0%, #fff 30%, #F3F9FC 30%, #F3F9FC 100%);
    padding-bottom: max(60px, 8%);
  }

  .interview-lists {
    flex-flow: column;
  }
  .interview-lists li {
    width: 100%;
  }
  .interview-lists li.btn {
    margin-top: 30px;
  }
}
/*環境と制度────────────────*/
.ttl__environment::before {
  background: url("../images/top-know04.png") no-repeat;
  background-size: contain;
}
.ttl__environment span::after {
  margin-left: 4.3em;
}

.environment-lists li a {
  color: #003E61;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 700;
  line-height: 1;
  display: block;
  position: relative;
  transition: .5s all;
}
.environment-lists li a::after {
  content: "";
  width: 32px;
  aspect-ratio: 1;
  background: url("../images/arrow.png") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.environment-lists li a img {
  margin-right: 30px;
}
.environment-lists li a:hover::after {
  transform: translate(10px, -50%);
}
.environment-lists li:first-child {
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #F3F9FC 10%, #F3F9FC 90%, #fff 90%, #fff 100%);
  position: relative;
}
.environment-lists li:first-child::before {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #F3F9FC 10%, #F3F9FC 90%, #fff 90%, #fff 100%);
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
}
.environment-lists li:last-child {
  margin-top: 20px;
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #F3F9FC 10%, #F3F9FC 90%, #fff 90%, #fff 100%);
  position: relative;
}
.environment-lists li:last-child::before {
  content: "";
  display: block;
  width: 5%;
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #F3F9FC 10%, #F3F9FC 90%, #fff 90%, #fff 100%);
  height: 100%;
  position: absolute;
  left: -5%;
  top: 0;
}
.environment-lists li:last-child::after {
  content: "";
  width: 64.58%;
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #F3F9FC 10%, #F3F9FC 90%, #fff 90%, #fff 100%);
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  z-index: -1;
}

@media (max-width: 1322px) {
  .environment-lists li a img {
    margin-right: 30px;
  }
  .environment-lists li a:hover::after {
    transform: translate(10px, -50%);
  }
  .environment-lists li:first-child {
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #F3F9FC 10%, #F3F9FC 90%, #fff 90%, #fff 100%);
    position: relative;
  }
  .environment-lists li:first-child::before {
    content: "";
    display: none;
  }
  .environment-lists li:last-child {
    margin-top: 20px;
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #F3F9FC 10%, #F3F9FC 90%, #fff 90%, #fff 100%);
    position: relative;
  }
  .environment-lists li:last-child::before {
    content: "";
    display: none;
  }
  .environment-lists li:last-child::after {
    content: "";
    display: none;
  }
}
@media (max-width: 1000px) {
  .environment-lists li a img {
    margin-right: 20px;
    width: 60%;
  }
}
@media (max-width: 600px) {
  .environment-lists li {
    position: relative;
  }
  .environment-lists li a::after {
    right: -1em;
  }
  .environment-lists li a img {
    width: 70%;
    margin-right: 10px;
    aspect-ratio: 3/1.5;
    object-fit: cover;
  }
}
/*採用情報────────────────*/
#recruit-area {
  background-color: #2AA4D8;
  padding-bottom: max(60px, 8%);
  color: #fff;
}
#recruit-area .flex {
  flex-flow: column;
}
#recruit-area .flex .recruit-img {
  position: relative;
  order: 1;
}
#recruit-area .flex .recruit-img::after {
  content: "";
  display: block;
  width: min(1240px, 96%);
  height: 18%;
  background-color: #2AA4D8;
  position: absolute;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
#recruit-area .flex .recruit-img img {
  width: 100%;
}
#recruit-area .flex .recruit-con {
  order: 2;
}
#recruit-area .btn a {
  background-color: #fff;
  color: #2AA4D8;
}
#recruit-area .btn a::after {
  border-right: solid 1px #2AA4D8;
  border-bottom: solid 1px #2AA4D8;
}
#recruit-area a {
  color: #fff;
}

.recruit-ttl {
  font-size: clamp(2rem, 2.6vw, 3.6rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: .2em;
}

.recruit-items {
  display: flex;
  flex-wrap: wrap;
}
.recruit-items li {
  text-align: center;
  width: calc(100% / 3);
  padding: 10px 20px;
}
.recruit-items li:nth-of-type(2) {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
.recruit-items li img {
  margin-bottom: 1.2em;
}

.recruit-ttl2 {
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 1.2em;
}
.recruit-ttl2 span {
  display: block;
  font-size: clamp(3rem, 4vw, 5rem);
  margin-bottom: .5em;
}

@media (max-width: 600px) {
  .recruit-items {
    flex-flow: column;
  }
  .recruit-items li {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 40px;
  }
  .recruit-items li:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
}
