@charset "UTF-8";
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
/* # =================================================================
 * # BASE
 * # ================================================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 50%;
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 62.5%; /* 1rem = 10px */
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
body.fixed {
  overflow: hidden;
  /*height: 100%;*/
  width: 100%;
  position: fixed;
}
@media screen and (min-width: 1025px) {
  body.fixed {
    overflow: visible;
    height: auto;
    position: static;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
}

h1 {
  line-height: 1.4;
}

h2, h3, h4 {
  line-height: 1.5;
}

h5 {
  line-height: 1.6;
}

.fzXl {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .fzXl {
    font-size: 5rem;
  }
}

.fzL {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .fzL {
    font-size: 4rem;
  }
}

.fzM {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .fzM {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}

.fzS {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .fzS {
    font-size: 2.4rem;
  }
}

.fzSs {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.fzSss {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

p,
li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8125;
}

figure {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

input[type=text],
input[type=search],
input[type=password] {
  font-size: 1.6rem;
  padding: 0 17px;
}

/* # =================================================================
 * # Header
 * # ================================================================= */
.skip-link {
  position: absolute;
}

.skip-link:not(:focus) {
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.skip-link:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 9999;
  margin: 0;
  padding: 15px 20px;
  background-color: lightgray;
}

.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  background-color: #fff;
  padding: 8px 16px 0;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 1000;
}
@media screen and (min-width: 1201px) {
  .l-header {
    height: auto;
    padding: 26px 3.125vw;
    min-height: 110px;
  }
}
.l-header.-top {
  background: transparent;
}
.l-header.scrolled {
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (min-width: 1201px) {
  .l-header.scrolled {
    padding: 12px 3.125vw;
  }
}
@media screen and (min-width: 1201px) {
  .l-header.scrolled.hidden {
    padding: 0 3.125vw;
  }
}
.l-header.scrolled.hidden .l-header__nav .-top {
  display: none;
  transition: all 0.3s ease;
}
.l-header.scrolled.hidden .l-header__nav .-bottom {
  padding-top: 20px;
}
.l-header__logo {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1201px) {
  .l-header__logo {
    gap: 1.25vw;
    width: 21.5104166667vw;
  }
}
.l-header__logo a {
  display: flex;
}
.l-header__logo a img {
  width: 181px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1201px) {
  .l-header__logo a img {
    width: 14.6354166667vw;
  }
}
.l-header__logo span {
  display: flex;
  width: 64px;
}
@media screen and (min-width: 1201px) {
  .l-header__logo span {
    width: 5.2083333333vw;
  }
}
.l-header__nav {
  display: none;
}
@media screen and (min-width: 1201px) {
  .l-header__nav {
    display: block;
  }
}
.l-header__nav .-top {
  display: flex;
  justify-content: flex-end;
  gap: 1.0416666667vw;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.l-header__nav .-top li a {
  font-size: 1.6rem;
}
.l-header__nav .-top li a:hover {
  text-decoration: underline;
}
.l-header__nav .-top li a[target=_blank] {
  padding-right: 1em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px auto;
  display: inline-block;
  background-image: url(/assets/img/common/ic_blank.svg);
}
.l-header__nav .-bottom {
  display: flex;
  justify-content: flex-end;
  gap: 1.9270833333vw;
}
.l-header__nav .-bottom .-left {
  display: flex;
  justify-content: flex-end;
  gap: 1.5625vw;
}
.l-header__nav .-bottom .-left li a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 29px;
  position: relative;
}
.l-header__nav .-bottom .-left li a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #222;
  bottom: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
.l-header__nav .-bottom .-left li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-header__nav .-bottom .-left li a.active::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-header__nav .-bottom .-right {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

/* # =================================================================
 * # Content
 * # ================================================================= */
.l-main {
  height: 100%;
  min-height: calc(100vh - 613px);
  margin-top: 60px;
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .l-main {
    min-height: calc(100vh - 936.44px);
    margin-top: 161.44px;
  }
}

.l-content {
  padding-top: 80px;
}

/* # =================================================================
 * # Footer
 * # ================================================================= */
.l-footer {
  background-color: #F7F7F7;
}
.l-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 20px 27px;
}
@media screen and (min-width: 1201px) {
  .l-footer__top {
    max-width: 1600px;
    padding: 0 20px;
    margin: 133px auto;
  }
}
@media screen and (min-width: 1601px) {
  .l-footer__top {
    padding: 0;
  }
}
.l-footer__top .-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1201px) {
  .l-footer__top .-logo {
    gap: 1.5625vw;
  }
}
.l-footer__top .-logo a {
  max-width: 181px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1201px) {
  .l-footer__top .-logo a {
    width: 16.6145833333vw;
    max-width: 319px;
  }
}
.l-footer__top .-logo span {
  max-width: 64px;
}
@media screen and (min-width: 1201px) {
  .l-footer__top .-logo span {
    width: 5.78125vw;
    max-width: 111px;
  }
}
.l-footer__top .-logo img {
  width: 100%;
}
.l-footer__top .-right {
  display: none;
}
@media screen and (min-width: 1201px) {
  .l-footer__top .-right {
    display: flex;
  }
}
.l-footer__top .-right .-list {
  margin-right: 4.4270833333vw;
}
.l-footer__top .-right .-list.-last {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 0;
}
.l-footer__top .-right .-list.-last li {
  margin-bottom: 20px;
}
.l-footer__top .-right .-list > li {
  margin-bottom: 20px;
}
.l-footer__top .-right .-list > li ul li {
  line-height: 2;
}
.l-footer__top .-right .-list li a:hover {
  text-decoration: underline;
}
.l-footer__top .-right .-list li a[target=_blank] {
  padding-right: 1.1em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px auto;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/assets/img/common/ic_blank.svg);
}
.l-footer__top .-right .-list li > a {
  font-size: clamp(1.5rem, 0.8333333333vw, 1.6rem);
  font-weight: 500;
  color: #666;
}
.l-footer__top .-right .-list li > h2 {
  font-size: clamp(1.7rem, 0.9375vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 1201px) {
  .l-footer__bottom {
    background-color: #222;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1601px) {
  .l-footer__bottom {
    padding: 0;
  }
}
.l-footer__bottom .-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1201px) {
  .l-footer__bottom .-inner {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
    height: 56px;
  }
}
.l-footer__bottom .-list {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1201px) {
  .l-footer__bottom .-list {
    display: flex;
    gap: 2.2916666667vw;
    width: auto;
    padding: 0;
  }
}
.l-footer__bottom .-list li {
  border-top: 1px solid #707070;
}
@media screen and (min-width: 1201px) {
  .l-footer__bottom .-list li {
    border-top: none;
  }
}
.l-footer__bottom .-list li:last-of-type {
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 1201px) {
  .l-footer__bottom .-list li:last-of-type {
    border-bottom: none;
  }
}
.l-footer__bottom .-list a {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 0;
}
@media screen and (min-width: 1201px) {
  .l-footer__bottom .-list a {
    font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
    font-weight: 500;
    color: #fff;
    padding: 0;
  }
}
.l-footer__bottom .-list a:hover {
  text-decoration: underline;
}
.l-footer__bottom .-img {
  max-width: 100px;
}
@media screen and (min-width: 1201px) {
  .l-footer__bottom .-img {
    display: none;
  }
}
.l-footer__bottom .-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #222;
}
@media screen and (min-width: 1201px) {
  .l-footer__bottom .-copy {
    display: block;
    width: auto;
    height: auto;
    font-size: clamp(1.4rem, 0.8333333333vw, 1.6rem);
  }
}

/* # =================================================================
 * # Anc
 * # ================================================================= */
.c-anc {
  text-decoration: underline;
}
.c-anc:hover {
  text-decoration: none;
}

/* # =================================================================
 * # Burger Menu
 * # ================================================================= */
/*burger*/
.c-burgerBtn {
  position: fixed;
  top: 23px;
  right: 20px;
  width: 20px;
  height: 15px;
  z-index: 10;
}
@media screen and (min-width: 1201px) {
  .c-burgerBtn {
    display: none;
  }
}
.c-burgerBtn__wrap.open::before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #222;
  position: absolute;
  top: 0;
  right: 0;
}
.c-burgerBtn__line {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #222;
  transition: 0.2s;
}
.c-burgerBtn__line::before, .c-burgerBtn__line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #222;
  transition: 0.5s;
}
.c-burgerBtn__line::before {
  transform: translateY(-6px);
}
.c-burgerBtn__line::after {
  transform: translateY(6px);
}
.c-burgerBtn__line.open {
  background-color: transparent;
}
.c-burgerBtn__line.open::before, .c-burgerBtn__line.open::after {
  content: "";
  background-color: #fff;
  transition: 0.2s;
}
.c-burgerBtn__line.open::before {
  transform: rotate(45deg);
  background-color: #fff;
}
.c-burgerBtn__line.open::after {
  transform: rotate(-45deg);
  background-color: #fff;
}

.c-burgerWrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: rgba(27, 20, 20, 0.6);
  z-index: -1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 60px;
}
@media screen and (min-width: 1201px) {
  .c-burgerWrap {
    display: none;
  }
}

.c-burger__list {
  width: 100%;
  margin-left: auto;
  color: #fff;
  background-color: #F1F1F1;
  padding: 30px 27px;
  transition: 0.3s;
  z-index: 5;
}
.c-burger__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  border-top: 1px solid #BCBCBC;
}
.c-burger__item:last-of-type {
  border-bottom: 1px solid #BCBCBC;
}
.c-burger__item .c-btn {
  margin: 25px auto;
}
.c-burger__ttl {
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 1em;
  position: relative;
  color: #222;
  transition: all 0.3s;
}
.c-burger__ttl::before {
  content: "";
  width: 12px;
  height: 9px;
  background: url(/assets/img/common/ic_burger_arrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}
.c-burger__bottom {
  background-color: #F1F1F1;
  padding: 0 27px 30px;
}
.c-burger__bottom .-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.c-burger__bottom .c-btn {
  width: calc((100% - 10px) / 2);
  max-width: 160px;
}
.c-burger__bottom .-item {
  width: 100%;
  text-align: center;
}
.c-burger__bottom .-item a {
  font-size: 1.6rem;
}
.c-burger__bottom .-item a:hover {
  text-decoration: underline;
}
.c-burger__bottom .-item a[target=_blank] {
  padding-right: 1.2em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px auto;
  display: inline-block;
  background-image: url(/assets/img/common/ic_blank.svg);
}

#gnav ul > li > a.active + .c-burger__underItem--icon:after {
  display: none;
}

#gnav ul > li > a.active + .c-burger__underItem--icon:before {
  transform: rotate(90deg);
  background: #fff;
}

/* # =================================================================
 * # Btn
 * # ================================================================= */
