.pc {
  display: none !important;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-size: 3.3854166667vw;
  overflow-x: hidden;
}

.cmn-wrapper {
  width: 100%;
  padding: 0 5.2083333333vw;
}
.cmn-btn {
  position: relative;
  color: #fff;
  background-color: #303ab2;
  border-radius: 7.8125vw;
  padding: 5.2083333333vw 0;
  text-align: center;
  font-weight: 700;
}
.cmn-btn:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.90625vw;
  width: 4.6875vw;
  height: 4.6875vw;
  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;
  font-size: 2.8645833333vw;
  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;
  padding-bottom: 10.4166666667vw;
}
.cmn-title dt {
  color: #303ab2;
  font-size: 3.125vw;
  padding-bottom: 5.2083333333vw;
}
.cmn-title-service dd {
  width: 43.359375vw;
}
.cmn-title-company dd {
  width: 55.2083333333vw;
}
.cmn-title-contact, .cmn-title-act, .cmn-title-pp {
  color: #fff;
  text-align: center;
  padding-bottom: 7.8125vw;
}
.cmn-title-contact dt, .cmn-title-act dt, .cmn-title-pp dt {
  color: #fff;
  font-size: 3.125vw;
  font-weight: 700;
  padding-bottom: 5.2083333333vw;
}
.cmn-title-contact dd, .cmn-title-act dd, .cmn-title-pp dd {
  font-size: 6.25vw;
  font-weight: 700;
}
.cmn-title-act dd {
  line-height: 1.33;
}
.cmn-title-recruit {
  margin-bottom: 7.8125vw;
}
.cmn-title-recruit dd {
  width: 43.2291666667vw;
}
.cmn-title-3 {
  position: relative;
  border-bottom: 2px solid #e5e5e9;
  font-size: 5.2083333333vw;
  font-weight: 700;
  color: #000;
  padding-bottom: 1.3020833333vw;
  margin-bottom: 7.8125vw;
}
.cmn-title-3:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  width: 6.5104166667vw;
  height: 2px;
  background-color: #303ab2;
}
.cmn-title-4 {
  position: relative;
  padding: 0 3.90625vw;
  margin-bottom: 5.2083333333vw;
  font-size: 4.4270833333vw;
  font-weight: 700;
}
.cmn-title-4:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0.5208333333vw;
  height: 100%;
  background-color: #303ab2;
}
.cmn-center {
  text-align: center;
}
.cmn-center p {
  line-height: 2.11;
  font-size: 3.125vw;
  padding: 0 5.2083333333vw 10.4166666667vw;
}
.cmn-center-btn {
  width: 85%;
  margin: 0 auto;
}
.cmn-child {
  padding: 39.0625vw 0 0;
}
.cmn-child .cmn-title {
  padding-bottom: 15.625vw;
}
.cmn-bread {
  padding-bottom: 5.2083333333vw;
}
.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: 5.2083333333vw;
  font-size: 3.125vw;
}
.cmn-bread ul li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: -3.515625vw;
  content: "/";
}
.cmn-bread ul li a {
  text-decoration: underline;
}
.cmn-table {
  width: 100%;
  text-align: left;
  margin-bottom: 10.4166666667vw;
  border: 1px solid #e5e5e9;
}
.cmn-table small {
  color: #f00;
  margin-left: 1.953125vw;
}
.cmn-table th, .cmn-table td {
  width: 100%;
  display: block;
  padding: 5.2083333333vw;
  font-size: 3.6458333333vw;
}
.cmn-table th {
  background-color: rgba(75, 81, 101, 0.1);
}
.cmn-table td {
  position: relative;
}
.cmn-table td input,
.cmn-table td textarea {
  padding: 3.90625vw 5.2083333333vw;
  width: 100%;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #e5e5e9;
  border-radius: 1.953125vw;
  font-size: 3.6458333333vw;
}
.cmn-table td a {
  pointer-events: none;
  color: #000;
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding: 3.90625vw 0;
  background-color: #fff;
  z-index: 999;
}
.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-logo {
  max-width: 23.5677083333vw;
}
.header-menu a {
  font-size: 3.6458333333vw;
  font-weight: 700;
}
.header-menu-list {
  padding: 26.0416666667vw 0 10.4166666667vw;
}
.header-menu-list-cat {
  margin-bottom: 10.4166666667vw;
}
.header-menu-list-cat:last-child {
  margin-right: 0;
}
.header-menu-list-cat a {
  display: inline-block;
  color: #0a181f;
}
.header-menu-list-cat .point {
  color: #303ab2;
}
.header-menu-btn {
  width: 85%;
  margin: 0 auto;
}
.header-menu-btn a:after {
  display: none;
}
.header-hamburger {
  position: absolute;
  top: 3.90625vw;
  right: 5.2083333333vw;
  width: 10.4166666667vw;
  height: 6.9010416667vw;
  background-color: #fff;
  border-radius: 3.90625vw;
  border-color: transparent;
  z-index: 9990;
}
.header-hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5.859375vw;
  height: 2px;
  background-color: #000;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}
