.sp {
  display: none !important;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  overflow-x: hidden;
}

.cmn-wrapper {
  max-width: 1355px;
  margin: 0 auto;
  padding: 0 40px;
}
.cmn-btn {
  position: relative;
  color: #fff;
  background-color: #303ab2;
  border-radius: 40px;
  padding: 30px 0;
  text-align: center;
  font-weight: 700;
}
.cmn-btn:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  color: #303ab2;
  background-color: #fff;
  border-radius: 50%;
}
.cmn-btn-white {
  color: #353535;
  background-color: #fff;
}
.cmn-btn-white:after {
  color: #fff;
  background-color: #353535;
}
.cmn-title {
  display: inline-block;
  text-align: left;
}
.cmn-title dt {
  color: #303ab2;
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 25px;
}
.cmn-title-service {
  padding-bottom: 60px;
}
.cmn-title-service dd {
  width: 299px;
}
.cmn-title-company {
  margin-right: 50px;
}
.cmn-title-company dd {
  width: 378px;
}
.cmn-title-contact, .cmn-title-act, .cmn-title-pp {
  color: #fff;
  text-align: center;
  padding-bottom: 55px;
}
.cmn-title-contact dt, .cmn-title-act dt, .cmn-title-pp dt {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 35px;
}
.cmn-title-contact dd, .cmn-title-act dd, .cmn-title-pp dd {
  font-size: 4rem;
  font-weight: 700;
}
.cmn-title-act {
  padding: 0 clamp(2%, 2vw, 40px);
}
.cmn-title-act dd {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.667;
}
.cmn-title-recruit {
  margin-bottom: 60px;
}
.cmn-title-recruit dd {
  width: 302px;
}
.cmn-title-3 {
  position: relative;
  border-bottom: 1px solid #e5e5e9;
  font-size: 3.2rem;
  font-weight: 700;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.cmn-title-3:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #303ab2;
}
.cmn-title-4 {
  position: relative;
  padding: 5px 20px;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 700;
}
.cmn-title-4:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 4px;
  height: 100%;
  background-color: #303ab2;
}
.cmn-center {
  text-align: center;
}
.cmn-center p {
  line-height: 2.11;
  padding-bottom: 50px;
}
.cmn-center-btn {
  width: 526px;
  margin: 0 auto;
}
.cmn-child {
  padding: 250px 0 0;
}
.cmn-child .cmn-title {
  padding-bottom: 120px;
}
.cmn-bread {
  padding-bottom: 30px;
}
.cmn-bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cmn-bread ul li {
  position: relative;
  margin-right: 25px;
  font-size: 1.4rem;
}
.cmn-bread ul li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: -17px;
  content: "/";
}
.cmn-bread ul li a {
  text-decoration: underline;
}
.cmn-table {
  width: 100%;
  text-align: left;
  margin-bottom: 60px;
  border: 1px solid #e5e5e9;
}
.cmn-table small {
  color: #f00;
  margin-left: 10px;
}
.cmn-table th {
  width: 30%;
  background-color: rgba(75, 81, 101, 0.1);
  padding: 30px 15px;
  font-size: 1.4rem;
}
.cmn-table td {
  position: relative;
  width: 70%;
  padding: 30px 15px;
}
.cmn-table td input,
.cmn-table td textarea {
  padding: 15px;
  width: 100%;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #e5e5e9;
  border-radius: 10px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
.header-box, .header-menu, .header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
.header-box:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.header-logo {
  max-width: 181px;
}
.header-menu a {
  font-weight: 700;
  white-space: nowrap;
}
.header-menu-list {
  margin-right: clamp(30px, 3.25vw, 65px);
}
.header-menu-list-cat {
  margin-right: clamp(30px, 3.5vw, 70px);
}
.header-menu-list-cat:last-child {
  margin-right: 0;
}
.header-menu-list-cat a {
  color: #0a181f;
  padding-bottom: 5px;
  text-align: center;
}
.header-menu-list-cat .point {
  color: #303ab2;
  border-bottom: 1px solid #303ab2;
  cursor: pointer;
}
.header-menu-btn a {
  padding: 25px clamp(30px, 2.5vw, 50px);
  cursor: pointer;
}
.header-menu-btn a:after {
  display: none;
}

.sec-fv {
  padding: 260px 0 110px;
}
.sec-fv-top {
  max-width: 1299px;
  margin: 0 auto 80px;
  padding: 0 40px;
}
.sec-fv-txt {
  text-align: center;
  color: #0a181f;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 40px 55px;
}
.sec-fv-img {
  width: 80%;
  max-width: 2000px;
  margin: 0 auto;
}
.sec-service {
  position: relative;
  padding: 150px 0 80px;
  background-color: #f6f6f6;
}
.sec-service-top {
  color: #6f6f6f;
  line-height: 2.33;
  padding-bottom: 50px;
}
.sec-service-list {
  background-color: #fff;
  width: 1275px;
  padding: 40px 0;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-service-list li {
  width: 25%;
  border-right: 1px solid #e5e5e9;
}
.sec-service-list li:last-child {
  border-right: none;
}
.sec-service-list li:nth-child(1) .list-img dt {
  max-width: 47.34%;
}
.sec-service-list li:nth-child(2) .list-img dt {
  max-width: 42.63%;
  margin-bottom: 30px;
}
.sec-service-list li:nth-child(3) .list-img dt {
  max-width: 35.11%;
  margin-bottom: 25px;
}
.sec-service-list li:nth-child(4) .list-img dt {
  max-width: 40.13%;
  margin-bottom: 30px;
}
.sec-service-list li .list-img {
  height: 158px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 15px;
}
.sec-service-list li .list-img dt {
  margin: 0 auto 20px;
}
.sec-service-list li .list-img dd {
  text-align: center;
  color: #303ab2;
  font-size: 1.2rem;
  font-weight: 700;
}
.sec-service-list li .list-txt dt {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.667;
  margin-bottom: 25px;
}
.sec-service-list li .list-txt dd {
  padding: 0 25px;
  font-size: 1.6rem;
  color: #3a3a3a;
  line-height: 1.875;
}
.sec-service-btn {
  width: 626px;
  margin: 0 auto;
}
.sec-service-child {
  position: relative;
  background-color: #f6f6f6;
}
.sec-service-child-box {
  padding: 0;
}
.sec-service-child-box .cmn-title {
  padding: 0 40px 120px;
}
.sec-service-child-box .cmn-bread {
  padding: 0 40px 30px;
}
.sec-service-child .sec-service-top {
  padding: 0 40px 50px;
}
.sec-service-child .sec-service-list {
  display: block;
  background-color: transparent;
  padding-bottom: 120px;
}
.sec-service-child .sec-service-list li {
  position: relative;
  width: 50%;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 30px;
  border-right: none;
  z-index: 1;
}
.sec-service-child .sec-service-list li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 2000%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.sec-service-child .sec-service-list li:nth-child(odd) {
  margin-right: auto;
}
.sec-service-child .sec-service-list li:nth-child(odd):before {
  right: 0;
}
.sec-service-child .sec-service-list li:nth-child(even) {
  margin-left: auto;
}
.sec-service-child .sec-service-list li:nth-child(even):before {
  left: 0;
}
.sec-service-child .sec-service-list li:nth-child(1) .list-img dt {
  max-width: 212px;
}
.sec-service-child .sec-service-list li:nth-child(2) .list-img dt {
  max-width: 204px;
}
.sec-service-child .sec-service-list li:nth-child(3) .list-img dt {
  max-width: 168px;
}
.sec-service-child .sec-service-list li:nth-child(4) .list-img dt {
  max-width: 192px;
}
.sec-service-child .sec-service-list li .list-img {
  height: auto;
  margin-bottom: 30px;
}
.sec-service-child .sec-service-list li .list-img dt {
  margin: 0 auto 30px;
}
.sec-service-child .sec-service-list li .list-img dt {
  font-size: 1.4rem;
}
.sec-service-child .sec-service-list li .list-txt dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.sec-service-child .sec-service-list li .list-txt dd {
  padding: 0;
}
.sec-company {
  padding: 115px 0 120px;
}
.sec-company-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-company-box-rt {
  max-width: 700px;
}
.sec-company-box-rt-txt {
  font-size: 1.6rem;
  line-height: 1.875;
  padding-bottom: 50px;
}
.sec-company-box-rt-list {
  border-top: 1px solid #e5e5e9;
}
.sec-company-box-rt-list li {
  border-bottom: 1px solid #e5e5e9;
}
.sec-company-box-rt-list li .list-title {
  position: relative;
  font-weight: 700;
  padding: 30px 0;
  color: #1c1c1c;
}
.sec-company-box-rt-list li .list-title:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "\f054";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  color: #fff;
  background-color: #303ab2;
  border-radius: 50%;
}
.sec-company-child-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.sec-company-child-box-cat {
  position: sticky;
  top: 130px;
  width: 25%;
  height: 123px;
}
.sec-company-child-box-cat-list li {
  margin-bottom: 30px;
  opacity: 0.4;
}
.sec-company-child-box-cat-list li:last-child {
  margin-bottom: 0;
}
.sec-company-child-box-cat-list li a {
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #1c1c1c;
}
.sec-company-child-box-cat-list li .select {
  opacity: 1;
  font-weight: 700;
}
.sec-company-child-box-cat-list li .select:before {
  content: "\f111";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  color: #303ab2;
}
.sec-company-child-box-cat-list .current {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-company-child-box-cat-list .current a {
  font-weight: 700;
}
.sec-company-child-box-cat-list .current:before {
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  background: #303ab2;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.sec-company-child-box-list {
  width: 75%;
  height: 100%;
}
.sec-company-child-box-list .section-point {
  position: relative;
  visibility: hidden;
  opacity: 0;
  height: 0;
  top: -190px;
}
.sec-company-child-box-list .section-box {
  position: relative;
  padding: 60px 0;
  border-top: 2px solid #e5e5e9;
}
.sec-company-child-box-list .section-box:after {
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #303ab2;
}
.sec-company-child-box-list .section-box-bottom {
  padding-bottom: 0;
}
.sec-company-child-box-list .section-name {
  font-size: 3.2rem;
  font-weight: 700;
  color: #000;
  padding-bottom: 65px;
}
.sec-company-child-box-list .section-overview li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e9;
}
.sec-company-child-box-list .section-overview li:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.sec-company-child-box-list .section-overview li span {
  width: clamp(20%, 11vw, 25%);
  display: inline-block;
  font-weight: 700;
}
.sec-company-child-box-list .section-txt {
  line-height: 1.667;
}
.sec-company-child-box-list .section-map {
  position: relative;
  width: 100%;
  padding-top: 452px;
  margin-bottom: 30px;
}
.sec-company-child-box-list .section-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-contact {
  padding: 125px 0 100px;
  background-color: #4b5165;
  text-align: center;
}
.sec-contact p {
  color: #fff;
}
.sec-contact-child {
  padding-top: 130px;
}
.sec-contact-child .cmn-title {
  text-align: left;
  display: block;
}
.sec-contact-child .cmn-title dt {
  padding-bottom: 25px;
}
.sec-contact-child-box {
  padding: 120px 0 0;
  background-color: #4b5165;
  margin-bottom: 100px;
}
.sec-contact-child-form-top {
  padding-bottom: 30px;
}
.sec-contact-child-form-btn {
  margin-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-contact-child-form-btn input {
  cursor: pointer;
  margin: 0 15px;
}
.sec-contact-child-form-btn .cmn-btn {
  width: 280px;
  border-radius: 70px;
  font-size: 1.8rem;
  font-weight: 700;
}
.sec-contact-child-form-btn .cmn-btn-white {
  border: 1px solid #303ab2;
  color: #303ab2;
}
.sec-contact-child-form-txt .sec-contact-child-form-top {
  text-align: center;
  padding-bottom: 60px;
}
.sec-contact-child-form-check {
  margin-bottom: 60px;
}
.sec-contact-child-form-check-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e9;
}
.sec-contact-child-form-check-box dt, .sec-contact-child-form-check-box dd {
  padding: 30px;
  font-weight: 700;
}
.sec-contact-child-form-check-box dt {
  width: 30%;
}
.sec-contact-child-form-check-box dd {
  width: 70%;
}
.sec-contact-child-form-check-btn {
  margin: 0 15px;
}
.sec-contact-child-form-check-btn input, .sec-contact-child-form-check-btn a {
  margin: 0;
  cursor: pointer;
}
.sec-contact-child-form-check-btn a:after {
  display: none;
}
.sec-contact-child-comp-txt {
  max-width: 800px;
  padding-bottom: 60px;
}
.sec-contact-child-comp-txt li {
  padding-bottom: 30px;
  line-height: 1.667;
  font-weight: 700;
}
.sec-contact-child-comp-txt li:first-child {
  font-size: 2rem;
  padding-bottom: 60px;
}
.sec-contact-child-comp-txt li:last-child {
  font-size: 1.4rem;
  padding-bottom: 0;
}
.sec-contact-child-comp-btn {
  width: 626px;
  margin: 0 auto 60px;
}
.sec-recruit {
  padding: 110px 0 170px;
}
.sec-act {
  padding: 130px 0 0;
}
.sec-act-title {
  padding-top: 120px;
  background-color: #4b5165;
  margin-bottom: 100px;
}
.sec-act .cmn-title {
  text-align: left;
  display: block;
}
.sec-act .cmn-title dt {
  padding-bottom: 25px;
}
.sec-act-box {
  padding-bottom: 30px;
  background-color: #fff;
}
.sec-act-box .cmn-table {
  margin-bottom: 120px;
}
.sec-act-box .cmn-table tr {
  border-bottom: 1px solid #e5e5e9;
  line-height: 1.667;
  font-size: 1.4rem;
}
.sec-act-box .cmn-table tr span {
  font-weight: 700;
}
.sec-pp {
  padding: 130px 0 0;
}
.sec-pp-title {
  padding-top: 120px;
  background-color: #4b5165;
  margin-bottom: 100px;
}
.sec-pp .cmn-title {
  text-align: left;
  display: block;
}
.sec-pp .cmn-title dt {
  padding-bottom: 25px;
}
.sec-pp-box {
  line-height: 1.8;
}
.sec-pp-box-txt {
  padding-bottom: 30px;
}
.sec-pp-box-txt-last {
  padding-bottom: 120px;
}
.sec-pp-box ol {
  padding-bottom: 30px;
  margin-left: 25px;
}
.sec-pp-box ol li {
  list-style: outside decimal;
  padding-left: 10px;
}
.sec-pp-box ol li::marker {
  font-size: 130%;
  font-weight: 700;
  color: #303ab2;
}

.footer {
  background-color: #000;
  padding: 95px 0 55px;
}
.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 85px;
  margin-bottom: 30px;
  border-bottom: 1px solid #919191;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: clamp(550px, 35vw, 600px);
  margin-right: clamp(10px, 1vw, 20px);
}
.footer-menu li {
  margin-right: clamp(30px, 3vw, 60px);
  margin-bottom: 50px;
}
.footer-menu li a {
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.footer-menu li:nth-child(1) {
  margin-right: clamp(30px, 3.75vw, 75px);
}
.footer-menu li:nth-child(5), .footer-menu li:nth-child(6) {
  margin-bottom: 0;
}
.footer-menu li:nth-child(5) a, .footer-menu li:nth-child(6) a {
  color: #919191;
}
.footer-menu li:last-child {
  margin-right: 0;
}
.footer-logo {
  width: 217px;
}
.footer p {
  color: #919191;
}
/*# sourceMappingURL=style_pc.css.map */