.c-btn {
  width: 160px;
  height: 44px;
}
.c-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 22px;
  border: 1px solid #222;
  font-size: 1.6rem;
  font-weight: 500;
}
.c-btn a:hover {
  background-color: #222;
  color: #fff;
}
.c-btn a.-arrow {
  padding: 0 42px;
  position: relative;
}
.c-btn a.-arrow::before {
  content: "";
  width: 11px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/img/common/ic_anc_arrow2.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.c-btn a.-arrow:hover::before {
  background-image: url(/assets/img/common/ic_anc_arrow2_w.svg);
}
.c-btn a[target=_blank] {
  padding: 0 62px 0 40px;
  position: relative;
}
.c-btn a[target=_blank]::before {
  content: "";
  width: 12px;
  height: 12px;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  background: url(/assets/img/common/ic_blank.svg) no-repeat center;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
.c-btn a[target=_blank]:hover::before {
  background-image: url(/assets/img/common/ic_blank_w.svg);
}
.c-btn a[href$=".pdf"] {
  padding: 0 35px 0 73px;
  position: relative;
}
.c-btn a[href$=".pdf"]::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("/assets/img/sustainability/ic_pdf.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}
.c-btn a[href$=".pdf"]:hover::before {
  background-image: url("/assets/img/sustainability/ic_pdf.svg");
}
.c-btn.-bk a {
  background-color: #222;
  color: #fff;
}
.c-btn.-bk a:hover {
  background-color: #fff;
  color: #222;
}
.c-btn.-w300 {
  width: 300px;
  height: 60px;
}
.c-btn.-w300 a {
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-btn.-w200 {
  width: 200px;
  height: 60px;
}
.c-btn.-w200 a {
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: 700;
}

/* # =================================================================
 * # ancBtn
 * # ================================================================= */
.c-ancBtn {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.c-ancBtn__wrap {
  width: calc(50% - 7.5px);
}
@media screen and (min-width: 1025px) {
  .c-ancBtn__wrap {
    width: 320px;
  }
}
.c-ancBtn__txt {
  display: flex;
  align-items: center;
  border: 1px solid #222;
  width: 100%;
  min-height: 60px;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 30px;
  padding-right: 40px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .c-ancBtn__txt {
    min-height: 80px;
    line-height: 1.6;
  }
}
.c-ancBtn__txt::before {
  content: "";
  width: 12px;
  height: 7px;
  background: url(/assets/img/common/ic_anc_arrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .c-ancBtn__txt::before {
    width: 16px;
    height: 10px;
    right: 30px;
  }
}
.c-ancBtn__txt:hover {
  background-color: #222;
  color: #fff;
}
.c-ancBtn__txt:hover::before {
  background-image: url(/assets/img/common/ic_anc_arrow_w.svg);
}
.c-ancBtn__txt.-down::before {
  width: 14px;
  height: 10px;
  background-image: url(/assets/img/common/ic_anc_arrow2.svg);
  transform: translateY(-50%) rotate(90deg);
}
.c-ancBtn__txt.-down:hover::before {
  background-image: url(/assets/img/common/ic_anc_arrow2_w.svg);
}
.c-ancBtn.-col1 {
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .c-ancBtn.-col1 {
    gap: 40px;
  }
}
.c-ancBtn.-col1 .c-ancBtn__wrap {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .c-ancBtn.-col1 .c-ancBtn__wrap {
    width: calc(50% - 20px);
  }
}
.c-ancBtn.-col1 .c-ancBtn__txt {
  font-size: clamp(15px, 4vw, 20px);
  font-weight: 700;
  padding: 8px 40px 8px 20px;
  min-height: 80px;
}
@media screen and (min-width: 1025px) {
  .c-ancBtn.-col1 .c-ancBtn__txt {
    min-height: 100px;
    padding-left: 30px;
    padding-right: 50px;
  }
}
.c-ancBtn.-col1 .c-ancBtn__txt::before {
  width: 17px;
  height: 12px;
  background-image: url(/assets/img/common/ic_anc_arrow2.svg);
  right: 15px;
}
@media screen and (min-width: 1025px) {
  .c-ancBtn.-col1 .c-ancBtn__txt::before {
    right: 30px;
  }
}
.c-ancBtn.-col1 .c-ancBtn__txt:hover::before {
  background-image: url(/assets/img/common/ic_anc_arrow2_w.svg);
}
.c-ancBtn.-col2 {
  gap: 15px;
}
@media screen and (min-width: 1025px) {
  .c-ancBtn.-col2 {
    gap: 30px;
  }
}
.c-ancBtn.-col2 .c-ancBtn__wrap {
  height: 60px;
  width: calc(50% - 7.5px);
  position: relative;
}
@media screen and (min-width: 1025px) {
  .c-ancBtn.-col2 .c-ancBtn__wrap {
    height: 80px;
    width: 320px;
  }
}
.c-ancBtn.-col2 .c-ancBtn__wrap::before {
  right: 10px;
}
@media screen and (min-width: 1025px) {
  .c-ancBtn.-col2 .c-ancBtn__wrap::before {
    right: 30px;
  }
}
.c-ancBtn.-col2 .c-ancBtn__txt {
  padding-left: 10px;
  padding-right: 20px;
}
@media screen and (min-width: 1025px) {
  .c-ancBtn.-col2 .c-ancBtn__txt {
    padding-left: 30px;
    padding-right: 40px;
  }
}

/* # =================================================================
 * # Breadcrumb
 * # ================================================================= */
.c-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 3.125vw 40px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .c-breadcrumb ol {
    padding-bottom: 40px;
  }
}
.c-breadcrumb ol li {
  position: relative;
  font-size: 1.4rem;
  color: #222;
}
.c-breadcrumb ol li:not(:first-child) {
  margin-left: 20px;
}
.c-breadcrumb ol li:not(:first-child)::before {
  content: "";
  width: 4px;
  height: 7px;
  background: url(/assets/img/common/ic_bread_arrow.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 3.5px);
  left: -18px;
}
.c-breadcrumb ol li:not(:last-child) {
  margin-right: 16px;
}
.c-breadcrumb ol li a {
  font-size: 1.4rem;
  line-height: 1.5;
  text-decoration: underline;
  transition: 300ms ease all;
}
.c-breadcrumb ol li a:hover {
  text-decoration: none;
}
.c-breadcrumb ol li a[aria-current=page] {
  text-decoration: none;
}

/* # =================================================================
 * # Category Label
 * # ================================================================= */
.c-catLabel {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
}
@media screen and (min-width: 600px) {
  .c-catLabel {
    gap: 16px 8px;
  }
}
.c-catLabel__name a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 25px;
  border: 1px solid #222;
  padding: 13px 11px;
  line-height: 1.5;
  position: relative;
  height: 40px;
}
@media screen and (min-width: 600px) {
  .c-catLabel__name a {
    width: auto;
    padding: 13px 23px 13px 41px;
    font-size: 16px;
  }
}
@media screen and (min-width: 600px) {
  .c-catLabel__name a::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #222;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    border-radius: 50%;
  }
}
.c-catLabel__name a:hover {
  background-color: #222;
  color: #fff;
}
.c-catLabel__name a:hover::before {
  background-color: #fff;
}
.c-catLabel__name.-active a {
  background-color: #222;
  color: #fff;
}
.c-catLabel__name.-active a::before {
  background-color: #fff;
}
.c-catLabel__name.-active:hover {
  background-color: #fff;
  color: #222;
}
.c-catLabel__name.-active:hover::before {
  background-color: #222;
}

/* # =================================================================
 * # CMS 詳細ページ
 * # ================================================================= */
.p-solution__detail h2:not(.-secTtl),
.p-case__detail h2:not(.-secTtl),
.p-column__detail h2:not(.-secTtl) {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-left: 22px;
  padding-bottom: 27px;
  border-bottom: 1px solid #222;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-solution__detail h2:not(.-secTtl),
  .p-case__detail h2:not(.-secTtl),
  .p-column__detail h2:not(.-secTtl) {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .p-solution__detail h2:not(.-secTtl),
  .p-case__detail h2:not(.-secTtl),
  .p-column__detail h2:not(.-secTtl) {
    padding-left: 32px;
    margin-top: 120px;
  }
}
.p-solution__detail h2:not(.-secTtl)::before,
.p-case__detail h2:not(.-secTtl)::before,
.p-column__detail h2:not(.-secTtl)::before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #222;
  position: absolute;
  top: 0.25em;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .p-solution__detail h2:not(.-secTtl)::before,
  .p-case__detail h2:not(.-secTtl)::before,
  .p-column__detail h2:not(.-secTtl)::before {
    height: 40px;
  }
}
.p-solution__detail h3:not(.-l2Ttl),
.p-case__detail h3:not(.-l2Ttl),
.p-column__detail h3:not(.-l2Ttl) {
  padding-bottom: 16px;
  border-bottom: 1px solid #BCBCBC;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 80px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .p-solution__detail h3:not(.-l2Ttl),
  .p-case__detail h3:not(.-l2Ttl),
  .p-column__detail h3:not(.-l2Ttl) {
    margin-bottom: 30px;
  }
}
.p-solution__detail h4,
.p-case__detail h4,
.p-column__detail h4 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-solution__detail h4,
  .p-case__detail h4,
  .p-column__detail h4 {
    font-size: 2.4rem;
    margin-top: 80px;
  }
}
.p-solution__detail h5,
.p-case__detail h5,
.p-column__detail h5 {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-solution__detail h5,
  .p-case__detail h5,
  .p-column__detail h5 {
    font-size: 2rem;
    margin-top: 80px;
  }
}
.p-solution__detail .-tableWrap,
.p-case__detail .-tableWrap,
.p-column__detail .-tableWrap {
  overflow-x: scroll;
}
@media screen and (min-width: 1025px) {
  .p-solution__detail .-tableWrap,
  .p-case__detail .-tableWrap,
  .p-column__detail .-tableWrap {
    overflow-x: visible;
  }
}
.p-solution__detail table,
.p-case__detail table,
.p-column__detail table {
  width: 100%;
  min-width: 728px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .p-solution__detail table,
  .p-case__detail table,
  .p-column__detail table {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.p-solution__detail table caption,
.p-case__detail table caption,
.p-column__detail table caption {
  font-size: 16px;
  line-height: 1.8125;
  margin-bottom: 17px;
}
.p-solution__detail table p:first-of-type,
.p-case__detail table p:first-of-type,
.p-column__detail table p:first-of-type {
  margin-top: 0;
}
.p-solution__detail table p a,
.p-case__detail table p a,
.p-column__detail table p a {
  text-decoration: underline;
}
.p-solution__detail table p a:hover,
.p-case__detail table p a:hover,
.p-column__detail table p a:hover {
  text-decoration: none;
}
.p-solution__detail table th,
.p-case__detail table th,
.p-column__detail table th {
  border-collapse: collapse;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: middle;
  background-color: #f7f7f7;
  min-width: 190px;
}
@media screen and (min-width: 1025px) {
  .p-solution__detail table th,
  .p-case__detail table th,
  .p-column__detail table th {
    padding: 25px 40px;
    min-width: 219px;
  }
}
.p-solution__detail table th:last-of-type,
.p-case__detail table th:last-of-type,
.p-column__detail table th:last-of-type {
  border-right: none;
}
.p-solution__detail table th p,
.p-case__detail table th p,
.p-column__detail table th p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8125;
}
.p-solution__detail table th p:not(.c-btn):not(.-btn) a,
.p-case__detail table th p:not(.c-btn):not(.-btn) a,
.p-column__detail table th p:not(.c-btn):not(.-btn) a {
  text-decoration: underline;
}
.p-solution__detail table th p:not(.c-btn):not(.-btn) a:hover,
.p-case__detail table th p:not(.c-btn):not(.-btn) a:hover,
.p-column__detail table th p:not(.c-btn):not(.-btn) a:hover {
  text-decoration: none;
}
.p-solution__detail table td,
.p-case__detail table td,
.p-column__detail table td {
  border-collapse: collapse;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  padding: 20px;
  font-size: 16px;
  line-height: 1.8125;
  min-width: 190px;
}
@media screen and (min-width: 1025px) {
  .p-solution__detail table td,
  .p-case__detail table td,
  .p-column__detail table td {
    padding: 25px 50px;
    min-width: 219px;
  }
}
.p-solution__detail table td:last-of-type,
.p-case__detail table td:last-of-type,
.p-column__detail table td:last-of-type {
  border-right: none;
}
.p-solution__detail table td p:not(.c-btn):not(.-btn) a,
.p-case__detail table td p:not(.c-btn):not(.-btn) a,
.p-column__detail table td p:not(.c-btn):not(.-btn) a {
  text-decoration: underline;
}
.p-solution__detail table td p:not(.c-btn):not(.-btn) a:hover,
.p-case__detail table td p:not(.c-btn):not(.-btn) a:hover,
.p-column__detail table td p:not(.c-btn):not(.-btn) a:hover {
  text-decoration: none;
}
.p-solution__detail table.tate,
.p-case__detail table.tate,
.p-column__detail table.tate {
  border-bottom: 1px solid #bcbcbc;
}
@media screen and (min-width: 1025px) {
  .p-solution__detail table.tate,
  .p-case__detail table.tate,
  .p-column__detail table.tate {
    border-bottom: none;
  }
}
.p-solution__detail table.tate th,
.p-case__detail table.tate th,
.p-column__detail table.tate th {
  display: block;
  background-color: #f7f7f7;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8125;
  padding: 20px;
  border-collapse: collapse;
  border-top: 1px solid #bcbcbc;
  border-bottom: none;
  border-right: none;
}
@media screen and (min-width: 1025px) {
  .p-solution__detail table.tate th,
  .p-case__detail table.tate th,
  .p-column__detail table.tate th {
    padding: 25px 40px;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #bcbcbc;
  }
}
.p-solution__detail table.tate th p,
.p-case__detail table.tate th p,
.p-column__detail table.tate th p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8125;
}
.p-solution__detail table.tate th p:not(.c-btn):not(.-btn) a,
.p-case__detail table.tate th p:not(.c-btn):not(.-btn) a,
.p-column__detail table.tate th p:not(.c-btn):not(.-btn) a {
  text-decoration: underline;
}
.p-solution__detail table.tate th p:not(.c-btn):not(.-btn) a:hover,
.p-case__detail table.tate th p:not(.c-btn):not(.-btn) a:hover,
.p-column__detail table.tate th p:not(.c-btn):not(.-btn) a:hover {
  text-decoration: none;
}
.p-solution__detail table.tate td,
.p-case__detail table.tate td,
.p-column__detail table.tate td {
  display: block;
  font-size: 16px;
  line-height: 1.8125;
  padding: 20px;
  border-collapse: collapse;
  border-top: 1px solid #bcbcbc;
  border-right: none;
  border-bottom: none;
}
@media screen and (min-width: 1025px) {
  .p-solution__detail table.tate td,
  .p-case__detail table.tate td,
  .p-column__detail table.tate td {
    display: table-cell;
    padding: 25px 50px 25px 65px;
    border-bottom: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
  }
}
.p-solution__detail table.tate td:last-of-type,
.p-case__detail table.tate td:last-of-type,
.p-column__detail table.tate td:last-of-type {
  border-right: none;
}
.p-solution__detail table.tate td p:not(.c-btn):not(.-btn) a,
.p-case__detail table.tate td p:not(.c-btn):not(.-btn) a,
.p-column__detail table.tate td p:not(.c-btn):not(.-btn) a {
  text-decoration: underline;
}
.p-solution__detail table.tate td p:not(.c-btn):not(.-btn) a:hover,
.p-case__detail table.tate td p:not(.c-btn):not(.-btn) a:hover,
.p-column__detail table.tate td p:not(.c-btn):not(.-btn) a:hover {
  text-decoration: none;
}
.p-solution__detail .p-solution__detail__sec03 > .c-innner > .c-1col:first-child h2:first-child,
.p-case__detail .p-solution__detail__sec03 > .c-innner > .c-1col:first-child h2:first-child,
.p-column__detail .p-solution__detail__sec03 > .c-innner > .c-1col:first-child h2:first-child {
  margin-top: 0;
}
.p-solution__detail .c-1col figure, .p-solution__detail .c-2col figure,
.p-case__detail .c-1col figure,
.p-case__detail .c-2col figure,
.p-column__detail .c-1col figure,
.p-column__detail .c-2col figure {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-solution__detail .c-2col,
.p-case__detail .c-2col,
.p-column__detail .c-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 1025px) {
  .p-solution__detail .c-2col,
  .p-case__detail .c-2col,
  .p-column__detail .c-2col {
    gap: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .p-solution__detail .c-2col .-col,
  .p-case__detail .c-2col .-col,
  .p-column__detail .c-2col .-col {
    width: calc((100% - 60px) / 2);
  }
}
.p-solution__detail .c-2col .-col h3,
.p-case__detail .c-2col .-col h3,
.p-column__detail .c-2col .-col h3 {
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .p-solution__detail .c-2col .-col h3,
  .p-case__detail .c-2col .-col h3,
  .p-column__detail .c-2col .-col h3 {
    margin-top: 40px;
  }
}
.p-solution__detail .c-2col .-col h3:first-child,
.p-case__detail .c-2col .-col h3:first-child,
.p-column__detail .c-2col .-col h3:first-child {
  margin-top: 0;
}
.p-solution__detail .c-2col .-col hr,
.p-case__detail .c-2col .-col hr,
.p-column__detail .c-2col .-col hr {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .p-solution__detail .c-2col .-col hr,
  .p-case__detail .c-2col .-col hr,
  .p-column__detail .c-2col .-col hr {
    margin-top: 40px;
  }
}
.p-solution__detail .c-3col,
.p-case__detail .c-3col,
.p-column__detail .c-3col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 600px) {
  .p-solution__detail .c-3col,
  .p-case__detail .c-3col,
  .p-column__detail .c-3col {
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  .p-solution__detail .c-3col .-col,
  .p-case__detail .c-3col .-col,
  .p-column__detail .c-3col .-col {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .p-solution__detail .c-3col .-col,
  .p-case__detail .c-3col .-col,
  .p-column__detail .c-3col .-col {
    width: calc((100% - 60px) / 3);
  }
}
.p-solution__detail .c-4col,
.p-case__detail .c-4col,
.p-column__detail .c-4col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 600px) {
  .p-solution__detail .c-4col,
  .p-case__detail .c-4col,
  .p-column__detail .c-4col {
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  .p-solution__detail .c-4col .-col,
  .p-case__detail .c-4col .-col,
  .p-column__detail .c-4col .-col {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .p-solution__detail .c-4col .-col,
  .p-case__detail .c-4col .-col,
  .p-column__detail .c-4col .-col {
    width: calc((100% - 90px) / 4);
  }
}
.p-solution__detail .c-certiflex,
.p-case__detail .c-certiflex,
.p-column__detail .c-certiflex {
  display: block;
  overflow: hidden;
  margin-top: 80px;
}
.p-solution__detail .c-certiflex .-left,
.p-case__detail .c-certiflex .-left,
.p-column__detail .c-certiflex .-left {
  width: 150px;
  float: left;
  margin: 0 5.7971014493% 5.7971014493% 0;
}
@media screen and (min-width: 600px) {
  .p-solution__detail .c-certiflex .-left,
  .p-case__detail .c-certiflex .-left,
  .p-column__detail .c-certiflex .-left {
    margin: 0 2.5% 0 0;
  }
}
.p-solution__detail .c-certiflex .-left figure,
.p-case__detail .c-certiflex .-left figure,
.p-column__detail .c-certiflex .-left figure {
  margin: 0;
}
.p-solution__detail .c-certiflex .-right,
.p-case__detail .c-certiflex .-right,
.p-column__detail .c-certiflex .-right {
  width: 100%;
  float: none;
}
@media screen and (min-width: 600px) {
  .p-solution__detail .c-certiflex .-right,
  .p-case__detail .c-certiflex .-right,
  .p-column__detail .c-certiflex .-right {
    width: calc(100% - 150px - 2.5%);
    float: right;
  }
}
.p-solution__detail .c-certiflex .-right h3,
.p-case__detail .c-certiflex .-right h3,
.p-column__detail .c-certiflex .-right h3 {
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.p-solution__detail .c-certiflex .-right ul,
.p-case__detail .c-certiflex .-right ul,
.p-column__detail .c-certiflex .-right ul {
  margin-top: 0;
}
.p-solution__detail .c-certiflex .-right ul li,
.p-case__detail .c-certiflex .-right ul li,
.p-column__detail .c-certiflex .-right ul li {
  padding-left: 0;
}
.p-solution__detail .c-certiflex .-right ul li::before,
.p-case__detail .c-certiflex .-right ul li::before,
.p-column__detail .c-certiflex .-right ul li::before {
  content: none;
}
.p-solution__detail .c-certiflex .-right ul li a,
.p-case__detail .c-certiflex .-right ul li a,
.p-column__detail .c-certiflex .-right ul li a {
  text-decoration: underline;
}
.p-solution__detail .c-certiflex .-right ul li a:hover,
.p-case__detail .c-certiflex .-right ul li a:hover,
.p-column__detail .c-certiflex .-right ul li a:hover {
  text-decoration: none;
}
.p-solution__detail .c-media figure,
.p-case__detail .c-media figure,
.p-column__detail .c-media figure {
  margin-top: 0;
}
.p-solution__detail .c-media h4:first-of-type,
.p-case__detail .c-media h4:first-of-type,
.p-column__detail .c-media h4:first-of-type {
  margin-top: 0;
}
.p-solution__detail .c-media h4,
.p-case__detail .c-media h4,
.p-column__detail .c-media h4 {
  margin-top: 40px;
}
.p-solution__detail .-ttlR,
.p-case__detail .-ttlR,
.p-column__detail .-ttlR {
  display: inline-block;
  width: 100%;
  font-size: 2rem;
  background-color: #f7f7f7;
  padding: 8px 20px;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}
.p-solution__detail .-bgw,
.p-case__detail .-bgw,
.p-column__detail .-bgw {
  background-color: #fff;
  padding: 3.1vw 4.2vw;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-solution__detail .-bgw,
  .p-case__detail .-bgw,
  .p-column__detail .-bgw {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .p-solution__detail .-bgw,
  .p-case__detail .-bgw,
  .p-column__detail .-bgw {
    padding: 60px 80px;
  }
}
.p-solution__detail .-bgw::before,
.p-case__detail .-bgw::before,
.p-column__detail .-bgw::before {
  content: "";
  background-image: url(/assets/img/common/ic_fukidashi_w.svg);
  width: 78px;
  height: 38px;
  position: absolute;
  left: 50%;
  bottom: -38px;
  transform: translateX(-50%);
}
.p-solution__detail .c-1col ul,
.p-case__detail .c-1col ul,
.p-column__detail .c-1col ul {
  margin-top: 40px;
}
.p-solution__detail .c-1col ul li,
.p-case__detail .c-1col ul li,
.p-column__detail .c-1col ul li {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  position: relative;
}
.p-solution__detail .c-1col ul li::before,
.p-case__detail .c-1col ul li::before,
.p-column__detail .c-1col ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #222;
  border-radius: 4px;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.p-solution__detail .c-1col ul li a,
.p-case__detail .c-1col ul li a,
.p-column__detail .c-1col ul li a {
  text-decoration: underline;
}
.p-solution__detail .c-1col ul li a:hover,
.p-case__detail .c-1col ul li a:hover,
.p-column__detail .c-1col ul li a:hover {
  text-decoration: none;
}
.p-solution__detail .c-1col p,
.p-case__detail .c-1col p,
.p-column__detail .c-1col p {
  margin-top: 1.7em;
}
.p-solution__detail .c-1col p a,
.p-case__detail .c-1col p a,
.p-column__detail .c-1col p a {
  text-decoration: underline;
}
.p-solution__detail .c-1col p a:hover,
.p-case__detail .c-1col p a:hover,
.p-column__detail .c-1col p a:hover {
  text-decoration: none;
}
.p-solution__detail .-contactBox,
.p-case__detail .-contactBox,
.p-column__detail .-contactBox {
  margin-top: 80px;
}
@media screen and (min-width: 1025px) {
  .p-solution__detail .-contactBox,
  .p-case__detail .-contactBox,
  .p-column__detail .-contactBox {
    margin-top: 120px;
  }
}
.p-solution__detail .c-pageNav,
.p-case__detail .c-pageNav,
.p-column__detail .c-pageNav {
  margin-top: 80px;
}
@media screen and (min-width: 1025px) {
  .p-solution__detail .c-pageNav,
  .p-case__detail .c-pageNav,
  .p-column__detail .c-pageNav {
    margin-top: 120px;
  }
}
.p-solution__detail .-serviceInfo + .c-pageNav,
.p-case__detail .-serviceInfo + .c-pageNav,
.p-column__detail .-serviceInfo + .c-pageNav {
  margin-top: 0;
}
.p-solution__detail p:not(.c-btn):not(.-btn) a,
.p-case__detail p:not(.c-btn):not(.-btn) a,
.p-column__detail p:not(.c-btn):not(.-btn) a {
  text-decoration: underline;
}
.p-solution__detail p:not(.c-btn):not(.-btn) a:hover,
.p-case__detail p:not(.c-btn):not(.-btn) a:hover,
.p-column__detail p:not(.c-btn):not(.-btn) a:hover {
  text-decoration: none;
}

.p-column__detail p {
  margin-top: 1.7em;
}
.p-column__detail p:not(.c-btn):not(.-btn) a {
  text-decoration: underline;
}
.p-column__detail p:not(.c-btn):not(.-btn) a:hover {
  text-decoration: none;
}
.p-column__detail ul {
  margin-top: 40px;
}
.p-column__detail ul li {
  margin-bottom: 5px;
  font-weight: 400;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  position: relative;
}
.p-column__detail ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #222;
  border-radius: 4px;
  position: absolute;
  top: 0.75em;
  left: 0;
}
.p-column__detail ul li a {
  text-decoration: underline;
}
.p-column__detail ul li a:hover {
  text-decoration: none;
}
.p-column__detail time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8125;
}
.p-column__detail figure {
  margin: 1.7em 0;
}
.p-column__detail .-secTtl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 80px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .p-column__detail .-secTtl {
    font-size: 3.2rem;
    margin-top: 120px;
    margin-bottom: 30px;
  }
}
.p-column__detail .-secTtl.-bb {
  border-bottom: 1px solid #222222;
  padding-bottom: 15px;
  padding-left: 20px;
  position: relative;
  line-height: 1.43;
}
@media screen and (min-width: 600px) {
  .p-column__detail .-secTtl.-bb {
    padding-bottom: 27px;
    padding-left: 32px;
  }
}
.p-column__detail .-secTtl.-bb::before {
  content: "";
  background-color: #222;
  width: 2px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (min-width: 600px) {
  .p-column__detail .-secTtl.-bb::before {
    top: 0;
    height: 40px;
  }
}
.p-column__detail .-subTtl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 12px;
  border-bottom: 1px solid #BCBCBC;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .p-column__detail .-subTtl {
    margin-top: 40px;
    font-size: 2.4rem;
    margin-bottom: 30px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .p-column__detail .-subTtl {
    margin-top: 80px;
  }
}
.p-column__detail .-subTtl.-num {
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 600px) {
  .p-column__detail .-subTtl.-num {
    padding-left: 42px;
  }
}
.p-column__detail .-subTtl.-num::before {
  content: "1";
  color: #fff;
  width: 23px;
  height: 23px;
  background-color: #222222;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
}
@media screen and (min-width: 600px) {
  .p-column__detail .-subTtl.-num::before {
    width: 32px;
    height: 32px;
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-column__detail .-subTtl.-num::before {
    top: 3px;
  }
}
.p-column__detail .-subTtl.-num:nth-of-type(2)::before {
  content: "2";
}
.p-column__detail .-subTtl.-num:nth-of-type(3)::before {
  content: "3";
}
.p-column__detail .-subTtl.-num:nth-of-type(4)::before {
  content: "4";
}
.p-column__detail .-subTtl.-num:nth-of-type(5)::before {
  content: "5";
}
.p-column__detail .-contactBox .-txt {
  margin-top: 0;
}
.p-column__detail td:first-of-type {
  vertical-align: middle;
}

.p-case__detail .c-point {
  margin-top: 80px;
}
@media screen and (min-width: 1025px) {
  .p-case__detail .c-point {
    margin-top: 120px;
  }
}
.p-case__detail .c-point p {
  margin-top: 1em;
}
.p-case__detail .c-point p:not(.c-btn):not(.-btn) a {
  text-decoration: underline;
}
.p-case__detail .c-point p:not(.c-btn):not(.-btn) a:hover {
  text-decoration: none;
}

/* # =================================================================
 * # Inner
 * # ================================================================= */
.c-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1201px) {
  .c-inner {
    padding: 0;
  }
}

/* # =================================================================
 * # list
 * # ================================================================= */
.c-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-list__disc > li {
  padding-left: 1em;
  position: relative;
}
.c-list__disc > li::before {
  content: "・";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list__note {
  margin-top: 1em;
}
.c-list__note > li {
  padding-left: 1em;
  margin-bottom: 10px;
  position: relative;
}
.c-list__note > li:last-of-type {
  margin-bottom: 0;
}
.c-list__note > li::before {
  content: "※";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list__num {
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  counter-reset: item;
}
.c-list__num li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  margin-bottom: 4px;
  padding-left: 1.5em;
  position: relative;
}
.c-list__num li::before {
  counter-increment: item;
  content: counter(item) ".";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

/* # =================================================================
 * # pagination
 * # ================================================================= */
.c-pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .c-pagination {
    margin-top: 80px;
  }
}
.c-pagination li {
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
}
@media screen and (min-width: 600px) {
  .c-pagination li {
    font-size: 16px;
    margin: 0 8px;
  }
}
.c-pagination li:last-child {
  margin-right: 0;
}
.c-pagination li.-txt {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
@media screen and (min-width: 600px) {
  .c-pagination li.-txt {
    margin: 0 22px;
  }
}
.c-pagination li.-txt a {
  border: none;
}
.c-pagination li.-txt a:hover {
  text-decoration: underline;
}
.c-pagination li.-box a {
  width: 36px;
  height: 36px;
  border: 1px solid #222;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .c-pagination li.-box a {
    width: 40px;
    height: 40px;
  }
}
.c-pagination li.-box a:hover {
  background-color: #222;
  color: #fff;
}
.c-pagination li.-box span {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .c-pagination li.-box span {
    width: 40px;
    height: 40px;
  }
}

/* # =================================================================
 * # Pagetop
 * # ================================================================= */
.c-pageTop__wrap {
  position: relative;
}

.c-pageTop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 15px;
  background-color: #222;
  border: 1px solid #fff;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .c-pageTop {
    bottom: 20px;
    right: 20px;
  }
}
.c-pageTop:hover {
  opacity: 0.7;
}
.c-pageTop.js-pagetop {
  position: absolute;
  bottom: 65px;
}
@media screen and (min-width: 1025px) {
  .c-pageTop.js-pagetop {
    bottom: 76px;
  }
}
.c-pageTop span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.c-pageTop span::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 7px;
  width: 16px;
  height: 16px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

.c-pageTop.js-pagetop {
  position: fixed;
}

/* # =================================================================
 * # Section
 * # ================================================================= */
.c-sec60 {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .c-sec60 {
    margin-bottom: 60px;
  }
}

.c-sec80 {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .c-sec80 {
    margin-bottom: 80px;
  }
}

.c-sec90 {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .c-sec90 {
    margin-bottom: 90px;
  }
}

.c-sec100 {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .c-sec100 {
    margin-bottom: 100px;
  }
}

.c-sec120 {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .c-sec120 {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .c-sec120 {
    margin-bottom: 120px;
  }
}

.c-sec160 {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .c-sec160 {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .c-sec160 {
    margin-bottom: 160px;
  }
}

/* # =================================================================
 * # Swiper JS：TOPページ TOPICS
 * # ================================================================= */
.p-top__topics__slider {
  overflow: hidden;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .p-top__topics__slider {
    margin-top: 60px;
  }
}
.p-top__topics__slider .-topicsTtl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 14px;
}
@media screen and (min-width: 1025px) {
  .p-top__topics__slider .-topicsTtl {
    margin-top: 24px;
  }
}
.p-top__topics__slider .-label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
@media screen and (min-width: 1025px) {
  .p-top__topics__slider .-label {
    margin-top: 24px;
  }
}
.p-top__topics__slider .-label li {
  font-size: 14px;
  color: #767676;
  line-height: 1;
  padding: 5px 12px;
  border: 1px solid #767676;
  border-radius: 13px;
}
.p-top__topics__slider .swiper-slide {
  background-color: #fff;
  margin-bottom: 25px;
}
.p-top__topics__slider .swiper-slide a {
  display: inline-block;
  padding: 24px 24px 32px;
}
@media screen and (min-width: 1025px) {
  .p-top__topics__slider .swiper-slide a:hover {
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
  }
}
.p-top__topics .-btnWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  height: 81px;
  padding: 5px 0 140px;
}
@media screen and (min-width: 1025px) {
  .p-top__topics .-btnWrap {
    flex-direction: row;
    gap: 40px;
    height: 60px;
    padding: 65px 0 150px;
  }
}
.p-top__topics .-btnWrap .-left {
  display: flex;
  gap: 10px;
  align-items: center;
}
.p-top__topics .swiper-button-next,
.p-top__topics .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-color: #222;
  background-image: none;
  border: 1px solid #222;
  border-radius: 30px;
  position: relative;
  margin-top: 0;
  right: auto;
  left: auto;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .p-top__topics .swiper-button-next,
  .p-top__topics .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
.p-top__topics .swiper-button-next::before,
.p-top__topics .swiper-button-prev::before {
  content: "";
  width: 7px;
  height: 11px;
  background: url(/assets/img/top/ic_next_w.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1025px) {
  .p-top__topics .swiper-button-next::before,
  .p-top__topics .swiper-button-prev::before {
    width: 8px;
    height: 12px;
  }
}
.p-top__topics .swiper-button-next:hover,
.p-top__topics .swiper-button-prev:hover {
  background-color: transparent;
}
.p-top__topics .swiper-button-next:hover::before,
.p-top__topics .swiper-button-prev:hover::before {
  background-image: url(/assets/img/top/ic_next.svg);
}
.p-top__topics .swiper-button-prev::before {
  background-image: url(/assets/img/top/ic_prev_w.svg);
}
.p-top__topics .swiper-button-prev:hover::before {
  background-image: url(/assets/img/top/ic_prev.svg);
}
.p-top__topics .swiper_pause {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: url(/assets/img/top/ic_pause.svg) no-repeat center center;
}
.p-top__topics .swiper_pause:hover {
  background: url(/assets/img/top/ic_pause_w.svg) no-repeat center center #222;
}
.p-top__topics .swiper_pause.paused {
  background: url(/assets/img/top/ic_play.svg) no-repeat center center;
}
.p-top__topics .swiper_pause.paused:hover {
  background: url(/assets/img/top/ic_play_w.svg) no-repeat center center #222;
}
.p-top__topics .swiper-pagination-fraction {
  position: relative;
  width: auto;
  bottom: auto;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
}
.p-top__topics {
  /* Swiper カウンター区切り文字のスタイル */
}
.p-top__topics .swiper-pagination-fraction .swiper-pagination-separator {
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #222; /* 色を変更可能 */
  margin: 0 10px; /* 数字との間隔10px */
  vertical-align: middle;
  position: relative;
  top: -2px; /* 垂直位置の微調整 */
}
.p-top__topics .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* # =================================================================
 * # Swiper JS：TOPページ CASE STUDY
 * # ================================================================= */
.p-top__case__slider {
  overflow: hidden;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 600px) {
  .p-top__case__slider {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-top__case__slider {
    margin-top: 60px;
  }
}
.p-top__case__slider .swiper-slide a:hover .-caseTtl {
  text-decoration: underline;
}
.p-top__case__slider .swiper-slide a:hover figure img {
  transition: all 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  transform: scale(1.1, 1.1);
}
.p-top__case__slider figure {
  overflow: hidden;
  position: relative;
}
.p-top__case__slider figure img {
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-top__case__slider figure figcaption {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  background-color: #fff;
  padding: 7px 9px;
}
.p-top__case__slider .-caseTtl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  margin-top: 14px;
}
@media screen and (min-width: 1025px) {
  .p-top__case__slider .-caseTtl {
    margin-top: 24px;
  }
}
.p-top__case__slider .-label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 17px;
}
@media screen and (min-width: 1025px) {
  .p-top__case__slider .-label {
    margin-top: 24px;
  }
}
.p-top__case__slider .-label li {
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
.p-top__case .-btnWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  height: 81px;
  padding: 30px 0 228px;
}
@media screen and (min-width: 1025px) {
  .p-top__case .-btnWrap {
    flex-direction: row;
    gap: 40px;
    height: 60px;
    padding: 97px 0 157px;
  }
}
.p-top__case .-btnWrap .-left {
  display: flex;
  gap: 10px;
  align-items: center;
}
.p-top__case .swiper-button-next,
.p-top__case .swiper-button-prev {
  width: 45px;
  height: 45px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 30px;
  position: relative;
  margin-top: 0;
  right: auto;
  left: auto;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .p-top__case .swiper-button-next,
  .p-top__case .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
.p-top__case .swiper-button-next::before,
.p-top__case .swiper-button-prev::before {
  content: "";
  width: 7px;
  height: 11px;
  background: url(/assets/img/top/ic_next.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1025px) {
  .p-top__case .swiper-button-next::before,
  .p-top__case .swiper-button-prev::before {
    width: 8px;
    height: 12px;
  }
}
.p-top__case .swiper-button-next:hover,
.p-top__case .swiper-button-prev:hover {
  background-color: #222;
}
.p-top__case .swiper-button-next:hover::before,
.p-top__case .swiper-button-prev:hover::before {
  background-image: url(/assets/img/top/ic_next_w.svg);
}
.p-top__case .swiper-button-prev::before {
  background-image: url(/assets/img/top/ic_prev.svg);
}
.p-top__case .swiper-button-prev:hover::before {
  background-image: url(/assets/img/top/ic_prev_w.svg);
}
.p-top__case .swiper_pause {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: url(/assets/img/top/ic_pause_w.svg) no-repeat center center;
}
.p-top__case .swiper_pause:hover {
  background: url(/assets/img/top/ic_pause.svg) no-repeat center center #fff;
}
.p-top__case .swiper_pause.paused {
  background: url(/assets/img/top/ic_play_w.svg) no-repeat center center;
}
.p-top__case .swiper_pause.paused:hover {
  background: url(/assets/img/top/ic_play.svg) no-repeat center center #fff;
}
.p-top__case .swiper-pagination-fraction {
  position: relative;
  width: auto;
  bottom: auto;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  color: #fff;
}
.p-top__case {
  /* Swiper カウンター区切り文字のスタイル */
}
.p-top__case .swiper-pagination-fraction .swiper-pagination-separator {
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #fff; /* 色を変更可能 */
  margin: 0 10px; /* 数字との間隔10px */
  vertical-align: middle;
  position: relative;
  top: -2px; /* 垂直位置の微調整 */
}
.p-top__case .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* # =================================================================
 * # Swiper JS：TOPページ バナー
 * # ================================================================= */
.p-top__bnr {
  padding: 49px 20px 60px;
}
@media screen and (min-width: 1025px) {
  .p-top__bnr {
    padding: 120px 20px;
  }
}
@media screen and (min-width: 1201px) {
  .p-top__bnr {
    padding: 120px 0;
  }
}
.p-top__bnr .-txtBox {
  margin-top: 24px;
}
.p-top__bnr .-txtBox h3 {
  font-size: 16px;
  font-weight: 400;
}
.p-top__bnr .-txtBox h3 span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-right: 1em;
}
.p-top__bnr .-txtBox p {
  letter-spacing: 0;
  margin-top: 14px;
}
.p-top__bnr .swiper-custom-parent {
  position: relative;
  padding: 0 32px;
}
@media screen and (min-width: 600px) {
  .p-top__bnr .swiper-custom-parent {
    margin: 0 2.2vw;
    padding: 0 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-top__bnr .swiper-custom-parent {
    margin: 0 4vw;
    padding: 0 5vw;
  }
}
@media screen and (min-width: 1201px) {
  .p-top__bnr .swiper-custom-parent {
    margin: 0 12.34375vw;
    padding: 0 4.0104166667vw;
  }
}
.p-top__bnr .swiper {
  overflow: hidden;
}
.p-top__bnr .swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 100%;
}
.p-top__bnr .swiper-slide {
  overflow: hidden;
}
.p-top__bnr .swiper-slide a[href$=".pdf"] {
  padding-left: 0;
  margin-left: 0;
}
.p-top__bnr .swiper-slide a[href$=".pdf"]::before {
  content: none;
}
.p-top__bnr .swiper-slide a:hover .-txtBox h3,
.p-top__bnr .swiper-slide a:hover .-txtBox h3 span,
.p-top__bnr .swiper-slide a:hover .-txtBox p {
  text-decoration: underline;
}
.p-top__bnr .swiper-button-prev,
.p-top__bnr .swiper-button-next {
  background: none;
  width: 18px;
  height: 45px;
  top: 35%;
}
@media screen and (min-width: 1025px) {
  .p-top__bnr .swiper-button-prev,
  .p-top__bnr .swiper-button-next {
    width: 25px;
    height: 45px;
    top: 33%;
  }
}
.p-top__bnr .swiper-button-prev::before,
.p-top__bnr .swiper-button-next::before {
  content: "";
  width: 7px;
  height: 14px;
  background: url(/assets/img/top/ic_bnr_arrow_sp.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 10%;
}
@media screen and (min-width: 1025px) {
  .p-top__bnr .swiper-button-prev::before,
  .p-top__bnr .swiper-button-next::before {
    width: 17px;
    height: 33px;
    background-image: url(/assets/img/top/ic_bnr_arrow_pc.svg);
  }
}
.p-top__bnr .swiper-button-prev::before {
  transform: rotate(-180deg);
  left: 0;
}
.p-top__bnr .swiper-button-prev::after,
.p-top__bnr .swiper-button-next::after {
  display: none;
}
.p-top__bnr .swiper-button-prev:focus,
.p-top__bnr .swiper-button-next:focus {
  outline: none;
}

/* # =================================================================
 * # Table
 * # ================================================================= */
.c-tableWrap {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 25px 15px;
  max-width: 1520px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .c-tableWrap {
    padding: 55px;
  }
}
.c-tableWrap__ttl {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}

.c-table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.c-table th, .c-table td {
  border-collapse: collapse;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  padding: 20px;
  display: block;
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (min-width: 1025px) {
  .c-table th, .c-table td {
    font-size: 1.6rem;
    display: table-cell;
    padding: 28px 30px;
  }
}
.c-table th {
  background-color: #f7f7f7;
  font-weight: 400;
  border-top: none;
}
@media screen and (min-width: 1025px) {
  .c-table th {
    width: 240px;
    border-top: 1px solid #bcbcbc;
  }
}
.c-table tr:first-child th:nth-of-type(1) {
  border-top: 1px solid #bcbcbc;
}
.c-table td {
  border-top: none;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .c-table td {
    border-top: 1px solid #bcbcbc;
    width: calc(100% - 240px);
  }
}
.c-table ul li {
  font-size: 16px;
  line-height: 1.8125;
  margin-bottom: 4px;
  padding-left: 1.2em;
  position: relative;
}
.c-table ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-table.tate {
  border-bottom: 1px solid #bcbcbc;
}
@media screen and (min-width: 1025px) {
  .c-table.tate {
    border-bottom: none;
  }
}
.c-table.tate th {
  display: table-cell;
  background-color: #f7f7f7;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
}
.c-table.tate th:last-of-type {
  border-right: none;
}
.c-table.tate td {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-collapse: collapse;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
}
.c-table.tate td:last-of-type {
  border-right: none;
}
.c-table__scroll {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.c-table__scroll th, .c-table__scroll td {
  display: table-cell;
}
.c-table__scroll__icon {
  display: block;
  position: absolute;
  top: calc(50% - 61px);
  left: 50%;
  width: 110px;
  padding: 1em;
  background: #666;
  border-radius: 4px;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .c-table__scroll__icon {
    display: none;
  }
}
.c-table__scroll__icon img {
  width: 80%;
}
@media screen and (min-width: 600px) {
  .c-table__scroll__icon img {
    display: none;
  }
}
.c-table__scroll__iconTxt {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .c-table__scroll__iconTxt {
    display: none;
  }
}

/* # =================================================================
 * # Ttl
 * # ================================================================= */
.c-ttl__overWrap {
  margin-left: 20px;
}
@media screen and (min-width: 1201px) {
  .c-ttl__overWrap {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) {
  .c-ttl__overWrap.-l3 {
    margin-top: 40px;
  }
}
.c-ttl__overWrap.-l3 .c-ttl__over,
.c-ttl__overWrap.-l3 .c-ttl__noover {
  font-size: 28px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .c-ttl__overWrap.-l3 .c-ttl__over,
  .c-ttl__overWrap.-l3 .c-ttl__noover {
    font-size: 4rem;
    margin-bottom: 80px;
  }
}
.c-ttl__overWrap.-l3 .c-ttl__over .-flex,
.c-ttl__overWrap.-l3 .c-ttl__noover .-flex {
  margin-bottom: 5px;
}
.c-ttl__over {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 28px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .c-ttl__over {
    font-size: 5rem;
  }
}
.c-ttl__over::before {
  content: "";
  width: 150%;
  height: 1px;
  background-color: #222;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-ttl__over .-sub {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .c-ttl__over .-sub {
    font-size: 2.4rem;
  }
}
.c-ttl__over .-flex {
  display: flex;
  margin-bottom: 5px;
}
.c-ttl__over .-flex.-tagWrap {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .c-ttl__over .-flex.-tagWrap {
    margin-bottom: 40px;
  }
}
.c-ttl__over .-flex .-en {
  font-family: "Lexend", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
}
.c-ttl__over .-flex .-ja {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
}
.c-ttl__over .-flex .-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 30px;
  font-size: 16px;
  letter-spacing: 0;
  height: 40px;
  border-radius: 20px;
  background-color: #F7F7F7;
}
.c-ttl__over.-fz40 {
  font-size: 28px;
}
@media screen and (min-width: 1025px) {
  .c-ttl__over.-fz40 {
    font-size: 4rem;
  }
}
.c-ttl__nooverWrap {
  margin: 0 20px;
}
@media screen and (min-width: 1201px) {
  .c-ttl__nooverWrap {
    margin-left: 0;
  }
}
.c-ttl__noover {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  font-size: 28px;
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .c-ttl__noover {
    font-size: 5rem;
  }
}
.c-ttl__noover::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-ttl__noover .-flex {
  display: flex;
  margin-bottom: 20px;
}
.c-ttl__noover .-flex .-en {
  font-family: "Lexend", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
}
.c-ttl__noover .-flex .-ja {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
}
.c-ttl__lv2 {
  font-size: 24px;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .c-ttl__lv2 {
    font-size: 3.2rem;
    margin-top: 120px;
  }
}
.c-ttl__lv2.-deco {
  padding-left: 22px;
  padding-bottom: 27px;
  border-bottom: 1px solid #222;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .c-ttl__lv2.-deco {
    padding-left: 32px;
  }
}
.c-ttl__lv2.-deco::before {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #222;
  position: absolute;
  top: 0.25em;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .c-ttl__lv2.-deco::before {
    height: 40px;
  }
}
.c-ttl__lv3 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .c-ttl__lv3 {
    font-size: 2.4rem;
    margin-top: 80px;
  }
}
.c-ttl__lv3.-deco {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #bcbcbc;
}
.c-ttl__lv3.-deco .-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 16px;
  background-color: #222;
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .c-ttl__lv3.-deco .-num {
    width: 32px;
    height: 32px;
  }
}
.c-ttl__lv3.-deco .-lv3Txt {
  width: calc(100% - 42px);
}
.c-ttl__lv4 {
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .c-ttl__lv4 {
    font-size: 2.4rem;
  }
}
.c-ttl__lv5 {
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .c-ttl__lv5 {
    font-size: 2rem;
  }
}
.c-ttl__disc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 1em;
  margin-top: 40px;
  margin-bottom: 16px;
  position: relative;
}
.c-ttl__disc::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #222;
  border-radius: 4px;
  position: absolute;
  top: 0.65em;
  left: 0;
}

/* # =================================================================
 * # keyframes
 * # ================================================================= */
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
/* # =================================================================
 * # サイトのご利用にあたって
 * # ================================================================= */
.p-about p {
  margin-top: 1.7em;
}
.p-about .-list {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8125;
  margin-top: 1.7em;
}
.p-about .-list dt {
  font-weight: 400;
}

/* # =================================================================
 * # NEWS
 * # ================================================================= */
.p-news {
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media screen and (min-width: 1025px) {
  .p-news {
    margin-bottom: 120px;
  }
}
.p-news__selectWrap {
  height: 50px;
  width: 162px;
  position: relative;
  margin-bottom: 40px;
}
.p-news__selectWrap::before {
  content: "";
  width: 12px;
  height: 8px;
  background: url(/assets/img/news/ic_select_arrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  z-index: -1;
}
.p-news__select {
  border: 1px solid #222;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 24px;
}
.p-news__article {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .p-news__article {
    margin-top: 90px;
  }
}
.p-news__list {
  border-top: 1px solid #707070;
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-news__list {
    padding: 30px 0;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-news__list:last-of-type {
  border-bottom: 1px solid #707070;
}
.p-news__list dt {
  width: 120px;
}
.p-news__list dt time {
  font-size: 16px;
  font-weight: 400;
}
.p-news__list dd {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .p-news__list dd {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - (120px + 3.125vw));
  }
}
.p-news__list dd ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;
}
@media screen and (min-width: 1025px) {
  .p-news__list dd ul {
    flex-direction: column;
    margin: 0;
  }
}
.p-news__list dd ul li {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 32px;
  border: 1px solid #222;
  border-radius: 10px;
}
@media screen and (min-width: 1025px) {
  .p-news__list dd p {
    width: calc(100% - 140px);
  }
}
.p-news__list dd p a {
  display: block;
  margin-right: 50px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-news__list dd p a {
    margin-right: 80px;
  }
}
.p-news__list dd p a::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #222;
  border-radius: 30px;
  background-color: #222;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .p-news__list dd p a::before {
    width: 60px;
    height: 60px;
    right: -80px;
  }
}
.p-news__list dd p a::after {
  content: "";
  width: 8px;
  height: 6px;
  background: url(/assets/img/news/ic_arrow_w.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: -39px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .p-news__list dd p a::after {
    width: 11px;
    height: 8px;
    right: -55px;
  }
}
.p-news__list dd p a[target=_blank]::before {
  width: 12px;
  height: 12px;
  background: url(/assets/img/common/ic_blank.svg) no-repeat center center;
  background-size: 100% auto;
  border: none;
  border-radius: 0;
  right: -40px;
}
@media screen and (min-width: 1025px) {
  .p-news__list dd p a[target=_blank]::before {
    right: -55px;
  }
}
.p-news__list dd p a[target=_blank]::after {
  content: none;
}
.p-news__list dd p a[href$=".pdf"]::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/assets/img/common/ic_pdf.svg) no-repeat center center;
  background-size: 100% auto;
  border: none;
  border-radius: 0;
  right: -50px;
}
@media screen and (min-width: 1025px) {
  .p-news__list dd p a[href$=".pdf"]::before {
    right: -67px;
  }
}
.p-news__list dd p a[href$=".pdf"]::after {
  content: none;
}
.p-news__list dd p a:hover {
  text-decoration: underline;
}
.p-news__list dd p a:hover::before {
  background-color: #fff;
}
.p-news__list dd p a:hover::after {
  background-image: url(/assets/img/news/ic_arrow_bk.svg);
}
.p-news__date {
  font-size: 1.6rem;
  font-weight: 700;
  float: left;
  display: flex;
  align-items: center;
  height: 20px;
}
@media screen and (min-width: 1025px) {
  .p-news__date {
    float: none;
    height: auto;
    width: 8%;
  }
}
.p-news__tag {
  float: left;
}
@media screen and (min-width: 1025px) {
  .p-news__tag {
    float: none;
    width: 20%;
  }
}
.p-news__tag span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-height: 20px;
  padding: 0 15px;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #F6F6F6;
  border: 1px solid #bcbcbc;
  margin: 0 20px;
}
@media screen and (min-width: 1025px) {
  .p-news__tag span {
    width: 140px;
    min-height: 36px;
    margin: 0 40px;
  }
}
.p-news__txt {
  clear: both;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  padding-top: 10px;
}
@media screen and (min-width: 1025px) {
  .p-news__txt {
    padding-top: 0;
    width: 72%;
  }
}
.p-news__txt a {
  display: inline-block;
  width: 100%;
  transition: 300ms ease all;
  padding-right: 40px;
}
@media screen and (min-width: 1025px) {
  .p-news__txt a {
    padding-right: 60px;
  }
}
.p-news__txt a:hover {
  color: #F77C00;
}
.p-news__detail .-sub {
  display: flex;
  align-items: center;
  gap: 20px;
}
.p-news__detail .-sub .-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-height: 20px;
  font-size: 14px;
  border: 1px solid #222;
  border-radius: 10px;
}
.p-news__detail .-sub time {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0;
}
.p-news__detail h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #222;
}
@media screen and (min-width: 1025px) {
  .p-news__detail h1 {
    font-size: 4rem;
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}
.p-news__detail h2 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .p-news__detail h2 {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
.p-news__detail h3 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .p-news__detail h3 {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
.p-news__detail h4 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .p-news__detail h4 {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
.p-news__detail h5 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .p-news__detail h5 {
    margin-top: 80px;
  }
}
.p-news__detail p,
.p-news__detail figcaption {
  font-size: 16px;
  line-height: 1.8125;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
}
.p-news__detail figcaption {
  margin-top: 1em;
  text-align: left;
}
.p-news__detail ul {
  margin-top: 1.7em;
  margin-bottom: 1.7em;
}
.p-news__detail ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  margin-bottom: 4px;
  padding-left: 1.2em;
  position: relative;
}
.p-news__detail ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #222;
  position: absolute;
  top: 0.65em;
  left: 0;
}
.p-news__detail ol {
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  counter-reset: item;
}
.p-news__detail ol li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  margin-bottom: 4px;
  padding-left: 1.5em;
  position: relative;
}
.p-news__detail ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.p-news__detail a {
  line-height: 1.5;
  text-decoration: underline;
  transition: 300ms ease all;
}
.p-news__detail a:hover {
  text-decoration: none;
}
.p-news__detail a[href$=".pdf"] {
  display: inline-block;
  font-weight: 500;
  color: #DC0E0E;
  padding-left: 39px;
  position: relative;
}
.p-news__detail a[href$=".pdf"]::before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/assets/img/common/ic_pdf.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-news__detail .c-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 1025px) {
  .p-news__detail .c-2col {
    gap: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .p-news__detail .c-2col div {
    width: calc((100% - 60px) / 2);
  }
}
.p-news__detail .c-2col div h3 {
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .p-news__detail .c-2col div h3 {
    margin-top: 40px;
  }
}
.p-news__detail .c-2col div h3:first-child {
  margin-top: 0;
}
.p-news__detail .c-2col div hr {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .p-news__detail .c-2col div hr {
    margin-top: 40px;
  }
}
.p-news__detail .c-3col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 600px) {
  .p-news__detail .c-3col {
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  .p-news__detail .c-3col .-col {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .p-news__detail .c-3col .-col {
    width: calc((100% - 60px) / 3);
  }
}
.p-news__detail .c-4col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (min-width: 600px) {
  .p-news__detail .c-4col {
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  .p-news__detail .c-4col .-col {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 1025px) {
  .p-news__detail .c-4col .-col {
    width: calc((100% - 90px) / 4);
  }
}
.p-news__detail .c-table {
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .p-news__detail .c-table {
    margin-bottom: 80px;
  }
}
.p-news__detail .c-table th {
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .p-news__detail .c-table td {
    padding: 25px 30px;
  }
}
.p-news__detail .-tblTtl {
  margin-bottom: 10px;
}
.p-news__detail table {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .p-news__detail table {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.p-news__detail table caption {
  font-size: 16px;
  line-height: 1.8125;
  margin-bottom: 17px;
}
.p-news__detail table th {
  border-collapse: collapse;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1025px) {
  .p-news__detail table th {
    padding: 25px 50px;
  }
}
.p-news__detail table th:last-of-type {
  border-right: none;
}
.p-news__detail table td {
  border-collapse: collapse;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  padding: 20px;
  font-size: 16px;
  line-height: 1.8125;
}
@media screen and (min-width: 1025px) {
  .p-news__detail table td {
    padding: 25px 50px;
  }
}
.p-news__detail table td:last-of-type {
  border-right: none;
}
.p-news__detail table.tate {
  border-bottom: 1px solid #bcbcbc;
}
@media screen and (min-width: 1025px) {
  .p-news__detail table.tate {
    border-bottom: none;
  }
}
.p-news__detail table.tate th {
  display: block;
  background-color: #f7f7f7;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8125;
  padding: 20px;
  border-collapse: collapse;
  border-top: 1px solid #bcbcbc;
  border-bottom: none;
  border-right: none;
}
@media screen and (min-width: 1025px) {
  .p-news__detail table.tate th {
    padding: 25px 50px;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #bcbcbc;
  }
}
.p-news__detail table.tate td {
  display: block;
  font-size: 16px;
  line-height: 1.8125;
  padding: 20px;
  border-collapse: collapse;
  border-top: 1px solid #bcbcbc;
  border-right: none;
  border-bottom: none;
}
@media screen and (min-width: 1025px) {
  .p-news__detail table.tate td {
    display: table-cell;
    padding: 25px 50px 25px 65px;
    border-bottom: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
  }
}
.p-news__detail table.tate td:last-of-type {
  border-right: none;
}
.p-news__detail figure {
  margin-top: 1.7em;
  margin-bottom: 1.7em;
}
.p-news__detail .-btn {
  width: 224px;
  height: 54px;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 50px auto 0;
}
@media screen and (min-width: 1025px) {
  .p-news__detail .-btn {
    height: 74px;
    margin: 80px auto 0;
  }
}
.p-news__detail .-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 37px;
  background-color: #222;
  border: 1px solid #222;
  text-decoration: none;
}
.p-news__detail .-btn a:hover {
  background-color: #fff;
  color: #222;
}

/* # =================================================================
 * # 特長と強み
 * # ================================================================= */
.p-feature .-ttl {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.7;
}
@media screen and (min-width: 1025px) {
  .p-feature .-ttl {
    font-size: 4rem;
    margin-bottom: 65px;
  }
}
.p-feature .-txt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .p-feature .-txt {
    margin-bottom: 80px;
  }
}
.p-feature .c-btn {
  width: 80%;
  max-width: 280px;
  height: 50px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .p-feature .c-btn {
    width: 280px;
    height: 74px;
    margin: 0;
  }
}
.p-feature .c-btn.-bk a::before {
  background-image: url(/assets/img/top/ic_arrow_w.svg);
}
.p-feature .c-btn.-bk a:hover::before {
  background-image: url(/assets/img/top/ic_arrow.svg);
}
.p-feature .c-btn a {
  font-size: 14px;
  font-weight: 700;
  border-radius: 37px;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-feature .c-btn a {
    font-size: 1.8rem;
  }
}
.p-feature .c-btn a::before {
  content: "";
  width: 8px;
  height: 6px;
  background: url(/assets/img/top/ic_arrow.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .p-feature .c-btn a::before {
    width: 11px;
    height: 8px;
    right: 24px;
  }
}
.p-feature .c-btn a:hover::before {
  background-image: url(/assets/img/top/ic_arrow_w.svg);
}
.p-feature__sec01 {
  background: url(/assets/img/feature/bg_sec01.webp) no-repeat top center;
  background-size: cover;
  margin-top: -40px;
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec01 {
    padding-top: 140px;
    padding-bottom: 230px;
  }
}
.p-feature__sec01 .-ttl {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec01 .-ttl {
    font-size: clamp(48px, 3.3333333333vw, 64px);
    margin-bottom: 80px;
  }
}
.p-feature__sec01 .-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec01 .-txt {
    font-size: clamp(28px, 1.6666666667vw, 32px);
  }
}
.p-feature__sec02 {
  background-color: #222;
  padding: 100px 0 50px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec02 {
    padding: 200px 0 110px;
  }
}
.p-feature__sec02 .-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec02 .-flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6.2%;
  }
}
@media screen and (min-width: 1201px) {
  .p-feature__sec02 .-flex {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-feature__sec02 .-flex .-left {
    max-width: 457px;
    width: 37.5%;
  }
}
.p-feature__sec02 .-flex .-right {
  max-width: 686px;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec02 .-flex .-right {
    width: 56.3%;
  }
}
.p-feature__sec02 .-ttl {
  color: #fff;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec02 .-ttl {
    font-size: 4rem;
  }
}
.p-feature__sec02 .-ttl span {
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1em;
  padding: 0.3em 0.4em;
  margin-left: 0.4em;
  margin-right: 0.4em;
}
.p-feature__sec02 .-txt {
  color: #fff;
}
.p-feature__sec02 .c-btn a {
  border-color: #fff;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec03 {
    margin-left: 6.25vw;
    position: relative;
    z-index: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-feature__sec03::before {
    content: "";
    width: 50%;
    height: 60%;
    background-color: #222;
    position: absolute;
    top: 0;
    left: -6.25vw;
    z-index: -1;
  }
}
@media screen and (min-width: 1025px) {
  .p-feature__sec03::after {
    content: "";
    width: 50%;
    height: 40%;
    background-color: #F1F1F1;
    position: absolute;
    bottom: 0;
    left: -6.25vw;
    z-index: -1;
  }
}
.p-feature__sec03 .-inner {
  background-color: #fff;
  padding-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec03 .-inner {
    padding-bottom: 120px;
  }
}
.p-feature__sec03 .-box {
  padding: 60px 20px 40px;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec03 .-box {
    padding: 120px 29.1666666667vw 80px 12.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-feature__sec03 .-ttl {
    margin-bottom: 40px;
  }
}
.p-feature__sec03 .-slideContent {
  overflow: hidden;
  display: flex;
}
.p-feature__sec03 .-slideContent.--left .-slideWrap {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.p-feature__sec03 .-slideContent.--right {
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p-feature__sec03 .-slideContent.--right .-slideWrap {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.p-feature__sec03 .-slideContent .-slideWrap {
  background-color: #fff;
  display: flex;
  min-width: 850px;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec03 .-slideContent .-slideWrap {
    min-width: 2020px;
  }
}
.p-feature__sec03 .-slideContent .-slideWrap .-slide {
  width: 150px;
  margin-right: 20px;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec03 .-slideContent .-slideWrap .-slide {
    min-width: 384px;
  }
}
.p-feature__sec03 .-slideContent .-slideWrap .-slide img {
  width: 100%;
}
.p-feature__sec03 .c-btn {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec03 .c-btn {
    margin-top: 80px;
  }
}
.p-feature__sec04 {
  background-color: #F1F1F1;
  padding: 60px 20px;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec04 {
    padding: 120px 20px;
  }
}
@media screen and (min-width: 1201px) {
  .p-feature__sec04 {
    padding: 120px 0;
  }
}
.p-feature__sec04 .-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec04 .-ttl {
    margin-bottom: 40px;
  }
}
.p-feature__sec04 .-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 600px) {
  .p-feature__sec04 .-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) {
  .p-feature__sec04 .-list li {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1025px) {
  .p-feature__sec04 .-list li {
    width: calc((100% - 60px) / 3);
  }
}
.p-feature__sec04 .-list li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: 0 20px 80px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-feature__sec04 .-list li a {
    padding: 0 2.3958333333vw 100px;
  }
}
.p-feature__sec04 .-list li a:hover {
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.p-feature__sec04 .-list li a figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.p-feature__sec04 .-list li a p {
  height: calc(100% - 200px);
}
.p-feature__sec04 .-list li a .-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.p-feature__sec04 .-list li a .-arrow span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #222;
  border: 1px solid #222;
  border-radius: 20px;
  position: relative;
}
.p-feature__sec04 .-list li a .-arrow span::before {
  content: "";
  width: 11px;
  height: 8px;
  background: url(/assets/img/top/ic_arrow_w.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-feature__sec04 .-list li a:hover .-arrow span {
  background-color: #fff;
}
.p-feature__sec04 .-list li a:hover .-arrow span::before {
  background-image: url(/assets/img/top/ic_arrow.svg);
}
.p-feature__sec05 {
  background-color: #222;
  padding: 60px 20px;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 {
    padding: 120px 20px;
    margin-left: 6.25vw;
    position: relative;
    z-index: 0;
  }
}
@media screen and (min-width: 1201px) {
  .p-feature__sec05 {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05::before {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #222;
    position: absolute;
    top: 0;
    left: -6.25vw;
    z-index: -1;
  }
}
.p-feature__sec05 .-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-feature__sec05 .-ttl {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-ttl {
    margin-bottom: 40px;
  }
}
.p-feature__sec05 .-txt {
  color: #fff;
}
.p-feature__sec05 .-box {
  background-color: #fff;
  padding: 50px 20px 40px;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-box {
    padding: 100px 20px 80px 12.5vw;
  }
}
.p-feature__sec05 .-listWrap {
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .p-feature__sec05 .-listWrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-listWrap {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.p-feature__sec05 .-list {
  padding: 35px 20px;
  margin-top: 35px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-feature__sec05 .-list {
    width: 50%;
    padding: 35px 3.5% 75px;
  }
}
@media screen and (min-width: 1381px) {
  .p-feature__sec05 .-list {
    width: 33.3333333333%;
    padding: 0 3.5% 75px;
    margin-top: 75px;
  }
}
@media screen and (min-width: 600px) {
  .p-feature__sec05 .-list::before {
    content: "";
    width: 1px;
    height: 80%;
    background-color: #222;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-feature__sec05 .-list::after {
  content: "";
  width: 80%;
  height: 1px;
  background-color: #222;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-feature__sec05 .-list:nth-of-type(1) {
  padding-top: 0;
}
@media screen and (min-width: 600px) {
  .p-feature__sec05 .-list:nth-of-type(2) {
    padding-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .p-feature__sec05 .-list:nth-of-type(2)::before {
    content: none;
  }
}
@media screen and (min-width: 1381px) {
  .p-feature__sec05 .-list:nth-of-type(2)::before {
    content: "";
  }
}
.p-feature__sec05 .-list:nth-of-type(2) dt::after {
  width: 98px;
  height: 61px;
  background-image: url(/assets/img/feature/ic_chart.svg);
}
@media screen and (min-width: 1381px) {
  .p-feature__sec05 .-list:nth-of-type(3)::before {
    content: none;
  }
}
.p-feature__sec05 .-list:nth-of-type(3) dt::after {
  width: 89px;
  height: 84px;
  background-image: url(/assets/img/feature/ic_people.svg);
  top: -87%;
  right: 7%;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-list:nth-of-type(3) dt::after {
    right: 14%;
  }
}
@media screen and (min-width: 600px) {
  .p-feature__sec05 .-list:nth-of-type(4)::before {
    content: none;
  }
}
@media screen and (min-width: 1381px) {
  .p-feature__sec05 .-list:nth-of-type(4)::before {
    content: "";
  }
}
.p-feature__sec05 .-list:nth-of-type(4) dt::after {
  width: 93px;
  height: 94px;
  background-image: url(/assets/img/feature/ic_map.svg);
  top: -64%;
  right: 14%;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-list:nth-of-type(4) dt::after {
    right: 28%;
  }
}
.p-feature__sec05 .-list:nth-of-type(5) dt::after {
  width: 75px;
  height: 72px;
  background-image: url(/assets/img/feature/ic_building2.svg);
  top: -43%;
  right: 1%;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-list:nth-of-type(5) dt::after {
    right: 3%;
  }
}
@media screen and (min-width: 600px) {
  .p-feature__sec05 .-list:nth-of-type(6)::before {
    content: none;
  }
}
.p-feature__sec05 .-list:nth-of-type(6) dt::after {
  width: 98px;
  height: 61px;
  background-image: url(/assets/img/feature/ic_handshake.svg);
  top: -33%;
  right: 7%;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-list:nth-of-type(6) dt::after {
    right: 11%;
  }
}
.p-feature__sec05 .-list:nth-of-type(6) dd {
  line-height: 0.5em;
  width: 3.2em;
  margin-top: 55px;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-list:nth-of-type(6) dd {
    margin-top: 70px;
  }
}
.p-feature__sec05 .-list:nth-of-type(6) dd .-classifier {
  display: inline-block;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 1381px) {
  .p-feature__sec05 .-list:nth-of-type(7)::after {
    content: none;
  }
}
.p-feature__sec05 .-list:nth-of-type(7) dt::after {
  width: 85px;
  height: 89px;
  background-image: url(/assets/img/feature/ic_hand.svg);
  top: 2%;
  right: 6%;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-list:nth-of-type(7) dt::after {
    right: 8%;
  }
}
@media screen and (min-width: 600px) {
  .p-feature__sec05 .-list:nth-of-type(8)::before {
    content: none;
  }
}
@media screen and (min-width: 1381px) {
  .p-feature__sec05 .-list:nth-of-type(8)::before {
    content: "";
  }
}
@media screen and (min-width: 1381px) {
  .p-feature__sec05 .-list:nth-of-type(8)::after {
    content: none;
  }
}
.p-feature__sec05 .-list:nth-of-type(8) dt::after {
  width: 89px;
  height: 89px;
  background-image: url(/assets/img/feature/ic_happy.svg);
  top: -15%;
  right: -7%;
}
@media screen and (min-width: 376px) {
  .p-feature__sec05 .-list:nth-of-type(8) dt::after {
    right: 1%;
  }
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-list:nth-of-type(8) dt::after {
    right: 4%;
  }
}
@media screen and (min-width: 600px) {
  .p-feature__sec05 .-list:nth-of-type(9)::before {
    content: none;
  }
}
@media screen and (min-width: 1381px) {
  .p-feature__sec05 .-list:nth-of-type(9)::before {
    content: "";
  }
}
@media screen and (min-width: 1381px) {
  .p-feature__sec05 .-list:nth-of-type(9)::after {
    content: none;
  }
}
.p-feature__sec05 .-list:nth-of-type(9) dt::after {
  width: 81px;
  height: 90px;
  background-image: url(/assets/img/feature/ic_manzoku.svg);
  top: -15%;
  right: 1%;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-list:nth-of-type(9) dt::after {
    right: 4%;
  }
}
.p-feature__sec05 .-list:nth-of-type(9)::after {
  content: none;
}
.p-feature__sec05 .-list dt {
  font-size: 3.2rem;
  font-weight: 500;
  padding-left: 0.8em;
  margin-bottom: 1.3em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-list dt {
    font-size: clamp(28px, 1.6666666667vw, 3.2rem);
  }
}
.p-feature__sec05 .-list dt::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #222;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-feature__sec05 .-list dt::after {
  content: "";
  width: 96px;
  height: 70px;
  background: url(/assets/img/feature/ic_building.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -66%;
  right: 15%;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-list dt::after {
    right: 20%;
  }
}
.p-feature__sec05 .-list dd {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10rem;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-list dd {
    font-size: clamp(90px, 5.2083333333vw, 10rem);
  }
}
.p-feature__sec05 .-list dd .-flex {
  display: flex;
  align-items: baseline;
}
.p-feature__sec05 .-list dd .-classifier,
.p-feature__sec05 .-list dd .-about {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  margin-left: 0.35em;
}
@media screen and (min-width: 1025px) {
  .p-feature__sec05 .-list dd .-classifier,
  .p-feature__sec05 .-list dd .-about {
    font-size: clamp(33px, 2.0833333333vw, 4rem);
  }
}
.p-feature__sec05 .-list dd .-about {
  margin-left: 0;
  margin-right: 0.35em;
}
.p-feature__sec05 .-list dd .-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0.6em;
}

/* # =================================================================
 * # 企業情報
 * # ================================================================= */
.p-company .p-solution__list {
  margin-bottom: 80px;
}
@media screen and (min-width: 1025px) {
  .p-company .p-solution__list {
    margin-bottom: 160px;
  }
}
.p-company .-detailM {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .p-company .-detailM {
    margin-bottom: 120px;
  }
}

/* # =================================================================
 * # 企業情報 - トップメッセージ
 * # ================================================================= */
.p-company__message .-signWrap {
  display: flex;
  justify-content: space-around;
  margin-top: 38px;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .p-company__message .-signWrap {
    margin-bottom: 80px;
  }
}
.p-company__message .-signWrap .-sign {
  display: flex;
  justify-content: center;
  width: 39%;
}
@media screen and (min-width: 1025px) {
  .p-company__message .-signWrap .-sign {
    width: 50%;
  }
}
.p-company__message .-signWrap .-sign span {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-company__message .-txt {
  margin: 40px 0 60px;
}
@media screen and (min-width: 1025px) {
  .p-company__message .-txt {
    margin: 80px 0 120px;
  }
}

/* # =================================================================
 * # 企業情報 - 事業領域
 * # ================================================================= */
.p-company__business__list {
  padding: 20px;
  background-color: #f7f7f7;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-company__business__list {
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.p-company__business__list li {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}
.p-company__business .-btnWrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .p-company__business .-btnWrap {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p-company__business .-btnWrap {
    margin-top: 40px;
    gap: 30px;
  }
}
.p-company__business .-btnWrap .c-btn {
  width: 80%;
  height: 74px;
  max-width: 280px;
}
@media screen and (min-width: 600px) {
  .p-company__business .-btnWrap .c-btn {
    width: 320px;
  }
}
.p-company__business .-btnWrap .c-btn a {
  font-size: 14px;
  font-weight: 700;
  border-radius: 37px;
}
@media screen and (min-width: 1025px) {
  .p-company__business .-btnWrap .c-btn a {
    font-size: 1.8rem;
  }
}
.p-company__business .-btnWrap .c-btn a.-arrow::before {
  right: 24px;
}

/* # =================================================================
 * # 企業情報 - 沿革
 * # ================================================================= */
.p-company__history .-list {
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .p-company__history .-list {
    margin-top: 60px;
  }
}
.p-company__history .-list .-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 20px;
  border-top: 1px solid #bcbcbc;
}
@media screen and (min-width: 1025px) {
  .p-company__history .-list .-flex {
    flex-direction: row;
    padding: 25px 30px;
    gap: 70px;
  }
}
.p-company__history .-list .-flex:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.p-company__history .-list .-flex:last-of-type {
  border-bottom: 1px solid #bcbcbc;
}
@media screen and (min-width: 1025px) {
  .p-company__history .-list dt {
    width: 240px;
  }
}
.p-company__history .-list dt time {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .p-company__history .-list dt time {
    width: 100%;
    justify-content: space-between;
    gap: 28px;
    font-size: 2rem;
  }
}
.p-company__history .-list dt time .-seireki {
  width: 6em;
}
.p-company__history .-list dt time .-gengo {
  width: 6.5em;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
}
.p-company__history .-list dd {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .p-company__history .-list dd {
    width: calc(100% - 310px);
  }
}

/* # =================================================================
 * # 企業情報 - 基本理念
 * # ================================================================= */
.p-company__philosophy .-bgG {
  padding: 60px 20px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1025px) {
  .p-company__philosophy .-bgG {
    padding: 120px 8.4895833333vw;
  }
}
.p-company__philosophy .-img {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .p-company__philosophy .-img {
    margin-top: 120px;
  }
}
.p-company__philosophy__sec {
  margin-top: 60px;
}
@media screen and (min-width: 1025px) {
  .p-company__philosophy__sec {
    margin-top: 125px;
  }
}
.p-company__philosophy__sec:first-of-type {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .p-company__philosophy__sec:first-of-type {
    margin-top: 85px;
  }
}
.p-company__philosophy__sec .-ttl {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  padding-bottom: 18px;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 40px;
}
@media screen and (min-width: 1025px) {
  .p-company__philosophy__sec .-ttl {
    margin-bottom: 80px;
  }
}
.p-company__philosophy__sec .-ttl .-blue {
  color: #5F7EB2;
}
.p-company__philosophy__sec .-ttlWay {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}
.p-company__philosophy__sec .-list {
  margin-bottom: 40px;
}
.p-company__philosophy__sec .-list li {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.p-company__philosophy__sec .-list li span {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
}

/* # =================================================================
 * # 採用情報 - キャリア採用 = 詳細ページ
 * # ================================================================= */
.p-inquiry_detail .c-sec80 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-inquiry_detail .c-sec80 {
    margin-bottom: 80px;
  }
}
.p-inquiry_detail .c-ttl__lv3 {
  margin-top: 50px;
}
@media screen and (min-width: 1025px) {
  .p-inquiry_detail .c-ttl__lv3 {
    margin-top: 80px;
  }
}
.p-inquiry_detail .-thaksTtl {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .p-inquiry_detail .-thaksTtl {
    margin-top: 90px;
  }
}
.p-inquiry_detail .-btnWrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 11px;
}
@media screen and (min-width: 600px) {
  .p-inquiry_detail .-btnWrap {
    flex-direction: row;
    gap: 15px;
  }
}
.p-inquiry_detail .-btnWrap .c-btn {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .p-inquiry_detail .-btnWrap .c-btn {
    width: calc(50% - 7.5px);
  }
}
.p-inquiry_detail .-btnWrap .c-btn a {
  min-height: 70px;
  font-size: clamp(11px, 3.4666666667vw, 16px);
  font-weight: 700;
  border-radius: 35px;
}
@media screen and (min-width: 600px) {
  .p-inquiry_detail .-btnWrap .c-btn a {
    font-size: 1.8rem;
    border-radius: 40px;
    min-height: 80px;
  }
}
@media screen and (min-width: 1201px) {
  .p-inquiry_detail .pcmNone {
    display: none;
  }
}

/* # =================================================================
 * # 個人情報保護方針
 * # ================================================================= */
.p-privacypolicy p {
  margin-top: 1.7em;
}
.p-privacypolicy .-right {
  display: flex;
  justify-content: flex-end;
}

/* # =================================================================
 * # 採用情報
 * # ================================================================= */
.p-recruit .p-solution__list li:nth-of-type(1) .--solutionTtl img,
.p-recruit .p-solution__list li:nth-of-type(2) .--solutionTtl img {
  height: 12px;
  transform: translateY(-0.4em) rotate(0deg);
}
.p-recruit .p-solution__list li:nth-of-type(1) a:hover .--solutionTtl img,
.p-recruit .p-solution__list li:nth-of-type(2) a:hover .--solutionTtl img {
  transform: translateY(-0.4em) rotate(0deg);
}

/* # =================================================================
 * # 採用情報 - キャリア採用
 * # ================================================================= */
.p-recruit__career .c-ancBtn.-col1 .c-ancBtn__txt {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  .p-recruit__career .c-ttl__lv3:not(:first-child) {
    margin-top: 60px;
  }
}

/* # =================================================================
 * # 採用情報 - キャリア採用 = 詳細ページ
 * # ================================================================= */
.p-recruit__careerDetail .-ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8125;
}
.p-recruit__careerDetail .-red {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 26px;
  background-color: #DC0E0E;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.p-recruit__careerDetail .-red:not(:first-child) {
  margin-top: 40px;
}
.p-recruit__careerDetail p .-anc {
  text-decoration: underline;
}
.p-recruit__careerDetail p .-anc:hover {
  text-decoration: none;
}
.p-recruit__careerDetail .-thaksTtl {
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .p-recruit__careerDetail .-thaksTtl {
    margin-top: 90px;
  }
}

/* # =================================================================
 * # 採用情報 - キャリア採用 = 応募フォーム
 * # ================================================================= */
.p-recruit__careerForm .c-form__form {
  width: 100%;
}
.p-recruit__careerForm .-element {
  padding: 25px 0;
  display: flex;
  align-items: center;
  gap: 15px 0;
  border-top: 1px solid #E1E1E1;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm .-element {
    flex-direction: row;
    gap: 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__careerForm .-element {
    gap: 0 70px;
    height: 98px;
  }
}
.p-recruit__careerForm .-element.-pd35 {
  padding: 35px 0;
}
.p-recruit__careerForm .-element.-heightAuto {
  align-items: baseline;
  height: auto;
}
.p-recruit__careerForm .-element.-last {
  border-bottom: 1px solid #E1E1E1;
}
.p-recruit__careerForm .-element.-email {
  padding-bottom: 25px;
}
.p-recruit__careerForm .-element.-email2 {
  padding-top: 0;
  border-top: none;
}
.p-recruit__careerForm .c-form__th {
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  line-height: 2;
  display: flex;
  align-items: baseline;
  gap: 0 12px;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm .c-form__th {
    width: 32%;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__careerForm .c-form__th {
    width: 22%;
  }
}
.p-recruit__careerForm .c-form__th .c-form__tab {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
  padding: 3px 10px;
  height: 26px;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-recruit__careerForm .c-form__th .-required {
  background-color: #DC0E0E;
}
.p-recruit__careerForm .c-form__th .-optional {
  background-color: #717171;
}
.p-recruit__careerForm .c-form__td {
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm .c-form__td {
    width: 73%;
    flex-direction: row;
  }
}
.p-recruit__careerForm .c-form__td span {
  margin-right: 15px;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm .c-form__td span:last-of-type {
    margin-left: 20px;
  }
}
.p-recruit__careerForm .c-form__td.-column {
  flex-direction: column;
  align-items: flex-start;
}
.p-recruit__careerForm .c-form__td .-yubin,
.p-recruit__careerForm .c-form__td .-todoufuken,
.p-recruit__careerForm .c-form__td .-address1,
.p-recruit__careerForm .c-form__td .-address2,
.p-recruit__careerForm .c-form__td .-address3 {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.p-recruit__careerForm .c-form__td .-yubin input[type=text] {
  width: 100%;
  max-width: 60px;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm .c-form__td .-yubin input[type=text] {
    max-width: 120px;
  }
}
.p-recruit__careerForm .c-form__td .-yubin input[type=text]:first-of-type {
  margin-right: 5px;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm .c-form__td .-yubin input[type=text]:first-of-type {
    margin-right: 10px;
  }
}
.p-recruit__careerForm .c-form__td .-yubin input[type=text]:last-of-type {
  margin-left: 5px;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm .c-form__td .-yubin input[type=text]:last-of-type {
    margin-left: 10px;
  }
}
.p-recruit__careerForm .c-form__td .-yubin button {
  background-color: #222222;
  border-radius: 30px;
  border: 1px solid #222222;
  color: #fff;
  padding: 10px 15px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm .c-form__td .-yubin button {
    padding: 15px 23px;
  }
}
.p-recruit__careerForm .c-form__td.-gap {
  gap: 10px 30px;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm .c-form__td.-gap {
    gap: 10px 40px;
  }
}
.p-recruit__careerForm .c-form__td .c-form__select {
  font-size: 1.8rem;
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  padding: 10px;
  font-weight: 400;
  min-width: 160px;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm .c-form__td .c-form__select {
    width: 280px;
    padding: 10px 20px;
  }
}
.p-recruit__careerForm .c-form__td .-select_wrapper {
  position: relative;
}
.p-recruit__careerForm .c-form__td .-select_wrapper::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  transform: rotate(45deg);
}
@media screen and (min-width: 1025px) {
  .p-recruit__careerForm .c-form__td .-select_wrapper::after {
    top: 15px;
    right: 24px;
    width: 10px;
    height: 10px;
  }
}
.p-recruit__careerForm .c-form__td .-address1 span,
.p-recruit__careerForm .c-form__td .-address2 span,
.p-recruit__careerForm .c-form__td .-address3 span,
.p-recruit__careerForm .c-form__td .-yubin span,
.p-recruit__careerForm .c-form__td .-todoufuken span {
  min-width: 65px;
  margin-left: 0;
  margin-right: 2vw;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm .c-form__td .-address1 span,
  .p-recruit__careerForm .c-form__td .-address2 span,
  .p-recruit__careerForm .c-form__td .-address3 span,
  .p-recruit__careerForm .c-form__td .-yubin span,
  .p-recruit__careerForm .c-form__td .-todoufuken span {
    min-width: 72px;
  }
}
.p-recruit__careerForm input[type=text],
.p-recruit__careerForm input[type=number],
.p-recruit__careerForm input[type=email],
.p-recruit__careerForm input[type=tel] {
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.8rem;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm input[type=text],
  .p-recruit__careerForm input[type=number],
  .p-recruit__careerForm input[type=email],
  .p-recruit__careerForm input[type=tel] {
    padding: 15px 20px;
  }
}
.p-recruit__careerForm input[type=radio] {
  width: 14px;
  height: 14px;
  vertical-align: inherit;
  position: relative;
  border: 1px solid #BCBCBC;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 2px;
}
@media screen and (min-width: 1025px) {
  .p-recruit__careerForm input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
  }
}
.p-recruit__careerForm input[type=radio]::before {
  background-color: #329bd2;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 8px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}
@media screen and (min-width: 1025px) {
  .p-recruit__careerForm input[type=radio]::before {
    width: 12px;
    height: 12px;
  }
}
.p-recruit__careerForm .-radio label,
.p-recruit__careerForm .-check label {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.p-recruit__careerForm .-check label {
  flex-direction: row;
}
.p-recruit__careerForm input[type=radio]:checked::before,
.p-recruit__careerForm input[type=checkbox]:checked::before {
  opacity: 1;
}
.p-recruit__careerForm input[type=checkbox] {
  margin-left: 40px;
  width: 14px;
  height: 14px;
  vertical-align: inherit;
  position: relative;
  border: 1px solid #BCBCBC;
  margin-right: 5px;
  margin-top: 2px;
}
@media screen and (min-width: 1025px) {
  .p-recruit__careerForm input[type=checkbox] {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 10px;
  }
}
.p-recruit__careerForm input[type=checkbox]:first-of-type {
  margin-left: 0;
}
.p-recruit__careerForm input[type=checkbox]::before {
  border-right: 2px solid #329bd2;
  border-bottom: 2px solid #329bd2;
  content: "";
  display: block;
  height: 9px;
  left: 3px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
@media screen and (min-width: 1025px) {
  .p-recruit__careerForm input[type=checkbox]::before {
    border-right: 3px solid #329bd2;
    border-bottom: 3px solid #329bd2;
    height: 13px;
    left: 5px;
    width: 9px;
    margin-top: -8px;
  }
}
.p-recruit__careerForm input::placeholder,
.p-recruit__careerForm textarea::placeholder {
  color: rgba(51, 51, 51, 0.2);
  font-size: 1.8rem;
  font-weight: 400;
}
.p-recruit__careerForm label {
  white-space: nowrap;
}
.p-recruit__careerForm .-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 17px 40px;
}
.p-recruit__careerForm .-checkbox div {
  line-height: 1.3;
}
.p-recruit__careerForm textarea {
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  padding: 12px 20px;
}
.p-recruit__careerForm .c-form__file {
  font-weight: 400;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm .c-form__file {
    min-width: 350px;
  }
}
@media screen and (min-width: 1025px) {
  .p-recruit__careerForm .c-form__file {
    margin-bottom: 15px;
  }
}
.p-recruit__careerForm .c-form__file::file-selector-button {
  font-size: 1.8rem;
  padding: 10px 12px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #BCBCBC;
  margin-right: 15px;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .p-recruit__careerForm .c-form__file::file-selector-button {
    padding: 12px 20px;
  }
}
.p-recruit__careerForm .c-form__note {
  margin-top: 10px;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 25px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm .c-form__note {
    margin-top: 20px;
  }
}
.p-recruit__careerForm .c-form__note p {
  font-size: 1.4rem;
}
.p-recruit__careerForm .c-form__note p a {
  text-decoration: underline;
}
.p-recruit__careerForm p {
  font-size: 1.8rem;
  width: 100%;
}
.p-recruit__careerForm .w190 {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-recruit__careerForm .w190 {
    width: 190px;
  }
}
.p-recruit__careerForm .w120 {
  min-width: 120px;
}
.p-recruit__careerForm .w100 {
  width: 100%;
}
.p-recruit__careerForm .c-btn {
  margin: 60px auto 0;
}

/* # =================================================================
 * # Sitemap
 * # ================================================================= */
.p-sitemap__listWrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .p-sitemap__listWrap {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1201px) {
  .p-sitemap__listWrap {
    gap: 45px;
  }
}
@media screen and (min-width: 600px) {
  .p-sitemap__list {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 1201px) {
  .p-sitemap__list {
    width: calc((100% - 90px) / 3);
  }
}
.p-sitemap__item {
  margin-bottom: 40px;
}
.p-sitemap__item .-ttl a {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 8px;
  padding-right: 48px;
  padding-bottom: 16px;
  border-bottom: 1px solid #222;
  position: relative;
}
.p-sitemap__item .-ttl a::before {
  content: "";
  width: 11px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/img/common/ic_anc_arrow2.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: 300ms ease all;
}
.p-sitemap__item .-ttl a:hover::before {
  right: 11px;
}
.p-sitemap__item .-subList {
  background-color: #f7f7f7;
}
.p-sitemap__item .-subList li {
  border-bottom: 1px solid #ccc;
}
.p-sitemap__item .-subList li a {
  display: flex;
  align-items: center;
  min-height: 65px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 17px 48px 17px 16px;
  position: relative;
}
.p-sitemap__item .-subList li a::before {
  content: "";
  width: 11px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/assets/img/common/ic_anc_arrow2.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: 300ms ease all;
}
.p-sitemap__item .-subList li a:hover::before {
  right: 12px;
}
.p-sitemap__item .-subList li a[target=_blank] span {
  padding-right: 1.1em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px auto;
  display: inline-block;
  vertical-align: middle;
  background-image: url(/assets/img/common/ic_blank.svg);
}
@media screen and (min-width: 600px) {
  .p-sitemap__item .-subList li a .-tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .p-sitemap__item .-subList li a .-tab {
    display: block;
  }
}

/* # =================================================================
 * # Sustainability
 * # ================================================================= */
.p-sustainability__mainImg {
  margin-right: -20px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__mainImg {
    margin-right: -18.75vw;
  }
}
.p-sustainability__bgG {
  background-color: #f7f7f7;
  padding: 60px 0;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__bgG {
    padding: 120px 0;
  }
}
.p-sustainability .-anc {
  text-decoration: underline;
}
.p-sustainability .-anc:hover {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .p-sustainability .c-ancBtn.-col2 .c-ancBtn__wrap {
    width: 380px;
    height: 100px;
  }
}
.p-sustainability .c-ancBtn.-col2 .c-ancBtn__wrap .c-ancBtn__txt {
  min-height: 70px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability .c-ancBtn.-col2 .c-ancBtn__wrap .c-ancBtn__txt {
    min-height: 100px;
    font-size: 2rem;
  }
}
.p-sustainability .c-btn {
  display: inline-block;
  width: 100%;
  height: 74px;
}
@media screen and (min-width: 600px) {
  .p-sustainability .c-btn {
    width: auto;
  }
}
.p-sustainability .c-btn a {
  font-size: clamp(16px, 4.2666666667vw, 20px);
  font-weight: 700;
  line-height: 1.4;
  padding: 0 50px;
  border-radius: 37px;
  position: relative;
}
.p-sustainability .c-btn a[target=_blank] {
  padding: 0 62px 0 40px;
}
.p-sustainability .c-btn a[href$=".pdf"] {
  padding: 0 35px 0 73px;
}

/* # =================================================================
* # Sustainability - スポンサーシップ
* # ================================================================= */
.p-sustainability__sponsorship {
  padding-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__sponsorship {
    padding-bottom: 120px;
  }
}
.p-sustainability__sponsorship .-img {
  text-align: left;
  margin-top: 40px;
}
.p-sustainability__sponsorship .-img:nth-of-type(1) {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .p-sustainability__sponsorship .-img:nth-of-type(1) {
    max-width: 360px;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-sustainability__sponsorship .-img:nth-of-type(2) {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .p-sustainability__sponsorship .-img:nth-of-type(2) {
    max-width: 360px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  .p-sustainability__sponsorship .-img:nth-of-type(3) {
    max-width: 480px;
  }
}
.p-sustainability__sponsorship .-img:nth-of-type(3) .-imgTxt {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__sponsorship .-img:nth-of-type(3) .-imgTxt {
    font-size: 2.8rem;
  }
}
.p-sustainability__sponsorship .-img:nth-of-type(3) .-imgTxt:nth-of-type(1) {
  margin-bottom: 5px;
}
.p-sustainability__sponsorship .-img:nth-of-type(3) .-imgTxt:nth-of-type(2) {
  margin-top: 5px;
}
@media screen and (min-width: 600px) {
  .p-sustainability__sponsorship .-img:nth-of-type(4) {
    max-width: 480px;
  }
}

/* # =================================================================
 * # Sustainability TOP
 * # ================================================================= */
.p-sustainability__top .-ancArrow {
  padding-right: 22px;
  position: relative;
}
.p-sustainability__top .-ancArrow::before {
  content: "";
  width: 8px;
  height: 12px;
  background: url(/assets/img/sustainability/ic_arrow.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  bottom: 0.45em;
  right: 0;
}
.p-sustainability__top .-ancArrow:hover {
  text-decoration: underline;
}
.p-sustainability__top #sec01 .-mvWrap {
  padding: 20px 20px 10%;
  background: url(/assets/img/sustainability/sustainability_02.webp) no-repeat center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec01 .-mvWrap {
    padding: 77px 5.5208333333vw 59px;
  }
}
.p-sustainability__top #sec01 .-mvWrap::before {
  content: "";
  width: 300px;
  height: 438px;
  background: url(/assets/img/sustainability/sustainability_01.webp) no-repeat bottom right;
  background-size: 100% auto;
  position: absolute;
  top: 15px;
  right: 0;
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec01 .-mvWrap::before {
    width: clamp(400px, 39.0625vw, 544px);
    top: auto;
    right: 2.9166666667vw;
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .p-sustainability__top #sec01 .-mvWrap::before {
    width: clamp(500px, 28.3333333333vw, 544px);
  }
}
@media screen and (min-width: 1201px) {
  .p-sustainability__top #sec01 .-mvWrap::before {
    width: 544px;
  }
}
.p-sustainability__top #sec01 .-mvWrap .-mvTtl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec01 .-mvWrap .-mvTtl {
    font-size: clamp(22px, 2.83203125vw, 30px);
  }
}
@media screen and (min-width: 1025px) {
  .p-sustainability__top #sec01 .-mvWrap .-mvTtl {
    font-size: clamp(30px, 1.6666666667vw, 3.2rem);
  }
}
@media screen and (min-width: 1201px) {
  .p-sustainability__top #sec01 .-mvWrap .-mvTtl {
    font-size: 3.2rem;
  }
}
.p-sustainability__top #sec01 .-mvWrap .-name {
  font-size: clamp(18px, 1.0416666667vw, 20px);
  font-weight: 500;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec01 .-mvWrap .-name {
    font-size: clamp(18px, 1.0416666667vw, 20px);
  }
}
@media screen and (min-width: 1201px) {
  .p-sustainability__top #sec01 .-mvWrap .-name {
    font-size: 2rem;
  }
}
.p-sustainability__top #sec01 .-mvWrap .c-btn {
  margin-top: 280px;
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec01 .-mvWrap .c-btn {
    width: 244px;
    margin-top: 59px;
  }
}
.p-sustainability__top #sec01 .-mvWrap .c-btn a {
  font-size: clamp(16px, 4.2666666667vw, 18px);
  padding: 0 49px;
}
.p-sustainability__top #sec01 .-mvWrap .c-btn a.-arrow::before {
  right: 24px;
}
.p-sustainability__top #sec01 .-navList {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec01 .-navList {
    flex-direction: row;
  }
}
.p-sustainability__top #sec01 .-navList .-navItem:nth-of-type(1), .p-sustainability__top #sec01 .-navList .-navItem:nth-of-type(2) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: repeating-linear-gradient(90deg, #bcbcbc, #bcbcbc 3px, transparent 3px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec01 .-navList .-navItem:nth-of-type(1), .p-sustainability__top #sec01 .-navList .-navItem:nth-of-type(2) {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 15px;
    margin-right: 15px;
    background-image: repeating-linear-gradient(180deg, #bcbcbc, #bcbcbc 3px, transparent 3px, transparent 6px);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
  }
}
@media screen and (min-width: 1025px) {
  .p-sustainability__top #sec01 .-navList .-navItem:nth-of-type(1), .p-sustainability__top #sec01 .-navList .-navItem:nth-of-type(2) {
    padding-right: 24px;
    margin-right: 24px;
  }
}
.p-sustainability__top #sec01 .-navList .-navItem .-ttl {
  margin-top: 25px;
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec01 .-navList .-navItem .-ttl {
    margin-top: 40px;
  }
}
.p-sustainability__top #sec01 .-navList .-navItem .-list {
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__top #sec01 .-navList .-navItem .-list {
    margin-top: 35px;
  }
}
.p-sustainability__top #sec01 .-navList .-navItem .-list li {
  margin-top: 16px;
}
.p-sustainability__top #sec01 .-navList .-navItem .-list li:first-of-type {
  margin-top: 0;
}
.p-sustainability__top #sec01 .-navList .-navItem .-list li a {
  font-size: 2rem;
  font-weight: 700;
}
.p-sustainability__top #sec02 {
  padding: 50px 0;
}
.p-sustainability__top #sec02 .-btnList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec02 .-btnList {
    flex-direction: row;
    gap: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .p-sustainability__top #sec02 .-btnList {
    gap: 30px;
  }
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec02 .-btnList .c-btn {
    width: calc((100% - 30px) / 3);
    height: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .p-sustainability__top #sec02 .-btnList .c-btn {
    width: calc((100% - 60px) / 3);
  }
}
.p-sustainability__top #sec02 .-btnList .c-btn a {
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec02 .-btnList .c-btn a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .p-sustainability__top #sec02 .-btnList .c-btn a {
    font-size: clamp(16px, 4.2666666667vw, 20px);
  }
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec02 .-btnList .c-btn a[target=_blank] {
    padding: 0 62px 0 28px;
  }
}
@media screen and (min-width: 1025px) {
  .p-sustainability__top #sec02 .-btnList .c-btn a[target=_blank] {
    padding: 0 62px 0 40px;
  }
}
.p-sustainability__top #sec03 {
  padding: 50px 0 80px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__top #sec03 {
    padding: 80px 0 160px;
  }
}
.p-sustainability__top #sec03 .-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec03 .-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.p-sustainability__top #sec03 .-list li:nth-of-type(1) {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__top #sec03 .-list li:nth-of-type(1) {
    margin-bottom: 23px;
  }
}
.p-sustainability__top #sec03 .-list li:nth-of-type(1) a {
  border: 1px solid #bcbcbc;
}
.p-sustainability__top #sec03 .-list li:nth-of-type(1), .p-sustainability__top #sec03 .-list li:nth-of-type(2), .p-sustainability__top #sec03 .-list li:nth-of-type(3) {
  height: 100px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__top #sec03 .-list li:nth-of-type(1), .p-sustainability__top #sec03 .-list li:nth-of-type(2), .p-sustainability__top #sec03 .-list li:nth-of-type(3) {
    height: 200px;
  }
}
.p-sustainability__top #sec03 .-list li:nth-of-type(1) a, .p-sustainability__top #sec03 .-list li:nth-of-type(2) a, .p-sustainability__top #sec03 .-list li:nth-of-type(3) a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec03 .-list li:nth-of-type(1) a, .p-sustainability__top #sec03 .-list li:nth-of-type(2) a, .p-sustainability__top #sec03 .-list li:nth-of-type(3) a {
    padding-left: 3.515625vw;
  }
}
.p-sustainability__top #sec03 .-list li:nth-of-type(1) a::after, .p-sustainability__top #sec03 .-list li:nth-of-type(2) a::after, .p-sustainability__top #sec03 .-list li:nth-of-type(3) a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/assets/img/sustainability/sustainability_06.webp) center right no-repeat;
  background-size: cover;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
