@charset "utf-8";

.lower-anker{
  padding-bottom:2.5rem;
}

.lower-top{
  margin-bottom:3rem;
}

.about{
  padding-top:7rem;
  margin-bottom:10rem;
  text-align: center;
  position:relative;
  font-size:clamp(1rem, 0.818rem + 0.61vw, 1.5rem);
}

.about .lower-title{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}

.about .lower-title p{
  line-height: 1;
}

.about .container > p{
  line-height: 2;
}

.about em{
  font-style:normal;
  display:inline-block;
}

.about .container > p strong{
  color:#0600C9;
  font-weight:700;
  position:relative;
  padding:0 2px;
}

.about .container > p strong::before{
  content:"";
  position:absolute;
  width:100%;
  height:4px;
  background:#0600C9;
  bottom:2px;
  left:0;
}

.personality  .lower-title{
  text-align:center;
}

.personality .service-bg > p{
  font-size:clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
}

.personality-wrap{
  display:flex;
  width: 80%;
  margin: 10rem auto;
  max-width: 1000px;
  justify-content: space-between;
  text-align: center;
}

.personality-item{
  width:30%;
  position:relative;
  color:#fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.personality-item:nth-child(2){
  transform: translateY(40%);
}

.personality-item::before{
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  width:90%;
  aspect-ratio:1/1;
  background: #0043F0;
  z-index:-1;
}

.personality-item:nth-child(2)::before{
  background:#0600C9;
}

.personality-item:nth-child(3)::before{
  background:#040080;
}

.personality-item p:first-child{
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
}

.personality-item p:last-child{
  font-size:clamp(1.5rem, 1.364rem + 0.45vw, 1.875rem);
  line-height: 1.4;
}

.merit{
  padding:100px 0;
  background:#040080;
  color:#fff;
  border:1px solid #707070;
}

.merit .container{
  max-width:980px;
}

.merit .lower-title {
  width: 100%;
  text-align: center;
}

.merit .lower-title p{
  color:#211E9A;
}

.merit-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:2.5rem 10%;
  border:2px solid #FFFFFF;
  margin-bottom:1rem;
}

.merit-wrap img{
  width: 16%;
  aspect-ratio: 1 / 1;
}

.merit-txt{
  width:75%;
}

.merit-txt h3{
  font-size:clamp(1.125rem, 0.989rem + 0.45vw, 1.5rem);
  margin-bottom:1.5rem;
  font-weight:600;
}

.merit-txt p{
  font-size:clamp(0.875rem, 0.784rem + 0.3vw, 1.125rem);
  font-weight:500;
  line-height: 2;
}

.merit-txt strong{
  color:#040080;
  background:#fff;
  padding:0 4px;
  font-weight:600;
  margin-right:4px;
  line-height: 1.5;
  box-decoration-break: clone;	
  -webkit-box-decoration-break: clone;
  display: inline;
  line-height: 2.5;
}

.recruit{
  margin:5rem 0 7.5rem;
}

.recruit .container{
  max-width:1200px;
}

.recruit .lower-title{
  width: 100%;
  text-align: center;
}

.recruit .lower-title p{
  line-height:1;
}

.recruit-wrap{
  padding:5rem 5%;
  border:4px solid #040080;
}

.recruit-list{
  border-bottom:1px solid #CECECE;
  padding-bottom:20px;
  margin-bottom:20px;
}

.recruit-list:last-child{
  border:none;
  margin:0;
  padding:0;
}

.recruit-list p:first-child{
  color:#040080;
  font-weight:bold;
  font-size:clamp(1rem, 0.909rem + 0.3vw, 1.25rem);
  margin-bottom:1rem;
}

.recruit-list strong{
  color:transparent;
  position: relative;
  margin-right:8px;
}

.recruit-list strong::before{
  content:"";
  position:absolute;
  width:8px;
  height:8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius:999vh;
  background:#040080;
}

.voice .container{
  max-width:1080px;
}

.voice-wrap{
  max-width:800px;
  margin:0 auto;
}

.voice-wrap2{
  margin-top:-2rem;
}

.voice-item{
  width:fit-content;
  position: relative;
  padding: 20px 3rem 20px 2.5rem;
  background-color: #040080;
  text-align: left;
  line-height: 1.5;
  color:#fff;
}

.voice-wrap .voice-item:nth-child(1){
  background:#fff;
  border: 2px solid #000000;
  color:#000000;
  margin: 0 auto -1rem;
  position: relative;
  z-index: 10;
}

.voice-wrap .voice-item:nth-child(1) p:first-child{
  color:#040080;
}

.voice-wrap .voice-item:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #000000 transparent transparent;
  translate: -50% 100%;
}

.voice-wrap .voice-item:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform:none;
}

.voice-wrap .voice-item:nth-child(2){
  background:#0043F0;
}

.voice-wrap .voice-item:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 85%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color:#0043F0 transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(50deg);
  transform-origin: top;
}

.voice-wrap .voice-item:last-child{
  margin:-2rem 0 0 auto;
}

.voice-item p:first-child{
  font-size:12px;
  margin-bottom:8px;
}

.voice-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #040080 transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-25deg);
  transform-origin: top;
}

.voice-wrap2 .voice-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent transparent #0043F0;
  translate: calc(-50% - 0.4px) -100%;
  transform:none;
}

.voice-wrap2 .voice-item:first-child{
  margin-left:auto;
  background:#0043F0;
}

.voice-wrap2 .voice-item:nth-child(2){
  background:#0600C9;
  margin-top: -3rem;
}

.voice-wrap2 .voice-item:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 75%;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #0600C9;
  translate: calc(-50% + 0.4px) -100%;
}