.header-hamburger-open span:nth-child(1) {
  margin-top: 1.3020833333vw;
}
.header-hamburger-open span:nth-child(3) {
  margin-top: -1.3020833333vw;
}
.header-hamburger-close {
  position: absolute;
  right: 5.2083333333vw;
  margin: 0;
}
.header-hamburger-close span:nth-child(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  left: 2.34375vw;
}
.header-hamburger-close span:nth-child(2) {
  opacity: 0;
}
.header-hamburger-close span:nth-child(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: 2.34375vw;
}
.header .modal-logo {
  width: 23.5677083333vw;
}
.header .modal-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
}
.header .modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.header .modal-container.active {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.header .modal-content {
  text-align: left;
  height: 100%;
  padding: 3.90625vw 5.2083333333vw;
}

.sec-fv {
  padding: 33.8541666667vw 0 16.9270833333vw;
}
.sec-fv-top {
  width: 90%;
  margin: 0 auto 15.625vw;
}
.sec-fv-txt {
  text-align: center;
  color: #0a181f;
  font-size: 3.90625vw;
  font-weight: 700;
  line-height: 1.667;
  padding: 0 5.2083333333vw 10.4166666667vw;
}
.sec-fv-img {
  width: 100%;
  padding: 0 5.2083333333vw;
  margin: 0 auto;
}
.sec-service {
  padding: 20.8333333333vw 0 13.0208333333vw;
  background-color: #f6f6f6;
}
.sec-service-top {
  color: #6f6f6f;
  line-height: 2.33;
  padding-bottom: 10.4166666667vw;
}
.sec-service-list {
  background-color: #fff;
  padding: 10.4166666667vw 0;
  margin-bottom: 10.4166666667vw;
}
.sec-service-list li {
  padding-bottom: 5.2083333333vw;
  margin: 0 5.2083333333vw 5.2083333333vw;
  border-bottom: 2px solid #e5e5e9;
}
.sec-service-list li:last-child {
  border-bottom: none;
}
.sec-service-list li:nth-child(1) .list-img dt {
  width: 27.6041666667vw;
}
.sec-service-list li:nth-child(2) .list-img dt {
  width: 26.5625vw;
  margin-bottom: 3.90625vw;
}
.sec-service-list li:nth-child(3) .list-img dt {
  width: 21.875vw;
  margin-bottom: 3.2552083333vw;
}
.sec-service-list li:nth-child(4) {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sec-service-list li:nth-child(4) .list-img dt {
  width: 25vw;
  margin-bottom: 3.90625vw;
}
.sec-service-list li .list-img {
  text-align: center;
  margin-bottom: 5.2083333333vw;
}
.sec-service-list li .list-img dt {
  margin: 0 auto 5.2083333333vw;
}
.sec-service-list li .list-img dd {
  text-align: center;
  color: #303ab2;
  font-size: 2.6041666667vw;
  font-weight: 700;
}
.sec-service-list li .list-txt dt {
  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-size: 3.6458333333vw;
  font-weight: 700;
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 3.2552083333vw;
}
.sec-service-list li .list-txt dd {
  font-size: 3.125vw;
  color: #3a3a3a;
  line-height: 1.875;
}
.sec-service-btn {
  width: 85%;
  margin: 0 auto;
}
.sec-service-child {
  background-color: #f6f6f6;
}
.sec-service-child .sec-service-list {
  margin-bottom: 20.8333333333vw;
}
.sec-company {
  padding: 15.625vw 0;
}
.sec-company-box-rt-txt {
  line-height: 1.875;
  padding-bottom: 7.8125vw;
}
.sec-company-box-rt-list {
  border-top: 2px solid #e5e5e9;
}
.sec-company-box-rt-list li {
  border-bottom: 2px solid #e5e5e9;
}
.sec-company-box-rt-list li .list-title {
  position: relative;
  font-size: 3.6458333333vw;
  font-weight: 700;
  padding: 5.2083333333vw 0;
  color: #1c1c1c;
}
.sec-company-box-rt-list li .list-title:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.90625vw;
  width: 4.6875vw;
  height: 4.6875vw;
  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;
  font-size: 2.8645833333vw;
  background-color: #303ab2;
  color: #fff;
  border-radius: 50%;
}
.sec-company-child-box-flex {
  margin-bottom: 20.8333333333vw;
}
.sec-company-child-box-list .section-point {
  position: relative;
  visibility: hidden;
  opacity: 0;
  height: 0;
  top: -26.0416666667vw;
}
.sec-company-child-box-list .section-box {
  position: relative;
  padding: 10.4166666667vw 0;
  border-top: 2px solid #e5e5e9;
}
.sec-company-child-box-list .section-box:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  width: 6.5104166667vw;
  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: 5.2083333333vw;
  font-weight: 700;
  color: #000;
  padding-bottom: 10.4166666667vw;
}
.sec-company-child-box-list .section-overview li {
  padding-bottom: 5.2083333333vw;
  margin-bottom: 5.2083333333vw;
  border-bottom: 2px solid #e5e5e9;
  font-size: 3.6458333333vw;
}
.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 {
  display: block;
  font-weight: 700;
  margin-bottom: 3.90625vw;
}
.sec-company-child-box-list .section-overview li a {
  pointer-events: none;
  color: #000;
}
.sec-company-child-box-list .section-txt {
  line-height: 1.875;
}
.sec-company-child-box-list .section-map {
  position: relative;
  width: 100%;
  padding-top: 89.5833333333vw;
  margin-bottom: 5.2083333333vw;
}
.sec-company-child-box-list .section-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-contact {
  padding: 15.625vw 0;
  background-color: #4b5165;
  text-align: center;
}
.sec-contact p {
  color: #fff;
}
.sec-contact-child {
  padding-top: 14.9739583333vw;
}
.sec-contact-child .cmn-title {
  text-align: left;
  display: block;
}
.sec-contact-child .cmn-title dt {
  padding-bottom: 5.2083333333vw;
}
.sec-contact-child .cmn-title dd {
  font-size: 7.8125vw;
}
.sec-contact-child-box {
  padding: 24.7395833333vw 0 0;
  background-color: #4b5165;
  margin-bottom: 13.0208333333vw;
}
.sec-contact-child-form-top {
  padding-bottom: 10.4166666667vw;
}
.sec-contact-child-form-btn {
  margin-bottom: 20.8333333333vw;
}
.sec-contact-child-form-btn input {
  width: 85%;
  margin: 0 auto;
  display: block;
}
.sec-contact-child-form-btn .cmn-btn {
  font-size: 3.3854166667vw;
  font-weight: 700;
  margin-bottom: 7.8125vw;
}
.sec-contact-child-form-btn .cmn-btn-white {
  border: 2px solid #303ab2;
  margin-bottom: 0;
  color: #303ab2;
}
.sec-contact-child-form-txt .sec-contact-child-form-top {
  text-align: center;
  padding-bottom: 7.8125vw;
  line-height: 1.667;
}
.sec-contact-child-form-check {
  margin-bottom: 10.4166666667vw;
}
.sec-contact-child-form-check-box {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e9;
}
.sec-contact-child-form-check-box dt, .sec-contact-child-form-check-box dd {
  font-weight: 700;
  width: 100%;
  padding: 5.2083333333vw 0;
}
.sec-contact-child-form-check-box dd {
  font-size: 3.6458333333vw;
}
.sec-contact-child-form-check-btn {
  width: 85%;
  margin: 0 auto;
}
.sec-contact-child-form-check-btn input, .sec-contact-child-form-check-btn a {
  margin: 0;
  width: 100%;
}
.sec-contact-child-form-check-btn a:after {
  display: none;
}
.sec-contact-child-comp-txt {
  padding-bottom: 10.4166666667vw;
}
.sec-contact-child-comp-txt li {
  padding-bottom: 5.2083333333vw;
  line-height: 1.667;
  font-weight: 700;
}
.sec-contact-child-comp-txt li:first-child {
  font-size: 3.6458333333vw;
  padding-bottom: 10.4166666667vw;
}
.sec-contact-child-comp-txt li:last-child {
  font-size: 3.125vw;
  padding-bottom: 0;
}
.sec-contact-child-comp-btn {
  width: 85%;
  margin: 0 auto 10.4166666667vw;
}
.sec-recruit {
  padding: 15.625vw 0 18.2291666667vw;
}
.sec-act {
  padding: 14.9739583333vw 0 0;
}
.sec-act-title {
  padding-top: 24.7395833333vw;
  background-color: #4b5165;
  margin-bottom: 13.0208333333vw;
}
.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: 20.8333333333vw;
}
.sec-act-box .cmn-table tr {
  border-bottom: 1px solid #e5e5e9;
  line-height: 1.667;
  font-size: 3.125vw;
}
.sec-act-box .cmn-table tr span {
  font-size: 3.6458333333vw;
  font-weight: 700;
}
.sec-pp {
  padding: 15.625vw 0 0;
}
.sec-pp-title {
  padding-top: 24.7395833333vw;
  background-color: #4b5165;
  margin-bottom: 13.0208333333vw;
}
.sec-pp .cmn-title {
  text-align: left;
  display: block;
}
.sec-pp .cmn-title dt {
  padding-bottom: 5.2083333333vw;
}
.sec-pp .cmn-title dd {
  font-size: 7.8125vw;
}
.sec-pp-box {
  line-height: 1.8;
}
.sec-pp-box-txt {
  padding-bottom: 7.8125vw;
}
.sec-pp-box-txt-last {
  padding-bottom: 20.8333333333vw;
}
.sec-pp-box-txt a {
  pointer-events: none;
  color: #000;
}
.sec-pp-box ol {
  padding-bottom: 7.8125vw;
  margin-left: 6.5104166667vw;
}
.sec-pp-box ol li {
  list-style: outside decimal;
  padding-left: 1.953125vw;
}
.sec-pp-box ol li::marker {
  font-size: 120%;
  font-weight: 700;
  color: #303ab2;
}

.footer {
  background-color: #000;
  padding: 13.0208333333vw 0 10.4166666667vw;
}
.footer-box {
  padding-bottom: 13.0208333333vw;
  margin-bottom: 10.4166666667vw;
  border-bottom: 1px solid #919191;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.footer-menu li {
  width: 50%;
  margin-bottom: 10.4166666667vw;
}
.footer-menu li a {
  display: inline-block;
  color: #fff;
  font-size: 3.6458333333vw;
  font-weight: 700;
}
.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-logo {
  width: 28.2552083333vw;
  margin-bottom: 10.4166666667vw;
}
.footer p {
  color: #919191;
}
/*# sourceMappingURL=style_sp.css.map */