.p-sustainability__top #sec03 .-list li:nth-of-type(1) a span, .p-sustainability__top #sec03 .-list li:nth-of-type(2) a span, .p-sustainability__top #sec03 .-list li:nth-of-type(3) a span {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__top #sec03 .-list li:nth-of-type(1) a span, .p-sustainability__top #sec03 .-list li:nth-of-type(2) a span, .p-sustainability__top #sec03 .-list li:nth-of-type(3) a span {
    font-size: 3.2rem;
  }
}
.p-sustainability__top #sec03 .-list li:nth-of-type(1) a span.-ancArrow::before, .p-sustainability__top #sec03 .-list li:nth-of-type(2) a span.-ancArrow::before, .p-sustainability__top #sec03 .-list li:nth-of-type(3) a span.-ancArrow::before {
  bottom: 0.6em;
}
.p-sustainability__top #sec03 .-list li:nth-of-type(1) a:hover::after, .p-sustainability__top #sec03 .-list li:nth-of-type(2) a:hover::after, .p-sustainability__top #sec03 .-list li:nth-of-type(3) a:hover::after {
  transition: all 0.7s cubic-bezier(0.33, 1, 0.68, 1);
  transform: scale(1.1, 1.1);
}
.p-sustainability__top #sec03 .-list li:nth-of-type(1) a:hover span, .p-sustainability__top #sec03 .-list li:nth-of-type(2) a:hover span, .p-sustainability__top #sec03 .-list li:nth-of-type(3) a:hover span {
  text-decoration: underline;
}
.p-sustainability__top #sec03 .-list li:nth-of-type(1) a::after {
  top: 20px;
  right: -150px;
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec03 .-list li:nth-of-type(1) a::after {
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 600px) {
  .p-sustainability__top #sec03 .-list li:nth-of-type(2), .p-sustainability__top #sec03 .-list li:nth-of-type(3) {
    width: calc((100% - 30px) / 2);
  }
}
.p-sustainability__top #sec03 .-list li:nth-of-type(2) a::after, .p-sustainability__top #sec03 .-list li:nth-of-type(3) a::after {
  background-position: center center;
}
.p-sustainability__top #sec03 .-list li:nth-of-type(2) a span, .p-sustainability__top #sec03 .-list li:nth-of-type(3) a span {
  color: #fff;
}
.p-sustainability__top #sec03 .-list li:nth-of-type(2) a span::before, .p-sustainability__top #sec03 .-list li:nth-of-type(3) a span::before {
  background-image: url(/assets/img/sustainability/ic_arrow_w.svg);
}
.p-sustainability__top #sec03 .-list li:nth-of-type(2) a::after {
  background-image: url(/assets/img/sustainability/sustainability_07.webp);
}
.p-sustainability__top #sec03 .-list li:nth-of-type(3) a::after {
  background-image: url(/assets/img/sustainability/sustainability_08.webp);
}

