/* color */
/* -------------------------------------------------------- */
/* width */
/* -------------------------------------------------------- */
/* Mixin */
/* -------------------------------------------------------- */
/* page */
/* ------------------------------------ */
/* common */
/* ------------------------------------ */
.sec_head {
  padding-top: 140px;
  height: 500px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .sec_head {
    padding-top: 70px;
    height: 250px;
  }
}

.h1box h1 {
  margin-bottom: 40px;
  color: #FFF;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(3rem, 3.8vw, 4.6rem);
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 600;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .h1box h1 {
    margin-bottom: 20px;
  }
}
.h1box h1 span {
  padding-top: 10px;
  display: block;
  font-family: inherit;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .h1box h1 span {
    padding-top: 5px;
  }
}

.h2box {
  margin: 0 auto;
  width: fit-content;
}
.h2box h2 {
  position: relative;
  padding-bottom: 16px;
  font-family: Barlow;
}
.h2box h2::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  background: #468CD2;
  bottom: 0;
  left: calc(50% - 20px);
}
.h2box h2.white {
  color: #FFF;
}

/* quality-technology */
/* ------------------------------------ */
.quality-technology .page_bg::before {
  background-image: url(../img/quality-technology/p-mv.jpg);
}
.quality-technology .bg_sec {
  padding-top: 125px;
  padding-bottom: 160px;
}
@media (max-width: 1024px) {
  .quality-technology .bg_sec {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .quality-technology .bg_sec {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.quality-technology .h2box {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .quality-technology .h2box {
    margin-bottom: 50px;
  }
}
.quality-technology .h2box h2 {
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.quality-technology main {
  padding-bottom: 0;
}
.quality-technology .sec_hero .hero_box {
  position: relative;
}
.quality-technology .sec_hero .hero_box::before {
  position: absolute;
  content: "";
  width: 64vw;
  height: 100%;
  background: #FFF;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .quality-technology .sec_hero .hero_box::before {
    top: 40px;
    width: 97%;
    left: auto;
    right: 0;
    transform: none;
  }
}
.quality-technology .sec_hero .hero_box .hero_inbox {
  margin: 0 auto;
  padding: 70px 0;
  width: 100%;
  display: flex;
  gap: 0 70px;
}
@media (max-width: 767px) {
  .quality-technology .sec_hero .hero_box .hero_inbox {
    margin: 0 auto 100px;
    padding: 0;
    width: 88%;
    flex-direction: column;
    gap: 20px 0;
  }
}
.quality-technology .sec_hero .hero_box .hero_inbox figure {
  width: 50%;
}
@media (max-width: 767px) {
  .quality-technology .sec_hero .hero_box .hero_inbox figure {
    width: 100%;
  }
}
.quality-technology .sec_hero .hero_box .hero_inbox .text {
  padding-right: 30px;
  width: 50%;
  max-width: 500px;
}
@media (max-width: 767px) {
  .quality-technology .sec_hero .hero_box .hero_inbox .text {
    padding-right: 0;
    width: 100%;
    max-width: auto;
  }
}
.quality-technology .sec_hero .hero_box .hero_inbox .text .catch {
  margin-bottom: 30px;
  font-size: clamp(2rem, 2vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.quality-technology .sec_hero .hero_box .hero_inbox .text p {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  letter-spacing: 0.04em;
  line-height: 1.63;
}
.quality-technology .sec_hero .hero_box .hero_inbox .text p + p {
  margin-top: 1em;
}
.quality-technology .sec_body.bg_sec {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .quality-technology .sec_body.bg_sec {
    padding-bottom: 110px;
  }
}
.quality-technology .sec_body.bg_sec::before {
  background: rgba(70, 70, 70, 0.9);
  mix-blend-mode: multiply;
}
.quality-technology .sec_body.bg_sec::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #F5F5F5;
  left: calc(50% - 16px);
  top: -1px;
  background: rgba(245, 245, 245, 0.9);
  z-index: 2;
}
.quality-technology .sec_body .h2box {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .quality-technology .sec_body .h2box {
    margin-bottom: 40px;
  }
}
.quality-technology .sec_body .techbox {
  position: relative;
  width: 100%;
}
.quality-technology .sec_body .techbox::before {
  position: absolute;
  content: "";
  width: 82%;
  height: 100%;
  background: #646464;
  z-index: -1;
  top: -70px;
  right: 0;
}
@media (min-width: 1520px) {
  .quality-technology .sec_body .techbox::before {
    width: 75%;
  }
}
@media (min-width: 2500px) {
  .quality-technology .sec_body .techbox::before {
    width: 67%;
  }
}
@media (max-width: 767px) {
  .quality-technology .sec_body .techbox::before {
    width: 96%;
    top: 40px;
  }
}
.quality-technology .sec_body .main_width {
  margin: 0 auto 57px;
  width: calc(100% - 30px);
  max-width: 1080px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1024px) {
  .quality-technology .sec_body .main_width {
    gap: 0 20px;
  }
}
@media (max-width: 767px) {
  .quality-technology .sec_body .main_width {
    width: fit-content;
    flex-direction: column;
    gap: 20px 0;
  }
}
@media (max-width: 520px) {
  .quality-technology .sec_body .main_width {
    width: calc(100% - 60px);
  }
}
.quality-technology .sec_body .main_width figure {
  width: 45vw;
  max-width: 610px;
  transform: translateX(-70px);
}
@media (max-width: 1366px) {
  .quality-technology .sec_body .main_width figure {
    transform: translateX(-5vw);
  }
}
@media (max-width: 1139px) {
  .quality-technology .sec_body .main_width figure {
    transform: translateX(-2vw);
  }
}
@media (max-width: 1024px) {
  .quality-technology .sec_body .main_width figure {
    width: 47.47vw;
    transform: none;
  }
}
@media (max-width: 767px) {
  .quality-technology .sec_body .main_width figure {
    width: 100%;
    max-width: auto;
  }
}
.quality-technology .sec_body .main_width .text {
  width: 46.69vw;
  max-width: 480px;
  color: #FFF;
  flex: 1;
}
@media (max-width: 767px) {
  .quality-technology .sec_body .main_width .text {
    padding-top: 0;
    width: 100%;
    max-width: auto;
  }
}
.quality-technology .sec_body .main_width .text h3 {
  margin-bottom: 30px;
  font-size: clamp(1.7rem, 1.8vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.quality-technology .sec_body .main_width .text p {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  letter-spacing: 0.04em;
  line-height: 1.63;
}
.quality-technology .sec_body .main_width .text p + p {
  margin-top: 1em;
}
.quality-technology .sec_body .main_width .text .dl_wrap {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  gap: 27px 0;
}
.quality-technology .sec_body .main_width .text .dl_wrap dl {
  line-height: 1;
}
.quality-technology .sec_body .main_width .text .dl_wrap dl dt {
  margin-bottom: 13px;
  padding: 6px 20px;
  color: #1E64AA;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.56;
  background: #FFF;
  border-radius: 18px;
  display: inline-block;
}
.quality-technology .sec_body .main_width .text .dl_wrap dl dd {
  flex: 1;
  color: #FFF;
  font-size: clamp(1.2rem, 1.14vw, 1.4rem);
  letter-spacing: 0.04em;
  line-height: 1.57;
}
.quality-technology .sec_body .video_wrap video {
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
  display: block;
}

/* jobdescription */
/* ------------------------------------ */
.jobdescription .page_bg::before {
  background-image: url(../img/jobdescription/p-mv.jpg);
}
.jobdescription .bg_sec {
  padding-top: 90px;
  padding-bottom: 160px;
}
@media (max-width: 1024px) {
  .jobdescription .bg_sec {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .jobdescription .bg_sec {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.jobdescription .h2box {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .jobdescription .h2box {
    margin-bottom: 50px;
  }
}
.jobdescription .h2box h2 {
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.jobdescription main {
  padding-bottom: 0;
}
.jobdescription .sec_hero .hero_box {
  margin: 0 auto;
  padding: 60px 0;
  max-width: 880px;
  background: #FFF;
}
@media (max-width: 767px) {
  .jobdescription .sec_hero .hero_box {
    padding: 30px 4vw;
  }
}
.jobdescription .sec_hero .hero_box .catch {
  margin-bottom: 30px;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.jobdescription .sec_hero .hero_box p {
  margin: 0 auto 36px;
  width: fit-content;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  letter-spacing: 0.04em;
  line-height: 1.67;
}
.jobdescription .sec_hero .hero_box .flow {
  margin: 0 auto;
  width: 100%;
  max-width: 672px;
}
.jobdescription .sec_hero .hero_box .flow ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .jobdescription .sec_hero .hero_box .flow ul {
    margin: 0 auto;
    width: 200px;
    flex-direction: column;
    gap: 10px 0;
  }
}
.jobdescription .sec_hero .hero_box .flow ul li {
  padding: 14px 0;
  width: 8.9285714286%;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  background: #1E64AA;
  border-radius: 6px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .jobdescription .sec_hero .hero_box .flow ul li {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
@media (max-width: 767px) {
  .jobdescription .sec_hero .hero_box .flow ul li {
    padding: 10px;
    width: 100%;
    font-size: 1.6rem;
  }
}
.jobdescription .sec_hero .hero_box .flow ul li.arrow {
  padding: 0;
  width: 14px;
  background: none;
}
@media (max-width: 767px) {
  .jobdescription .sec_hero .hero_box .flow ul li.arrow {
    width: 100%;
  }
}
.jobdescription .sec_hero .hero_box .flow ul li.arrow span {
  width: 14px;
  height: 32px;
  background: url(../img/jobdescription/arrow.png) no-repeat 0 0/contain;
  display: block;
}
@media (max-width: 767px) {
  .jobdescription .sec_hero .hero_box .flow ul li.arrow span {
    width: 7px;
    height: 16px;
    transform: rotate(90deg);
  }
}
.jobdescription .sec_hero .hero_box .flow ul li.dot {
  padding: 0;
  width: 42px;
  background: none;
}
@media (max-width: 767px) {
  .jobdescription .sec_hero .hero_box .flow ul li.dot {
    width: 100%;
    height: 24px;
  }
}
.jobdescription .sec_hero .hero_box .flow ul li.dot span {
  width: 42px;
  height: 9px;
  background: url(../img/jobdescription/dot.svg) no-repeat 0 0/contain;
  display: block;
}
@media (max-width: 767px) {
  .jobdescription .sec_hero .hero_box .flow ul li.dot span {
    width: 24px;
    height: 5px;
    transform: rotate(90deg);
  }
}
.jobdescription .sec_body.bg_sec {
  padding-bottom: 10px;
}
.jobdescription .sec_body.bg_sec::before {
  background: rgba(70, 70, 70, 0.9);
  mix-blend-mode: multiply;
}
.jobdescription .sec_body.bg_sec::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #F5F5F5;
  left: calc(50% - 16px);
  top: -1px;
  background: rgba(245, 245, 245, 0.9);
  z-index: 2;
}
.jobdescription .sec_body .jobbox {
  position: relative;
  width: 100%;
}
.jobdescription .sec_body .jobbox::before {
  position: absolute;
  content: "";
  width: 82%;
  height: 100%;
  background: #646464;
  z-index: -1;
  top: 40px;
}
@media (min-width: 1520px) {
  .jobdescription .sec_body .jobbox::before {
    width: 75%;
  }
}
@media (min-width: 2500px) {
  .jobdescription .sec_body .jobbox::before {
    width: 67%;
  }
}
@media (max-width: 767px) {
  .jobdescription .sec_body .jobbox::before {
    width: 97%;
  }
}
.jobdescription .sec_body .jobbox.left::before {
  left: 0;
}
@media (max-width: 767px) {
  .jobdescription .sec_body .jobbox.left .main_width {
    flex-direction: column-reverse;
  }
}
.jobdescription .sec_body .jobbox.right::before {
  right: 0;
}
.jobdescription .sec_body .main_width {
  margin: 40px auto 172px;
  width: calc(100% - 30px);
  max-width: 1028px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 3.52vw;
}
@media (max-width: 767px) {
  .jobdescription .sec_body .main_width {
    margin: 0 auto 100px;
    width: 88%;
    flex-direction: column;
    gap: 20px 0;
  }
}
.jobdescription .sec_body .main_width figure {
  width: 47.47vw;
  min-width: 244px;
  max-width: 488px;
}
@media (max-width: 767px) {
  .jobdescription .sec_body .main_width figure {
    width: 100%;
    max-width: auto;
  }
}
.jobdescription .sec_body .main_width .text {
  padding-top: 100px;
  padding-bottom: 20px;
  width: 46.69vw;
  max-width: 480px;
  color: #FFF;
}
@media (max-width: 767px) {
  .jobdescription .sec_body .main_width .text {
    padding-top: 0;
    width: 100%;
    max-width: auto;
  }
}
.jobdescription .sec_body .main_width .text h3 {
  margin-bottom: 30px;
  font-size: clamp(1.7rem, 1.8vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.jobdescription .sec_body .main_width .text p {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  letter-spacing: 0.04em;
  line-height: 1.63;
}
.jobdescription .sec_body .main_width .text p + p {
  margin-top: 1em;
}
.jobdescription .sec_body .main_width .text dl {
  margin-top: 16px;
  margin-bottom: 30px;
  display: flex;
  line-height: 1.86;
  border: 1px solid #FFF;
}
.jobdescription .sec_body .main_width .text dl dt {
  width: 86px;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  background: #464646;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jobdescription .sec_body .main_width .text dl dd {
  padding: 14px;
  width: calc(100% - 86px);
  background: #FFF;
  color: #1E64AA;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
.jobdescription .sec_body .main_width .text .btn_box {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
@media (max-width: 480px) {
  .jobdescription .sec_body .main_width .text .btn_box {
    gap: 0 10px;
  }
}
.jobdescription .sec_body .main_width .text .btn_box .btn {
  width: 48%;
  max-width: 207px;
}
.jobdescription .sec_body .main_width .text .btn_box .btn a {
  width: 100%;
}
@media (max-width: 480px) {
  .jobdescription .sec_body .main_width .text .btn_box .btn a {
    font-size: 1.4rem;
  }
  .jobdescription .sec_body .main_width .text .btn_box .btn a::after {
    right: 16px;
  }
}

/* company */
/* ------------------------------------ */
.company .page_bg::before {
  background-image: url(../img/company/p-mv.jpg);
}
.company main {
  padding-bottom: 0;
}
.company .bg_sec {
  padding-top: 125px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .company .bg_sec {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.company .h2box {
  margin-bottom: 40px;
  text-align: center;
}
.company .h2box h2 {
  font-size: clamp(2.2rem, 2.4vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.1em;
}
.company .sec_greeting .greeting_box {
  margin: 0 auto;
  padding: 56px 126px 30px;
  max-width: 880px;
  background: #FFF;
}
@media (max-width: 767px) {
  .company .sec_greeting .greeting_box {
    padding: 30px 4vw 15px;
  }
}
.company .sec_greeting .greeting_box .catch {
  margin-bottom: 30px;
  font-size: clamp(2rem, 2vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.company .sec_greeting .greeting_box p {
  letter-spacing: 0.04em;
  line-height: 1.63;
}
.company .sec_greeting .greeting_box p + p {
  margin-top: 1em;
}
.company .sec_greeting .greeting_box p.sign {
  text-align: right;
}
.company .sec_company.bg_sec::before {
  background: rgba(70, 70, 70, 0.9);
  mix-blend-mode: multiply;
}
.company .sec_company.bg_sec::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #F5F5F5;
  left: calc(50% - 16px);
  top: -1px;
  background: #F5F5F5;
  z-index: 2;
}
.company .sec_company .company_box {
  margin-bottom: 80px;
  display: flex;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .company .sec_company .company_box {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 20px 0;
  }
}
.company .sec_company .company_box figure {
  margin: 0 auto;
  width: 50%;
  max-width: 540px;
}
@media (max-width: 767px) {
  .company .sec_company .company_box figure {
    width: 100%;
  }
}
.company .sec_company .company_box .text {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  flex: 1;
}
@media (max-width: 767px) {
  .company .sec_company .company_box .text {
    width: 100%;
  }
}
.company .sec_company .company_box .text dl {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
  line-height: 1;
}
.company .sec_company .company_box .text dl dt {
  width: 120px;
  max-height: 36px;
  color: #1E64AA;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.56;
  background: #FFF;
  border-radius: 18px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.company .sec_company .company_box .text dl dd {
  flex: 1;
  color: #FFF;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
  letter-spacing: 0.04em;
  line-height: 1.44;
}
.company .sec_company .company_box .text dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(1.4rem, 1.4vw, 1.8rem);
}
.company .sec_company .gmap {
  margin: 0 auto;
  max-width: 880px;
}

/* information */
/* ------------------------------------ */
.information .page_bg::before {
  background-image: url(../img/information/p-mv.jpg);
}
.information .main_width {
  max-width: 760px;
}
.information .date {
  margin-bottom: 7px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #FFF;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  letter-spacing: 0.05em;
  text-align: right;
}

.information.list .bg_sec {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .information.list .bg_sec {
    padding-top: 50px;
  }
}
.information.list .post_list {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.information.list .post_list .post_box .inner {
  position: relative;
  padding: 30px;
  background: #FFF;
  display: flex;
  gap: 0 40px;
}
@media (max-width: 767px) {
  .information.list .post_list .post_box .inner {
    flex-direction: column;
    gap: 20px 0;
  }
}
.information.list .post_list .post_box .inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #1e64aa 0%, #0f4182 100%);
  top: 0;
  left: 0;
}
.information.list .post_list .post_box .inner figure {
  width: 300px;
  height: 210px;
  aspect-ratio: 300/210;
}
@media (max-width: 767px) {
  .information.list .post_list .post_box .inner figure {
    width: 100%;
    height: auto;
  }
}
.information.list .post_list .post_box .inner .text {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: column;
  gap: 13px 0;
}
@media (max-width: 767px) {
  .information.list .post_list .post_box .inner .text {
    width: 100%;
    gap: 20px 0;
  }
}
.information.list .post_list .post_box .inner .text p {
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  letter-spacing: 0.05em;
  line-height: 2.13;
}
.information.list .post_list .post_box .inner .text p.ttl {
  color: #0F4182;
  font-size: clamp(1.8rem, 1.6vw, 2.2rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.55;
}
.information.list .post_list .post_box a:hover .text {
  opacity: 0.7;
}

.information.single .main_width .inner {
  position: relative;
  padding: 56px 70px;
  background: #FFF;
}
@media (max-width: 767px) {
  .information.single .main_width .inner {
    padding: 46px 4vw 32px;
  }
}
.information.single .main_width .inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #1e64aa 0%, #0f4182 100%);
  top: 0;
  left: 0;
}
.information.single .main_width .inner .mv {
  margin: 20px 0 46px;
}

/* policy */
/* ------------------------------------ */
.policy .page_bg::before {
  background-image: url(../img/policy/p-mv.jpg);
}
.policy .main_width {
  position: relative;
  max-width: 760px;
  background: #FFF;
}
.policy .main_width::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #1e64aa 0%, #0f4182 100%);
  top: 0;
  left: 0;
}
.policy .policy_head {
  position: relative;
  padding: 44px 4vw;
  background: #F5F5F5;
  text-align: center;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  letter-spacing: 0.03em;
  line-height: 2.13;
}
@media (max-width: 767px) {
  .policy .policy_head {
    padding: 22px 4vw;
  }
}
.policy .policy_head::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #F5F5F5;
  left: calc(50% - 16px);
  bottom: -16px;
}
.policy .policy_body {
  margin: 0 auto;
  padding: 46px 0 66px;
  width: 100%;
  max-width: 620px;
  display: flex;
  flex-direction: column;
  gap: 56px 0;
}
@media (max-width: 767px) {
  .policy .policy_body {
    padding: 46px 4vw 32px;
  }
}
.policy .policy_body dl dt {
  position: relative;
  margin-bottom: 8px;
  padding-left: 1em;
  font-size: clamp(1.5rem, 1.4vw, 1.7rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.65;
}
.policy .policy_body dl dt::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #323232;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.policy .policy_body dl dd {
  padding-left: 6px;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  letter-spacing: 0.03em;
  line-height: 1.63;
}
.policy .policy_body dl dd li::marker {
  color: #1E64AA;
  font-weight: bold;
}
.policy .policy_body dl dd ol {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.policy .policy_body dl dd ol li {
  margin-left: 1.5em;
  list-style-type: decimal;
}
.policy .policy_body dl dd ol li ul li {
  list-style-type: none;
  text-indent: -1.5em;
}
.policy .policy_body dl dd ol li ul li ul li {
  padding-left: 1em;
  text-indent: -2.5em;
}/*# sourceMappingURL=page.css.map */