@charset "UTF-8";
/* ----------------------------------------
   base
---------------------------------------- */
html,
body {
  color: #333;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 750px) {
  html,
  body {
    font-size: 16px;
  }
}
html.page-template-page-recruit,
body.page-template-page-recruit {
  font-family: "Noto Sans JP", sans-serif;
}
html.page-template-page-recruit,
body.page-template-page-recruit {
  font-family: "Noto Sans JP", sans-serif;
}
html.post-type-archive-technavi, html.single-technavi, html.tax-technavi_cat, html.page-id-148,
body.post-type-archive-technavi,
body.single-technavi,
body.tax-technavi_cat,
body.page-id-148 {
  font-family: "Noto Sans JP", sans-serif;
}
html.post-type-archive-hatasupo, html.single-hatasupo, html.tax-hatasupo_cat, html.page-id-83,
body.post-type-archive-hatasupo,
body.single-hatasupo,
body.tax-hatasupo_cat,
body.page-id-83 {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  body {
    line-height: 1.5;
    min-width: 320px;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* ----------------------------------------
   footer
---------------------------------------- */
.l-footer {
  background-color: #F9F9F9;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.l-footer__container {
  padding: 0 20px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .l-footer__container {
    position: relative;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__container {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__container {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__container {
    padding: 0 4%;
    padding-bottom: 80px;
    display: block;
  }
}
.l-footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__company {
  margin-left: 9.375vw;
  margin-left: calc(50vw - 780px);
}
@media screen and (max-width: 1560px) {
  .l-footer__company {
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__company {
    margin-bottom: 40px;
  }
}
.l-footer__logo {
  margin-bottom: 40px;
}
.l-footer__logo picture {
  width: 316.2px;
  display: block;
}
@media screen and (max-width: 750px) {
  .l-footer__logo picture {
    width: 180px;
  }
}
.l-footer__logo-link {
  display: block;
}
@media screen and (min-width: 751px) {
  .l-footer__logo-link {
    transition: 0.3s;
  }
  .l-footer__logo-link:hover {
    opacity: 0.3;
  }
}
.l-footer__logo-txt {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .l-footer__logo-txt {
    font-size: 14px;
  }
}
.l-footer__address {
  position: relative;
  padding-left: 9px;
  margin-bottom: 40px;
}
.l-footer__address::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #B10000;
}
.l-footer__address-txt {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .l-footer__address-txt-link {
    transition: opacity 0.3s;
  }
  .l-footer__address-txt-link:hover {
    opacity: 0.3;
  }
}
.l-footer__contents {
  display: flex;
  margin-right: 24px;
}
@media screen and (max-width: 750px) {
  .l-footer__contents {
    display: block;
    margin-right: 0;
  }
}
.l-footer__col-wrap {
  display: flex;
}
@media screen and (max-width: 750px) {
  .l-footer__col-wrap {
    flex-wrap: wrap;
  }
}
.l-footer__col-wrap .l-footer__col:nth-of-type(1) {
  margin-right: 36px;
}
.l-footer__col-wrap .l-footer__col:nth-of-type(2) {
  margin-right: 90px;
}
@media screen and (max-width: 750px) {
  .l-footer__col-wrap .l-footer__col:nth-of-type(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__col-wrap .l-footer__col {
    margin-bottom: 40px;
  }
}

.l-footer__col-txt {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.l-footer__sub-list {
  position: relative;
  padding-left: 15px;
}
.l-footer__sub-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: calc(100% + 1em);
  background-color: #B10000;
}
.l-footer__sub-list-link {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.84;
}
@media screen and (min-width: 751px) {
  .l-footer__sub-list-link {
    transition: 0.3s;
  }
  .l-footer__sub-list-link:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__list-item {
    margin-right: 20px;
  }
}
.l-footer__list-link {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.84;
}
@media screen and (min-width: 751px) {
  .l-footer__list-link {
    transition: 0.3s;
  }
  .l-footer__list-link:hover {
    opacity: 0.3;
  }
}
.l-footer__btn {
  margin-top: 50px;
}
.l-footer__btn-link {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
  background-color: #B10000;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 63.6px;
  border-radius: 100px;
}
@media screen and (min-width: 751px) {
  .l-footer__btn-link {
    transition: background-color 0.3s;
  }
  .l-footer__btn-link:hover {
    background-color: #BD2F31;
  }
}
@media screen and (max-width: 750px) {
  .l-footer__btn-link {
    margin: 0 auto;
  }
}
.l-footer__btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 154.2px;
  height: 55.2px;
  border: 1.8px solid #fff;
  border-radius: 100px;
}
.l-footer__btn-n {
  margin-top: 50px;
  text-align: center;
}
.l-footer__btn-n-link {
  text-align: center;
  padding: 7px 20px;
  border-radius: 100px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  background-color: #FDB015;
}
@media screen and (min-width: 751px) {
  .l-footer__btn-n-link:hover {
    background-color: #FF9900;
  }
}
@media screen and (min-width: 751px) {
  .l-footer__btn-n-link {
    transition: 0.3s;
  }
}
@media screen and (max-width: 599px) {
  .l-footer__btn-n-link {
    font-size: 16px;
  }
}
.l-footer__btn-n-link svg {
  margin-right: 5px;
}
.l-footer__bnr {
  margin-top: 20px;
}
@media screen and (max-width: 1560px) {
  .l-footer__bnr {
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer__bnr--pc {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer__bnr--sp {
    display: none;
  }
}
.l-footer__bnr-link {
  display: block;
  width: 300px;
  height: 62px;
}
@media screen and (min-width: 751px) {
  .l-footer__bnr-link {
    transition: 0.3s;
  }
  .l-footer__bnr-link:hover {
    opacity: 0.3;
  }
}
.l-footer__bnr-link--2 {
  margin-top: 10px;
}
.l-footer__bnr-inner {
  display: flex;
  align-items: center;
  border: 1px solid #B4B4B4;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-left: 25px;
}
.l-footer__bnr-inner--1 {
  padding-left: 25px;
}
.l-footer__bnr-inner--2 {
  padding-left: 13px;
}
.l-footer__bnr-img--1 {
  width: 125px;
  margin-right: 40px;
}
.l-footer__bnr-img--2 {
  width: 140px;
  margin-right: 20px;
}
.l-footer__bnr-txt {
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.l-footer__bnr-txt--1 {
  font-size: 13px;
}
.l-footer__bnr-txt--2 {
  font-size: 12px;
  color: #000;
  text-align: center;
}
.l-footer__copyright {
  text-align: center;
}
.l-footer__copyright-txt {
  font-size: 12px;
}

.l-footer-pagetop {
  position: fixed;
  right: 36px;
  bottom: 36px;
  z-index: 1000;
  width: 76.2px;
  height: 76.2px;
}
@media screen and (max-width: 599px) {
  .l-footer-pagetop {
    right: 20px;
    bottom: 20px;
    width: 63.5px;
    height: 63.5px;
  }
}
.l-footer-pagetop__link {
  display: block;
  background-color: #fff;
  border-radius: 100px;
  height: 100%;
  padding-top: 17px;
}
@media screen and (min-width: 751px) {
  .l-footer-pagetop__link {
    transition: 0.3s;
  }
  .l-footer-pagetop__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 599px) {
  .l-footer-pagetop__link {
    padding-top: 15px;
  }
}
.l-footer-pagetop__triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 23.1px 31.2px 23.1px;
  border-color: transparent transparent #001C68 transparent;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .l-footer-pagetop__triangle {
    border-width: 0 19.25px 26px 19.25px;
  }
}
.l-footer-pagetop__txt {
  display: block;
  font-size: 9.6px;
  text-align: center;
  margin-top: 3px;
}

.l-footer-sns {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .l-footer-sns {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .l-footer-sns--pc {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .l-footer-sns--sp {
    display: none;
  }
}
.l-footer-sns__item:nth-of-type(n + 2) {
  margin-left: 15px;
}
.l-footer-sns__link {
  display: block;
}
@media screen and (min-width: 751px) {
  .l-footer-sns__link {
    transition: 0.3s;
  }
  .l-footer-sns__link:hover {
    opacity: 0.7;
  }
}
.l-footer-sns__link--fb {
  width: 37px;
}
.l-footer-sns__link--x {
  width: 30px;
}
.l-footer-sns__link--insta {
  width: 37px;
}
.l-footer-sns__link img {
  width: 100%;
}

/* ----------------------------------------
   footer-2
---------------------------------------- */
.l-footer-2 {
  position: relative;
  height: 340px;
  margin-top: 278px;
}
.l-footer-2--aqua {
  background-color: #D4F1F3;
}
.l-footer-2--orange {
  background-color: #FFF7E1;
}
.l-footer-2__pagetop {
  position: absolute;
  top: -80px;
  font-size: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.l-footer-2__pagetop::before {
  display: block;
  content: "";
  width: 1px;
  height: 80px;
  margin: 0 auto;
  background-color: #707070;
}
.l-footer-2__pagetop-link {
  position: relative;
  top: -120px;
}
@media screen and (min-width: 751px) {
  .l-footer-2__pagetop-link {
    transition: 0.3s;
  }
  .l-footer-2__pagetop-link:hover {
    opacity: 0.3;
  }
}
.l-footer-2__copyright {
  position: absolute;
  right: 54px;
  bottom: 30px;
}
@media screen and (max-width: 750px) {
  .l-footer-2__copyright {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 750px) {
  .l-footer-2__copyright-txt {
    font-size: 10px;
    white-space: nowrap;
  }
}

/* ----------------------------------------
   header
---------------------------------------- */
.l-header-n {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 120px;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 1024px) {
  .l-header-n {
    height: 80px;
  }
}
.l-header-n__container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .l-header-n__container {
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .l-header-n__container {
    padding: 0 4%;
  }
}
.l-header-n__logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
@media screen and (max-width: 1200px) {
  .l-header-n__logo {
    left: 15px;
  }
}
@media screen and (min-width: 751px) {
  .l-header-n__logo-link {
    transition: opacity 0.3s;
  }
  .l-header-n__logo-link:hover {
    opacity: 0.3;
  }
}
.l-header-n__logo-link picture {
  width: 180px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .l-header-n__logo-link picture {
    width: 120px;
  }
}
.l-header-n__logo-txt {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  margin-left: 5px;
  display: block;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .l-header-n__logo-txt {
    font-size: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .l-header-n__contents {
    display: flex !important;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-n__contents {
    position: fixed;
    top: 80px;
    right: 0;
    height: calc(100vh - 60px);
    background: #fff;
    width: 100%;
    max-width: 500px;
    display: none;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 1025px) {
  .l-header-n__inner {
    display: flex;
    align-items: center;
    height: 68px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-n__inner {
    padding: 60px 4% 100px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header-n__nav {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .l-header-n__nav {
    padding-top: 10px;
    padding-right: 15px;
  }
}
.l-header-n__upper {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .l-header-n__upper {
    justify-content: flex-end;
  }
}
.l-header-n__list {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .l-header-n__list {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-n__list {
    display: block;
    margin: 30px 0;
  }
}
.l-header-n__list-item {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .l-header-n__list-item {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .l-header-n__list-item {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-n__list-item {
    border-bottom: 1px solid;
    margin-right: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .l-header-n__list-item--sp {
    display: none;
  }
}
.l-header-n__list-btn {
  position: relative;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  position: relative;
}
.l-header-n__list-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  width: 90%;
  height: 3px;
  background: #e63200;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-header-n__list-btn::before {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .l-header-n__list-btn:hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .l-header-n__list-btn {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-n__list-btn {
    display: none;
  }
}
.l-header-n__list-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header-n__list-link::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  width: 90%;
  height: 3px;
  background: #e63200;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-header-n__list-link::before {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .l-header-n__list-link:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .js-hover-trigger .l-header-n__list-link {
    display: none;
  }
}
.l-header-n__list-txt {
  position: relative;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.l-header-n__list-txt--arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  background-image: url("../img/common/icon_header-arrow.svg");
  background-size: 100% auto;
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 1025px) {
  .l-header-n__list-btn:hover .l-header-n__list-txt--arrow::after {
    background-image: url("../img/common/icon_header-arrow_orange.svg");
  }
}
@media screen and (max-width: 1024px) {
  .l-header-n__list-txt--arrow::after {
    top: 50%;
    left: auto;
    right: 10px;
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media screen and (min-width: 751px) {
  .l-header-n__list-btn:hover .l-header-n__list-txt {
    color: #e63200;
  }
}

@media screen and (min-width: 751px) {
  .l-header-n__list-link:hover .l-header-n__list-txt {
    color: #e63200;
  }
}

@media screen and (min-width: 1201px) {
  .l-header-n__list-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-n__list-txt {
    padding: 15px 0;
    width: 100%;
    height: auto;
  }
  .l-header-n__list-txt--open::after {
    content: "";
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 0;
    width: 14px;
    height: 14px;
    background-image: url("../img/common/icon_link-open.svg");
    background-size: 100% auto;
  }
}
.l-header-n__list-acc {
  position: relative;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  border: none;
  background: none;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
}
@media screen and (min-width: 1025px) {
  .l-header-n__list-acc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .l-header-n__list-acc {
    transition: 0.3s;
  }
  .l-header-n__list-acc:hover {
    color: #2E51B2;
  }
}
.l-header-n__list-acc-icon {
  position: relative;
  z-index: 100;
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 10px;
}
.l-header-n__list-acc-icon::before, .l-header-n__list-acc-icon::after {
  content: "";
  position: absolute;
  display: block;
  background: #000;
}
.l-header-n__list-acc-icon::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
}
.l-header-n__list-acc-icon::after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
}
@media screen and (max-width: 1024px) {
  .js-acc-trigger.is-open .l-header-n__list-acc-icon::after {
    display: none;
  }
}
.l-header-n__menu {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  background-color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .l-header-n__menu {
    display: block !important;
    max-height: 0;
    transition: 0.3s ease-in-out;
    overflow: hidden;
  }
  .js-hover-trigger:hover .l-header-n__menu {
    transition: 0.5s ease-in-out;
    max-height: 100vh !important;
  }
  .l-header-n__menu.is-open {
    transition: 1s ease-in-out;
    max-height: 100vh !important;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-n__menu {
    position: static;
    padding: 0;
    border-top: 1px solid rgba(51, 51, 51, 0.3);
    display: none;
    max-height: 100vh !important;
  }
}
@media screen and (min-width: 1025px) {
  .l-header-n__menu-inner {
    padding: 20px 50px 45px;
  }
}
.l-header-n__menu-list {
  max-width: 892px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .l-header-n__menu-list {
    display: block;
    padding-left: 20px;
  }
}
.l-header-n__menu-item {
  width: 23.9162929746%;
  margin-right: 14.1255605381%;
}
.l-header-n__menu-item:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .l-header-n__menu-item {
    width: 29.0909090909%;
    margin-right: 6.3636363636%;
  }
  .l-header-n__menu-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-n__menu-item {
    width: 100%;
    border-top: 1px solid rgba(51, 51, 51, 0.3);
    margin-right: 0;
  }
  .l-header-n__menu-item:first-of-type {
    border-top: none;
  }
}
@media screen and (min-width: 1025px) {
  .l-header-n__menu-item {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-n__menu-item--pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .l-header-n__menu-item--sp {
    display: none;
  }
}
.l-header-n__menu-link {
  display: block;
}
@media screen and (max-width: 1024px) and (min-width: 751px) {
  .l-header-n__menu-link {
    transition: 0.3s;
  }
  .l-header-n__menu-link:hover {
    color: #2E51B2;
  }
}
.l-header-n__menu-txt {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 2px;
}
.l-header-n__menu-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgb(20, 20, 147) 0%, rgb(32, 78, 194) 20%, rgb(0, 144, 216) 40%, rgb(4, 179, 235) 60%, rgb(130, 177, 218) 80%, rgb(255, 179, 221) 100%);
}
@media screen and (max-width: 1024px) {
  .l-header-n__menu-txt::after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-n__menu-txt {
    border: none;
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .l-header-n__menu-txt--2 {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .l-header-n__menu-txt--3 {
    font-size: 15px;
    letter-spacing: -0.075em;
    padding-bottom: 5px;
  }
}
.l-header-n__menu-txt-s {
  font-size: 12px;
}
.l-header-n__menu-img-area {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .l-header-n__menu-img {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .l-header-n__menu-img {
    transition: 0.3s;
  }
  .l-header-n__menu-img:hover {
    transform: scale(1.1);
  }
}
.l-header-n__menu-img img {
  width: 100%;
}
.l-header-n__search {
  border-radius: 100px;
  display: flex;
  justify-content: center;
  width: 190px;
  height: 24px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .l-header-n__search {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-n__search {
    width: 285px;
    height: 36px;
    margin-right: auto;
  }
}
.l-header-n__search-wrap {
  position: relative;
  width: 80.701754386%;
  line-height: 0;
}
.l-header-n__search-input {
  border: 1px solid #004798;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 12px;
}
.l-header-n__search-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  width: 10.8px;
  height: 10.8px;
  min-width: 14.4px;
  min-height: 14.4px;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .l-header-n__search-close {
    transition: 0.3s;
  }
  .l-header-n__search-close:hover {
    opacity: 0.3;
  }
}
.l-header-n__search-btn {
  border: 1px solid #004798;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-left: none;
  background: #fff;
  cursor: pointer;
  width: 19.298245614%;
  margin: 0;
  padding: 0;
}
.l-header-n__search-btn picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .l-header-n__search-btn picture {
    transition: 0.3s;
  }
  .l-header-n__search-btn picture:hover {
    opacity: 0.3;
  }
}
.l-header-n__search-btn img {
  width: 12px;
  min-width: 16px;
}
.l-header-n__c-search {
  border: 1px solid #B2B2B2;
  border-radius: 100px;
}
@media screen and (max-width: 1024px) {
  .l-header-n__c-search {
    display: none;
  }
}
.l-header-n__c-search-input {
  padding: 0 10px;
  border: none;
  width: 140px;
  height: 90%;
  font: inherit;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  display: none;
}
.js-search-btn.is-show .l-header-n__c-search-input {
  display: inline-block;
}

.l-header-n__c-search-trigger {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  cursor: pointer;
  border: none !important;
  background: none !important;
  padding: 0;
  margin: 0;
}
.js-search-btn.is-show .l-header-n__c-search-trigger {
  display: none;
}

.l-header-n__c-search-trigger picture {
  line-height: 0;
}
.l-header-n__c-search-trigger img {
  width: 20px;
}
.l-header-n__c-search-btn {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  display: none;
  cursor: pointer;
}
.js-search-btn.is-show .l-header-n__c-search-btn {
  display: inline-block;
}

.l-header-n__c-search-btn img {
  width: 20px;
}
.l-header-n__btn {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .l-header-n__btn {
    position: static;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 360px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .l-header-n__btn-item {
    margin-right: 10px;
  }
  .l-header-n__btn-item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-n__btn-item--l {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .l-header-n__btn-item--con {
    width: 43%;
  }
  .l-header-n__btn-item--dow {
    width: 52%;
  }
}
.l-header-n__btn-link {
  text-align: center;
  padding: 7px 20px;
  border-radius: 100px;
  font-size: 20px;
  display: block;
}
@media screen and (min-width: 751px) {
  .l-header-n__btn-link {
    transition: 0.3s;
  }
}
@media screen and (max-width: 1200px) {
  .l-header-n__btn-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .l-header-n__btn-link {
    font-size: 14px;
  }
}
.l-header-n__btn-link--orange {
  background-color: #FDB015;
  font-weight: 500;
  padding: 10px 20px;
}
@media screen and (min-width: 751px) {
  .l-header-n__btn-link--orange:hover {
    background-color: #FF9900;
  }
}
@media screen and (max-width: 599px) {
  .l-header-n__btn-link--orange {
    padding: 10px 15px;
  }
}
.l-header-n__btn-link--orange svg {
  width: 19px;
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  .l-header-n__btn-link--orange svg {
    width: 15px;
  }
}
@media screen and (max-width: 599px) {
  .l-header-n__btn-link--orange svg {
    width: 12px;
    margin-right: 3px;
  }
}
.l-header-n__btn-link--yellow {
  background-color: #FED815;
  font-weight: 500;
  padding: 10px 20px;
}
@media screen and (min-width: 751px) {
  .l-header-n__btn-link--yellow:hover {
    background-color: #FFCC00;
  }
}
@media screen and (max-width: 599px) {
  .l-header-n__btn-link--yellow {
    padding: 10px 15px;
  }
}
.l-header-n__btn-link--yellow svg {
  width: 15px;
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  .l-header-n__btn-link--yellow svg {
    width: 12px;
  }
}
@media screen and (max-width: 599px) {
  .l-header-n__btn-link--yellow svg {
    width: 9px;
    margin-right: 3px;
  }
}
.l-header-n__btn-link--pink {
  border: 2px solid #FF5A5A;
  color: #FF5A5A;
}
@media screen and (min-width: 751px) {
  .l-header-n__btn-link--pink:hover {
    background-color: #FF5A5A;
    color: #fff;
  }
}
.l-header-n__btn-txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header-n__btn-txt--open::after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("../img/common/icon_link-open_pink.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: 20px;
}
@media screen and (min-width: 1025px) {
  .l-header-n__btn-txt--open::after {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .l-header-n__btn-link:hover .l-header-n__btn-txt--open::after {
    background-image: url("../img/common/icon_link-open_white.svg");
  }
}

.l-header-n-btn {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .l-header-n-btn {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .l-header-n-btn {
    transition: 0.3s;
  }
  .l-header-n-btn:hover {
    opacity: 0.3;
  }
}
.l-header-n-btn__line {
  position: relative;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  transition: 0.3s;
}
.is-hamburger-open .l-header-n-btn__line {
  background-color: rgba(0, 0, 0, 0);
}

.l-header-n-btn__line::before, .l-header-n-btn__line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
}
.l-header-n-btn__line::before {
  top: -8px;
  transition: 0.3s;
}
.is-hamburger-open .l-header-n-btn__line::before {
  top: 0;
  transform: rotate(45deg);
}

.l-header-n-btn__line::after {
  bottom: -8px;
  transition: 0.3s;
}
.is-hamburger-open .l-header-n-btn__line::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* ----------------------------------------
   header-2
---------------------------------------- */
.l-header-2 {
  position: relative;
}
.l-header-2__logo {
  position: absolute;
  top: 15px;
  left: 25px;
  width: 180px;
}
.l-header-2__logo--tech {
  left: 25px;
  right: auto;
}
.l-header-2__logo img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .l-header-2__logo {
    top: 5px;
    right: 34px;
  }
}
@media screen and (min-width: 751px) {
  .l-header-2__logo-link {
    transition: 0.3s;
  }
  .l-header-2__logo-link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 750px) {
  .l-header-2__kv {
    height: 200px;
  }
}
.l-header-2__kv img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .l-header-2__kv img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .l-header-2__kv--hata img {
    -o-object-position: 60%;
       object-position: 60%;
  }
}
@media screen and (max-width: 750px) {
  .l-header-2__kv--tech img {
    -o-object-position: 40%;
       object-position: 40%;
  }
}
.l-header-2__ttl {
  font-size: 25px;
}
@media screen and (max-width: 750px) {
  .l-header-2__ttl {
    white-space: nowrap;
  }
}
.l-header-2__ttl--aqua {
  color: #3FE1B5;
}
.l-header-2__ttl--orange {
  color: #EBC765;
}
.l-header-2__ttl-first--aqua {
  background-color: #4860C2;
}
.l-header-2__ttl-first--orange {
  background-color: #F385B1;
}
.l-header-2__ttl-en--white {
  color: #FFFFFF;
}
.l-header-2__ttl-en--black {
  color: #333333;
}
.l-header-2__contents--aqua {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .l-header-2__contents--aqua {
    left: 50%;
  }
}
.l-header-2__contents--orange {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .l-header-2__contents--orange {
    left: 50%;
  }
}

/* ----------------------------------------
   sidebar
---------------------------------------- */
/* ----------------------------------------
   wrapper
---------------------------------------- */
.l-wrapper {
  overflow: hidden;
}
.l-wrapper__bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-wrapper__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/common/img_fix-bg.png");
  background-size: cover;
  mix-blend-mode: overlay;
}
.l-wrapper__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/img_bg-gray.png");
  z-index: -1;
}

/* ----------------------------------------
   container
---------------------------------------- */
.l-container {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .l-container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .l-container {
    padding: 0 4%;
  }
}

.l-container-l {
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .l-container-l {
    padding: 0 4%;
  }
}

/* ----------------------------------------
   contents
---------------------------------------- */
.l-contents-blog {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 74px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .l-contents-blog {
    display: block;
  }
}
.l-contents-blog__main {
  width: 65%;
}
@media screen and (max-width: 750px) {
  .l-contents-blog__main {
    width: 100%;
  }
}
.l-contents-blog__side {
  width: 30%;
}
@media screen and (max-width: 750px) {
  .l-contents-blog__side {
    width: 100%;
  }
}

/* ----------------------------------------
   main
---------------------------------------- */
.l-main {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .l-main {
    margin-top: 80px;
  }
}
.l-main--white {
  background-color: #fff;
}

/* ----------------------------------------
   main-2
---------------------------------------- */
.l-main-2 {
  position: relative;
  z-index: 100;
  margin-bottom: 150px;
}

/* ----------------------------------------
   section
---------------------------------------- */
.c-section-1 {
  position: relative;
  border-bottom: 3.6px solid #000;
  padding-top: 132px;
  padding-bottom: 180px;
}
@media screen and (max-width: 750px) {
  .c-section-1 {
    padding-top: 110px;
    padding-bottom: 150px;
  }
}
.c-section-1--blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E9F8FF;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .c-section-1--1 {
    padding-top: 150px;
  }
}

.c-section-2 {
  position: relative;
  padding: 90px 0;
}
.c-section-2--blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E9F8FF;
  mix-blend-mode: multiply;
  z-index: -1;
}

.c-section-3 {
  padding-top: 108px;
  padding-bottom: 99px;
}
.c-section-3--padding {
  padding-bottom: 0px;
}

.c-section-4 {
  padding-top: 108px;
}

/* ----------------------------------------
   section-2
---------------------------------------- */
/* ----------------------------------------
   animation
---------------------------------------- */
@keyframes scroll-move {
  0% {
    bottom: 70px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes scroll-move-sp {
  0% {
    bottom: 56px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes scroll-move-hide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-btn {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0);
  }
}
/* ----------------------------------------
   head
---------------------------------------- */
.c-head-1 {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 72px;
}
@media screen and (max-width: 750px) {
  .c-head-1 {
    margin-bottom: 30px;
  }
}
.c-head-1--mgb {
  margin-bottom: 144px;
}
@media screen and (max-width: 750px) {
  .c-head-1--mgb {
    margin-bottom: 70px;
  }
}
.c-head-1__label {
  position: absolute;
  z-index: -1;
  top: -10.4166666667vw;
  left: -4.1666666667vw;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 1281px) {
  .c-head-1__label {
    top: -135px;
    left: -80px;
  }
}
@media screen and (max-width: 599px) {
  .c-head-1__label {
    top: -10vw;
  }
}
.c-head-1__label--news {
  width: 42.5vw;
  max-width: 544px;
}
.c-head-1__label--service {
  width: 53.4375vw;
  max-width: 684px;
}
.c-head-1__label--tech {
  width: 84.53125vw;
  max-width: 1082px;
  margin-top: -100px;
  padding-top: 100px;
}
.c-head-1__label--blog {
  width: 36.5625vw;
  max-width: 468px;
}
.c-head-1__label--test {
  width: 95.9375vw;
  max-width: 1228px;
}
.c-head-1__label--area {
  width: 82.03125vw;
  max-width: 1050px;
  top: -4.1666666667vw;
}
@media screen and (min-width: 1281px) {
  .c-head-1__label--area {
    top: -80px;
  }
}
.c-head-1__label--process {
  width: 54.7395833333vw;
  max-width: 701px;
}
.c-head-1__label--search {
  width: 50.15625vw;
  max-width: 642px;
}
.c-head-1__label--download {
  width: 79.21875vw;
  max-width: 1014px;
}
.c-head-1__label--result {
  width: 47.34375vw;
  max-width: 606px;
}
.c-head-1__label--contact {
  width: 57.6041666667vw;
  max-width: 737px;
}
.c-head-1__label--comment {
  width: 70.6770833333vw;
  max-width: 905px;
}
.c-head-1__inner {
  max-width: 1010px;
  margin: 0 auto;
}
.c-head-1__txt {
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .c-head-1__txt {
    font-size: 16px;
  }
}

.c-head-2 {
  text-align: center;
  margin-bottom: 18px;
}
.c-head-2__txt {
  font-size: 22.8px;
  font-weight: 500;
}

/* ----------------------------------------
   btn
---------------------------------------- */
.c-btn-1 {
  font-size: 14.4px;
  color: #fff;
  background-color: #001C68;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
}
@media screen and (min-width: 751px) {
  .c-btn-1 {
    transition: background-color 0.3s;
  }
  .c-btn-1:hover {
    background-color: #324885;
  }
}

.c-btn-2 {
  font-size: 15.6px;
  font-weight: bold;
  color: #fff;
  background-color: #001C68;
  border-radius: 6px;
  text-align: center;
  border: none;
  width: 271.8px;
  height: 34.8px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .c-btn-2 {
    transition: background-color 0.3s;
  }
  .c-btn-2:hover {
    background-color: #324885;
  }
}

@media screen and (max-width: 1024px) {
  .c-btn-3 {
    position: static;
    justify-content: center;
  }
}
.c-btn-3__item {
  margin: 48px auto 0;
  width: 689px;
  height: 107px;
}
@media screen and (max-width: 750px) {
  .c-btn-3__item {
    width: 300px;
    height: 80px;
  }
}
.c-btn-3__link {
  display: block;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #B10000;
}
@media screen and (min-width: 751px) {
  .c-btn-3__link {
    transition: background-color 0.3s;
  }
  .c-btn-3__link:hover {
    background-color: #BD2F31;
  }
}
.c-btn-3__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1.8px solid #fff;
  width: 96.6618287373%;
  height: 80.3738317757%;
  border-radius: 100px;
}
.c-btn-3__txt {
  font-size: 30px;
  line-height: 100px;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .c-btn-3__txt {
    line-height: 80px;
    font-size: 18px;
  }
}

/* ----------------------------------------
   link
---------------------------------------- */
/* ----------------------------------------
   ttl
---------------------------------------- */
.c-ttl-2 {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  display: inline-block;
  padding-right: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .c-ttl-2 {
    font-size: 28px;
    padding-right: 0;
  }
}
.c-ttl-2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #B10000;
  width: 100%;
  height: 2px;
}
.c-ttl-2--center {
  font-size: 36px;
  text-align: center;
  padding: 0 15px;
}
@media screen and (max-width: 750px) {
  .c-ttl-2--center {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .c-ttl-2--sp-s {
    font-size: 24px;
  }
}

.c-ttl-3 {
  text-align: center;
}
.c-ttl-3__txt {
  position: relative;
  font-size: 22.8px;
  font-weight: 500;
  display: inline-block;
  padding: 0 1em;
  margin-bottom: 50px;
}
.c-ttl-3__txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #B10000;
  width: 100%;
  height: 2px;
}

/* ----------------------------------------
   txt
---------------------------------------- */
.c-txt-wrap {
  max-width: 1010px;
  margin: 0 auto;
}

.c-txt-1 {
  font-size: 22.8px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-txt-1 {
    text-align: left;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .c-txt-1 {
    text-align: left;
  }
}

.c-txt-2 {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .c-txt-2 {
    text-align: left;
    font-size: 20px;
  }
}

.c-txt-co2 {
  font-size: 0.5em;
}

.c-txt-kome {
  position: relative;
  top: -0.5em;
  font-size: 0.5em;
}

.c-txt-annotation {
  font-size: 14px;
  margin-top: 5px;
}

.c-txt-kakko {
  font-size: 0.8em;
}

/* ----------------------------------------
   list
---------------------------------------- */
/* ----------------------------------------
   top
---------------------------------------- */
.c-section-1--service {
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .c-section-1--service {
    padding-top: 75px;
  }
}
.c-section-1--technology {
  padding-bottom: 120px;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.p-top-kv {
  position: relative;
}
.p-top-kv__container {
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-top-kv__slide {
  height: 100%;
}
.p-top-kv__slide img {
  width: 100%;
}
.p-top-kv__btn {
  position: absolute;
  left: 5%;
  bottom: 4%;
  z-index: 10;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .p-top-kv__btn {
    position: static;
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
}
.p-top-kv__btn-inner {
  position: relative;
  border-radius: 48px;
  overflow: hidden;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 751px) {
  .p-top-kv__btn-inner:hover {
    top: 2px;
  }
}
.p-top-kv__btn-link {
  background: linear-gradient(180deg, rgb(254, 216, 21) 0%, rgb(243, 138, 0) 100%);
  display: block;
  padding: 10px 60px;
  padding: clamp(5px, 0.78125vw, 10px) clamp(30px, 4.6875vw, 60px);
  border-radius: 48px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .p-top-kv__btn-link {
    padding: 10px 55px;
  }
}
.p-top-kv__btn-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
@media screen and (min-width: 751px) {
  .p-top-kv__btn-link:hover::before {
    animation: shine 1s;
  }
}
.p-top-kv__btn-txt-s {
  font-size: clamp(11px, 1.09375vw, 14px);
  font-weight: 500;
  text-align: center;
  display: block;
}
.p-top-kv__btn-txt {
  font-size: clamp(19px, 1.875vw, 24px);
  font-weight: 700;
  text-align: center;
  display: block;
}
.p-top-kv svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: clamp(14px, 1.796875vw, 23px);
}

@media screen and (min-width: 751px) {
  .p-top-kv-sp {
    display: none;
  }
}

.p-top-lead {
  position: relative;
}

.p-top-scroll {
  text-align: center;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .p-top-scroll {
    display: none;
  }
}
.p-top-scroll::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #001C68;
  animation: scroll-move 1.6s ease-in-out infinite, scroll-move-hide 1.6s ease-out infinite;
}
@media screen and (max-width: 599px) {
  .p-top-scroll::before {
    animation: scroll-move-sp 1.6s ease-in-out infinite, scroll-move-hide 1.6s ease-out infinite;
  }
}
.p-top-scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 74px;
  background: #001C68;
  border-radius: 100px;
}
@media screen and (max-width: 599px) {
  .p-top-scroll::after {
    height: 59.2px;
  }
}
.p-top-scroll__txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #001C68;
  font-size: 15px;
}

.p-top-service__container {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .p-top-service__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p-top-service__container {
    padding: 0;
  }
}

.p-top-block {
  max-width: 1010px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid;
  border-radius: 14px;
  padding: 30px 4% 40px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
}
@media screen and (max-width: 750px) {
  .p-top-block {
    border: none;
    border-radius: 0;
    background-color: inherit;
    padding: 0;
    box-shadow: none;
  }
}
.p-top-block:nth-of-type(n + 2) {
  margin-top: 50px;
}
.p-top-block--blue {
  border-color: #2E51B2;
}
.p-top-block--green {
  border-color: #27A594;
}
.p-top-block--purple {
  border-color: #835394;
}
.p-top-block__list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-top-block__list {
    flex-wrap: wrap;
    background-color: #fff;
  }
}
.p-top-block__item {
  width: 30%;
}
@media screen and (max-width: 750px) {
  .p-top-block__item {
    width: 50%;
    padding-top: 4%;
    padding-bottom: 4%;
  }
}
@media screen and (min-width: 751px) {
  .p-top-block__item:not(:nth-of-type(3n)) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 750px) {
  .p-top-block__item {
    border-bottom: 2px solid #D1D1D1;
  }
  .p-top-block__item:nth-of-type(2n - 1) {
    padding-left: 4%;
    padding-right: 2%;
  }
  .p-top-block__item:nth-of-type(2n) {
    padding-right: 4%;
    padding-left: 2%;
  }
  .p-top-block__item--border-none {
    border-bottom: none;
  }
  .p-top-block__item:last-of-type {
    border-bottom: none;
  }
}
.p-top-block__link {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.p-top-block__img-area {
  overflow: hidden;
  margin-bottom: 5px;
}
.p-top-block__img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .p-top-block__img {
    transition: 0.3s;
  }
  .p-top-block__link:hover .p-top-block__img {
    transform: scale(1.1);
  }
}
.p-top-block__img img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-top-block__head {
    padding: 0 4%;
  }
}
.p-top-block__txt-area {
  flex-grow: 1;
}
.p-top-block__ttl {
  font-size: 29px;
  font-size: clamp(20px, 2.265625vw, 29px);
  font-weight: 500;
  border-bottom: 2px solid;
  display: inline-block;
  padding-left: 3px;
  padding-right: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 750px) {
  .p-top-block__ttl {
    margin-bottom: 20px;
    padding-right: 3px;
  }
}
.p-top-block--blue .p-top-block__ttl {
  border-color: #2E51B2;
}

.p-top-block--green .p-top-block__ttl {
  border-color: #27A594;
}

.p-top-block--purple .p-top-block__ttl {
  border-color: #835394;
}

.p-top-block__ttl-s {
  font-size: 14px;
}
.p-top-block__txt-l {
  font-size: clamp(16px, 1.5625vw, 20px);
  font-weight: 500;
  margin-bottom: 2px;
}
.p-top-block__txt {
  font-size: clamp(11px, 1.09375vw, 14px);
}
.p-top-block__txt--1 {
  margin-left: -0.5em;
}
.p-top-block__txt--2 {
  padding-left: 1em;
}
.p-top-block__btn {
  border-radius: 6px;
  text-align: center;
  padding: 12px;
  padding: clamp(8.5px, 1.328125vw, 17px);
  width: 100%;
  margin-top: 15px;
  line-height: 1;
}
.p-top-block--blue .p-top-block__btn {
  background-color: #2E51B2;
}

.p-top-block--green .p-top-block__btn {
  background-color: #27A594;
}

.p-top-block--purple .p-top-block__btn {
  background-color: #835394;
}

@media screen and (min-width: 751px) {
  .p-top-block__btn {
    transition: 0.3s;
  }
  .p-top-block__link:hover .p-top-block__btn {
    background-color: #FFD050;
  }
}
.p-top-block__btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7.5px solid #fff;
  border-top: 0;
  transform: rotate(135deg);
}
.p-top-block__btn-txt {
  color: #fff;
  font-size: clamp(13px, 1.5625vw, 20px);
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -1px;
}
.p-top-block__btn-txt svg {
  width: clamp(13px, 1.25vw, 16px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}
@media screen and (max-width: 1280px) {
  .p-top-block__btn-txt svg {
    right: -1.953125vw;
  }
}
@media screen and (max-width: 960px) {
  .p-top-block__btn-txt svg {
    right: -17px;
  }
}

.p-top-btn {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
@media screen and (max-width: 750px) {
  .p-top-btn {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .p-top-btn__item {
    display: block;
    width: 290px;
    margin: 0 auto;
  }
}
.p-top-btn__item:nth-of-type(2) {
  margin-left: 70px;
}
@media screen and (max-width: 750px) {
  .p-top-btn__item:nth-of-type(2) {
    margin-left: auto;
    margin-top: 30px;
  }
}
.p-top-btn__s-txt {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
  padding-bottom: 3px;
}
.p-top-btn__link {
  border-radius: 48px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
  display: block;
  padding: 15px 30px;
}
.p-top-btn__link svg {
  margin-right: 10px;
}
.p-top-btn__link--orange {
  background-color: #FDB015;
}
@media screen and (min-width: 751px) {
  .p-top-btn__link--orange {
    transition: 0.3s;
  }
  .p-top-btn__link--orange:hover {
    background-color: #FC9900;
  }
}
.p-top-btn__link--orange svg {
  width: 18px;
}
.p-top-btn__link--yellow {
  background-color: #FED815;
  padding: 15px 35px;
}
@media screen and (min-width: 751px) {
  .p-top-btn__link--yellow {
    transition: 0.3s;
  }
  .p-top-btn__link--yellow:hover {
    background-color: #FDCC00;
  }
}
.p-top-btn__link--yellow svg {
  width: 15px;
}
.p-top-btn__link-txt {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .p-top-btn__link-txt {
    font-size: 17px;
  }
}

.p-top-tech {
  max-width: 1010px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .p-top-tech__list:nth-of-type(2) {
    margin-top: 5px;
  }
}
.p-top-tech__item {
  border-radius: 14px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  padding: 4.329004329%;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 750px) {
  .p-top-tech__item {
    display: block;
    padding: 20px;
  }
}
.p-top-tech__item:nth-of-type(n + 2) {
  margin-top: 30px;
}
.p-top-tech__cont-area {
  width: 35%;
}
@media screen and (max-width: 750px) {
  .p-top-tech__cont-area {
    width: 100%;
  }
}
.p-top-tech__link-area {
  width: 62.5%;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .p-top-tech__link-area {
    width: 100%;
    margin-top: 20px;
  }
}
.p-top-tech__ttl {
  font-size: 27px;
  font-weight: 500;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .p-top-tech__ttl {
    font-size: 24px;
  }
}
.p-top-tech__txt {
  font-size: 14.4px;
}
.p-top-tech__link-arrow {
  text-align: right;
  margin-top: 5px;
}
@media screen and (min-width: 751px) {
  .p-top-tech__link-arrow {
    transition: 0.3s;
  }
  .p-top-tech__cont-area:hover .p-top-tech__link-arrow {
    opacity: 0.7;
  }
}
.p-top-tech__link-arrow-txt {
  position: relative;
  font-size: 20px;
  color: #001C68;
  font-weight: 500;
  padding-right: 10px;
}
@media screen and (max-width: 599px) {
  .p-top-tech__link-arrow-txt {
    font-size: 18px;
  }
}
.p-top-tech__link-arrow-icon {
  position: relative;
  top: -2px;
  width: 13px;
  height: 13px;
  display: inline-block;
}
.p-top-tech__list-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .p-top-tech__list-wrap {
    display: block;
  }
}
.p-top-tech__list {
  width: 48.5%;
}
@media screen and (max-width: 599px) {
  .p-top-tech__list {
    width: 100%;
  }
}
.p-top-tech__list-item:nth-of-type(n + 2) {
  margin-top: 5px;
}
.p-top-tech__list-link {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  background-color: #62A1C4;
  color: #fff;
  border-radius: 6px;
  display: block;
  padding: 5px 15px;
  height: 60px;
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 1.2;
}
@media screen and (min-width: 751px) {
  .p-top-tech__list-link {
    transition: 0.3s;
  }
  .p-top-tech__list-link:hover {
    background-color: #FFBD39;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-tech__list-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .p-top-tech__list-link {
    height: 50px;
    padding: 10px 15px;
  }
}
.p-top-tech__list-link::before {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 6px;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7.5px solid #fff;
  border-top: 0;
  transform: rotate(135deg);
}
.p-top-tech__img-area {
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .p-top-tech__img-area {
    max-width: 400px;
    margin: 20px auto;
  }
}
@media screen and (min-width: 751px) {
  .p-top-tech__img {
    transition: transform 0.3s;
  }
  .p-top-tech__cont-area:hover .p-top-tech__img {
    transform: scale(1.1);
  }
}
.p-top-tech__img img {
  width: 100%;
}

.p-top-news {
  max-width: 872px;
  margin: 0 auto;
}
.p-top-news__block {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  padding: 4.5871559633%;
  padding-top: 2.2935779817%;
  border-radius: 14px;
}
@media screen and (max-width: 750px) {
  .p-top-news__block {
    padding: 20px;
  }
}
.p-top-news__list-item {
  position: relative;
}
.p-top-news__list-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: url("../img/common/icon_dot.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 599px) {
  .p-top-news__list-item::after {
    height: 2px;
  }
}
.p-top-news__list-inner {
  display: flex;
  padding: 18px;
}
@media screen and (min-width: 751px) {
  .p-top-news__list-inner--link {
    transition: 0.3s;
  }
  .p-top-news__list-inner--link:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 750px) {
  .p-top-news__list-inner {
    display: block;
    padding: 10px 0;
  }
}
.p-top-news__list-date {
  color: #002F7C;
  font-size: 15px;
  font-family: "Sorts Mill Goudy", serif;
  padding-right: 36px;
}
@media screen and (max-width: 750px) {
  .p-top-news__list-date {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-top-news__list-cat {
  background: #001C68;
  color: #fff;
  font-size: 11px;
  padding: 0px 5px 2px;
  margin-bottom: 5px;
  display: inline-block;
  border-radius: 3px;
}
.p-top-news__list-ttl {
  font-size: 15px;
  font-weight: 500;
}
.p-top-news__list-txt {
  font-size: 13px;
}
.p-top-news__list-txt--line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.p-top-news__btn {
  text-align: right;
  margin-top: 15px;
}

.p-top-logo {
  position: absolute;
  top: 12px;
  right: 30px;
  z-index: 10;
  width: 21.875vw;
  min-width: 150px;
  margin-left: auto;
  margin-right: 0;
}
.p-top-logo img {
  width: 100%;
}

.p-top-blog {
  max-width: 960px;
  margin: 0 auto;
}
.p-top-blog__item:nth-of-type(n + 2) {
  margin-top: 19.8px;
}
.p-top-blog__link {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 14px;
  padding: 2.5%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
}
@media screen and (max-width: 750px) {
  .p-top-blog__link {
    display: block;
    padding: 20px;
    padding-bottom: 30px;
  }
}
.p-top-blog__img-area {
  overflow: hidden;
  width: 48%;
}
@media screen and (max-width: 750px) {
  .p-top-blog__img-area {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}
.p-top-blog__img {
  transition: transform 0.3s;
}
@media screen and (max-width: 750px) {
  .p-top-blog__img {
    width: 100%;
  }
}
.p-top-blog__link:hover .p-top-blog__img {
  transform: scale(1.1);
}

.p-top-blog__cont {
  width: 48%;
  padding-top: 10px;
}
@media screen and (max-width: 750px) {
  .p-top-blog__cont {
    width: 100%;
    padding-top: 0;
  }
}
.p-top-blog__ttl {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
  .p-top-blog__ttl {
    margin-bottom: 10px;
  }
}
.p-top-blog__txt {
  font-size: 17.4px;
  font-weight: 500;
}
.p-top-blog__btn {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  border-radius: 100px;
  width: 200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-top: 20px;
}
.p-top-blog__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #FFD050;
  border-radius: 100px;
}
@media screen and (min-width: 751px) {
  .p-top-blog__link:hover .p-top-blog__btn::before {
    bottom: -5px;
  }
}
@media screen and (max-width: 750px) {
  .p-top-blog__btn {
    margin-top: 30px;
    margin-right: auto;
  }
}
.p-top-blog__btn::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2B101;
  border-radius: 100px;
}
@media screen and (max-width: 750px) {
  .p-top-blog__btn {
    position: relative;
    left: 0;
    bottom: 0;
    transform: translateX(0);
    margin-top: 20px;
  }
}
.p-top-blog__btn-txt {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 751px) {
  .p-top-blog__link:hover .p-top-blog__btn-txt {
    top: 5px;
  }
}

.p-top-test {
  position: relative;
  max-width: 1010px;
  margin: 0 auto;
}
.p-top-test__link {
  border-radius: 14px;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .p-top-test__link-img {
    transition: 0.3s;
  }
  .p-top-test__link:hover .p-top-test__link-img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 750px) {
  .p-top-test__link-img {
    height: 200px;
  }
  .p-top-test__link-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top-test__link-btn {
  position: absolute;
  right: 40px;
  bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p-top-test__link-btn {
    right: 20px;
  }
}
@media screen and (min-width: 751px) {
  .p-top-test__link-btn .c-btn-1 {
    transition: background-color 0.3s;
  }
  .p-top-test__link:hover .p-top-test__link-btn .c-btn-1 {
    background-color: #324885;
  }
}

/* ----------------------------------------
   kv
---------------------------------------- */
.p-kv {
  position: relative;
  line-height: 0;
}
.p-kv--outsourcing {
  top: 60px;
  z-index: 10;
}
.p-kv__img {
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .p-kv__img {
    aspect-ratio: 1920/580;
  }
}
@media screen and (max-width: 750px) {
  .p-kv__img {
    height: 300px;
  }
}
@media screen and (max-width: 599px) {
  .p-kv__img {
    height: 250px;
  }
}
.p-kv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .p-kv__img--it img {
    -o-object-position: 10%;
       object-position: 10%;
  }
}
@media screen and (max-width: 599px) {
  .p-kv__img--equ img {
    -o-object-position: 25%;
       object-position: 25%;
  }
}
@media screen and (max-width: 599px) {
  .p-kv__img--cad img {
    -o-object-position: 85%;
       object-position: 85%;
  }
}
@media screen and (max-width: 599px) {
  .p-kv__img--mat img {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
@media screen and (max-width: 599px) {
  .p-kv__img--mec img {
    -o-object-position: 79%;
       object-position: 79%;
  }
}
.p-kv__txt-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: calc(16vw - 100px);
}
@media screen and (max-width: 1024px) {
  .p-kv__txt-area {
    padding-top: 7vw;
  }
}
@media screen and (max-width: 750px) {
  .p-kv__txt-area {
    padding-top: 70px;
  }
}
.p-kv__txt-area--2 {
  padding-top: calc(17vw - 155px);
}
@media screen and (max-width: 1024px) {
  .p-kv__txt-area--2 {
    padding-top: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .p-kv__txt-area--2 {
    padding-top: 60px;
  }
}
.p-kv__txt-inner {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 750px) {
  .p-kv__txt-inner {
    padding: 0 4%;
  }
}
.p-kv__txt {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .p-kv__txt {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 750px) {
  .p-kv__txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-kv__txt {
    font-size: 20px;
  }
}
.p-kv__ttl {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .p-kv__ttl {
    font-size: 6vw;
  }
}
@media screen and (max-width: 750px) {
  .p-kv__ttl {
    font-size: 54px;
  }
}
@media screen and (max-width: 599px) {
  .p-kv__ttl {
    font-size: 36px;
  }
}
.p-kv__ttl-s {
  font-size: 41.1px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-kv__ttl-s {
    font-size: 4.00390625vw;
  }
}
@media screen and (max-width: 750px) {
  .p-kv__ttl-s {
    font-size: 27px;
  }
}
@media screen and (max-width: 599px) {
  .p-kv__ttl-s {
    font-size: 18px;
  }
}
.p-kv__btn {
  position: absolute;
  left: 0;
  bottom: 2.6041666667vw;
  transform: translateX(-150%);
}
@media screen and (max-width: 750px) {
  .p-kv__btn {
    bottom: 30px;
  }
}
body.is-load .p-kv__btn {
  animation: slide-btn 1.5s ease-in-out 0.5s forwards;
}

.p-kv__btn-link {
  position: relative;
  display: block;
  width: 30vw;
  max-width: 350px;
}
@media screen and (max-width: 750px) {
  .p-kv__btn-link {
    min-width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .p-kv__btn-link {
    min-width: 200px;
  }
}
.p-kv__btn-link-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 751px) {
  .p-kv__btn-link-2 {
    transition: opacity 0.3s;
  }
  .p-kv__btn-link:hover .p-kv__btn-link-2 {
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .p-kv__btn-link-2 {
    display: none;
  }
}

/* ----------------------------------------
   area
---------------------------------------- */
.p-area-card {
  max-width: 712px;
  margin: 0 auto;
}
.p-area-card:nth-of-type(n + 2) {
  margin-top: 214.2px;
}
.p-area-card__item:nth-of-type(n + 2) {
  margin-top: 52.8px;
}
.p-area-card__link {
  display: flex;
}
@media screen and (max-width: 599px) {
  .p-area-card__link {
    display: block;
  }
}
.p-area-card__img-area {
  width: 45.5992509363%;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .p-area-card__img-area {
    width: 100%;
  }
}
.p-area-card__img {
  height: 100%;
}
@media screen and (min-width: 751px) {
  .p-area-card__img {
    transition: transform 0.3s;
  }
  .p-area-card__link:hover .p-area-card__img {
    transform: scale(1.1);
  }
}
.p-area-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-area-card__txt-area {
  position: relative;
  width: 54.4007490637%;
  background-color: #001C68;
  padding: 10px 40px 15px 30px;
}
@media screen and (max-width: 599px) {
  .p-area-card__txt-area {
    width: 100%;
    padding: 20px 40px 30px 4%;
  }
}
.p-area-card__txt-area--ocher {
  background-color: #956424;
}
.p-area-card__txt-area::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 18px;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 751px) {
  .p-area-card__txt-area::after {
    transition: opacity 0.3s;
  }
  .p-area-card__link:hover .p-area-card__txt-area::after {
    opacity: 0.3;
  }
}
.p-area-card__num {
  color: #fff;
  font-size: 22.8px;
}
@media screen and (min-width: 751px) {
  .p-area-card__num {
    transition: opacity 0.3s;
  }
  .p-area-card__link:hover .p-area-card__num {
    opacity: 0.3;
  }
}
@media screen and (max-width: 599px) {
  .p-area-card__num {
    font-size: 25px;
  }
}
.p-area-card__ttl {
  color: #fff;
  font-size: 22.8px;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 751px) {
  .p-area-card__ttl {
    transition: opacity 0.3s;
  }
  .p-area-card__link:hover .p-area-card__ttl {
    opacity: 0.3;
  }
}
@media screen and (max-width: 599px) {
  .p-area-card__ttl {
    margin-bottom: 20px;
    padding-right: 25px;
  }
}
.p-area-card__ttl-s {
  font-size: 0.8em;
}
.p-area-card__txt {
  color: #fff;
  font-size: 14px;
}
@media screen and (min-width: 751px) {
  .p-area-card__txt {
    transition: opacity 0.3s;
  }
  .p-area-card__link:hover .p-area-card__txt {
    opacity: 0.3;
  }
}
@media screen and (max-width: 599px) {
  .p-area-card__txt {
    font-size: 13px;
  }
}

.p-area-process {
  background-color: #fff;
  border-radius: 18px;
  padding: 81px 57px;
  max-width: 1010px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-area-process {
    padding: 25px 20px;
  }
}
.p-area-process__list {
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-area-process__list {
    padding-left: 20px;
  }
}
.p-area-process__list::after {
  content: "";
  position: absolute;
  top: 13.2px;
  left: 117px;
  background-image: url("../img/area/img_border.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 79.2px;
  height: 468px;
}
@media screen and (max-width: 750px) {
  .p-area-process__list::after {
    content: none;
  }
}
.p-area-process__list--2::after {
  background-image: url("../img/it/img_border_02.png");
}
.p-area-process__item {
  display: flex;
  align-items: center;
  margin-bottom: 25.2px;
}
@media screen and (max-width: 750px) {
  .p-area-process__item {
    display: block;
    position: relative;
  }
  .p-area-process__item::before {
    content: "";
    position: absolute;
    top: 21px;
    left: -20px;
    background: #937F7F;
    width: 2px;
    height: calc(100% + 15px);
  }
}
.p-area-process__item:last-of-type::before {
  content: none;
}
@media screen and (min-width: 751px) {
  .p-area-process__list--2 .p-area-process__item {
    margin-bottom: 50px;
  }
}

.p-area-process__ttl {
  position: relative;
  display: inline-block;
  width: 4em;
  text-align: right;
  font-size: 26.4px;
  white-space: nowrap;
  margin-right: 48px;
}
@media screen and (max-width: 750px) {
  .p-area-process__ttl {
    margin-right: 0;
    margin-bottom: 5px;
    width: auto;
    font-size: 20px;
  }
  .p-area-process__ttl::after {
    content: "";
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    width: 12px;
    height: 12px;
    border-radius: 100px;
  }
}
.p-area-process__ttl--yellow {
  color: #F2CE18;
}
.p-area-process__ttl--yellow::after {
  background-color: #F2CE18;
}
.p-area-process__ttl--yellow-green {
  color: #C6D400;
}
@media screen and (min-width: 751px) {
  .p-area-process__ttl--yellow-green {
    margin-left: 36px;
  }
}
.p-area-process__ttl--yellow-green::after {
  background-color: #C6D400;
}
.p-area-process__ttl--light-green {
  color: #48CD4C;
}
@media screen and (min-width: 751px) {
  .p-area-process__ttl--light-green {
    margin-left: 57px;
  }
}
.p-area-process__ttl--light-green::after {
  background-color: #48CD4C;
}
@media screen and (min-width: 751px) {
  .p-area-process__ttl--light-green-it {
    margin-left: 40px;
  }
}
.p-area-process__ttl--blue-green {
  color: #00B8B2;
}
@media screen and (min-width: 751px) {
  .p-area-process__ttl--blue-green {
    margin-left: 66px;
  }
}
.p-area-process__ttl--blue-green::after {
  background-color: #00B8B2;
}
@media screen and (min-width: 751px) {
  .p-area-process__ttl--blue-green-it {
    margin-left: 60px;
  }
}
.p-area-process__ttl--blue {
  color: #696CDD;
}
@media screen and (min-width: 751px) {
  .p-area-process__ttl--blue {
    margin-left: 66px;
  }
}
.p-area-process__ttl--blue::after {
  background-color: #696CDD;
}
.p-area-process__ttl--blue-it {
  width: 7em;
}
@media screen and (min-width: 751px) {
  .p-area-process__ttl--blue-it {
    margin-left: -20px;
  }
}
.p-area-process__ttl--purple {
  color: #A85CDA;
}
@media screen and (min-width: 751px) {
  .p-area-process__ttl--purple {
    margin-left: 57px;
  }
}
.p-area-process__ttl--purple::after {
  background-color: #A85CDA;
}
.p-area-process__ttl--pink {
  color: #E765B3;
}
@media screen and (min-width: 751px) {
  .p-area-process__ttl--pink {
    margin-left: 36px;
  }
}
.p-area-process__ttl--pink::after {
  background-color: #E765B3;
}
@media screen and (min-width: 751px) {
  .p-area-process__ttl--pink-it {
    margin-left: 75px;
  }
}
.p-area-process__ttl--red {
  color: #ED5151;
}
.p-area-process__ttl--red::after {
  background-color: #ED5151;
}
.p-area-process__ttl--red-it {
  width: 5em;
}
@media screen and (min-width: 751px) {
  .p-area-process__ttl--red-it {
    margin-left: -24px;
  }
}
.p-area-process__txt {
  font-size: 14px;
}
@media screen and (min-width: 751px) {
  .p-area-process__txt {
    max-height: 2em;
  }
}
@media screen and (min-width: 751px) {
  .p-area-process__txt--mgt {
    margin-top: -2em;
  }
}

.p-area-block {
  position: relative;
  background-color: #ADCBD9;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  max-width: 1010px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .p-area-block {
    padding: 20px;
  }
}
.p-area-block:nth-child(n+2) {
  margin-top: 102px;
}
.p-area-block__head {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .p-area-block__head {
    top: -22px;
  }
}
.p-area-block__ttl {
  font-size: 24px;
  font-weight: 500;
  background-color: #D6D6D6;
  border-radius: 100px;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  display: inline-block;
  padding: 0 21px;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .p-area-block__ttl {
    font-size: 20px;
  }
}
.p-area-block__body {
  background-color: #fff;
  padding: 24px 39px;
}
@media screen and (max-width: 750px) {
  .p-area-block__body {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-area-block__body {
    padding: 15px;
  }
}
.p-area-block__list--col {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .p-area-block__list--col {
    display: block;
  }
}
.p-area-block__item {
  position: relative;
  font-size: 18px;
  padding-left: 1em;
}
@media screen and (max-width: 599px) {
  .p-area-block__item {
    font-size: 16px;
  }
}
.p-area-block__list--col .p-area-block__item {
  width: 33.3333333333%;
}
@media screen and (max-width: 750px) {
  .p-area-block__list--col .p-area-block__item {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .p-area-block__list--col .p-area-block__item {
    width: 100%;
  }
}

.p-area-block__item::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.p-area-list-wrap {
  position: relative;
  display: flex;
  max-width: 1010px;
  margin: 0 auto;
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .p-area-list-wrap {
    display: block;
  }
}

.p-area-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.p-area-list__item {
  position: relative;
  z-index: 100;
  width: 28.1578947368%;
  margin-right: 7.7631578947%;
}
.p-area-list__item--zidx {
  z-index: 1;
}
.p-area-list__item:nth-of-type(n + 4) {
  margin-top: 70.8px;
}
@media screen and (min-width: 751px) {
  .p-area-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-area-list__item {
    width: 31%;
    margin-right: 3.5%;
  }
}
@media screen and (max-width: 750px) {
  .p-area-list__item {
    width: 47.5%;
    margin-right: 5%;
  }
  .p-area-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-area-list__item:nth-of-type(n + 3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .p-area-list__item {
    width: 100%;
    margin-right: 0;
  }
  .p-area-list__item:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}
.p-area-list__anchor {
  border: none;
  background: none;
  margin: 0;
}
.p-area-list__anchor--mgt {
  margin-top: -25px;
}
.p-area-list__inner {
  position: relative;
  padding: 4.6728971963%;
  background-color: #A2C4D7;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  border: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .p-area-list__inner {
    padding-bottom: 30px;
  }
}
.p-area-list__inner--orange {
  background-color: #F3D3AA;
}
.p-area-list__img-area {
  overflow: hidden;
  display: block;
}
.p-area-list__img {
  aspect-ratio: 392/282;
  display: block;
}
@media screen and (min-width: 751px) {
  .p-area-list__img {
    transition: transform 0.3s;
  }
  .p-area-list__item:hover .p-area-list__img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 599px) {
  .p-area-list__img {
    width: 80%;
    margin: 0 auto;
  }
}
.p-area-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-area-list__txt {
  font-size: 22.8px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-area-list__txt--s {
  font-size: 21.6px;
}
.p-area-list__txt--ss {
  font-size: 19.2px;
}
.p-area-list__cont {
  position: relative;
  background-color: #fff;
  display: none;
  border: 4.2px solid #ADCBD9;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  border-radius: 14px;
  padding: 24px 12px 36px;
  max-width: 1520px;
  margin: 0 auto;
  margin-top: 48px;
  width: 355.1401869159%;
}
@media screen and (min-width: 1921px) {
  .p-area-list__cont {
    border-width: 7px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .p-area-list__cont {
    width: 322.5806451613%;
  }
}
@media screen and (min-width: 600px) and (max-width: 750px) {
  .p-area-list__cont {
    width: 210.5263157895%;
  }
}
@media screen and (max-width: 750px) {
  .p-area-list__cont {
    border-width: 4px;
  }
  .p-area-list__item:nth-of-type(2n) .p-area-list__cont {
    margin-left: -110.5263157895%;
  }
}
@media screen and (max-width: 599px) {
  .p-area-list__cont {
    width: 100%;
  }
  .p-area-list__item:nth-of-type(2n) .p-area-list__cont {
    margin-left: 0;
  }
}
.p-area-list__cont::before, .p-area-list__cont::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17.4px 30.12px 17.4px;
  border-color: transparent transparent #ADCBD9 transparent;
  top: -32.1px;
}
@media screen and (max-width: 750px) {
  .p-area-list__item:nth-of-type(2n - 1) .p-area-list__cont::before, .p-area-list__item:nth-of-type(2n - 1) .p-area-list__cont::after {
    left: 23.75%;
    transform: translateX(-50%);
  }
  .p-area-list__item:nth-of-type(2n) .p-area-list__cont::before, .p-area-list__item:nth-of-type(2n) .p-area-list__cont::after {
    right: 23.75%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 599px) {
  .p-area-list__item:nth-of-type(2n - 1) .p-area-list__cont::before, .p-area-list__item:nth-of-type(2n - 1) .p-area-list__cont::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .p-area-list__item:nth-of-type(2n) .p-area-list__cont::before, .p-area-list__item:nth-of-type(2n) .p-area-list__cont::after {
    right: 50%;
    transform: translateX(50%);
  }
}
.p-area-list__cont::after {
  top: -24px;
  border-color: transparent transparent #fff transparent;
}
@media screen and (min-width: 751px) {
  .p-area-list__cont--left::before, .p-area-list__cont--left::after {
    left: 111.6px;
  }
}
@media screen and (min-width: 1025px) {
  .p-area-list__cont--center {
    margin-left: -127.5700934579%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .p-area-list__cont--center {
    margin-left: -111.2903225806%;
  }
}
@media screen and (min-width: 751px) {
  .p-area-list__cont--center::before, .p-area-list__cont--center::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1025px) {
  .p-area-list__cont--right {
    margin-left: -255.1401869159%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .p-area-list__cont--right {
    margin-left: -222.5806451613%;
  }
}
@media screen and (min-width: 751px) {
  .p-area-list__cont--right::before, .p-area-list__cont--right::after {
    right: 111.6px;
  }
}
.p-area-list__cont--orange {
  border-color: #F3D3AA;
}
.p-area-list__cont--orange::before {
  border-color: transparent transparent #F3D3AA transparent;
}
.p-area-list__cont-ttl {
  color: #001C68;
  font-weight: 500;
  font-size: 28.8px;
}
@media screen and (max-width: 750px) {
  .p-area-list__cont-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .p-area-list__cont-ttl {
    font-size: 22px;
  }
}
.p-area-list__cont-ttl-s {
  font-size: 18px;
  display: block;
}
.p-area-list__cont-block {
  margin-top: 24px;
}
.p-area-list__cont-block-ttl {
  font-weight: 500;
  font-size: 17.4px;
}
@media screen and (max-width: 599px) {
  .p-area-list__cont-block-ttl {
    font-size: 16px;
  }
}
.p-area-list__cont-block-txt {
  font-weight: 500;
  font-size: 17.4px;
}
.p-area-list__cont-block-txt:nth-of-type(n + 2) {
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  .p-area-list__cont-block-txt {
    font-size: 16px;
  }
}
.p-area-list__cont-img--cae {
  max-width: 641px;
  margin: 0 auto;
}
.p-area-list__btn--mgt {
  margin-top: 20px;
}
.p-area-list__btn-link {
  font-weight: 500;
  font-size: 17.4px;
  color: #001C68;
  text-decoration: underline;
}
@media screen and (min-width: 751px) {
  .p-area-list__btn-link:hover {
    text-decoration: none;
  }
}

.p-area-btn {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 220px;
}
@media screen and (max-width: 1024px) {
  .p-area-btn {
    width: 31%;
    margin-top: 24%;
  }
}
@media screen and (max-width: 750px) {
  .p-area-btn {
    position: static;
    width: auto;
    margin-top: 60px;
  }
}
.p-area-btn--center {
  right: 35.9210526316%;
}
@media screen and (max-width: 1024px) {
  .p-area-btn--center {
    right: 34.5%;
  }
}
.p-area-btn__link {
  font-size: 16.2px;
  color: #fff;
  background-color: #001C68;
  text-align: center;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 100px;
  width: 274.2px;
  height: 63.6px;
  max-width: 274.2px;
}
@media screen and (max-width: 1024px) {
  .p-area-btn__link {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .p-area-btn__link {
    transition: background-color 0.3s;
  }
  .p-area-btn__link:hover {
    background-color: #324885;
  }
}
@media screen and (max-width: 750px) {
  .p-area-btn__link {
    font-size: 18px;
    width: 304.6666666667px;
    height: 70.6666666667px;
    margin: 0 auto;
  }
}

.p-area-box {
  background-color: #A2C4D7;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  padding: 36px;
  max-width: 1010px;
  margin: 0 auto;
  margin-top: 108px;
}
@media screen and (max-width: 599px) {
  .p-area-box {
    padding: 20px;
  }
}
.p-area-box--2 {
  margin-top: 50px;
}
.p-area-box__ttl {
  position: relative;
  font-size: 22.8px;
  font-weight: 500;
  padding-right: 1em;
  display: inline-block;
  margin-bottom: 15px;
}
.p-area-box__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #B10000;
}
.p-area-box__txt {
  font-size: 18px;
}
.p-area-box__txt:nth-of-type(n + 2) {
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  .p-area-box__txt {
    font-size: 16px;
  }
}
.p-area-box__txt-b {
  font-weight: bold;
  color: #001C68;
}
.p-area-box__list {
  display: flex;
  margin-top: 21px;
}
@media screen and (max-width: 750px) {
  .p-area-box__list {
    display: block;
  }
}
.p-area-box__list-item {
  background-color: #F8F8F8;
  padding: 15px;
  width: 47.8571428571%;
  margin-right: 4.2857142857%;
}
.p-area-box__list-item:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .p-area-box__list-item {
    width: 100%;
  }
  .p-area-box__list-item:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.p-area-box__list-ttl {
  font-size: 22.8px;
  font-weight: bold;
  color: #001C68;
  margin-bottom: 9px;
}
.p-area-box__list-ttl-s {
  font-size: 16.8px;
}
.p-area-box__list-txt {
  font-size: 16.8px;
  line-height: 1.75;
}
.p-area-box__list-txt--idt {
  text-indent: 1em;
}

.p-area-box-2 {
  background-color: #A2C4D7;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  padding: 36px;
  max-width: 1010px;
  margin: 0 auto;
  margin-top: 66px;
}
@media screen and (max-width: 599px) {
  .p-area-box-2 {
    padding: 20px;
  }
}
.p-area-box-2__inner:nth-of-type(n + 2) {
  margin-top: 50px;
}
.p-area-box-2__item {
  background-color: #fff;
  padding: 20px;
}
.p-area-box-2__item:nth-of-type(n + 2) {
  margin-top: 30px;
}
.p-area-box-2__ttl {
  font-size: 25px;
  font-weight: bold;
  color: #001C68;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p-area-box-2__ttl {
    font-size: 20px;
  }
}
.p-area-box-2__border-ttl {
  position: relative;
  font-size: 22.8px;
  font-weight: 500;
  padding-right: 1em;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p-area-box-2__border-ttl {
    font-size: 20px;
  }
}
.p-area-box-2__border-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #B10000;
}
.p-area-box-2__txt {
  font-size: 19px;
}
@media screen and (max-width: 599px) {
  .p-area-box-2__txt {
    font-size: 16px;
  }
}
.p-area-box-2__txt--mgt {
  margin-top: 1em;
}

.p-area-lead {
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  max-width: 1010px;
  margin: 0 auto;
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .p-area-lead {
    padding: 20px;
  }
}
.p-area-lead--mgt {
  margin-top: 50px;
}
.p-area-lead__ttl {
  font-size: 25px;
  font-weight: 500;
  color: #001C68;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .p-area-lead__ttl {
    font-size: 20px;
  }
}
.p-area-lead__txt {
  font-size: 19px;
}
@media screen and (max-width: 599px) {
  .p-area-lead__txt {
    font-size: 16px;
  }
}
.p-area-lead__txt:nth-of-type(n + 2) {
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .p-area-lead__txt-s {
    position: relative;
    top: -0.5em;
    font-size: 0.5em;
  }
}

.p-area-bnr {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  max-width: 1010px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 599px) {
  .p-area-bnr {
    border-radius: 10px;
  }
}
@media screen and (min-width: 751px) {
  .p-area-bnr__link {
    transition: opacity 0.3s;
  }
  .p-area-bnr__link:hover {
    opacity: 0.7;
  }
}
.p-area-bnr__link_flex {
  display: flex;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .p-area-bnr__link_flex {
    display: block;
    padding-bottom: 35px;
  }
}
.p-area-bnr__txt-area {
  width: 55.7843137255%;
  margin: auto 0;
}
@media screen and (max-width: 1110px) {
  .p-area-bnr__txt-area {
    padding-top: 4.5045045045vw;
  }
}
@media screen and (max-width: 599px) {
  .p-area-bnr__txt-area {
    width: 100%;
    padding-top: 25px;
  }
}
.p-area-bnr__txt-area--2 {
  padding-top: 0;
  padding-right: 5%;
}
@media screen and (max-width: 599px) {
  .p-area-bnr__txt-area--2 {
    padding: 25px 25px 0;
  }
}
.p-area-bnr__ttl {
  color: #3924A0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 1110px) {
  .p-area-bnr__ttl {
    font-size: 3.6036036036vw;
  }
}
@media screen and (max-width: 599px) {
  .p-area-bnr__ttl {
    font-size: 24px;
    text-align: center;
    margin: 0 25px 15px;
  }
}
.p-area-bnr__ttl span {
  display: inline-block;
}
.p-area-bnr__txt {
  font-size: clamp(14px, 1.6216216216vw, 18px);
  font-weight: bold;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .p-area-bnr__txt {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1110px) {
  .p-area-bnr__txt-br {
    display: none;
  }
}
.p-area-bnr__img {
  width: 34.6078431373%;
  margin-left: 6%;
  margin-right: 4.941176%;
}
@media screen and (max-width: 599px) {
  .p-area-bnr__img {
    width: 50%;
    margin: 0 auto;
  }
}
.p-area-bnr__btn {
  font-size: 35px;
  letter-spacing: 0.2em;
  font-weight: bold;
  background-color: #5BC0F8;
  color: #fff;
  border-radius: 100px;
  width: 85%;
  height: 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px auto 0;
}
@media screen and (max-width: 1110px) {
  .p-area-bnr__btn {
    font-size: 30px;
    letter-spacing: 0.2em;
    height: 6.5vw;
  }
}
@media screen and (max-width: 750px) {
  .p-area-bnr__btn {
    font-size: 25px;
  }
}
@media screen and (max-width: 599px) {
  .p-area-bnr__btn {
    font-size: 20px;
    width: 50%;
    height: 40px;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .p-area-bnr__btn {
    font-size: 19px;
    width: 70%;
    letter-spacing: 0.1em;
  }
}

/* ----------------------------------------
   news
---------------------------------------- */
.p-news-tab {
  display: flex;
  max-width: 872px;
  margin: 0 auto 24px;
}
.p-news-tab__list {
  display: flex;
}
.p-news-tab__item {
  border-right: 3px solid #B10000;
}
@media screen and (max-width: 750px) {
  .p-news-tab__item {
    border-width: 2px;
  }
}
.p-news-tab__item:last-of-type {
  border-right: none;
}
.p-news-tab__btn {
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0 27px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .p-news-tab__btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .p-news-tab__btn {
    padding: 0 10px;
    font-size: 16px;
  }
}
.p-news-tab__btn.is-current {
  color: #001C68;
  font-weight: 500;
}

.p-news-block {
  max-width: 872px;
  margin: 0 auto;
}
.p-news-block__cont {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  padding: 4.5871559633%;
  padding-top: 2.2935779817%;
  border-radius: 14px;
  max-height: 844px;
  overflow-y: scroll;
}
@media screen and (max-width: 750px) {
  .p-news-block__cont {
    padding: 20px;
  }
}
.p-news-block__list-item {
  position: relative;
}
.p-news-block__list-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: url("../img/common/icon_dot.png");
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 599px) {
  .p-news-block__list-item::after {
    height: 2px;
  }
}
.p-news-block__list-inner {
  display: flex;
  padding: 18px;
}
@media screen and (min-width: 751px) {
  .p-news-block__list-inner--link {
    transition: 0.3s;
  }
  .p-news-block__list-inner--link:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 750px) {
  .p-news-block__list-inner {
    display: block;
    padding: 10px 0;
  }
}
.p-news-block__list-date {
  color: #002F7C;
  font-size: 15px;
  font-family: "Sorts Mill Goudy", serif;
  padding-right: 36px;
}
@media screen and (max-width: 750px) {
  .p-news-block__list-date {
    display: block;
    padding-left: 0;
    padding-bottom: 5px;
    padding-right: 0;
  }
}
.p-news-block__list-cat {
  background: #001C68;
  color: #fff;
  font-size: 11px;
  padding: 0px 5px 2px;
  margin-bottom: 5px;
  display: inline-block;
  border-radius: 3px;
}
.p-news-block__list-ttl {
  font-size: 15px;
  font-weight: 500;
}
.p-news-block__list-txt {
  font-size: 13px;
}
.p-news-block__list-txt--line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.p-news-block__btn {
  text-align: right;
  margin-top: 15px;
}

.p-news-post {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  padding: 4.5871559633%;
  border-radius: 14px;
}
@media screen and (max-width: 750px) {
  .p-news-post {
    padding: 20px;
  }
}
.p-news-post__head {
  padding: 5px 10px;
  border-bottom: 1px solid;
  margin-bottom: 30px;
}
.p-news-post__ttl {
  font-size: 24px;
  font-weight: bold;
}
.p-news-post__date {
  font-size: 14px;
  text-align: right;
  display: block;
}
.p-news-post__body p {
  font-size: 16px;
}
.p-news-post__body p:nth-of-type(n + 2) {
  margin-top: 1em;
}
.p-news-post__body img {
  margin-top: 1em;
}

.p-news-btn {
  font-size: 15.6px;
  font-weight: bold;
  color: #fff;
  background-color: #001C68;
  border-radius: 6px;
  text-align: center;
  border: none;
  width: 271.8px;
  height: 34.8px;
  margin: 100px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .p-news-btn {
    transition: background-color 0.3s;
  }
  .p-news-btn:hover {
    background-color: #324885;
  }
}

/* ----------------------------------------
   search
---------------------------------------- */
.p-search-block {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  padding: 33px;
  max-width: 1010px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-search-block {
    padding: 40px 20px;
  }
}

.p-search-form {
  width: 93.9768976898%;
  height: 35px;
  margin: 0 auto 48px;
  display: flex;
}
@media screen and (max-width: 750px) {
  .p-search-form {
    height: 35px;
  }
}
.p-search-form__input {
  width: calc(100% - 35px);
  border: 1px solid #000;
  padding: 0 0.8em;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  .p-search-form__input {
    width: calc(100% - 38px);
  }
}
.p-search-form__btn {
  width: 35px;
  background-color: #fff;
  border: none;
  border: 1px solid #000;
  border-left: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .p-search-form__btn {
    width: 38px;
  }
}
.p-search-form__btn picture {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .p-search-form__btn picture {
    transition: 0.3s;
  }
  .p-search-form__btn picture:hover {
    opacity: 0.3;
  }
}
.p-search-form__btn img {
  width: 50%;
}

.p-search-list {
  border-top: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 72px;
}
.p-search-list__item {
  border-bottom: 1px solid #000;
}
.p-search-list__link {
  display: block;
  padding: 10px 20px;
}
@media screen and (max-width: 750px) {
  .p-search-list__link {
    padding: 10px;
  }
}
.p-search-list__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-search-list__txt {
  font-size: 14px;
}

.search-highlight {
  background-color: #FFE88A;
}

.p-search-txt {
  font-size: 20px;
}
.p-search-txt__word {
  font-weight: bold;
}

/* ----------------------------------------
   contact
---------------------------------------- */
.p-contact {
  max-width: 1010px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-contact {
    display: block;
  }
}
.p-contact__item {
  width: 47.9605263158%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 24px 0 42px;
  display: block;
}
@media screen and (max-width: 750px) {
  .p-contact__item {
    width: 100%;
  }
  .p-contact__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.p-contact__ttl {
  font-size: 18px;
  font-weight: 500;
  color: #505050;
  padding-left: 42px;
  margin-bottom: 24px;
}
.p-contact__contents {
  display: flex;
  align-items: center;
  height: 170.4px;
}
@media screen and (max-width: 750px) {
  .p-contact__contents {
    height: 10.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .p-contact__contents {
    height: auto;
  }
}
.p-contact__txt {
  font-size: 14px;
  color: #505050;
}
.p-contact__img-area {
  width: 47.8737997257%;
}
@media screen and (max-width: 750px) {
  .p-contact__img-area {
    width: 30%;
  }
}
.p-contact__txt-area {
  width: 52.1262002743%;
  padding-right: 36px;
  min-width: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .p-contact__txt-area {
    width: 70%;
    padding-right: 10px;
  }
}
.p-contact__img {
  margin: 0 auto;
}
.p-contact__img--doc {
  width: 63.8968481375%;
}
.p-contact__img--mail {
  width: 90.2578796562%;
}
@media screen and (max-width: 750px) {
  .p-contact__img--mail {
    width: 80%;
  }
}
.p-contact__btn {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 30px;
}
.p-contact__btn-link {
  position: relative;
  font-size: 15.6px;
  color: #fff;
  background-color: #B10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 100px;
}
@media screen and (min-width: 751px) {
  .p-contact__btn-link {
    transition: background 0.3s;
  }
  .p-contact__btn-link:hover {
    background-color: #BD2F31;
  }
}
.p-contact__btn-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 100px;
}

/* ----------------------------------------
   download
---------------------------------------- */
.p-download-main {
  max-width: 1010px;
  margin: 0 auto;
}
.p-download-main__contents {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  max-width: 560px;
  padding: 18px 30px 48px;
  margin-bottom: 24px;
}
.p-download-main__txt-area {
  margin-top: 50px;
}
.p-download-main__ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  .p-download-main__ttl {
    font-size: 18px;
  }
}
.p-download-main__txt {
  font-size: 15px;
}
.p-download-main__body {
  display: flex;
  margin-left: 48px;
}
@media screen and (max-width: 750px) {
  .p-download-main__body {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-download-main__body {
    display: block;
  }
}
.p-download-main__img-area {
  width: 34.1906202723%;
  margin-right: 5.2950075643%;
}
@media screen and (max-width: 599px) {
  .p-download-main__img-area {
    width: 160px;
    margin: 0 auto;
  }
}
.p-download-main__label {
  display: block;
  margin: 0 auto 15px !important;
  cursor: pointer;
  width: 20.4px;
  height: 20.4px;
  cursor: pointer;
}
.p-download-main__label + span {
  display: none;
}
.p-download-main__img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
}
.p-download-main__txt-area {
  width: 60.5143721634%;
}
@media screen and (max-width: 599px) {
  .p-download-main__txt-area {
    width: 100%;
  }
}
.p-download-main .mwform-checkbox-field label::after {
  content: "";
  width: 100%;
  aspect-ratio: 155/200;
  display: block;
  background-image: url("../img/download/img_brochure.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.p-download-doc {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  padding: 30px 81px 54px;
  max-width: 1010px;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 78px;
}
@media screen and (max-width: 1024px) {
  .p-download-doc {
    padding: 30px 30px 60px 30px;
  }
}
.p-download-doc__head {
  width: 49.3421052632%;
  min-width: 520px;
  margin-bottom: 48px;
}
@media screen and (max-width: 750px) {
  .p-download-doc__head {
    min-width: 100%;
  }
}
.p-download-doc__ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 9px;
}
@media screen and (max-width: 599px) {
  .p-download-doc__ttl {
    font-size: 18px;
  }
}
.p-download-doc__txt {
  font-size: 15px;
}
.p-download-doc__img {
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
}
.p-download-doc__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .p-download-doc__list {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .p-download-doc__list {
    max-width: 500px;
  }
}
.p-download-doc__item {
  width: 18.1%;
  margin-right: 9.2%;
}
@media screen and (min-width: 1025px) {
  .p-download-doc__item:nth-of-type(n + 5) {
    margin-top: 42px;
  }
  .p-download-doc__item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 1024px) {
  .p-download-doc__item {
    width: 28%;
    margin-right: 8%;
  }
  .p-download-doc__item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
  .p-download-doc__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .p-download-doc__item {
    width: 45%;
    margin-right: 10%;
  }
  .p-download-doc__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }
  .p-download-doc__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.p-download-doc__item .mwform-checkbox-field label {
  cursor: pointer;
}
.p-download-doc__item .mwform-checkbox-field label::after {
  content: "";
  width: 100%;
  aspect-ratio: 794/1123;
  display: block;
  background-image: url("../img/download/img_download.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}
.p-download-doc__item--mec .mwform-checkbox-field label::after {
  background-image: url("../img/download/img_cover_mec.png");
}
.p-download-doc__item--ele .mwform-checkbox-field label::after {
  background-image: url("../img/download/img_cover_ele.png");
}
.p-download-doc__item--it .mwform-checkbox-field label::after {
  background-image: url("../img/download/img_cover_it.png");
}
.p-download-doc__item--bio .mwform-checkbox-field label::after {
  background-image: url("../img/download/img_cover_bio.png");
}
.p-download-doc__item--sem .mwform-checkbox-field label::after {
  background-image: url("../img/download/img_cover_sem.png");
}
.p-download-doc__item--des .mwform-checkbox-field label::after {
  background-image: url("../img/download/img_cover_des.png");
}
.p-download-doc__label {
  display: block;
  margin: 0 auto 10px !important;
  width: 20.4px;
  height: 20.4px;
  cursor: pointer;
}
.p-download-doc__label + span {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-bottom: 6px;
  white-space: nowrap;
  width: 110%;
  margin-left: -5%;
}
@media screen and (max-width: 750px) {
  .p-download-doc__label + span {
    font-size: 14px;
  }
}
.p-download-doc__img {
  width: 100%;
}
.p-download-doc__img img {
  width: 100%;
}

/* ----------------------------------------
   voice
---------------------------------------- */
.p-voice-lead {
  padding-top: 78px;
  padding-bottom: 50.4px;
  margin: 0 auto;
  max-width: 1280px;
  font-size: 18px;
}
.p-voice-lead__txt {
  margin-right: 120px;
  margin-left: 120px;
}
@media screen and (max-width: 750px) {
  .p-voice-lead__txt {
    margin: 30px;
  }
}

.p-voice-bg {
  padding-top: clamp(108px, 9.375vw, 180px);
  padding-bottom: 99px;
  position: relative;
}
.p-voice-bg--blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E9F8FF;
  mix-blend-mode: multiply;
  z-index: -1;
}

.p-voice-card {
  max-width: 1068px;
  margin: 0 auto;
}
.p-voice-card__chart {
  display: flex;
  background-color: #fff;
  padding: 8% 6%;
}
@media screen and (max-width: 599px) {
  .p-voice-card__chart {
    display: block;
    padding: 15px;
  }
}
.p-voice-card__img-voice {
  width: 45.5992509363%;
  overflow: hidden;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 599px) {
  .p-voice-card__img-voice {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .p-voice-card__img {
    transition: transform 0.3s;
  }
}
.p-voice-card__txt-voice {
  position: relative;
  width: 54.4007490637%;
  background-color: #fff;
  padding-top: 5px;
  padding-left: 30px;
}
@media screen and (max-width: 599px) {
  .p-voice-card__txt-voice {
    width: 100%;
    padding: 20px 4% 30px;
  }
}
.p-voice-card__ttl {
  position: relative;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}
@media screen and (min-width: 751px) {
  .p-voice-card__ttl {
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1200px) {
  .p-voice-card__ttl {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 599px) {
  .p-voice-card__ttl {
    font-size: 16px;
    margin-bottom: 20px;
    padding-right: 25px;
  }
}
.p-voice-card__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #B10000;
  width: 100%;
  height: 3px;
  margin-bottom: -5px;
}
.p-voice-card__list-2col {
  display: flex;
}
.p-voice-card__list-cat {
  padding: 5px 20px;
  width: 150px;
  text-align: center;
  background-color: #A2C4D7;
  border-radius: 5px;
  margin-bottom: 30px;
}
.p-voice-card__list-txt {
  padding: 5px 20px;
  white-space: nowrap;
}
.p-voice-card__list-1col {
  margin-bottom: 10px;
}
.p-voice-card__txt {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 751px) {
  .p-voice-card__txt {
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 1200px) {
  .p-voice-card__txt {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 599px) {
  .p-voice-card__txt {
    font-size: 13px;
  }
}

.p-voice-comment {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-voice-comment {
    padding: 25px 20px;
  }
}
.p-voice-comment__output {
  max-width: 1200px;
  margin: 0 auto;
}
.p-voice-comment__skillup {
  max-width: 1200px;
  margin: 0 auto;
}
.p-voice-comment__deadline {
  max-width: 1200px;
  margin: 0 auto;
}
.p-voice-comment__item {
  margin-bottom: 113px;
  display: flex;
}
.p-voice-comment__item--right {
  justify-content: flex-end;
}
.p-voice-comment__content {
  position: relative;
  max-width: 760px;
  padding: 24px 30px;
  border-radius: 10px;
  border: 5px solid #fff;
  position: relative;
  line-height: 2.5;
  /* 縁取り */
}
@media screen and (max-width: 599px) {
  .p-voice-comment__content {
    padding: 15px 15px;
  }
}
.p-voice-comment__content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 15px;
  border: 5px solid #000;
}
.p-voice-comment__content--blue {
  background-color: #D4E6F1;
}
.p-voice-comment__content--purple {
  background-color: #E7DFEF;
}
.p-voice-comment__content--orange {
  background-color: #F1E7D4;
}
.p-voice-comment__content--green {
  background-color: #D4F1D7;
}
.p-voice-comment__triangle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}
@media screen and (max-width: 750px) {
  .p-voice-comment__triangle {
    display: none;
  }
}
.p-voice-comment__triangle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 40px solid #000000;
  border-right: 0;
}
.p-voice-comment__triangle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 30px solid #ffffff;
  border-right: 0;
}
.p-voice-comment__item--right .p-voice-comment__triangle {
  transform: translateY(-50%) rotate(180deg);
  left: -5px;
  right: auto;
}

.p-voice-comment__item--3 .p-voice-comment__triangle {
  margin-top: -50px;
}

.p-voice-comment__item--4 .p-voice-comment__triangle {
  margin-top: -50px;
}

.p-voice-comment__item--7 .p-voice-comment__triangle {
  margin-top: -30px;
}

.p-voice-comment__item--8 .p-voice-comment__triangle {
  margin-top: -50px;
}

.p-voice-comment__item--9 .p-voice-comment__triangle {
  margin-top: -30px;
}

.p-voice-comment__item--10 .p-voice-comment__triangle {
  margin-top: -80px;
}

.p-voice-comment__item--11 .p-voice-comment__triangle {
  margin-top: -30px;
}

.p-voice-comment__item--12 .p-voice-comment__triangle {
  margin-top: -30px;
}

.p-voice-comment__item--13 .p-voice-comment__triangle {
  margin-top: -20px;
}

.p-voice-comment__item--14 .p-voice-comment__triangle {
  margin-top: -50px;
}

.p-voice-comment__human {
  width: 106px;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .p-voice-comment__human {
    display: none;
  }
}
.p-voice-comment__item--left .p-voice-comment__human {
  margin-left: 50px;
}

.p-voice-comment__item--right .p-voice-comment__human {
  margin-right: 50px;
}

.p-voice-comment__item--2 .p-voice-comment__human {
  margin-top: 30px;
}

.p-voice-comment__item--3 .p-voice-comment__human {
  margin-top: 50px;
}

.p-voice-comment__item--8 .p-voice-comment__human {
  margin-top: 20px;
}

.p-voice-comment__item--9 .p-voice-comment__human {
  margin-top: 30px;
}

.p-voice-comment__item--10 .p-voice-comment__human {
  margin-top: 50px;
}

.p-voice-comment__item--13 .p-voice-comment__human {
  margin-top: 20px;
}

.p-voice-comment__item--14 .p-voice-comment__human {
  margin-top: 30px;
}

.p-voice-comment__ttl {
  position: relative;
  display: inline-block;
  width: 4em;
  text-align: left;
  font-size: 34.2px;
  white-space: nowrap;
  margin-right: 48px;
  margin-bottom: 58px;
}
@media screen and (max-width: 750px) {
  .p-voice-comment__ttl {
    margin-right: 0;
    width: auto;
  }
  .p-voice-comment__ttl::after {
    content: "";
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    width: 12px;
    height: 12px;
    border-radius: 100px;
  }
}
@media screen and (max-width: 599px) {
  .p-voice-comment__ttl {
    font-size: 25px;
  }
}
.p-voice-comment__txt {
  font-size: 12.6px;
}
@media screen and (min-width: 751px) {
  .p-voice-comment__txt {
    max-height: 2em;
  }
}

/* ----------------------------------------
   dispatch
---------------------------------------- */
.p-dispatch-box {
  background-color: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  border-radius: 12px;
  padding: 40px;
  max-width: 1010px;
  margin: 150px auto 0;
}
@media screen and (max-width: 750px) {
  .p-dispatch-box {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-dispatch-box {
    padding: 20px;
  }
}
.p-dispatch-box:first-of-type {
  margin-top: 50px;
}
.p-dispatch-box__head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.p-dispatch-box__point {
  width: 100px;
  height: 100px;
  background-color: #001C68;
  border-radius: 6px;
  margin-right: 30px;
  padding-top: 7px;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .p-dispatch-box__point {
    width: 65px;
    height: 65px;
    padding-top: 4px;
  }
}
@media screen and (max-width: 599px) {
  .p-dispatch-box__point {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
.p-dispatch-box__point-txt {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-dispatch-box__point-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .p-dispatch-box__point-txt {
    font-size: 12px;
  }
}
.p-dispatch-box__point-num {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-dispatch-box__point-num {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .p-dispatch-box__point-num {
    font-size: 20px;
  }
}
.p-dispatch-box__ttl {
  font-size: 40px;
  font-weight: 500;
  color: #001C68;
  line-height: 1.35;
}
@media screen and (max-width: 750px) {
  .p-dispatch-box__ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .p-dispatch-box__ttl {
    font-size: 22px;
  }
}
.p-dispatch-box__txt-area {
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .p-dispatch-box__txt-area {
    padding: 0;
  }
}
.p-dispatch-box__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .p-dispatch-box__txt {
    font-size: 18px;
  }
}
.p-dispatch-box__btn {
  width: 287px;
  height: 59px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .p-dispatch-box__btn {
    max-width: 287px;
    width: 100%;
    margin-right: auto;
  }
}
.p-dispatch-box__btn-link {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 27px;
  border-radius: 100px;
  background-color: #001C68;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .p-dispatch-box__btn-link {
    transition: 0.3s;
  }
  .p-dispatch-box__btn-link:hover {
    background-color: #324885;
  }
}
@media screen and (max-width: 599px) {
  .p-dispatch-box__btn-link {
    font-size: 22px;
  }
}
.p-dispatch-box__graph {
  margin-top: 30px;
}
.p-dispatch-box__graph-txt {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.p-dispatch-box__graph-img {
  position: relative;
  max-width: 573px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-dispatch-box__graph-img {
    width: 100%;
  }
}
.p-dispatch-box__graph-img img {
  width: 100%;
}
.p-dispatch-box__img--about {
  max-width: 847px;
  margin: 30px auto 0;
}
.p-dispatch-box__img--map {
  max-width: 733px;
  margin: 0 auto;
}
.p-dispatch-box__note {
  text-align: right;
  font-size: 14px;
  margin-top: 10px;
}

.p-dispatch-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .p-dispatch-list {
    display: block;
  }
}
.p-dispatch-list__item {
  background-color: #EFEFEF;
  width: 31.914893617%;
  margin-right: 2.1276595745%;
}
@media screen and (min-width: 751px) {
  .p-dispatch-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-dispatch-list__item:nth-of-type(n + 4) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  .p-dispatch-list__item {
    width: 47.5%;
    margin-right: 5%;
  }
  .p-dispatch-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-dispatch-list__item:nth-of-type(n + 3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .p-dispatch-list__item {
    width: 100%;
    margin-top: 25px;
  }
}
.p-dispatch-list__link {
  position: relative;
  padding: 15px;
  padding-bottom: 50%;
  display: block;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .p-dispatch-list__link {
    transition: opacity 0.3s;
  }
  .p-dispatch-list__link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 599px) {
  .p-dispatch-list__link {
    padding-bottom: 15px;
  }
}
.p-dispatch-list__ttl {
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-dispatch-list__ttl {
    font-size: 22px;
  }
}
.p-dispatch-list__txt {
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "palt";
}
.p-dispatch-list__img {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
  aspect-ratio: 524/240;
}
@media screen and (max-width: 599px) {
  .p-dispatch-list__img {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}
.p-dispatch-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-dispatch-contents {
  background-color: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  border-radius: 12px;
  padding: 75px 40px 60px;
  max-width: 1010px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-dispatch-contents {
    padding: 75px 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .p-dispatch-contents {
    padding: 75px 20px 60px;
  }
}
.p-dispatch-contents__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-dispatch-contents__inner {
    display: block;
  }
}
.p-dispatch-contents__img--1 {
  width: 45.6684491979%;
}
@media screen and (max-width: 750px) {
  .p-dispatch-contents__img--1 {
    width: 100%;
    margin: 0 auto;
  }
}
.p-dispatch-contents__img--2 {
  width: 46.4171122995%;
}
@media screen and (max-width: 750px) {
  .p-dispatch-contents__img--2 {
    width: 100%;
    margin: 50px auto 0;
  }
}
.p-dispatch-contents__txt-area {
  margin-top: 60px;
}
.p-dispatch-contents__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
.p-dispatch-contents__txt:nth-of-type(n + 2) {
  margin-top: 45px;
}
@media screen and (max-width: 599px) {
  .p-dispatch-contents__txt {
    font-size: 18px;
  }
}
.p-dispatch-contents__txt-blue {
  font-weight: bold;
  font-size: 25px;
  color: #001C68;
}
@media screen and (max-width: 599px) {
  .p-dispatch-contents__txt-blue {
    font-size: 23px;
  }
}
.p-dispatch-contents__txt-aqua {
  font-weight: bold;
  font-size: 25px;
  color: #117178;
}
@media screen and (max-width: 599px) {
  .p-dispatch-contents__txt-aqua {
    font-size: 23px;
  }
}

/* ----------------------------------------
   outsourcing
---------------------------------------- */
.p-outsourcing-nav {
  position: fixed;
  display: block;
  z-index: 20;
  background-color: #343434;
  width: 100%;
  height: 60px;
}
.p-outsourcing-nav__list {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  color: #FFFFFF;
}
@media screen and (max-width: 1400px) {
  .p-outsourcing-nav__list {
    margin-right: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .p-outsourcing-nav__list {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .p-outsourcing-nav__list {
    margin-top: 0;
  }
}
.p-outsourcing-nav__list-item {
  padding: 0 0 0 90px;
}
@media screen and (max-width: 1024px) {
  .p-outsourcing-nav__list-item {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-outsourcing-nav__list-item {
    padding: 10px;
  }
}
.p-outsourcing-nav__list-btn {
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  display: block;
}
.p-outsourcing-nav__list-link {
  position: relative;
  display: block;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .p-outsourcing-nav__list-link {
    transition: 0.3s;
  }
  .p-outsourcing-nav__list-link:hover {
    color: #002D55;
  }
}
.p-outsourcing-nav__list-btn {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-outsourcing-nav__list-btn {
    display: none;
  }
}
.p-outsourcing-nav__list-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22px;
  background-image: url("../img/common/icon_header-arrow.svg");
  background-size: 100% auto;
  width: 9px;
  height: 9px;
}
@media screen and (max-width: 1024px) {
  .p-outsourcing-nav__list-btn::after {
    top: 50%;
    left: auto;
    right: 10px;
    transform: translateY(-50%) rotate(-90deg);
  }
}
.p-outsourcing-nav__list-txt {
  font-size: 15px;
  font-weight: 500;
  height: 42px;
}
.p-outsourcing-nav__list-txt--active {
  border-bottom: 3px solid #B10000;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-nav__list-txt {
    font-size: 10px;
  }
}

.p-outsourcing-lead__txt {
  max-width: 1025px;
  margin: 0 auto;
}

.p-outsourcing-box {
  background-color: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  border-radius: 12px;
  padding: 40px 10px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 100px;
  max-width: 1020px;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-box {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .p-outsourcing-box {
    padding: 10px;
  }
}
.p-outsourcing-box:first-of-type {
  margin-top: 50px;
}
.p-outsourcing-box__head {
  display: flex;
  align-items: center;
  margin: 50px 20px 30px;
}
.p-outsourcing-box__point {
  width: 100px;
  height: 100px;
  background-color: #001C68;
  border-radius: 6px;
  margin-right: 30px;
  padding-top: 7px;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-box__point {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 599px) {
  .p-outsourcing-box__point {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
.p-outsourcing-box__point-txt {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  display: block;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-box__point-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .p-outsourcing-box__point-txt {
    font-size: 12px;
  }
}
.p-outsourcing-box__point-num {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  display: block;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-box__point-num {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .p-outsourcing-box__point-num {
    font-size: 20px;
  }
}
.p-outsourcing-box__ttl {
  font-size: 40px;
  font-weight: 500;
  color: #001C68;
  line-height: 1.35;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-box__ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .p-outsourcing-box__ttl {
    font-size: 22px;
  }
}
.p-outsourcing-box__txt-area {
  padding: 0 20px;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-box__txt-area {
    padding: 0;
  }
}
.p-outsourcing-box__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
.p-outsourcing-box__btn {
  width: 287px;
  height: 59px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-box__btn {
    max-width: 287px;
    width: 100%;
    margin-right: auto;
  }
}
.p-outsourcing-box__btn-link {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 27px;
  border-radius: 100px;
  background-color: #001C68;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .p-outsourcing-box__btn-link {
    transition: 0.3s;
  }
  .p-outsourcing-box__btn-link:hover {
    background-color: #324885;
  }
}
@media screen and (max-width: 599px) {
  .p-outsourcing-box__btn-link {
    font-size: 22px;
  }
}
.p-outsourcing-box__graph {
  margin-top: 30px;
}
.p-outsourcing-box__graph-txt {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.p-outsourcing-box__graph-img {
  max-width: 708px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-box__graph-img {
    width: 700px;
  }
}
.p-outsourcing-box__img--about {
  max-width: 847px;
  margin: 30px auto 0;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-box__img--about {
    width: 100%;
  }
}
.p-outsourcing-box__img--map {
  max-width: 733px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-box__img--map {
    width: 100%;
  }
}
.p-outsourcing-box__contents {
  padding-top: 150px;
}
.p-outsourcing-box__ttl-area {
  display: flex;
  justify-content: center;
  padding-top: 200px;
  margin-top: -200px;
  position: relative;
  z-index: -1;
}
.p-outsourcing-box__h3 {
  background-color: #001C68;
  color: #FFFFFF;
  width: 586px;
  height: 65px;
  font-size: 40px;
  text-align: center;
  line-height: 60px;
  margin-left: 190px;
  margin-right: 15px;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-box__h3 {
    width: 100%;
    margin-left: 0;
    font-size: 30px;
  }
}
.p-outsourcing-box__ttl-img {
  width: 120px;
  margin: 0 20px;
  margin-top: -30px;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-box__ttl-img {
    width: 100px;
    margin: 0 auto;
  }
}
.p-outsourcing-box__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-outsourcing-box__img {
  width: 30.3846153846%;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-box__img {
    width: 200px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 599px) {
  .p-outsourcing-box__img--pc {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .p-outsourcing-box__img--sp {
    display: none;
  }
}
.p-outsourcing-box__link {
  text-align: right;
}
.p-outsourcing-box__link-txt {
  position: relative;
  font-size: 16px;
  color: #2F9B88;
  padding-right: 30px;
}
.p-outsourcing-box__link-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 23.4px;
  height: 23.4px;
  background-image: url("../img/recruit/common/icon_arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
@media screen and (min-width: 751px) {
  .p-outsourcing-box__link-txt:hover::after {
    transform: translate(5px, -50%);
  }
}

.p-outsourcing-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-list {
    display: block;
  }
}
.p-outsourcing-list__item {
  background-color: #EFEFEF;
  width: 31.914893617%;
  margin-right: 2.1276595745%;
  padding: 15px;
}
@media screen and (min-width: 751px) {
  .p-outsourcing-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-outsourcing-list__item:nth-of-type(n + 4) {
    margin-top: 35px;
  }
}
@media screen and (max-width: 750px) {
  .p-outsourcing-list__item {
    width: 47.5%;
    margin-right: 5%;
  }
  .p-outsourcing-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
  .p-outsourcing-list__item:nth-of-type(n + 3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .p-outsourcing-list__item {
    width: 100%;
    margin-top: 25px;
  }
}
.p-outsourcing-list__ttl {
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-list__ttl {
    font-size: 22px;
  }
}
.p-outsourcing-list__txt {
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "palt";
}
.p-outsourcing-list__img {
  margin-top: 25px;
}

.p-outsourcing-contents {
  background-color: #fff;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.28);
  border-radius: 12px;
  padding: 75px 40px 60px;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-contents {
    padding: 75px 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .p-outsourcing-contents {
    padding: 75px 20px 60px;
  }
}
.p-outsourcing-contents__inner {
  display: flex;
  justify-content: space-between;
  padding: 75px 40px 60px;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-contents__inner {
    display: block;
    padding-bottom: 20px;
    padding: 75px 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .p-outsourcing-contents__inner {
    padding: 75px 20px 60px;
  }
}
.p-outsourcing-contents__img--1 {
  width: 46.847826087%;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-contents__img--1 {
    width: 100%;
    margin: 0 auto;
  }
}
.p-outsourcing-contents__img--2 {
  width: 48.586956521%;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-contents__img--2 {
    width: 100%;
    margin: 50px auto 0;
  }
}
.p-outsourcing-contents__txt-area {
  display: flex;
  justify-content: space-between;
  padding: 0px 40px 60px;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-contents__txt-area {
    display: block;
    padding: 0px 75px 75px 75px;
  }
}
@media screen and (max-width: 599px) {
  .p-outsourcing-contents__txt-area {
    padding: 25px;
  }
}
.p-outsourcing-contents__txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
.p-outsourcing-contents__txt:nth-of-type(n + 2) {
  margin-top: 45px;
}
.p-outsourcing-contents__txt-inner--1 {
  width: 45.6684491979%;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-contents__txt-inner--1 {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
}
.p-outsourcing-contents__txt-inner--2 {
  width: 46.4171122995%;
}
@media screen and (max-width: 750px) {
  .p-outsourcing-contents__txt-inner--2 {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
}
.p-outsourcing-contents__txt-blue {
  color: #001C68;
}
.p-outsourcing-contents__txt-blue--bold {
  font-weight: bold;
  font-size: 25px;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-contents__txt-blue--bold {
    font-size: 23px;
  }
}
.p-outsourcing-contents__txt-aqua {
  color: #117178;
}
.p-outsourcing-contents__txt-aqua--bold {
  font-weight: bold;
  font-size: 25px;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-contents__txt-aqua--bold {
    font-size: 23px;
  }
}

.p-outsourcing {
  border: 3.6px solid #2F9B88;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  max-width: 946px;
  margin: 0 auto;
  padding: 54px 0;
}
.p-outsourcing:first-of-type {
  margin-top: 50px;
}
.p-outsourcing:nth-of-type(n + 2) {
  margin-top: 150px;
}
.p-outsourcing__container {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .p-outsourcing__container {
    padding: 0 20px;
  }
}
.p-outsourcing__ttl {
  font-size: 30px;
  font-weight: bold;
  color: #2F9B88;
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .p-outsourcing__ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.p-outsourcing__txt:nth-of-type(n + 2) {
  margin-top: 30px;
}
.p-outsourcing__img {
  margin: 0 auto;
}
.p-outsourcing__img--skillup {
  max-width: 428px;
}
.p-outsourcing__img--spec {
  width: 75.119047619%;
  margin-top: 45px;
  margin-bottom: 120px;
}
.p-outsourcing__link {
  text-align: right;
  margin-top: 25px;
}
.p-outsourcing__link-txt {
  position: relative;
  font-size: 16px;
  color: #2F9B88;
  padding-right: 30px;
  display: inline-block;
}
.p-outsourcing__link-txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 23.4px;
  height: 23.4px;
  background-image: url("../img/recruit/common/icon_arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
@media screen and (min-width: 751px) {
  .p-outsourcing__link-txt:hover::after {
    transform: translate(5px, -50%);
  }
}

.p-outsourcing-acc {
  margin-top: 30px;
}
.p-outsourcing-acc__anchor {
  padding-top: 75px;
  margin-top: -75px;
  background: none;
  border: none;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-acc__anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.p-outsourcing-acc__head {
  cursor: pointer;
  background-color: #E8E8E8;
  display: block;
}
@media screen and (min-width: 751px) {
  .p-outsourcing-acc__head {
    transition: opacity 0.3s;
  }
  .p-outsourcing-acc__head:hover {
    opacity: 0.7;
  }
}
.p-outsourcing-acc__ttl {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
  border: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
  text-align: left;
  padding: 15px;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-acc__ttl {
    padding: 10px 15px;
    padding-right: 45px;
  }
}
.p-outsourcing-acc__body {
  display: none;
  padding: 15px;
  padding-top: 10px;
  background-color: #E8E8E8;
  font-weight: 500;
}
.p-outsourcing-acc__item {
  position: relative;
  margin-bottom: 6px;
  overflow: hidden;
}
.p-outsourcing-acc__icon {
  position: absolute;
  top: 25px;
  right: 15px;
  background-color: #001C68;
  width: 28px;
  aspect-ratio: 1/1;
  border-radius: 3px;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-acc__icon {
    top: 20px;
    right: 15px;
  }
}
.p-outsourcing-acc__icon::before, .p-outsourcing-acc__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.p-outsourcing-acc__icon::before {
  width: 66.6666666667%;
  height: 2px;
}
.p-outsourcing-acc__icon::after {
  width: 2px;
  height: 66.6666666667%;
}
.p-outsourcing-acc__head.is-open .p-outsourcing-acc__icon::after {
  opacity: 0;
}

.p-outsourcing-acc-close {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 15px;
  background-color: #707070;
  width: 28px;
  aspect-ratio: 1/1;
  border-radius: 3px;
  z-index: 1000;
  margin-left: 434px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-outsourcing-acc-close {
    left: auto;
    right: 0;
    margin-left: 0;
  }
}
.p-outsourcing-acc-close::before, .p-outsourcing-acc-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
}
.p-outsourcing-acc-close::before {
  width: 66.6666666667%;
  height: 2px;
}
.p-outsourcing-acc-close::after {
  width: 2px;
  height: 66.6666666667%;
}
.p-outsourcing-acc-close.is-show {
  display: block;
}

.p-outsourcing-block:nth-of-type(n + 2) {
  margin-top: 60px;
}
.p-outsourcing-block--mgt {
  margin-top: 60px;
}
.p-outsourcing-block__body {
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .p-outsourcing-block__body {
    padding: 0;
  }
}

.p-outsourcing-table {
  width: 100%;
}
.p-outsourcing-table__head {
  border: 1px solid #E8E8E8;
  border-left: none;
  background-color: #E8E8E8;
  color: #333333;
  font-size: 20px;
  padding: 3px;
  font-weight: 500;
}
.p-outsourcing-table__head--1 {
  width: 5.4726368159%;
  border-left: 1px solid #E8E8E8;
}
.p-outsourcing-table__head--2 {
  width: 25.8706467662%;
}
.p-outsourcing-table__head--3 {
  width: 68.6567164179%;
}
.p-outsourcing-table__body {
  font-size: 18px;
  padding: 3px;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-left: none;
  font-weight: 500;
}
.p-outsourcing-table__body--1 {
  text-align: center;
  border-left: 1px solid #E8E8E8;
}

.p-outsourcing-col {
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-col {
    flex-direction: column-reverse;
  }
}
.p-outsourcing-col--center {
  align-items: center;
}
.p-outsourcing-col__block {
  width: 62.5%;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-col__block {
    width: 100%;
  }
}
.p-outsourcing-col__txt-area {
  width: 74.5238095238%;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-col__txt-area {
    width: 100%;
  }
}
.p-outsourcing-col__img-area-1 {
  width: 37.5%;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-col__img-area-1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-outsourcing-col__img-area-2 {
  width: 25.4761904762%;
}
@media screen and (max-width: 599px) {
  .p-outsourcing-col__img-area-2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-outsourcing-col__img {
  margin: 0 auto;
}
.p-outsourcing-col__img--car {
  width: 62.5396825397%;
  max-width: 197px;
}
.p-outsourcing-col__img--semi {
  width: 49.8412698413%;
  max-width: 157px;
}
.p-outsourcing-col__img--up {
  width: 86.9158878505%;
  max-width: 186px;
}
.p-outsourcing-col__img--aca {
  width: 75.2336448598%;
  max-width: 161px;
}
.p-outsourcing-col__img--qua {
  width: 81.308411215%;
  max-width: 174px;
}
.p-outsourcing-col__img--exp {
  width: 72.8971962617%;
  max-width: 156px;
}

.p-outsourcing-list {
  background-color: #707070;
  border-radius: 14px;
  padding: 10px 20px 15px;
}
.p-outsourcing-list__ttl {
  font-size: 19px;
  color: #2F9B88;
  margin-bottom: 10px;
}
.p-outsourcing-list__item {
  background-color: #fff;
  margin-bottom: 6px;
  border-radius: 3px;
}
.p-outsourcing-list__txt {
  position: relative;
  font-size: 14px;
  padding-left: 1em;
}
.p-outsourcing-list__txt::before {
  content: "・";
  width: 1em;
}

/* ----------------------------------------
   popup-bnr
---------------------------------------- */
.p-popup-bnr {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 265px;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: popup-bnr 1s ease-in-out 3s forwards;
  animation-delay: 3s;
  opacity: 0;
}
.p-popup-bnr--service {
  right: 5px;
}
.p-popup-bnr.is-hide {
  display: none;
}
.p-popup-bnr--job {
  width: 200px;
  box-shadow: 0 0 10px rgba(64, 50, 255, 0.58);
  right: 15px;
  bottom: 10px;
}
@media screen and (max-width: 750px) {
  .p-popup-bnr--job {
    width: 180px;
    bottom: 80px;
  }
}
.p-popup-bnr__close {
  position: absolute;
  top: 5px;
  right: 0px;
  cursor: pointer;
  line-height: 0;
  background: none;
  border: none;
}
.p-popup-bnr__close--2 {
  top: -5px;
  right: -5px;
}
.p-popup-bnr--job .p-popup-bnr__close {
  top: -10px;
  right: -15px;
}

.p-popup-bnr__link {
  display: block;
  width: 100%;
}

@keyframes popup-bnr {
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    opacity: 1;
    transform: translate3d(0, 10px, 0);
  }
  90% {
    opacity: 1;
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
/* ----------------------------------------
   align
---------------------------------------- */
.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

/* ----------------------------------------
   hide
---------------------------------------- */
@media screen and (min-width: 751px) {
  .u-hide-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-hide-tab {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .u-hide-min-tab {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 751px) {
  .u-hide-only-tab {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .u-hide-not-tab {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .u-hide-not-tab {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .u-hide-sp {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .u-hide-sp-s {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .u-hide-min-sp-s {
    display: none !important;
  }
}

/* ----------------------------------------
   margin
---------------------------------------- */
.u-mgt-0 {
  margin-top: 0px !important;
}

.u-mgt-10 {
  margin-top: 10px !important;
}

.u-mgt-20 {
  margin-top: 20px !important;
}

.u-mgt-30 {
  margin-top: 30px !important;
}

.u-mgt-40 {
  margin-top: 40px !important;
}

.u-mgt-50 {
  margin-top: 50px !important;
}

.u-mgt-60 {
  margin-top: 60px !important;
}

.u-mgt-70 {
  margin-top: 70px !important;
}

.u-mgt-80 {
  margin-top: 80px !important;
}

.u-mgt-90 {
  margin-top: 90px !important;
}

.u-mgt-100 {
  margin-top: 100px !important;
}

.u-mgt-110 {
  margin-top: 110px !important;
}

.u-mgt-120 {
  margin-top: 120px !important;
}

.u-mgt-130 {
  margin-top: 130px !important;
}

.u-mgt-140 {
  margin-top: 140px !important;
}

.u-mgt-150 {
  margin-top: 150px !important;
}

.u-mgt-160 {
  margin-top: 160px !important;
}

.u-mgt-170 {
  margin-top: 170px !important;
}

.u-mgt-180 {
  margin-top: 180px !important;
}

.u-mgt-190 {
  margin-top: 190px !important;
}

.u-mgt-200 {
  margin-top: 200px !important;
}

.u-mgb-0 {
  margin-bottom: 0px !important;
}

.u-mgb-10 {
  margin-bottom: 10px !important;
}

.u-mgb-20 {
  margin-bottom: 20px !important;
}

.u-mgb-30 {
  margin-bottom: 30px !important;
}

.u-mgb-40 {
  margin-bottom: 40px !important;
}

.u-mgb-50 {
  margin-bottom: 50px !important;
}

.u-mgb-60 {
  margin-bottom: 60px !important;
}

.u-mgb-70 {
  margin-bottom: 70px !important;
}

.u-mgb-80 {
  margin-bottom: 80px !important;
}

.u-mgb-90 {
  margin-bottom: 90px !important;
}

.u-mgb-100 {
  margin-bottom: 100px !important;
}

.u-mgb-110 {
  margin-bottom: 110px !important;
}

.u-mgb-120 {
  margin-bottom: 120px !important;
}

.u-mgb-130 {
  margin-bottom: 130px !important;
}

.u-mgb-140 {
  margin-bottom: 140px !important;
}

.u-mgb-150 {
  margin-bottom: 150px !important;
}

.u-mgb-160 {
  margin-bottom: 160px !important;
}

.u-mgb-170 {
  margin-bottom: 170px !important;
}

.u-mgb-180 {
  margin-bottom: 180px !important;
}

.u-mgb-190 {
  margin-bottom: 190px !important;
}

.u-mgb-200 {
  margin-bottom: 200px !important;
}

.u-mgl-0 {
  margin-left: 0 !important;
}

.u-mgr-0 {
  margin-right: 0 !important;
}

.u-mgl-0 {
  margin-left: 0px !important;
}

.u-mgl-10 {
  margin-left: 10px !important;
}

.u-mgl-20 {
  margin-left: 20px !important;
}

.u-mgl-30 {
  margin-left: 30px !important;
}

.u-mgl-40 {
  margin-left: 40px !important;
}

.u-mgl-50 {
  margin-left: 50px !important;
}

.u-mgr-0 {
  margin-right: 0px !important;
}

.u-mgr-10 {
  margin-right: 10px !important;
}

.u-mgr-20 {
  margin-right: 20px !important;
}

.u-mgr-30 {
  margin-right: 30px !important;
}

.u-mgr-40 {
  margin-right: 40px !important;
}

.u-mgr-50 {
  margin-right: 50px !important;
}

.u-mgl-auto {
  margin-left: auto !important;
}

.u-mgr-auto {
  margin-right: auto !important;
}

/* ----------------------------------------
   position
---------------------------------------- */
.c-pos-rel {
  position: relative;
}

.c-pos-abs {
  position: absolute;
}

.c-pos-fix {
  position: fixed;
}

/* ----------------------------------------
   other
---------------------------------------- */
.u-palt {
  font-feature-settings: "palt";
}

.u-nowrap {
  white-space: nowrap;
}

.u-inline {
  display: inline;
}

.u-block {
  display: block;
}

.u-bold {
  font-weight: bold;
}

.u-anchor-target {
  margin-top: -120px;
  padding-top: 120px;
  background: none;
  border: none;
}
@media screen and (max-width: 1024px) {
  .u-anchor-target {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/* ----------------------------------------
   javascript
---------------------------------------- */
.js-fadein {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.75s, opacity 0.75s;
}
.js-fadein.is-show {
  transform: translateY(0);
  opacity: 1;
}

.js-fadein-2 {
  opacity: 0;
  transition: transform 0.75s, opacity 0.75s;
}
.js-fadein-2.is-show {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.js-marker {
  background: linear-gradient(transparent 50%, #FFED92 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}
.js-marker.is-orange {
  background-image: linear-gradient(transparent 50%, #FFED92 50%);
}
.js-marker.is-green {
  background-image: linear-gradient(transparent 50%, #98FFC1 50%);
}
.js-marker.is-show {
  background-size: 100% 100%;
}

/* ----------------------------------------
   cms
---------------------------------------- */
.p-pager {
  color: #B10000;
  font-size: 24px;
  text-align: center;
}
.p-pager .wp-pagenavi {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-pager .wp-pagenavi > a,
.p-pager .wp-pagenavi > span {
  margin: 0 5px;
  border: none;
}
@media screen and (min-width: 751px) {
  .p-pager .wp-pagenavi a {
    transition: opacity 0.3s;
  }
  .p-pager .wp-pagenavi a:hover {
    opacity: 0.3;
  }
}
.p-pager .pages {
  position: absolute;
  right: 100%;
}
@media screen and (max-width: 599px) {
  .p-pager .pages {
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}
.p-pager .first {
  width: 9.3px;
  display: inline-flex;
}
.p-pager .previouspostslink {
  width: 7.8px;
  display: inline-flex;
  padding: 0;
}
.p-pager .nextpostslink {
  width: 7.8px;
  display: inline-flex;
  padding: 0;
}
.p-pager .last {
  width: 9.3px;
  display: inline-flex;
}
.p-pager .current {
  color: #333;
}

.breadcrumbs {
  font-size: 14px;
  width: 100%;
  padding: 10px 20px;
  min-height: 25px;
}
.breadcrumbs--main {
  position: fixed;
  top: 88px;
  left: 0;
}
@media screen and (min-width: 751px) {
  .breadcrumbs a {
    transition: 0.3s;
  }
  .breadcrumbs a:hover {
    opacity: 0.8;
  }
}
.breadcrumbs span[property=name] {
  color: #333;
  font-weight: 500;
}

.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg blockquote {
  background-color: #F3F3F3;
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg code {
  font-family: monospace;
}