/* # =================================================================
* # Sustainability - 認証・認定一覧
* # ================================================================= */
.p-sustainability__certification {
  padding-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__certification {
    padding-bottom: 120px;
  }
}
.p-sustainability__certification .c-btn {
  max-width: 450px;
  margin-top: 46px;
}
.p-sustainability__certification .c-ttl__lv2:first-of-type {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__certification .c-ttl__lv2:first-of-type {
    margin-top: 80px;
  }
}
.p-sustainability__certification .-certiflex {
  display: block;
  overflow: hidden;
}
.p-sustainability__certification .-certiflex .-left {
  width: 156px;
  float: left;
  margin: 0 5.7971014493% 5.7971014493% 0;
}
@media screen and (min-width: 600px) {
  .p-sustainability__certification .-certiflex .-left {
    margin: 0 2.5% 0 0;
  }
}
.p-sustainability__certification .-certiflex .-left figure {
  margin: 0;
}
.p-sustainability__certification .-certiflex .-right {
  width: 100%;
  float: none;
}
@media screen and (min-width: 600px) {
  .p-sustainability__certification .-certiflex .-right {
    width: calc(100% - 156px - 2.5%);
    float: right;
  }
}
.p-sustainability__certification .-certiflex.-w160 .-left {
  width: 160px;
}
@media screen and (min-width: 600px) {
  .p-sustainability__certification .-certiflex.-w160 .-right {
    width: calc(100% - 160px - 2.5%);
  }
}
.p-sustainability__certification .-certiflex.-w155 .-left {
  width: 155px;
}
@media screen and (min-width: 600px) {
  .p-sustainability__certification .-certiflex.-w155 .-right {
    width: calc(100% - 155px - 2.5%);
  }
}

