@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
#sv {
  background-image: url(../img/staff/staff-sv@2x.webp);
}

.agree {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  z-index: 1;
  margin: 4rem 0 12rem;
  overflow: hidden;
  border-radius: 0.3rem;
}
@media screen and (max-width: 840px) {
  .agree {
    font-size: 1.6rem;
    line-height: 1.8125;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .agree {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 3rem 0 10rem;
  }
}
.agree:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-top: 0.3em solid #2ca6e0;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: -1;
  background: url(../img/top/agree-bg.svg) no-repeat center left, #f7f7f7;
  background-size: cover;
}
@media screen and (max-width: 520px) {
  .agree:before {
    width: 100%;
  }
}
.agree .txtBox {
  width: 66%;
  padding: 1em 2em;
  position: relative;
}
@media screen and (max-width: 840px) {
  .agree .txtBox {
    width: 100%;
    padding: 2em 2em 1em;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .agree .txtBox {
    padding: 2.5em 0.9em 1em;
    width: 100%;
  }
}
.agree .txtBox > h4 {
  font-size: 166.66%;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 520px) {
  .agree .txtBox > h4 {
    font-size: 140%;
  }
}
.agree .txtBox > h4 span {
  background-color: #fff;
  color: #2ca6e0;
  padding: 0.2em 0.5em;
}
.agree .txtBox > p {
  margin-bottom: 1em;
}
.agree .imgBox {
  width: 33%;
  position: relative;
}
@media screen and (max-width: 840px) {
  .agree .imgBox {
    position: absolute;
    inset: 2.1em 2em auto auto;
    width: 40%;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .agree .imgBox {
    position: relative;
    width: 100%;
    inset: auto;
  }
}
.agree .imgBox .abs {
  color: #fff;
  line-height: 1.4;
  inset: auto 15.5em 0.5em auto;
  text-align: right;
}
@media screen and (max-width: 840px) {
  .agree .imgBox .abs {
    inset: auto 19em 0.5em auto;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .agree .imgBox .abs {
    inset: auto 2.7em 0.5em auto;
  }
}
.agree .imgBox .abs span {
  display: block;
  font-size: 138.88%;
}

.kegaBox {
  width: 100%;
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: 4em 0 6em;
}
@media screen and (max-width: 840px) {
  .kegaBox {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .kegaBox {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.kegaBox .ttlBox::before {
  content: "";
  display: block;
  width: 130%;
  aspect-ratio: 430/5;
  background: url(../img/info/info-scl.svg) repeat center;
  background-size: contain;
  position: absolute;
  inset: auto auto -0.8em 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 840px) {
  .kegaBox .ttlBox::before {
    width: 104%;
    aspect-ratio: 600/5;
  }
}
.kegaBox .ttlBox::after {
  content: "";
  display: block;
  width: 2.2rem;
  aspect-ratio: 22/25;
  background: url(../img/traffic-accident/acc-ttlorn01.svg) no-repeat center;
  position: absolute;
  top: -1em;
  right: -1em;
}
.kegaBox .ttlBox span {
  color: #ffbc00;
}
.kegaBox .kegaItem {
  text-align: center;
  margin-top: 3em;
  padding: 1.5em 2em;
  border-radius: 999px;
  border: 0.1em solid #ededed;
}

.skillBox {
  width: 100%;
  background: #f6f6f6;
  position: relative;
  margin-bottom: 12rem;
  z-index: 0;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 840px) {
  .skillBox {
    font-size: 1.6rem;
    line-height: 1.8125;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .skillBox {
    font-size: 1.36rem;
    line-height: 1.8382352941;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 10rem;
  }
}
.skillBox .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5em 0 0;
  row-gap: 6em;
}
.skillBox .flexBox .skillList {
  width: 48%;
  height: stretch;
  background: #fff;
  border-radius: 1rem;
  padding: 3em;
  color: #2ca6e0;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 840px) {
  .skillBox .flexBox .skillList {
    width: 100%;
  }
}
.skillBox .flexBox .skillList > h4 {
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.7rem 3.5rem;
  font-size: 130%;
  background: #2ca6e0;
  border-radius: 0.2rem;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .skillBox .flexBox .skillList > h4 {
    width: max-content;
    padding: 0.5rem 2.2rem;
  }
}
.skillBox .flexBox .skillList .ore {
  background: #ea8d39;
}
.skillBox .flexBox .skillList ul > li {
  position: relative;
  padding-left: 1em;
}
.skillBox .flexBox .skillList ul > li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
.skillBox .flexBox .skillList ul > .enTxt {
  font-weight: 600;
}
.skillBox .flexBox .skillList p {
  color: #444;
  font-size: 1.6rem;
}
@media screen and (max-width: 840px) {
  .skillBox .flexBox .skillList p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .skillBox .flexBox .skillList p {
    font-size: 1.3rem;
  }
}
.skillBox .flexBox .skillList .abs {
  bottom: 0;
  left: 0;
  aspect-ratio: 1;
  width: 18rem;
  opacity: 0.5;
  z-index: -1;
  overflow: hidden;
  border-radius: 1rem;
}
.skillBox .flexBox02 {
  padding: 5em 0;
}

.policyBox {
  font-size: 1.8rem;
  line-height: 1.8333333333;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media screen and (max-width: 840px) {
  .policyBox {
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .policyBox {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.policyBox .commontxt {
  margin: 0 5rem;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 840px) {
  .policyBox .commontxt {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .policyBox .commontxt {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
.policyBox .commontxt .comTxtBox {
  padding: 4em 6.5em;
  position: relative;
}
@media screen and (max-width: 840px) {
  .policyBox .commontxt .comTxtBox {
    padding: 4em 2em;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  .policyBox .commontxt .comTxtBox {
    padding: 5em 0;
  }
}
.policyBox .commontxt .comTxtBox > h4 {
  font-size: 166%;
  line-height: 1;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 520px) {
  .policyBox .commontxt .comTxtBox > h4 {
    font-size: 140%;
    margin-left: 1.6em;
  }
}
.policyBox .commontxt .comTxtBox > h4::before {
  content: "";
  display: block;
  width: 1.3em;
  aspect-ratio: 1;
  background: url(../img/info/info-plus.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  inset: 50% auto auto -1.7em;
  transform: translateY(-50%);
}
.policyBox .commontxt .comTxtBox > p {
  margin-top: 1.3em;
}
.policyBox .commontxt .comTxtBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #cbcbcb;
  position: absolute;
  bottom: 0;
  left: 0;
}
.policyBox .commontxt .comTxtBox:last-child::before {
  display: none;
}
.policyBox .commontxt .comTxtBox:nth-child(even) h4::before {
  filter: brightness(0) saturate(100%) invert(75%) sepia(73%) saturate(2599%) hue-rotate(360deg) brightness(106%) contrast(103%);
}

.staffBox .imgBox {
  width: 100%;
  margin-top: 4rem;
  overflow: hidden;
  border-radius: 0.3rem;
}
@media screen and (max-width: 520px) {
  .staffBox .imgBox {
    margin-top: 3rem;
  }
}