.voice-wrap2 .voice-item:nth-child(3){
  margin:-2rem auto 0 31%;
  position: relative;
  border: 2px solid #000000;
  background-color: #ffffff;
  text-align: left;
  line-height: 1.5;
  color: #000000;
}

.voice-wrap2 .voice-item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent transparent#040080;
  translate: -50% -100%;
}

.voice-wrap2 .voice-item:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  border-style: solid;
  border-width: 0 15.2px 15.2px 0;
  border-color: transparent transparent #ffffff;
  translate: calc(-50% - 0.4px) -100%;
  transform:none;
}

.voice .lower-title,
.faq .lower-title{
  width:100%;
  text-align:center;
}


.faq{
  margin:7.5rem 0;
}

.faq .lower-title p{
  line-height:1;
}

.faq .container{
  max-width:1000px;
}

.accordion {
  margin-bottom: 1.5rem;
}

.accordion-header {
  padding: 1.5rem 2rem;
  background:#040080;
  cursor: pointer;
  position: relative;
  color:#fff;
  font-size:clamp(1rem, 0.955rem + 0.15vw, 1.125rem);
}

.accordion-header::before, .accordion-header::after {
  position: absolute;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 3px;
  margin: auto;
  background: #fff;
  z-index: 2;
}

.accordion-header::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  opacity:0;
}

.accordion-content {
  display: none;
  padding: 1rem 2rem 0;
}


.contact .lower-title{
  width:100%;
  text-align:center;
  color:#fff;
}

.contact .lower-title p{
  color:#211E9A;
}

.contact .container{
  max-width:1200px;
}

.contact-bg{
  background:#fff;
  padding:5rem 5% 100px;
}

.recruit .container,
.contact .container{
  margin: 0 10% 0 auto;
}

.voice .container,
.faq .container{
  margin: 0 15% 0 auto;
}

.contact-bg > p{
  text-align:center;
  margin-bottom:5rem;
}




@media screen and (max-width: 1600px) {
  .recruit .container, .contact .container {
    margin: 0 5% 0 auto;
    width: 75%;
  }
  .voice .container, .faq .container,
  .merit .container{
    margin: 0 5% 0 auto;
  }
}

@media screen and (max-width: 1400px) {
  .voice .container, .faq .container, .merit .container {
    width: 75%;
  }
}

@media screen and (max-width: 1279px) {
  .service .container{
    margin:0 auto;
  }
  .recruit .container, .contact .container ,
  .voice .container, .faq .container, .merit .container{
    margin: 0 auto;
    width: 80%;
  }
  .voice-wrap2 .voice-item:nth-child(3){
    margin: -0.5rem auto 0 42%;
  }
  .voice-wrap2 {
    margin-top: -1rem;
  }
}

@media screen and (max-width: 1024px) {
  .merit-wrap{
    padding: 1.5rem 5%;
  }
  .voice-wrap .voice-item:last-child {
    margin: 2rem 0 0 auto;
  }
  .voice-wrap .voice-item:nth-child(1){
    margin: 0 auto -0.5rem;
  }
  .voice-wrap2 .voice-item:nth-child(2){
    margin-top: 0.5rem;
  }
  .contact .container{
    width:90%;
  }
  .personality-wrap{
    margin: 7rem auto;
  }
}

@media screen and (max-width: 767px) {
  .service .lower-title p{
    font-size: 5rem;
  }
  .recruit .lower-title p{
    font-size: 4rem;
  }
  .personality-wrap{
    width: 80%;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
  }
  .personality-item {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .personality-item::before{
    width: 230px;
  }
  .personality-item p:first-child{
    top:2rem;
  }
  .personality-item:nth-child(2){
    transform: none;
    margin-top: -20%;
    margin-bottom: -20%;
  }
  .merit-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin: 0.5rem auto;
  }
  .merit-wrap img {
    width: 30%;
  }
  .merit-txt {
    width: 100%;
  }
  .personality-wrap{
    margin: 3rem auto;
  }
  .merit-txt h3{
    margin-bottom:1rem;
  }
  .recruit .container{
    width:90%;
  }
  .recruit-wrap {
    padding: 2.5rem 5%;
  }
  .recruit-list p:first-child{
    margin:0;
  }
  .contact{
    padding:2.5rem 0 5rem;
    margin-bottom:80px;
  }
  .contact .lower-title h2{
    font-size:1.8rem;
  }
  .contact-bg{
    padding: 2rem 5% 3rem;
  }
  .lower-top{
    padding: 1.5rem 0% 2rem 0;
    font-size: 1.4rem;
  }
  .merit {
    padding: 0px 0 5rem;
  }
  form .row{
    margin: 0 0 1rem;
  }
  .contact .lower-title p{
    line-height:1.2;
  }
  .faq .container,
  .voice .container{
    width:90%;
  }
  .accordion-header {
    padding: 1rem 1rem;
    font-size:14px;
  }
  .accordion-content{
    font-size:12px;
    padding: 1rem 1rem 0;
  }
  .faq{
    margin:5rem 0;
  }
  .voice-item p:first-child,
  .voice-item{
    font-size:10px;
  }
  .voice-item p:first-child{
    margin:0;
  }
  .voice-item{
    padding: 1rem 20px;
  }
  .voice-wrap .voice-item:nth-child(1) {
    margin: 0 5% -0.5rem auto;
  }
  .voice-wrap2 .voice-item:nth-child(2) {
    margin-top: 1.5rem;
  }
  .voice-wrap2 .voice-item:nth-child(3) {
    margin: 1.5rem 0 0 auto;
  }
  .about{
  padding-top:2rem;
  }
}