/* # =================================================================
* # Sustainability - トップメッセージ
* # ================================================================= */
.p-sustainability__message {
  padding-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__message {
    padding-bottom: 120px;
  }
}
.p-sustainability__message .-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (min-width: 600px) {
  .p-sustainability__message .-flex {
    flex-direction: row;
    gap: 8.3%;
  }
}
@media screen and (min-width: 600px) {
  .p-sustainability__message .-flex .-left {
    width: 50%;
  }
}
.p-sustainability__message .-flex .-left .fzS {
  margin-bottom: 40px;
}
.p-sustainability__message .-flex .-left .-name {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-sustainability__message .-flex .-left .-name {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .p-sustainability__message .-flex .-left .-name {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-top: 74px;
  }
}
.p-sustainability__message .-flex .-left .-name img {
  max-width: 164px;
}
@media screen and (min-width: 600px) {
  .p-sustainability__message .-flex .-right {
    width: 41.7%;
  }
}
.p-sustainability__message .-flex .-right .-name {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .p-sustainability__message .-flex .-right .-name {
    display: none;
  }
}
.p-sustainability__message .-flex .-right .-name img {
  max-width: 164px;
}
.p-sustainability__message .-esg {
  padding: 20px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__message .-esg {
    padding: 4.1666666667vw 5.8333333333vw 5vw;
  }
}
.p-sustainability__message .-esg .fzS {
  margin-bottom: 10px;
}
.p-sustainability__message .-esg .fzS:not(:first-of-type) {
  margin-top: 40px;
}

/* # =================================================================
* # Sustainability - 環境
* # ================================================================= */
.p-sustainability__environment #sec01 .-flex {
  max-width: 800px;
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #f7f7f7;
  margin-top: 40px;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__environment #sec01 .-flex {
    padding: 2.6041666667vw 3.3333333333vw;
    gap: 4.1666666667vw;
  }
}
.p-sustainability__environment #sec01 .-flex .-left {
  width: calc((100% - 20px) / 2);
  max-width: 278px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__environment #sec01 .-flex .-left {
    width: auto;
  }
}
.p-sustainability__environment #sec01 .-flex .-right {
  width: calc((100% - 20px) / 2);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__environment #sec01 .-flex .-right {
    width: auto;
    font-size: 18px;
  }
}
.p-sustainability__environment #sec02 {
  padding: 60px 0;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__environment #sec02 {
    padding: 120px 0 160px;
  }
}
.p-sustainability__environment #sec02 .-flex {
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .p-sustainability__environment #sec02 .-flex {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .p-sustainability__environment #sec02 .-flex {
    padding: 1.8229166667vw 3.125vw;
    gap: 3.125vw;
  }
}
.p-sustainability__environment #sec02 .-flex .-left {
  width: 127px;
  float: left;
  margin: 0 5.7971014493% 5.7971014493% 0;
}
@media screen and (min-width: 600px) {
  .p-sustainability__environment #sec02 .-flex .-left {
    margin: 0 2.5% 0 0;
  }
}
.p-sustainability__environment #sec02 .-flex .-left figure {
  margin: 0;
}
.p-sustainability__environment #sec02 .-flex .-right {
  width: 100%;
  float: none;
}
@media screen and (min-width: 600px) {
  .p-sustainability__environment #sec02 .-flex .-right {
    width: calc(100% - 127px - 2.5%);
    float: right;
  }
}
.p-sustainability__environment #sec02 .-flex .-right .-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__environment #sec02 .-flex .-right .-txt {
    font-size: 18px;
  }
}

/* # =================================================================
* # Governance - ガバナンス
* # ================================================================= */
.p-sustainability__governance #sec03 .c-btn {
  max-width: 360px;
}
.p-sustainability__governance #sec03 .-flex {
  max-width: 800px;
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #f7f7f7;
  margin-top: 16px;
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__governance #sec03 .-flex {
    padding: 2.6041666667vw 3.3333333333vw;
    gap: 4.1666666667vw;
  }
}
.p-sustainability__governance #sec03 .-flex .-left {
  width: calc((100% - 20px) / 2);
  max-width: 278px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__governance #sec03 .-flex .-left {
    width: auto;
  }
}
.p-sustainability__governance #sec03 .-flex .-right {
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 1025px) {
  .p-sustainability__governance #sec03 .-flex .-right {
    width: auto;
  }
}

/* # =================================================================
* # Social - 社会
* # ================================================================= */
.p-sustainability__social #sec03 .-policy {
  background-color: #f7f7f7;
  padding: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__social #sec03 .-policy {
    padding: 40px;
    margin-top: 80px;
  }
}
.p-sustainability__social #sec03 .-policy .-ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.p-sustainability__social #sec06 .-caption {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__social #sec06 .c-ttl__lv3:last-of-type {
    margin-bottom: 64px;
  }
}
.p-sustainability__social #sec08 .-btnWrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__social #sec08 .-btnWrap {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 80px;
  }
}
@media screen and (min-width: 600px) {
  .p-sustainability__social #sec08 .-btnWrap .c-btn {
    width: 370px;
  }
}

/* # =================================================================
* # Esgdata - ESGデータ
* # ================================================================= */
.p-sustainability__esgdata .c-ttl__lv2:first-of-type {
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .p-sustainability__esgdata .c-ttl__lv2:first-of-type {
    margin-top: 80px;
  }
}
.p-sustainability__esgdata .c-table th, .p-sustainability__esgdata .c-table td {
  padding: 16px 24px;
}
.p-sustainability__esgdata #sec01 th:first-of-type {
  width: 25%;
}
.p-sustainability__esgdata #sec01 th:not(:first-of-type) {
  width: 12.5%;
}
.p-sustainability__esgdata #sec02 th:first-of-type {
  width: 25%;
}
.p-sustainability__esgdata #sec02 th:nth-of-type(2) {
  width: 10%;
}
.p-sustainability__esgdata #sec02 th:nth-of-type(3), .p-sustainability__esgdata #sec02 th:nth-of-type(4), .p-sustainability__esgdata #sec02 th:nth-of-type(5) {
  width: 21.6666666667%;
}
@media screen and (min-width: 600px) {
  .p-sustainability__esgdata #sec03 .c-btn {
    width: 450px;
  }
}

/* # =================================================================
 * # 404 Not Found
 * # ================================================================= */
.p-error404 .-btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
@media screen and (min-width: 600px) {
  .p-error404 .-btnWrap {
    justify-content: flex-start;
    gap: 16px;
  }
}
.p-error404 .-btnWrap .c-btn {
  width: 244px;
  height: 46px;
}
@media screen and (min-width: 1025px) {
  .p-error404 .-btnWrap .c-btn {
    height: 74px;
    max-width: 244px;
  }
}
.p-error404 .-btnWrap .c-btn a {
  font-size: 13px;
  font-weight: 700;
  border-radius: 37px;
}
@media screen and (min-width: 1025px) {
  .p-error404 .-btnWrap .c-btn a {
    font-size: 1.8rem;
  }
}
.p-error404 .-btnWrap .c-btn a.-arrow {
  padding: 0;
}
.p-error404 .-btnWrap .c-btn a.-arrow::before {
  width: 8px;
  height: 6px;
  right: 14px;
}
@media screen and (min-width: 1025px) {
  .p-error404 .-btnWrap .c-btn a.-arrow::before {
    width: 11px;
    height: 8px;
    right: 24px;
  }
}

/* # =================================================================
 * # Utility
 * # ================================================================= */
.spNone {
  display: none;
}
@media screen and (min-width: 1025px) {
  .spNone {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .pcNone {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .tabNone {
    display: none;
  }
}

.tabBlock {
  display: none;
}
@media screen and (min-width: 600px) {
  .tabBlock {
    display: block;
  }
}

/* !Margin ------------------------------------------------------------------ */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

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

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

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

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

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

.mt55 {
  margin-top: 55px !important;
}

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

.mt65 {
  margin-top: 65px !important;
}

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

.mt75 {
  margin-top: 75px !important;
}

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

.mr0 {
  margin-right: 0 !important;
}

.mr0 {
  margin-right: 5px !important;
}

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

.mr12 {
  margin-right: 12px !important;
}

.mr15 {
  margin-right: 15px !important;
}

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

.mr25 {
  margin-right: 25px !important;
}

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

.mr35 {
  margin-right: 35px !important;
}

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

.mr45 {
  margin-right: 45px !important;
}

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

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

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

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

.mb55 {
  margin-bottom: 55px !important;
}

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

.mb65 {
  margin-bottom: 65px !important;
}

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

.mb75 {
  margin-bottom: 75px !important;
}

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

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

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

.ml12 {
  margin-left: 12px !important;
}

.ml15 {
  margin-left: 15px !important;
}

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

.ml25 {
  margin-left: 25px !important;
}

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

.ml35 {
  margin-left: 35px !important;
}

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

.ml45 {
  margin-left: 45px !important;
}

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

.mAuto {
  margin-left: auto;
  margin-right: auto;
}

/* !Padding  ---------------------------------------------------------------- */
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* !Txt ------------------------------------------------------------------ */
.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

.alL {
  text-align: left !important;
}

.fwB {
  font-weight: 700;
}
