@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@-webkit-keyframes fade-effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hover {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hover {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes todown {
  30% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  31%, 40% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes todown {
  30% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  31%, 40% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes toright {
  30% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  31%, 40% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes toright {
  30% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  31%, 40% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes sideup {
  from {
    -webkit-transform: skewX(-45deg) translateY(100%);
    transform: skewX(-45deg) translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: skewX(-45deg) translateY(0px);
    transform: skewX(-45deg) translateY(0px);
    opacity: 1;
  }
}
@keyframes sideup {
  from {
    -webkit-transform: skewX(-45deg) translateY(100%);
    transform: skewX(-45deg) translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: skewX(-45deg) translateY(0px);
    transform: skewX(-45deg) translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes sidedown {
  from {
    -webkit-transform: skewX(-45deg) translateY(-100%);
    transform: skewX(-45deg) translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: skewX(-45deg) translateY(0px);
    transform: skewX(-45deg) translateY(0px);
    opacity: 1;
  }
}
@keyframes sidedown {
  from {
    -webkit-transform: skewX(-45deg) translateY(-100%);
    transform: skewX(-45deg) translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: skewX(-45deg) translateY(0px);
    transform: skewX(-45deg) translateY(0px);
    opacity: 1;
  }
}
.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
}

.u-flex-c {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media screen and (min-width: 769px) {
  .u-ta-l-pc {
    text-align: left !important;
  }
  .u-ta-c-pc {
    text-align: center !important;
  }
  .u-ta-r-pc {
    text-align: right !important;
  }
  .u-ta-j-pc {
    text-align: justify !important;
    -ms-text-justify: inter-ideograph !important;
    text-justify: inter-ideograph !important;
  }
}
@media screen and (max-width: 768px) {
  .u-ta-l-sp {
    text-align: left !important;
  }
  .u-ta-c-sp {
    text-align: center !important;
  }
  .u-ta-r-sp {
    text-align: right !important;
  }
  .u-ta-j-sp {
    text-align: justify !important;
    -ms-text-justify: inter-ideograph !important;
    text-justify: inter-ideograph !important;
  }
}
.u-fadein-up {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.u-fadein-up:nth-child(1) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.u-fadein-up:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.u-fadein-up:nth-child(3) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.u-fadein-up:nth-child(4) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.u-fadein-up:nth-child(5) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.u-fadein-up:nth-child(6) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

.u-fadein-up:nth-child(7) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

.u-fadein-up:nth-child(8) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.u-fadein-up:nth-child(9) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.u-fadein-up:nth-child(10) {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.u-fadein-up:nth-child(11) {
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.u-fadein-up:nth-child(12) {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.u-fadein-up:nth-child(13) {
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.u-fadein-up:nth-child(14) {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.u-fadein-up:nth-child(15) {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.u-fadein-up:nth-child(16) {
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.u-fadein-up:nth-child(17) {
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms;
}

.u-fadein-up:nth-child(18) {
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.u-fadein-up:nth-child(19) {
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms;
}

.u-fadein-up:nth-child(20) {
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.u-fadein-up:nth-child(21) {
  -webkit-transition-delay: 2100ms;
  transition-delay: 2100ms;
}

.u-fadein-up:nth-child(22) {
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

.u-fadein-up:nth-child(23) {
  -webkit-transition-delay: 2300ms;
  transition-delay: 2300ms;
}

.u-fadein-up:nth-child(24) {
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.u-fadein-up:nth-child(25) {
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.u-fadein-up:nth-child(26) {
  -webkit-transition-delay: 2600ms;
  transition-delay: 2600ms;
}

.u-fadein-up:nth-child(27) {
  -webkit-transition-delay: 2700ms;
  transition-delay: 2700ms;
}

.u-fadein-up:nth-child(28) {
  -webkit-transition-delay: 2800ms;
  transition-delay: 2800ms;
}

.u-fadein-up:nth-child(29) {
  -webkit-transition-delay: 2900ms;
  transition-delay: 2900ms;
}

.u-fadein-up:nth-child(30) {
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms;
}

.u-fadein-up:nth-child(31) {
  -webkit-transition-delay: 3100ms;
  transition-delay: 3100ms;
}

.u-fadein-up:nth-child(32) {
  -webkit-transition-delay: 3200ms;
  transition-delay: 3200ms;
}

.u-fadein-up:nth-child(33) {
  -webkit-transition-delay: 3300ms;
  transition-delay: 3300ms;
}

.u-fadein-up:nth-child(34) {
  -webkit-transition-delay: 3400ms;
  transition-delay: 3400ms;
}

.u-fadein-up:nth-child(35) {
  -webkit-transition-delay: 3500ms;
  transition-delay: 3500ms;
}

.u-fadein-up:nth-child(36) {
  -webkit-transition-delay: 3600ms;
  transition-delay: 3600ms;
}

.u-fadein-up:nth-child(37) {
  -webkit-transition-delay: 3700ms;
  transition-delay: 3700ms;
}

.u-fadein-up:nth-child(38) {
  -webkit-transition-delay: 3800ms;
  transition-delay: 3800ms;
}

.u-fadein-up:nth-child(39) {
  -webkit-transition-delay: 3900ms;
  transition-delay: 3900ms;
}

.u-fadein-up:nth-child(40) {
  -webkit-transition-delay: 4000ms;
  transition-delay: 4000ms;
}

.u-fadein-up:nth-child(41) {
  -webkit-transition-delay: 4100ms;
  transition-delay: 4100ms;
}

.u-fadein-up:nth-child(42) {
  -webkit-transition-delay: 4200ms;
  transition-delay: 4200ms;
}

.u-fadein-up:nth-child(43) {
  -webkit-transition-delay: 4300ms;
  transition-delay: 4300ms;
}

.u-fadein-up:nth-child(44) {
  -webkit-transition-delay: 4400ms;
  transition-delay: 4400ms;
}

.u-fadein-up:nth-child(45) {
  -webkit-transition-delay: 4500ms;
  transition-delay: 4500ms;
}

.u-fadein-up:nth-child(46) {
  -webkit-transition-delay: 4600ms;
  transition-delay: 4600ms;
}

.u-fadein-up:nth-child(47) {
  -webkit-transition-delay: 4700ms;
  transition-delay: 4700ms;
}

.u-fadein-up:nth-child(48) {
  -webkit-transition-delay: 4800ms;
  transition-delay: 4800ms;
}

.u-fadein-up:nth-child(49) {
  -webkit-transition-delay: 4900ms;
  transition-delay: 4900ms;
}

.u-fadein-up:nth-child(50) {
  -webkit-transition-delay: 5000ms;
  transition-delay: 5000ms;
}

.u-fadein-up:nth-child(51) {
  -webkit-transition-delay: 5100ms;
  transition-delay: 5100ms;
}

.u-fadein-up:nth-child(52) {
  -webkit-transition-delay: 5200ms;
  transition-delay: 5200ms;
}

.u-fadein-up:nth-child(53) {
  -webkit-transition-delay: 5300ms;
  transition-delay: 5300ms;
}

.u-fadein-up:nth-child(54) {
  -webkit-transition-delay: 5400ms;
  transition-delay: 5400ms;
}

.u-fadein-up:nth-child(55) {
  -webkit-transition-delay: 5500ms;
  transition-delay: 5500ms;
}

.u-fadein-up:nth-child(56) {
  -webkit-transition-delay: 5600ms;
  transition-delay: 5600ms;
}

.u-fadein-up:nth-child(57) {
  -webkit-transition-delay: 5700ms;
  transition-delay: 5700ms;
}

.u-fadein-up:nth-child(58) {
  -webkit-transition-delay: 5800ms;
  transition-delay: 5800ms;
}

.u-fadein-up:nth-child(59) {
  -webkit-transition-delay: 5900ms;
  transition-delay: 5900ms;
}

.u-fadein-up:nth-child(60) {
  -webkit-transition-delay: 6000ms;
  transition-delay: 6000ms;
}

.u-fadein-up:nth-child(61) {
  -webkit-transition-delay: 6100ms;
  transition-delay: 6100ms;
}

.u-fadein-up:nth-child(62) {
  -webkit-transition-delay: 6200ms;
  transition-delay: 6200ms;
}

.u-fadein-up:nth-child(63) {
  -webkit-transition-delay: 6300ms;
  transition-delay: 6300ms;
}

.u-fadein-up:nth-child(64) {
  -webkit-transition-delay: 6400ms;
  transition-delay: 6400ms;
}

.u-fadein-up:nth-child(65) {
  -webkit-transition-delay: 6500ms;
  transition-delay: 6500ms;
}

.u-fadein-up:nth-child(66) {
  -webkit-transition-delay: 6600ms;
  transition-delay: 6600ms;
}

.u-fadein-up:nth-child(67) {
  -webkit-transition-delay: 6700ms;
  transition-delay: 6700ms;
}

.u-fadein-up:nth-child(68) {
  -webkit-transition-delay: 6800ms;
  transition-delay: 6800ms;
}

.u-fadein-up:nth-child(69) {
  -webkit-transition-delay: 6900ms;
  transition-delay: 6900ms;
}

.u-fadein-up:nth-child(70) {
  -webkit-transition-delay: 7000ms;
  transition-delay: 7000ms;
}

.u-fadein-up:nth-child(71) {
  -webkit-transition-delay: 7100ms;
  transition-delay: 7100ms;
}

.u-fadein-up:nth-child(72) {
  -webkit-transition-delay: 7200ms;
  transition-delay: 7200ms;
}

.u-fadein-up:nth-child(73) {
  -webkit-transition-delay: 7300ms;
  transition-delay: 7300ms;
}

.u-fadein-up:nth-child(74) {
  -webkit-transition-delay: 7400ms;
  transition-delay: 7400ms;
}

.u-fadein-up:nth-child(75) {
  -webkit-transition-delay: 7500ms;
  transition-delay: 7500ms;
}

.u-fadein-up:nth-child(76) {
  -webkit-transition-delay: 7600ms;
  transition-delay: 7600ms;
}

.u-fadein-up:nth-child(77) {
  -webkit-transition-delay: 7700ms;
  transition-delay: 7700ms;
}

.u-fadein-up:nth-child(78) {
  -webkit-transition-delay: 7800ms;
  transition-delay: 7800ms;
}

.u-fadein-up:nth-child(79) {
  -webkit-transition-delay: 7900ms;
  transition-delay: 7900ms;
}

.u-fadein-up:nth-child(80) {
  -webkit-transition-delay: 8000ms;
  transition-delay: 8000ms;
}

.u-fadein-up:nth-child(81) {
  -webkit-transition-delay: 8100ms;
  transition-delay: 8100ms;
}

.u-fadein-up:nth-child(82) {
  -webkit-transition-delay: 8200ms;
  transition-delay: 8200ms;
}

.u-fadein-up:nth-child(83) {
  -webkit-transition-delay: 8300ms;
  transition-delay: 8300ms;
}

.u-fadein-up:nth-child(84) {
  -webkit-transition-delay: 8400ms;
  transition-delay: 8400ms;
}

.u-fadein-up:nth-child(85) {
  -webkit-transition-delay: 8500ms;
  transition-delay: 8500ms;
}

.u-fadein-up:nth-child(86) {
  -webkit-transition-delay: 8600ms;
  transition-delay: 8600ms;
}

.u-fadein-up:nth-child(87) {
  -webkit-transition-delay: 8700ms;
  transition-delay: 8700ms;
}

.u-fadein-up:nth-child(88) {
  -webkit-transition-delay: 8800ms;
  transition-delay: 8800ms;
}

.u-fadein-up:nth-child(89) {
  -webkit-transition-delay: 8900ms;
  transition-delay: 8900ms;
}

.u-fadein-up:nth-child(90) {
  -webkit-transition-delay: 9000ms;
  transition-delay: 9000ms;
}

.u-fadein-up:nth-child(91) {
  -webkit-transition-delay: 9100ms;
  transition-delay: 9100ms;
}

.u-fadein-up:nth-child(92) {
  -webkit-transition-delay: 9200ms;
  transition-delay: 9200ms;
}

.u-fadein-up:nth-child(93) {
  -webkit-transition-delay: 9300ms;
  transition-delay: 9300ms;
}

.u-fadein-up:nth-child(94) {
  -webkit-transition-delay: 9400ms;
  transition-delay: 9400ms;
}

.u-fadein-up:nth-child(95) {
  -webkit-transition-delay: 9500ms;
  transition-delay: 9500ms;
}

.u-fadein-up:nth-child(96) {
  -webkit-transition-delay: 9600ms;
  transition-delay: 9600ms;
}

.u-fadein-up:nth-child(97) {
  -webkit-transition-delay: 9700ms;
  transition-delay: 9700ms;
}

.u-fadein-up:nth-child(98) {
  -webkit-transition-delay: 9800ms;
  transition-delay: 9800ms;
}

.u-fadein-up:nth-child(99) {
  -webkit-transition-delay: 9900ms;
  transition-delay: 9900ms;
}

.u-fadein-up:nth-child(100) {
  -webkit-transition-delay: 10000ms;
  transition-delay: 10000ms;
}

.u-fadein-up.is-anim {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.u-fadein-down {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.u-fadein-down.is-anim {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.u-fadein-left {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.u-fadein-left.is-anim {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.u-fadein-right {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.u-fadein-right.is-anim {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.u-bc-black {
  background-color: #000000;
}

.u-bc-white {
  background-color: #FFFFFF;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000000 !important;
}

.u-c-white {
  color: #FFFFFF !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.u-d-none {
  display: none;
}

.u-d-i {
  display: inline;
}

.u-d-ib {
  display: inline-block;
}

.u-d-b {
  display: block;
}

.u-d-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-dir-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-mt-0 {
  margin-top: 0px !important;
}

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

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

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

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mr-55 {
  margin-right: 55px !important;
}

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

.u-ml-55 {
  margin-left: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

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

.u-mr-60 {
  margin-right: 60px !important;
}

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

.u-ml-60 {
  margin-left: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

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

.u-mr-65 {
  margin-right: 65px !important;
}

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

.u-ml-65 {
  margin-left: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

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

.u-mr-70 {
  margin-right: 70px !important;
}

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

.u-ml-70 {
  margin-left: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

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

.u-mr-75 {
  margin-right: 75px !important;
}

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

.u-ml-75 {
  margin-left: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

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

.u-mr-80 {
  margin-right: 80px !important;
}

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

.u-ml-80 {
  margin-left: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

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

.u-mr-90 {
  margin-right: 90px !important;
}

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

.u-ml-90 {
  margin-left: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

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

.u-mr-100 {
  margin-right: 100px !important;
}

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

.u-ml-100 {
  margin-left: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

@media screen and (min-width: 769px) {
  .u-mt-0-pc {
    margin-top: 0px !important;
  }
  .u-mr-0-pc {
    margin-right: 0px !important;
  }
  .u-mb-0-pc {
    margin-bottom: 0px !important;
  }
  .u-ml-0-pc {
    margin-left: 0px !important;
  }
  .u-pt-0-pc {
    padding-top: 0px !important;
  }
  .u-pr-0-pc {
    padding-right: 0px !important;
  }
  .u-pb-0-pc {
    padding-bottom: 0px !important;
  }
  .u-pl-0-pc {
    padding-left: 0px !important;
  }
  .u-mt-5-pc {
    margin-top: 5px !important;
  }
  .u-mr-5-pc {
    margin-right: 5px !important;
  }
  .u-mb-5-pc {
    margin-bottom: 5px !important;
  }
  .u-ml-5-pc {
    margin-left: 5px !important;
  }
  .u-pt-5-pc {
    padding-top: 5px !important;
  }
  .u-pr-5-pc {
    padding-right: 5px !important;
  }
  .u-pb-5-pc {
    padding-bottom: 5px !important;
  }
  .u-pl-5-pc {
    padding-left: 5px !important;
  }
  .u-mt-10-pc {
    margin-top: 10px !important;
  }
  .u-mr-10-pc {
    margin-right: 10px !important;
  }
  .u-mb-10-pc {
    margin-bottom: 10px !important;
  }
  .u-ml-10-pc {
    margin-left: 10px !important;
  }
  .u-pt-10-pc {
    padding-top: 10px !important;
  }
  .u-pr-10-pc {
    padding-right: 10px !important;
  }
  .u-pb-10-pc {
    padding-bottom: 10px !important;
  }
  .u-pl-10-pc {
    padding-left: 10px !important;
  }
  .u-mt-15-pc {
    margin-top: 15px !important;
  }
  .u-mr-15-pc {
    margin-right: 15px !important;
  }
  .u-mb-15-pc {
    margin-bottom: 15px !important;
  }
  .u-ml-15-pc {
    margin-left: 15px !important;
  }
  .u-pt-15-pc {
    padding-top: 15px !important;
  }
  .u-pr-15-pc {
    padding-right: 15px !important;
  }
  .u-pb-15-pc {
    padding-bottom: 15px !important;
  }
  .u-pl-15-pc {
    padding-left: 15px !important;
  }
  .u-mt-20-pc {
    margin-top: 20px !important;
  }
  .u-mr-20-pc {
    margin-right: 20px !important;
  }
  .u-mb-20-pc {
    margin-bottom: 20px !important;
  }
  .u-ml-20-pc {
    margin-left: 20px !important;
  }
  .u-pt-20-pc {
    padding-top: 20px !important;
  }
  .u-pr-20-pc {
    padding-right: 20px !important;
  }
  .u-pb-20-pc {
    padding-bottom: 20px !important;
  }
  .u-pl-20-pc {
    padding-left: 20px !important;
  }
  .u-mt-25-pc {
    margin-top: 25px !important;
  }
  .u-mr-25-pc {
    margin-right: 25px !important;
  }
  .u-mb-25-pc {
    margin-bottom: 25px !important;
  }
  .u-ml-25-pc {
    margin-left: 25px !important;
  }
  .u-pt-25-pc {
    padding-top: 25px !important;
  }
  .u-pr-25-pc {
    padding-right: 25px !important;
  }
  .u-pb-25-pc {
    padding-bottom: 25px !important;
  }
  .u-pl-25-pc {
    padding-left: 25px !important;
  }
  .u-mt-30-pc {
    margin-top: 30px !important;
  }
  .u-mr-30-pc {
    margin-right: 30px !important;
  }
  .u-mb-30-pc {
    margin-bottom: 30px !important;
  }
  .u-ml-30-pc {
    margin-left: 30px !important;
  }
  .u-pt-30-pc {
    padding-top: 30px !important;
  }
  .u-pr-30-pc {
    padding-right: 30px !important;
  }
  .u-pb-30-pc {
    padding-bottom: 30px !important;
  }
  .u-pl-30-pc {
    padding-left: 30px !important;
  }
  .u-mt-35-pc {
    margin-top: 35px !important;
  }
  .u-mr-35-pc {
    margin-right: 35px !important;
  }
  .u-mb-35-pc {
    margin-bottom: 35px !important;
  }
  .u-ml-35-pc {
    margin-left: 35px !important;
  }
  .u-pt-35-pc {
    padding-top: 35px !important;
  }
  .u-pr-35-pc {
    padding-right: 35px !important;
  }
  .u-pb-35-pc {
    padding-bottom: 35px !important;
  }
  .u-pl-35-pc {
    padding-left: 35px !important;
  }
  .u-mt-40-pc {
    margin-top: 40px !important;
  }
  .u-mr-40-pc {
    margin-right: 40px !important;
  }
  .u-mb-40-pc {
    margin-bottom: 40px !important;
  }
  .u-ml-40-pc {
    margin-left: 40px !important;
  }
  .u-pt-40-pc {
    padding-top: 40px !important;
  }
  .u-pr-40-pc {
    padding-right: 40px !important;
  }
  .u-pb-40-pc {
    padding-bottom: 40px !important;
  }
  .u-pl-40-pc {
    padding-left: 40px !important;
  }
  .u-mt-45-pc {
    margin-top: 45px !important;
  }
  .u-mr-45-pc {
    margin-right: 45px !important;
  }
  .u-mb-45-pc {
    margin-bottom: 45px !important;
  }
  .u-ml-45-pc {
    margin-left: 45px !important;
  }
  .u-pt-45-pc {
    padding-top: 45px !important;
  }
  .u-pr-45-pc {
    padding-right: 45px !important;
  }
  .u-pb-45-pc {
    padding-bottom: 45px !important;
  }
  .u-pl-45-pc {
    padding-left: 45px !important;
  }
  .u-mt-50-pc {
    margin-top: 50px !important;
  }
  .u-mr-50-pc {
    margin-right: 50px !important;
  }
  .u-mb-50-pc {
    margin-bottom: 50px !important;
  }
  .u-ml-50-pc {
    margin-left: 50px !important;
  }
  .u-pt-50-pc {
    padding-top: 50px !important;
  }
  .u-pr-50-pc {
    padding-right: 50px !important;
  }
  .u-pb-50-pc {
    padding-bottom: 50px !important;
  }
  .u-pl-50-pc {
    padding-left: 50px !important;
  }
  .u-mt-55-pc {
    margin-top: 55px !important;
  }
  .u-mr-55-pc {
    margin-right: 55px !important;
  }
  .u-mb-55-pc {
    margin-bottom: 55px !important;
  }
  .u-ml-55-pc {
    margin-left: 55px !important;
  }
  .u-pt-55-pc {
    padding-top: 55px !important;
  }
  .u-pr-55-pc {
    padding-right: 55px !important;
  }
  .u-pb-55-pc {
    padding-bottom: 55px !important;
  }
  .u-pl-55-pc {
    padding-left: 55px !important;
  }
  .u-mt-60-pc {
    margin-top: 60px !important;
  }
  .u-mr-60-pc {
    margin-right: 60px !important;
  }
  .u-mb-60-pc {
    margin-bottom: 60px !important;
  }
  .u-ml-60-pc {
    margin-left: 60px !important;
  }
  .u-pt-60-pc {
    padding-top: 60px !important;
  }
  .u-pr-60-pc {
    padding-right: 60px !important;
  }
  .u-pb-60-pc {
    padding-bottom: 60px !important;
  }
  .u-pl-60-pc {
    padding-left: 60px !important;
  }
  .u-mt-65-pc {
    margin-top: 65px !important;
  }
  .u-mr-65-pc {
    margin-right: 65px !important;
  }
  .u-mb-65-pc {
    margin-bottom: 65px !important;
  }
  .u-ml-65-pc {
    margin-left: 65px !important;
  }
  .u-pt-65-pc {
    padding-top: 65px !important;
  }
  .u-pr-65-pc {
    padding-right: 65px !important;
  }
  .u-pb-65-pc {
    padding-bottom: 65px !important;
  }
  .u-pl-65-pc {
    padding-left: 65px !important;
  }
  .u-mt-70-pc {
    margin-top: 70px !important;
  }
  .u-mr-70-pc {
    margin-right: 70px !important;
  }
  .u-mb-70-pc {
    margin-bottom: 70px !important;
  }
  .u-ml-70-pc {
    margin-left: 70px !important;
  }
  .u-pt-70-pc {
    padding-top: 70px !important;
  }
  .u-pr-70-pc {
    padding-right: 70px !important;
  }
  .u-pb-70-pc {
    padding-bottom: 70px !important;
  }
  .u-pl-70-pc {
    padding-left: 70px !important;
  }
  .u-mt-75-pc {
    margin-top: 75px !important;
  }
  .u-mr-75-pc {
    margin-right: 75px !important;
  }
  .u-mb-75-pc {
    margin-bottom: 75px !important;
  }
  .u-ml-75-pc {
    margin-left: 75px !important;
  }
  .u-pt-75-pc {
    padding-top: 75px !important;
  }
  .u-pr-75-pc {
    padding-right: 75px !important;
  }
  .u-pb-75-pc {
    padding-bottom: 75px !important;
  }
  .u-pl-75-pc {
    padding-left: 75px !important;
  }
  .u-mt-80-pc {
    margin-top: 80px !important;
  }
  .u-mr-80-pc {
    margin-right: 80px !important;
  }
  .u-mb-80-pc {
    margin-bottom: 80px !important;
  }
  .u-ml-80-pc {
    margin-left: 80px !important;
  }
  .u-pt-80-pc {
    padding-top: 80px !important;
  }
  .u-pr-80-pc {
    padding-right: 80px !important;
  }
  .u-pb-80-pc {
    padding-bottom: 80px !important;
  }
  .u-pl-80-pc {
    padding-left: 80px !important;
  }
  .u-mt-85-pc {
    margin-top: 85px !important;
  }
  .u-mr-85-pc {
    margin-right: 85px !important;
  }
  .u-mb-85-pc {
    margin-bottom: 85px !important;
  }
  .u-ml-85-pc {
    margin-left: 85px !important;
  }
  .u-pt-85-pc {
    padding-top: 85px !important;
  }
  .u-pr-85-pc {
    padding-right: 85px !important;
  }
  .u-pb-85-pc {
    padding-bottom: 85px !important;
  }
  .u-pl-85-pc {
    padding-left: 85px !important;
  }
  .u-mt-90-pc {
    margin-top: 90px !important;
  }
  .u-mr-90-pc {
    margin-right: 90px !important;
  }
  .u-mb-90-pc {
    margin-bottom: 90px !important;
  }
  .u-ml-90-pc {
    margin-left: 90px !important;
  }
  .u-pt-90-pc {
    padding-top: 90px !important;
  }
  .u-pr-90-pc {
    padding-right: 90px !important;
  }
  .u-pb-90-pc {
    padding-bottom: 90px !important;
  }
  .u-pl-90-pc {
    padding-left: 90px !important;
  }
  .u-mt-95-pc {
    margin-top: 95px !important;
  }
  .u-mr-95-pc {
    margin-right: 95px !important;
  }
  .u-mb-95-pc {
    margin-bottom: 95px !important;
  }
  .u-ml-95-pc {
    margin-left: 95px !important;
  }
  .u-pt-95-pc {
    padding-top: 95px !important;
  }
  .u-pr-95-pc {
    padding-right: 95px !important;
  }
  .u-pb-95-pc {
    padding-bottom: 95px !important;
  }
  .u-pl-95-pc {
    padding-left: 95px !important;
  }
  .u-mt-100-pc {
    margin-top: 100px !important;
  }
  .u-mr-100-pc {
    margin-right: 100px !important;
  }
  .u-mb-100-pc {
    margin-bottom: 100px !important;
  }
  .u-ml-100-pc {
    margin-left: 100px !important;
  }
  .u-pt-100-pc {
    padding-top: 100px !important;
  }
  .u-pr-100-pc {
    padding-right: 100px !important;
  }
  .u-pb-100-pc {
    padding-bottom: 100px !important;
  }
  .u-pl-100-pc {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-0-sp {
    margin-top: 0px !important;
  }
  .u-mr-0-sp {
    margin-right: 0px !important;
  }
  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }
  .u-ml-0-sp {
    margin-left: 0px !important;
  }
  .u-pt-0-sp {
    padding-top: 0px !important;
  }
  .u-pr-0-sp {
    padding-right: 0px !important;
  }
  .u-pb-0-sp {
    padding-bottom: 0px !important;
  }
  .u-pl-0-sp {
    padding-left: 0px !important;
  }
  .u-mt-5-sp {
    margin-top: 5px !important;
  }
  .u-mr-5-sp {
    margin-right: 5px !important;
  }
  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }
  .u-ml-5-sp {
    margin-left: 5px !important;
  }
  .u-pt-5-sp {
    padding-top: 5px !important;
  }
  .u-pr-5-sp {
    padding-right: 5px !important;
  }
  .u-pb-5-sp {
    padding-bottom: 5px !important;
  }
  .u-pl-5-sp {
    padding-left: 5px !important;
  }
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mr-10-sp {
    margin-right: 10px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-ml-10-sp {
    margin-left: 10px !important;
  }
  .u-pt-10-sp {
    padding-top: 10px !important;
  }
  .u-pr-10-sp {
    padding-right: 10px !important;
  }
  .u-pb-10-sp {
    padding-bottom: 10px !important;
  }
  .u-pl-10-sp {
    padding-left: 10px !important;
  }
  .u-mt-15-sp {
    margin-top: 15px !important;
  }
  .u-mr-15-sp {
    margin-right: 15px !important;
  }
  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }
  .u-ml-15-sp {
    margin-left: 15px !important;
  }
  .u-pt-15-sp {
    padding-top: 15px !important;
  }
  .u-pr-15-sp {
    padding-right: 15px !important;
  }
  .u-pb-15-sp {
    padding-bottom: 15px !important;
  }
  .u-pl-15-sp {
    padding-left: 15px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mr-20-sp {
    margin-right: 20px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-ml-20-sp {
    margin-left: 20px !important;
  }
  .u-pt-20-sp {
    padding-top: 20px !important;
  }
  .u-pr-20-sp {
    padding-right: 20px !important;
  }
  .u-pb-20-sp {
    padding-bottom: 20px !important;
  }
  .u-pl-20-sp {
    padding-left: 20px !important;
  }
  .u-mt-25-sp {
    margin-top: 25px !important;
  }
  .u-mr-25-sp {
    margin-right: 25px !important;
  }
  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }
  .u-ml-25-sp {
    margin-left: 25px !important;
  }
  .u-pt-25-sp {
    padding-top: 25px !important;
  }
  .u-pr-25-sp {
    padding-right: 25px !important;
  }
  .u-pb-25-sp {
    padding-bottom: 25px !important;
  }
  .u-pl-25-sp {
    padding-left: 25px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mr-30-sp {
    margin-right: 30px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-ml-30-sp {
    margin-left: 30px !important;
  }
  .u-pt-30-sp {
    padding-top: 30px !important;
  }
  .u-pr-30-sp {
    padding-right: 30px !important;
  }
  .u-pb-30-sp {
    padding-bottom: 30px !important;
  }
  .u-pl-30-sp {
    padding-left: 30px !important;
  }
  .u-mt-35-sp {
    margin-top: 35px !important;
  }
  .u-mr-35-sp {
    margin-right: 35px !important;
  }
  .u-mb-35-sp {
    margin-bottom: 35px !important;
  }
  .u-ml-35-sp {
    margin-left: 35px !important;
  }
  .u-pt-35-sp {
    padding-top: 35px !important;
  }
  .u-pr-35-sp {
    padding-right: 35px !important;
  }
  .u-pb-35-sp {
    padding-bottom: 35px !important;
  }
  .u-pl-35-sp {
    padding-left: 35px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mr-40-sp {
    margin-right: 40px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-ml-40-sp {
    margin-left: 40px !important;
  }
  .u-pt-40-sp {
    padding-top: 40px !important;
  }
  .u-pr-40-sp {
    padding-right: 40px !important;
  }
  .u-pb-40-sp {
    padding-bottom: 40px !important;
  }
  .u-pl-40-sp {
    padding-left: 40px !important;
  }
  .u-mt-45-sp {
    margin-top: 45px !important;
  }
  .u-mr-45-sp {
    margin-right: 45px !important;
  }
  .u-mb-45-sp {
    margin-bottom: 45px !important;
  }
  .u-ml-45-sp {
    margin-left: 45px !important;
  }
  .u-pt-45-sp {
    padding-top: 45px !important;
  }
  .u-pr-45-sp {
    padding-right: 45px !important;
  }
  .u-pb-45-sp {
    padding-bottom: 45px !important;
  }
  .u-pl-45-sp {
    padding-left: 45px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mr-50-sp {
    margin-right: 50px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-ml-50-sp {
    margin-left: 50px !important;
  }
  .u-pt-50-sp {
    padding-top: 50px !important;
  }
  .u-pr-50-sp {
    padding-right: 50px !important;
  }
  .u-pb-50-sp {
    padding-bottom: 50px !important;
  }
  .u-pl-50-sp {
    padding-left: 50px !important;
  }
  .u-mt-55-sp {
    margin-top: 55px !important;
  }
  .u-mr-55-sp {
    margin-right: 55px !important;
  }
  .u-mb-55-sp {
    margin-bottom: 55px !important;
  }
  .u-ml-55-sp {
    margin-left: 55px !important;
  }
  .u-pt-55-sp {
    padding-top: 55px !important;
  }
  .u-pr-55-sp {
    padding-right: 55px !important;
  }
  .u-pb-55-sp {
    padding-bottom: 55px !important;
  }
  .u-pl-55-sp {
    padding-left: 55px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-mr-60-sp {
    margin-right: 60px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-ml-60-sp {
    margin-left: 60px !important;
  }
  .u-pt-60-sp {
    padding-top: 60px !important;
  }
  .u-pr-60-sp {
    padding-right: 60px !important;
  }
  .u-pb-60-sp {
    padding-bottom: 60px !important;
  }
  .u-pl-60-sp {
    padding-left: 60px !important;
  }
  .u-mt-65-sp {
    margin-top: 65px !important;
  }
  .u-mr-65-sp {
    margin-right: 65px !important;
  }
  .u-mb-65-sp {
    margin-bottom: 65px !important;
  }
  .u-ml-65-sp {
    margin-left: 65px !important;
  }
  .u-pt-65-sp {
    padding-top: 65px !important;
  }
  .u-pr-65-sp {
    padding-right: 65px !important;
  }
  .u-pb-65-sp {
    padding-bottom: 65px !important;
  }
  .u-pl-65-sp {
    padding-left: 65px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-mr-70-sp {
    margin-right: 70px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-ml-70-sp {
    margin-left: 70px !important;
  }
  .u-pt-70-sp {
    padding-top: 70px !important;
  }
  .u-pr-70-sp {
    padding-right: 70px !important;
  }
  .u-pb-70-sp {
    padding-bottom: 70px !important;
  }
  .u-pl-70-sp {
    padding-left: 70px !important;
  }
  .u-mt-75-sp {
    margin-top: 75px !important;
  }
  .u-mr-75-sp {
    margin-right: 75px !important;
  }
  .u-mb-75-sp {
    margin-bottom: 75px !important;
  }
  .u-ml-75-sp {
    margin-left: 75px !important;
  }
  .u-pt-75-sp {
    padding-top: 75px !important;
  }
  .u-pr-75-sp {
    padding-right: 75px !important;
  }
  .u-pb-75-sp {
    padding-bottom: 75px !important;
  }
  .u-pl-75-sp {
    padding-left: 75px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-mr-80-sp {
    margin-right: 80px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-ml-80-sp {
    margin-left: 80px !important;
  }
  .u-pt-80-sp {
    padding-top: 80px !important;
  }
  .u-pr-80-sp {
    padding-right: 80px !important;
  }
  .u-pb-80-sp {
    padding-bottom: 80px !important;
  }
  .u-pl-80-sp {
    padding-left: 80px !important;
  }
  .u-mt-85-sp {
    margin-top: 85px !important;
  }
  .u-mr-85-sp {
    margin-right: 85px !important;
  }
  .u-mb-85-sp {
    margin-bottom: 85px !important;
  }
  .u-ml-85-sp {
    margin-left: 85px !important;
  }
  .u-pt-85-sp {
    padding-top: 85px !important;
  }
  .u-pr-85-sp {
    padding-right: 85px !important;
  }
  .u-pb-85-sp {
    padding-bottom: 85px !important;
  }
  .u-pl-85-sp {
    padding-left: 85px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-mr-90-sp {
    margin-right: 90px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-ml-90-sp {
    margin-left: 90px !important;
  }
  .u-pt-90-sp {
    padding-top: 90px !important;
  }
  .u-pr-90-sp {
    padding-right: 90px !important;
  }
  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }
  .u-pl-90-sp {
    padding-left: 90px !important;
  }
  .u-mt-95-sp {
    margin-top: 95px !important;
  }
  .u-mr-95-sp {
    margin-right: 95px !important;
  }
  .u-mb-95-sp {
    margin-bottom: 95px !important;
  }
  .u-ml-95-sp {
    margin-left: 95px !important;
  }
  .u-pt-95-sp {
    padding-top: 95px !important;
  }
  .u-pr-95-sp {
    padding-right: 95px !important;
  }
  .u-pb-95-sp {
    padding-bottom: 95px !important;
  }
  .u-pl-95-sp {
    padding-left: 95px !important;
  }
  .u-mt-100-sp {
    margin-top: 100px !important;
  }
  .u-mr-100-sp {
    margin-right: 100px !important;
  }
  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }
  .u-ml-100-sp {
    margin-left: 100px !important;
  }
  .u-pt-100-sp {
    padding-top: 100px !important;
  }
  .u-pr-100-sp {
    padding-right: 100px !important;
  }
  .u-pb-100-sp {
    padding-bottom: 100px !important;
  }
  .u-pl-100-sp {
    padding-left: 100px !important;
  }
}
.u-col-0p {
  width: 0%;
}

.u-col-1p {
  width: 1%;
}

.u-col-2p {
  width: 2%;
}

.u-col-3p {
  width: 3%;
}

.u-col-4p {
  width: 4%;
}

.u-col-5p {
  width: 5%;
}

.u-col-6p {
  width: 6%;
}

.u-col-7p {
  width: 7%;
}

.u-col-8p {
  width: 8%;
}

.u-col-9p {
  width: 9%;
}

.u-col-10p {
  width: 10%;
}

.u-col-11p {
  width: 11%;
}

.u-col-12p {
  width: 12%;
}

.u-col-13p {
  width: 13%;
}

.u-col-14p {
  width: 14%;
}

.u-col-15p {
  width: 15%;
}

.u-col-16p {
  width: 16%;
}

.u-col-17p {
  width: 17%;
}

.u-col-18p {
  width: 18%;
}

.u-col-19p {
  width: 19%;
}

.u-col-20p {
  width: 20%;
}

.u-col-21p {
  width: 21%;
}

.u-col-22p {
  width: 22%;
}

.u-col-23p {
  width: 23%;
}

.u-col-24p {
  width: 24%;
}

.u-col-25p {
  width: 25%;
}

.u-col-26p {
  width: 26%;
}

.u-col-27p {
  width: 27%;
}

.u-col-28p {
  width: 28%;
}

.u-col-29p {
  width: 29%;
}

.u-col-30p {
  width: 30%;
}

.u-col-31p {
  width: 31%;
}

.u-col-32p {
  width: 32%;
}

.u-col-33p {
  width: 33%;
}

.u-col-34p {
  width: 34%;
}

.u-col-35p {
  width: 35%;
}

.u-col-36p {
  width: 36%;
}

.u-col-37p {
  width: 37%;
}

.u-col-38p {
  width: 38%;
}

.u-col-39p {
  width: 39%;
}

.u-col-40p {
  width: 40%;
}

.u-col-41p {
  width: 41%;
}

.u-col-42p {
  width: 42%;
}

.u-col-43p {
  width: 43%;
}

.u-col-44p {
  width: 44%;
}

.u-col-45p {
  width: 45%;
}

.u-col-46p {
  width: 46%;
}

.u-col-47p {
  width: 47%;
}

.u-col-48p {
  width: 48%;
}

.u-col-49p {
  width: 49%;
}

.u-col-50p {
  width: 50%;
}

.u-col-51p {
  width: 51%;
}

.u-col-52p {
  width: 52%;
}

.u-col-53p {
  width: 53%;
}

.u-col-54p {
  width: 54%;
}

.u-col-55p {
  width: 55%;
}

.u-col-56p {
  width: 56%;
}

.u-col-57p {
  width: 57%;
}

.u-col-58p {
  width: 58%;
}

.u-col-59p {
  width: 59%;
}

.u-col-60p {
  width: 60%;
}

.u-col-61p {
  width: 61%;
}

.u-col-62p {
  width: 62%;
}

.u-col-63p {
  width: 63%;
}

.u-col-64p {
  width: 64%;
}

.u-col-65p {
  width: 65%;
}

.u-col-66p {
  width: 66%;
}

.u-col-67p {
  width: 67%;
}

.u-col-68p {
  width: 68%;
}

.u-col-69p {
  width: 69%;
}

.u-col-70p {
  width: 70%;
}

.u-col-71p {
  width: 71%;
}

.u-col-72p {
  width: 72%;
}

.u-col-73p {
  width: 73%;
}

.u-col-74p {
  width: 74%;
}

.u-col-75p {
  width: 75%;
}

.u-col-76p {
  width: 76%;
}

.u-col-77p {
  width: 77%;
}

.u-col-78p {
  width: 78%;
}

.u-col-79p {
  width: 79%;
}

.u-col-80p {
  width: 80%;
}

.u-col-81p {
  width: 81%;
}

.u-col-82p {
  width: 82%;
}

.u-col-83p {
  width: 83%;
}

.u-col-84p {
  width: 84%;
}

.u-col-85p {
  width: 85%;
}

.u-col-86p {
  width: 86%;
}

.u-col-87p {
  width: 87%;
}

.u-col-88p {
  width: 88%;
}

.u-col-89p {
  width: 89%;
}

.u-col-90p {
  width: 90%;
}

.u-col-91p {
  width: 91%;
}

.u-col-92p {
  width: 92%;
}

.u-col-93p {
  width: 93%;
}

.u-col-94p {
  width: 94%;
}

.u-col-95p {
  width: 95%;
}

.u-col-96p {
  width: 96%;
}

.u-col-97p {
  width: 97%;
}

.u-col-98p {
  width: 98%;
}

.u-col-99p {
  width: 99%;
}

.u-col-100p {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .u-col-0p-pc {
    width: 0%;
  }
  .u-col-1p-pc {
    width: 1%;
  }
  .u-col-2p-pc {
    width: 2%;
  }
  .u-col-3p-pc {
    width: 3%;
  }
  .u-col-4p-pc {
    width: 4%;
  }
  .u-col-5p-pc {
    width: 5%;
  }
  .u-col-6p-pc {
    width: 6%;
  }
  .u-col-7p-pc {
    width: 7%;
  }
  .u-col-8p-pc {
    width: 8%;
  }
  .u-col-9p-pc {
    width: 9%;
  }
  .u-col-10p-pc {
    width: 10%;
  }
  .u-col-11p-pc {
    width: 11%;
  }
  .u-col-12p-pc {
    width: 12%;
  }
  .u-col-13p-pc {
    width: 13%;
  }
  .u-col-14p-pc {
    width: 14%;
  }
  .u-col-15p-pc {
    width: 15%;
  }
  .u-col-16p-pc {
    width: 16%;
  }
  .u-col-17p-pc {
    width: 17%;
  }
  .u-col-18p-pc {
    width: 18%;
  }
  .u-col-19p-pc {
    width: 19%;
  }
  .u-col-20p-pc {
    width: 20%;
  }
  .u-col-21p-pc {
    width: 21%;
  }
  .u-col-22p-pc {
    width: 22%;
  }
  .u-col-23p-pc {
    width: 23%;
  }
  .u-col-24p-pc {
    width: 24%;
  }
  .u-col-25p-pc {
    width: 25%;
  }
  .u-col-26p-pc {
    width: 26%;
  }
  .u-col-27p-pc {
    width: 27%;
  }
  .u-col-28p-pc {
    width: 28%;
  }
  .u-col-29p-pc {
    width: 29%;
  }
  .u-col-30p-pc {
    width: 30%;
  }
  .u-col-31p-pc {
    width: 31%;
  }
  .u-col-32p-pc {
    width: 32%;
  }
  .u-col-33p-pc {
    width: 33%;
  }
  .u-col-34p-pc {
    width: 34%;
  }
  .u-col-35p-pc {
    width: 35%;
  }
  .u-col-36p-pc {
    width: 36%;
  }
  .u-col-37p-pc {
    width: 37%;
  }
  .u-col-38p-pc {
    width: 38%;
  }
  .u-col-39p-pc {
    width: 39%;
  }
  .u-col-40p-pc {
    width: 40%;
  }
  .u-col-41p-pc {
    width: 41%;
  }
  .u-col-42p-pc {
    width: 42%;
  }
  .u-col-43p-pc {
    width: 43%;
  }
  .u-col-44p-pc {
    width: 44%;
  }
  .u-col-45p-pc {
    width: 45%;
  }
  .u-col-46p-pc {
    width: 46%;
  }
  .u-col-47p-pc {
    width: 47%;
  }
  .u-col-48p-pc {
    width: 48%;
  }
  .u-col-49p-pc {
    width: 49%;
  }
  .u-col-50p-pc {
    width: 50%;
  }
  .u-col-51p-pc {
    width: 51%;
  }
  .u-col-52p-pc {
    width: 52%;
  }
  .u-col-53p-pc {
    width: 53%;
  }
  .u-col-54p-pc {
    width: 54%;
  }
  .u-col-55p-pc {
    width: 55%;
  }
  .u-col-56p-pc {
    width: 56%;
  }
  .u-col-57p-pc {
    width: 57%;
  }
  .u-col-58p-pc {
    width: 58%;
  }
  .u-col-59p-pc {
    width: 59%;
  }
  .u-col-60p-pc {
    width: 60%;
  }
  .u-col-61p-pc {
    width: 61%;
  }
  .u-col-62p-pc {
    width: 62%;
  }
  .u-col-63p-pc {
    width: 63%;
  }
  .u-col-64p-pc {
    width: 64%;
  }
  .u-col-65p-pc {
    width: 65%;
  }
  .u-col-66p-pc {
    width: 66%;
  }
  .u-col-67p-pc {
    width: 67%;
  }
  .u-col-68p-pc {
    width: 68%;
  }
  .u-col-69p-pc {
    width: 69%;
  }
  .u-col-70p-pc {
    width: 70%;
  }
  .u-col-71p-pc {
    width: 71%;
  }
  .u-col-72p-pc {
    width: 72%;
  }
  .u-col-73p-pc {
    width: 73%;
  }
  .u-col-74p-pc {
    width: 74%;
  }
  .u-col-75p-pc {
    width: 75%;
  }
  .u-col-76p-pc {
    width: 76%;
  }
  .u-col-77p-pc {
    width: 77%;
  }
  .u-col-78p-pc {
    width: 78%;
  }
  .u-col-79p-pc {
    width: 79%;
  }
  .u-col-80p-pc {
    width: 80%;
  }
  .u-col-81p-pc {
    width: 81%;
  }
  .u-col-82p-pc {
    width: 82%;
  }
  .u-col-83p-pc {
    width: 83%;
  }
  .u-col-84p-pc {
    width: 84%;
  }
  .u-col-85p-pc {
    width: 85%;
  }
  .u-col-86p-pc {
    width: 86%;
  }
  .u-col-87p-pc {
    width: 87%;
  }
  .u-col-88p-pc {
    width: 88%;
  }
  .u-col-89p-pc {
    width: 89%;
  }
  .u-col-90p-pc {
    width: 90%;
  }
  .u-col-91p-pc {
    width: 91%;
  }
  .u-col-92p-pc {
    width: 92%;
  }
  .u-col-93p-pc {
    width: 93%;
  }
  .u-col-94p-pc {
    width: 94%;
  }
  .u-col-95p-pc {
    width: 95%;
  }
  .u-col-96p-pc {
    width: 96%;
  }
  .u-col-97p-pc {
    width: 97%;
  }
  .u-col-98p-pc {
    width: 98%;
  }
  .u-col-99p-pc {
    width: 99%;
  }
  .u-col-100p-pc {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .u-col-0p-sp {
    width: 0%;
  }
  .u-col-1p-sp {
    width: 1%;
  }
  .u-col-2p-sp {
    width: 2%;
  }
  .u-col-3p-sp {
    width: 3%;
  }
  .u-col-4p-sp {
    width: 4%;
  }
  .u-col-5p-sp {
    width: 5%;
  }
  .u-col-6p-sp {
    width: 6%;
  }
  .u-col-7p-sp {
    width: 7%;
  }
  .u-col-8p-sp {
    width: 8%;
  }
  .u-col-9p-sp {
    width: 9%;
  }
  .u-col-10p-sp {
    width: 10%;
  }
  .u-col-11p-sp {
    width: 11%;
  }
  .u-col-12p-sp {
    width: 12%;
  }
  .u-col-13p-sp {
    width: 13%;
  }
  .u-col-14p-sp {
    width: 14%;
  }
  .u-col-15p-sp {
    width: 15%;
  }
  .u-col-16p-sp {
    width: 16%;
  }
  .u-col-17p-sp {
    width: 17%;
  }
  .u-col-18p-sp {
    width: 18%;
  }
  .u-col-19p-sp {
    width: 19%;
  }
  .u-col-20p-sp {
    width: 20%;
  }
  .u-col-21p-sp {
    width: 21%;
  }
  .u-col-22p-sp {
    width: 22%;
  }
  .u-col-23p-sp {
    width: 23%;
  }
  .u-col-24p-sp {
    width: 24%;
  }
  .u-col-25p-sp {
    width: 25%;
  }
  .u-col-26p-sp {
    width: 26%;
  }
  .u-col-27p-sp {
    width: 27%;
  }
  .u-col-28p-sp {
    width: 28%;
  }
  .u-col-29p-sp {
    width: 29%;
  }
  .u-col-30p-sp {
    width: 30%;
  }
  .u-col-31p-sp {
    width: 31%;
  }
  .u-col-32p-sp {
    width: 32%;
  }
  .u-col-33p-sp {
    width: 33%;
  }
  .u-col-34p-sp {
    width: 34%;
  }
  .u-col-35p-sp {
    width: 35%;
  }
  .u-col-36p-sp {
    width: 36%;
  }
  .u-col-37p-sp {
    width: 37%;
  }
  .u-col-38p-sp {
    width: 38%;
  }
  .u-col-39p-sp {
    width: 39%;
  }
  .u-col-40p-sp {
    width: 40%;
  }
  .u-col-41p-sp {
    width: 41%;
  }
  .u-col-42p-sp {
    width: 42%;
  }
  .u-col-43p-sp {
    width: 43%;
  }
  .u-col-44p-sp {
    width: 44%;
  }
  .u-col-45p-sp {
    width: 45%;
  }
  .u-col-46p-sp {
    width: 46%;
  }
  .u-col-47p-sp {
    width: 47%;
  }
  .u-col-48p-sp {
    width: 48%;
  }
  .u-col-49p-sp {
    width: 49%;
  }
  .u-col-50p-sp {
    width: 50%;
  }
  .u-col-51p-sp {
    width: 51%;
  }
  .u-col-52p-sp {
    width: 52%;
  }
  .u-col-53p-sp {
    width: 53%;
  }
  .u-col-54p-sp {
    width: 54%;
  }
  .u-col-55p-sp {
    width: 55%;
  }
  .u-col-56p-sp {
    width: 56%;
  }
  .u-col-57p-sp {
    width: 57%;
  }
  .u-col-58p-sp {
    width: 58%;
  }
  .u-col-59p-sp {
    width: 59%;
  }
  .u-col-60p-sp {
    width: 60%;
  }
  .u-col-61p-sp {
    width: 61%;
  }
  .u-col-62p-sp {
    width: 62%;
  }
  .u-col-63p-sp {
    width: 63%;
  }
  .u-col-64p-sp {
    width: 64%;
  }
  .u-col-65p-sp {
    width: 65%;
  }
  .u-col-66p-sp {
    width: 66%;
  }
  .u-col-67p-sp {
    width: 67%;
  }
  .u-col-68p-sp {
    width: 68%;
  }
  .u-col-69p-sp {
    width: 69%;
  }
  .u-col-70p-sp {
    width: 70%;
  }
  .u-col-71p-sp {
    width: 71%;
  }
  .u-col-72p-sp {
    width: 72%;
  }
  .u-col-73p-sp {
    width: 73%;
  }
  .u-col-74p-sp {
    width: 74%;
  }
  .u-col-75p-sp {
    width: 75%;
  }
  .u-col-76p-sp {
    width: 76%;
  }
  .u-col-77p-sp {
    width: 77%;
  }
  .u-col-78p-sp {
    width: 78%;
  }
  .u-col-79p-sp {
    width: 79%;
  }
  .u-col-80p-sp {
    width: 80%;
  }
  .u-col-81p-sp {
    width: 81%;
  }
  .u-col-82p-sp {
    width: 82%;
  }
  .u-col-83p-sp {
    width: 83%;
  }
  .u-col-84p-sp {
    width: 84%;
  }
  .u-col-85p-sp {
    width: 85%;
  }
  .u-col-86p-sp {
    width: 86%;
  }
  .u-col-87p-sp {
    width: 87%;
  }
  .u-col-88p-sp {
    width: 88%;
  }
  .u-col-89p-sp {
    width: 89%;
  }
  .u-col-90p-sp {
    width: 90%;
  }
  .u-col-91p-sp {
    width: 91%;
  }
  .u-col-92p-sp {
    width: 92%;
  }
  .u-col-93p-sp {
    width: 93%;
  }
  .u-col-94p-sp {
    width: 94%;
  }
  .u-col-95p-sp {
    width: 95%;
  }
  .u-col-96p-sp {
    width: 96%;
  }
  .u-col-97p-sp {
    width: 97%;
  }
  .u-col-98p-sp {
    width: 98%;
  }
  .u-col-99p-sp {
    width: 99%;
  }
  .u-col-100p-sp {
    width: 100%;
  }
}
.u-let-0 {
  letter-spacing: 0em;
}

.u-let-02 {
  letter-spacing: -0.02em;
}

.u-gap-0 {
  gap: 0px !important;
}

.u-gap-5 {
  gap: 5px !important;
}

.u-gap-10 {
  gap: 10px !important;
}

.u-gap-15 {
  gap: 15px !important;
}

.u-gap-20 {
  gap: 20px !important;
}

.u-gap-25 {
  gap: 25px !important;
}

.u-gap-30 {
  gap: 30px !important;
}

.u-gap-35 {
  gap: 35px !important;
}

.u-gap-40 {
  gap: 40px !important;
}

.u-gap-45 {
  gap: 45px !important;
}

.u-gap-50 {
  gap: 50px !important;
}

.u-gap-55 {
  gap: 55px !important;
}

.u-gap-60 {
  gap: 60px !important;
}

.u-gap-65 {
  gap: 65px !important;
}

.u-gap-70 {
  gap: 70px !important;
}

.u-gap-75 {
  gap: 75px !important;
}

.u-gap-80 {
  gap: 80px !important;
}

.u-gap-85 {
  gap: 85px !important;
}

.u-gap-90 {
  gap: 90px !important;
}

.u-gap-95 {
  gap: 95px !important;
}

.u-gap-100 {
  gap: 100px !important;
}

.u-fs-i {
  font-style: italic !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-fw-300 {
  font-weight: 300 !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-600 {
  font-weight: 600 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-900 {
  font-weight: 900 !important;
}

/***
    The new CSS reset - version 1.11.2 (last updated 15.11.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu,
summary {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::-webkit-input-placeholder {
  color: unset;
}
::-moz-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly.
 - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

html {
  font-size: 62.5%;
}

html:not(.is-mobile) body:not(.no-scroll) #l-wrapper {
  padding-right: 0 !important;
}

html:not(.is-mobile) body .l-header_btn {
  width: calc(124px + var(--scrollbar-width));
  padding-right: var(--scrollbar-width);
}

@media screen and (max-width: 1023px) {
  html:not(.is-mobile) body .l-header_btn {
    width: calc(100px + var(--scrollbar-width));
  }
}
body {
  min-height: 100dvh;
  color: #333333;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  overflow-wrap: break-word;
  overflow-x: hidden;
  letter-spacing: 0;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  body {
    padding-right: 0 !important;
  }
  body.is-open {
    overflow: hidden;
  }
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
}
ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  width: 100%;
}

input[type=submit] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

table {
  border-spacing: inherit;
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

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

strong,
b {
  font-weight: bold;
}

.u-img-fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-inview {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.66, 0, 0.34, 1);
  transition: all 1s cubic-bezier(0.66, 0, 0.34, 1);
}

.js-inview.is-active {
  opacity: 1;
  visibility: visible;
}

.c-txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .c-txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.c-txt + .c-txt {
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .c-txt + .c-txt {
    margin-top: 20px;
  }
}
.c-txt--small {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

.c-txt--small + .c-txt--small {
  margin-top: 20px;
}

.c-txt--large {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .c-txt--large {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.c-txt--note {
  font-size: 1.4rem;
  text-indent: -15px;
  padding-left: 15px;
}

.c-txt--dot {
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-txt--dot {
    font-size: 1.2rem;
    padding-left: 10px;
  }
}
.c-txt--dot:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #D80C18;
}

@media screen and (max-width: 768px) {
  .c-txt--dot:before {
    width: 6px;
    height: 6px;
    top: 5px;
  }
}
.c-txt a {
  font-size: 1.6rem;
  text-decoration: underline;
}

.c-txt a:hover {
  color: #D80C18;
}

.c-txt + .c-btn {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-txt + .c-btn {
    margin-top: 20px;
  }
}
.c-txt + .c-link-arrow {
  margin-top: 20px;
}

.no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.is-fixed {
  overflow: hidden;
}

.c-link-list li + li {
  margin-top: 15px;
}

.c-link-arrow {
  color: #000000;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
}

.c-link-arrow:hover {
  color: #D80C18;
}

.c-link-arrow::before {
  content: "";
  position: relative;
  top: 6px;
  left: 0;
  right: 25px;
  width: 30px;
  height: 24px;
  overflow: hidden;
  background-color: #D80C18;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-link-arrow:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 6px;
  width: 18px;
  height: 7px;
  -webkit-mask-image: url(../images/ico_arrow_right_02.svg);
  mask-image: url(../images/ico_arrow_right_02.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #ffffff;
}

.c-link-arrow:hover {
  color: #D80C18;
}

.c-link-arrow:hover:after {
  -webkit-animation-name: toright;
  animation-name: toright;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
  animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
  background-color: #ffffff;
}

.c-link-arrow--2 {
  position: relative;
  display: block;
  font-weight: 600;
  padding-right: 25px;
}

.c-link-arrow--2:after, .c-link-arrow--2:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  left: auto;
  width: 25px;
  height: 8px;
  -webkit-mask-image: url(../images/ico_arrow_right.svg);
  mask-image: url(../images/ico_arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #D80C18;
}

.c-link-arrow--2:before {
  opacity: 0;
}

.c-link-arrow--2:hover:after, .c-link-arrow--2:hover:before {
  background-color: #D80C18;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev,
.slick-next {
  width: 38px;
  height: 74px;
  top: calc(50% - 30px);
  z-index: 1;
  margin-top: 0;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 25px;
    height: 45px;
    top: calc(50% - 22.5px);
  }
}
.slick-prev:before,
.slick-next:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/ico_arrow_slider.svg) no-repeat;
  background-size: contain;
  display: block;
}

.slick-prev:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-prev {
  left: -56px;
}

@media screen and (max-width: 768px) {
  .slick-prev {
    left: -25px;
  }
}
[dir=rtl] .slick-prev {
  right: -56px;
  left: auto;
}

@media screen and (max-width: 768px) {
  [dir=rtl] .slick-prev {
    right: -25px;
  }
}
.slick-prev:before {
  content: "<";
}

[dir=rtl] .slick-prev:before {
  content: ">";
}

.slick-next {
  right: -56px;
}

@media screen and (max-width: 768px) {
  .slick-next {
    right: -25px;
  }
}
[dir=rtl] .slick-next {
  right: auto;
  left: -56px;
}

@media screen and (max-width: 768px) {
  [dir=rtl] .slick-next {
    left: -25px;
  }
}
.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

.c-date {
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 600;
  margin-bottom: 0;
  color: #707070;
}

@media screen and (max-width: 768px) {
  .c-date {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.c-date--small {
  font-size: 1.2rem;
}

.c-new {
  font-size: 1.8rem;
  line-height: 2;
  color: #D80C18;
  font-weight: 500;
  margin-left: 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-new {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.c-tag {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  background-color: #edebeb;
  padding: 2px 12px;
  margin-bottom: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  color: #333333;
}

.c-tag::before {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .c-tag {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.c-tag--red {
  background-color: #FFF4F4 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.c-tag--red:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FF7474;
  border-radius: 20px;
  margin-right: 5px;
}

.c-tag--blue {
  background-color: #E5F8FF !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.c-tag--blue:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #4EBCFF;
  border-radius: 20px;
  margin-right: 5px;
}

.c-tag--green {
  background-color: #F1FFE5 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.c-tag--green:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #91FF56;
  border-radius: 20px;
  margin-right: 5px;
}

.c-tag--white {
  background-color: #ffffff;
}

.c-tag--yellow {
  background-color: #FFF57E !important;
}

.c-time {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 600;
  text-align: center;
  background-color: #F7F7F7;
  padding: 8px 30px;
  margin: 20px 0 16px;
}

.c-btn-group {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .c-btn-group {
    gap: 25px;
  }
}
.l-back {
  padding: 70px 0 !important;
  background-color: #f7f7f7;
  margin: 140px 0;
}

@media screen and (max-width: 768px) {
  .l-back {
    margin: 60px 0;
  }
}
.l-back .c-btn-group {
  margin: 0;
}

.l-back:has(+ .consider, + .note) {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .l-back:has(+ .consider, + .note) {
    margin-bottom: 120px;
  }
}
.color-red {
  color: #D80C18;
}

.c-dl {
  margin: 50px 0 70px;
}

.c-dl dl {
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-dl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 17px;
    border-top: 1px solid #e4e4e4;
    position: relative;
  }
  .c-dl dl:after {
    content: "";
    position: absolute;
    width: 110px;
    height: 1px;
    background-color: #D80C18;
    top: -1px;
    left: 0;
  }
}
.c-dl dt {
  width: 210px;
  position: relative;
  border-top: 1px solid #D80C18;
  padding: 15px 0;
  font-size: 1.6rem;
  line-height: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .c-dl dt {
    padding: 0 0 8px;
    border-top: none;
  }
}
.c-dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #e4e4e4;
  padding: 15px 0 15px 38px;
  min-height: 63px;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .c-dl dd {
    padding: 0;
    border-top: none;
    min-height: auto;
  }
}
.c-dl .c-link {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

.c-dl .c-link:not(:first-child) {
  margin-top: 8px;
}

.c-dl .c-ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.c-dl .c-list {
  margin: 10px 0 15px;
}

.c-dl .c-list li {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

.c-dl .c-list li::before {
  top: 8px;
  left: 0;
}

.c-dl .c-list li:not(:last-child) {
  margin-bottom: 3px;
}

.c-dl .l-link-group {
  margin: 0;
}

.bg-gray {
  background-color: #F7F7F7 !important;
}

.c-media-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 52px 18px;
}

@media screen and (max-width: 768px) {
  .c-media-block {
    gap: 35px;
  }
}
.c-media-block_items {
  width: calc((100% - 18px) / 2);
}

@media screen and (max-width: 768px) {
  .c-media-block_items {
    width: 100%;
    max-width: 100%;
  }
}
.c-media-block_image {
  margin-bottom: 19px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-media-block_image {
    margin-bottom: 16px;
  }
}
.c-media-block_image img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-media-block_title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 13px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-media-block_title {
    margin-bottom: 14px;
    font-size: 2rem;
  }
}
.c-media-block_title .ico-arrow {
  position: absolute;
  right: 17px;
  width: 30px;
  top: 8px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  margin-left: 18px;
}

@media screen and (max-width: 768px) {
  .c-media-block_title .ico-arrow {
    top: 3px;
  }
}
.c-media-block_title .ico-arrow:after, .c-media-block_title .ico-arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 12.5px);
  width: 25px;
  height: 8px;
  -webkit-mask-image: url(../images/ico_arrow_right.svg);
  mask-image: url(../images/ico_arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #D80C18;
}

.c-media-block_title .ico-arrow:before {
  opacity: 0;
}

.c-media-block_text {
  font-size: 1.6rem;
  line-height: 2;
}

.c-media-block .c-link {
  margin-top: 20px;
}

.c-media-block a .c-media-block_title {
  color: #D80C18;
}

.c-media-block a:hover {
  color: #D80C18;
}

.c-media-block a:hover .c-media-block_image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.c-media-block a:hover .c-link-arrow {
  color: #D80C18;
}

.c-media-block a:hover .ico-arrow:after, .c-media-block a:hover .ico-arrow:before {
  -webkit-animation-name: toright;
  animation-name: toright;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
  animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
}

.c-media-block--col3 {
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .c-media-block--col3 {
    gap: 26px;
  }
}
.c-media-block--col3 .c-media-block_image {
  margin-bottom: 14px;
}

.c-media-block--col3 .c-media-block_title {
  margin-bottom: 7px;
}

@media screen and (min-width: 769px) {
  .c-media-block--col3 .c-media-block_items {
    width: calc((100% - 40px) / 3);
  }
}
.c-btn-block {
  margin-top: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .c-btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 72px;
    gap: 29px;
  }
}
.c-btn-block_items .c-btn {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  border: solid 1px #E4E4E4;
}

@media screen and (min-width: 769px) {
  .c-btn-block--col3 .c-btn-block_items {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .c-btn-block--col3 .c-btn-block_items {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .c-btn-block--col3 .c-btn-block_items .c-btn {
    padding-right: 80px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-block--col4 .c-btn-block_items {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .c-btn-block--col4 .c-btn-block_items {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .c-btn-block--col4 .c-btn-block_items .c-btn {
    padding-right: 80px;
  }
}
.font-feature {
  -webkit-font-feature-settings: "palt" 1;
  -moz-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  display: inline;
}

.c-list {
  margin: 0;
}

.c-list li {
  text-indent: -15px;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2;
}

.c-list li::before {
  content: none;
}

@media screen and (max-width: 768px) {
  .c-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.c-list li:has(ol):not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-list li {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.c-list li span {
  margin-right: 5px;
}

.c-list ol {
  margin-top: 10px;
}

.c-list ol li {
  text-indent: -20px;
}

.c-list ol li span {
  min-width: 51px;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .c-list ol li {
    padding-left: 0;
  }
}
.c-list ol li a {
  position: relative;
  padding-left: 30px;
}

.c-list ol li a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-bottom: solid 2px #707070;
  border-left: solid 2px #707070;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  top: 0;
}

.c-list.u-fz-14 li {
  font-size: 1.4rem;
}

.c-list a:hover {
  color: #D80C18;
}

.c-content + .c-content {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .c-content + .c-content {
    margin-top: 80px;
  }
}
.c-content + .consider {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .c-content + .consider {
    margin-top: 90px;
  }
}
.c-content:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-content .c-title + .c-title-sub {
    margin-top: 38px;
  }
}
@media screen and (max-width: 768px) {
  .c-content .scroll-hint-shadow-wrap + .c-title-sub {
    margin-top: 79px;
  }
}
.c-content-sub + .c-content-sub, .c-content-sub:not(:first-child) {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-content-sub + .c-content-sub, .c-content-sub:not(:first-child) {
    margin-top: 70px;
  }
}
.l-hashtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0px 10px;
}

.c-hashtag {
  font-size: 1.4rem;
  line-height: 2;
  color: #707070;
}

.c-hashtag:before {
  content: "#";
  margin-right: 5px;
  color: #D80C18;
}

.c-recommend {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  width: 77px;
  height: 70px;
  background: url(../images/bg_recommend.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -10px;
  left: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

.c-recommend span {
  top: 30%;
  position: absolute;
}

@media screen and (min-width: 769px) {
  body.no-scroll .l-header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.l-header {
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 9999;
  position: fixed;
  width: 100dvw;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: -82px;
  height: 80px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .l-header {
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    margin-bottom: -70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header:not(.is-open).down {
    top: -7rem;
  }
  .l-header:not(.is-open).up {
    top: 0;
  }
  .l-header:has(~ .training-menu.is-open) {
    top: 0;
  }
}
.l-header .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 54px;
  width: 100%;
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  .l-header .l-inner {
    padding-left: 20px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-header .l-inner {
    padding: 0 0 0 20px;
  }
}
.l-header_logo {
  max-width: 310px;
  margin-bottom: 0;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header_logo {
    width: 21%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    max-width: 183px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.l-header_logo a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-header_logo a img {
  display: block;
}

.l-header_logo a:hover {
  opacity: 0.8;
}

.l-header_nav {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header_nav {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_nav {
    width: 100%;
    padding: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .l-header .c-nav_menu li {
    padding: 15px 19px;
    border-bottom: solid 1px #6f6f6f;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .l-header .c-nav_menu li:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 9px;
    width: 25px;
    -webkit-mask-image: url(../images/ico_arrow_right.svg);
    mask-image: url(../images/ico_arrow_right.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #ffffff;
  }
}
.l-header_subNav {
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .l-header_subNav {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
.l-header_subNav .c-nav_menu {
  gap: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .l-header_subNav .c-nav_menu li {
    padding: 9px 19px;
    border-bottom: none;
  }
  .l-header_subNav .c-nav_menu li:after {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .l-header_subNav .c-nav_menu li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #707070;
    right: 0;
    top: calc(50% - 8.5px);
  }
}
.l-header_subNav .c-nav_menu a {
  padding: 0 18px;
  font-size: 1.3rem;
  min-width: auto;
}

@media screen and (max-width: 1023px) {
  .l-header_subNav .c-nav_menu a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_subNav .c-nav_menu a {
    font-size: 1.6rem;
    padding: 0;
    display: inline-block;
  }
}
.l-header_subNav .c-nav_menu a:after {
  content: none;
}

.l-header_subNav .c-nav_menu a[target=_blank] {
  padding-right: 30px;
}

.l-header_subNav .c-nav_menu a[target=_blank]::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(../images/icon_blank.svg);
  mask-image: url(../images/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #707070;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .l-header_subNav .c-nav_menu a[target=_blank]::before {
    background-color: #ffffff;
  }
}
.l-header_subNav .c-nav_menu a:hover {
  color: #D80C18;
}

.l-header_subNav .c-nav_menu a:hover[target=_blank] {
  padding-right: 30px;
}

.l-header_subNav .c-nav_menu a:hover[target=_blank]::before {
  background-color: #D80C18;
}

.l-header_btn {
  width: 124px;
  background-color: #D80C18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.l-header_btn-hamburger {
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  width: 30px;
  height: 23px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .l-header_btn-hamburger {
    margin-bottom: 5px;
  }
}
.l-header_btn-hamburger span {
  background-color: #ffffff;
  width: 30px;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .l-header_btn-hamburger span {
    width: 20px;
    height: 2px;
  }
}
.l-header_btn-hamburger span:nth-child(1) {
  margin-top: -9px;
}

@media screen and (max-width: 768px) {
  .l-header_btn-hamburger span:nth-child(1) {
    margin-top: -7px;
  }
}
.l-header_btn-hamburger span:nth-child(3) {
  margin-top: 9px;
}

@media screen and (max-width: 768px) {
  .l-header_btn-hamburger span:nth-child(3) {
    margin-top: 7px;
  }
}
.l-header_btn.is-active {
  background-color: #fadbdb;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 99;
}

.l-header_btn.is-active p {
  color: #D80C18;
}

.l-header_btn.is-active .l-header_btn-hamburger {
  -webkit-transform: skewX(0);
  transform: skewX(0);
}

.l-header_btn.is-active .l-header_btn-hamburger span {
  background-color: #D80C18;
}

.l-header_btn.is-active .l-header_btn-hamburger span:nth-child(1) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.l-header_btn.is-active .l-header_btn-hamburger span:nth-child(2) {
  opacity: 0;
}

.l-header_btn.is-active .l-header_btn-hamburger span:nth-child(3) {
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-header_btn p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
  .l-header_btn p {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header_btn {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_btn {
    font-size: 2.1rem;
    min-height: 48px;
    width: 100%;
  }
}
.l-header_search {
  background-color: rgba(222, 222, 222, 0.5);
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #333333;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .l-header_search {
    width: 60px;
  }
}
.l-header_search:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  -webkit-mask-image: url(../images/icon_search.svg);
  mask-image: url(../images/icon_search.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #333333;
}

@media screen and (max-width: 768px) {
  .l-header_search:after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
    left: calc(50% - 11px);
  }
}
@media screen and (max-width: 768px) {
  .l-header_search {
    width: 70px;
    height: 70px;
  }
}
.l-header_search p {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  font-size: 1.3rem;
  font-weight: 600;
}

.l-header_search.is-active:after {
  top: 16px;
  -webkit-mask-image: url(../images/ico_close.svg);
  mask-image: url(../images/ico_close.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.l-header_content {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .l-header_content {
    min-height: 100dvh;
    overflow: scroll;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
    padding: 69px 20px 45px;
    gap: 40px;
    opacity: 0;
    z-index: 999;
  }
}
.l-header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header_wrap {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-header_wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .l-header_wrap {
    padding-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .l-header.is-open .l-header_content {
    opacity: 1;
    right: 0;
    top: 0;
    overflow: scroll;
    height: 100dvh;
  }
}
.l-header_hamburger {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header_hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
  }
}
.c-hamburger {
  background-color: #000000;
  width: 70px;
  height: 70px;
  position: relative;
  cursor: pointer;
}

.c-hamburger:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.c-hamburger * {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.c-hamburger span:not(.txt) {
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  background: #ffffff;
  -webkit-box-shadow: -10px -10px 0 #ffffff, -10px 0 0 #ffffff, -10px 10px 0 #ffffff, 0 -10px 0 #ffffff, 0 10px 0 #ffffff, 10px -10px 0 #ffffff, 10px 0 0 #ffffff, 10px 10px 0 #ffffff;
  box-shadow: -10px -10px 0 #ffffff, -10px 0 0 #ffffff, -10px 10px 0 #ffffff, 0 -10px 0 #ffffff, 0 10px 0 #ffffff, 10px -10px 0 #ffffff, 10px 0 0 #ffffff, 10px 10px 0 #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-hamburger :hover span:not(.txt) {
  -webkit-box-shadow: -26px -26px 0 #ffffff, -26px 0 0 #ffffff, -26px 26px 0 #ffffff, 0 -26px 0 #ffffff, 0 26px 0 #ffffff, 26px -26px 0 #ffffff, 26px 0 0 #ffffff, 26px 26px 0 #ffffff;
  box-shadow: -26px -26px 0 #ffffff, -26px 0 0 #ffffff, -26px 26px 0 #ffffff, 0 -26px 0 #ffffff, 0 26px 0 #ffffff, 26px -26px 0 #ffffff, 26px 0 0 #ffffff, 26px 26px 0 #ffffff;
}

.c-hamburger span:not(.txt):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ffffff;
}

.c-hamburger.is-active span:not(.txt) {
  margin-top: 10px;
  margin-left: -5px;
  -webkit-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
  width: 40px;
  height: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  background: #ffffff;
}

.c-hamburger.is-active span:not(.txt):before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #ffffff;
}

.c-hamburger.is-active .txt {
  opacity: 0;
}

.c-hamburger .txt {
  position: absolute;
  bottom: 10px;
  font-size: 1.1rem;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #fff;
}

.c-float {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}

.c-float > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-float_btn {
  background-color: #fff4f4;
  padding: 12px 4px 5px;
  color: #D80C18;
  font-size: 1.2rem;
  position: relative;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  text-align: center;
  border-right: solid 1px #e4e4e4;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #D80C18;
}

@media screen and (max-width: 374px) {
  .c-float_btn {
    font-size: 1.1rem;
  }
}
.c-float_btn::before {
  content: "";
  width: 23px;
  height: 18px;
  background-color: #D80C18;
  margin-right: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .c-float_btn::before {
    margin-right: 0;
  }
}
.c-float_btn.mail::before {
  -webkit-mask-image: url(../images/ico_mail.svg);
  mask-image: url(../images/ico_mail.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.c-float_btn.download {
  border-right: none;
}

.c-float_btn.download::before {
  -webkit-mask-image: url(../images/ico_download.svg);
  mask-image: url(../images/ico_download.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.c-float .l-header_btn {
  padding-right: 5px !important;
  width: auto !important;
}

.training-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 80px;
  z-index: 9;
  visibility: hidden;
  overflow-y: scroll;
  max-height: calc(100dvh - 80px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .training-menu {
    top: 70px;
    max-height: calc(100dvh - 70px - 60px);
  }
}
.training-menu::-webkit-scrollbar {
  display: none;
}

.training-menu .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
  visibility: hidden;
}

.training-menu_body {
  position: absolute;
  top: 0;
  width: 100%;
  right: -100%;
  opacity: 0;
  background-color: #fadbdb;
  padding: 61px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: auto;
}

@media screen and (max-width: 768px) {
  .training-menu_body {
    padding: 25px 0;
  }
}
.training-menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 1023px) {
  .training-menu_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .training-menu_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px;
  }
}
.training-menu_wrap + .training-menu_wrap {
  margin-top: 50px;
}

.training-menu_title {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  position: relative;
  padding-left: 34px;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .training-menu_title {
    font-size: 1.6rem;
    padding-left: 26px;
  }
}
.training-menu_title:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #ff0000;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0% 100%);
  clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0% 100%);
}

@media screen and (max-width: 768px) {
  .training-menu_title:after {
    top: 5px;
    width: 18px;
    height: 18px;
  }
}
.training-menu_content {
  max-width: 903px;
}

@media screen and (max-width: 1023px) {
  .training-menu_content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .training-menu_content {
    display: block !important;
    width: 100%;
  }
}
.training-menu_content .c-block {
  padding: 25px 30px 33px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 10px;
  max-width: 593px;
}

@media screen and (max-width: 768px) {
  .training-menu_content .c-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 23px 18px 37px;
    gap: 0;
    max-width: 100%;
  }
  .training-menu_content .c-block + .c-block {
    margin-top: 20px;
  }
}
.training-menu_content .c-block_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex: 1;
  margin-top: 0;
  /* align-self: stretch; */
  height: 100%;
}

@media screen and (max-width: 768px) {
  .training-menu_content .c-block_wrap + .c-block_wrap {
    margin-top: 24px;
  }
}
.training-menu_content .c-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #D80C18;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .training-menu_content .c-ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.training-menu_content .c-ttl-sub {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  .training-menu_content .c-ttl-sub {
    margin-bottom: 13px;
  }
}
.training-menu_content .c-training-list li {
  font-size: 1.4rem;
  line-height: 1.5;
}

.training-menu_content .c-training-list li a:hover {
  color: #D80C18;
}

.training-menu_content .c-training-list li + li {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .training-menu_content .c-training-list li + li {
    margin-top: 9px;
  }
}
.training-menu .grid-2 {
  display: grid;
  grid-template-columns: auto auto 280px;
  gap: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.training-menu .grid-2 .c-block:nth-child(1) {
  grid-column: span 2/span 2;
}

.training-menu .grid-2 .c-block:nth-child(2) {
  grid-column-start: 3;
}

.training-menu .grid-2 .c-block:nth-child(3) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-row-start: 2;
}

.training-menu .grid-2 .c-block:nth-child(4) {
  grid-column-start: 3;
  grid-row-start: 2;
}

.training-menu .grid-2 .c-block:nth-child(5) {
  grid-column-start: 3;
  grid-row-start: 3;
}

.training-menu .grid-3 {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .training-menu:after {
    opacity: 0;
    content: "";
    width: 33.333333%;
    height: 8px;
    bottom: 52px;
    right: 0;
    background-color: #D80C18;
    position: fixed;
    z-index: 999;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.training-menu.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 999;
}

.training-menu.is-open:after {
  opacity: 1;
  background-color: #fadbdb;
}

.training-menu.is-open .overlay {
  visibility: visible;
}

.training-menu.is-open .training-menu_body {
  opacity: 1;
  right: 0;
}

.search {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 80px;
  overflow-y: scroll;
  max-height: calc(100dvh - 80px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .search {
    top: 70px;
    max-height: calc(100dvh - 70px);
  }
}
.search::-webkit-scrollbar {
  display: none;
}

.search .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.search_body {
  position: absolute;
  top: -100%;
  width: 100%;
  right: 0;
  opacity: 0;
  background-color: #ffffff;
  padding: 46px 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: auto;
}

.search_form {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.search_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search_form input {
  font-size: 1.6rem;
  font-weight: 500;
  border: solid 1px #e4e4e4;
  height: 48px;
  padding: 10px 20px;
  background-color: #ffffff;
  width: 100%;
}

.search_form input::-webkit-input-placeholder {
  color: #bcbcbc;
}

.search_form input::-moz-placeholder {
  color: #bcbcbc;
}

.search_form input:-ms-input-placeholder {
  color: #bcbcbc;
}

.search_form input::-ms-input-placeholder {
  color: #bcbcbc;
}

.search_form input::placeholder {
  color: #bcbcbc;
}

.search_form button {
  width: 48px;
  height: 48px;
  background-color: #D80C18;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search_form button:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  -webkit-mask-image: url(../images/icon_search.svg);
  mask-image: url(../images/icon_search.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}

.search_form button:hover {
  opacity: 0.6;
}

.search.is-open {
  opacity: 1;
  visibility: visible;
}

.search.is-open .search_body {
  opacity: 1;
  top: 0;
}

html:not(.is-mobile) .c-nav_menu li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.c-nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 1300px) {
  .c-nav_menu {
    gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .c-nav_menu {
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-nav_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.c-nav_menu li {
  position: relative;
}

.c-nav_menu li.is-show > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.c-nav_menu li:focus + li > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.c-nav_menu > li > a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6rem;
  position: relative;
  min-width: 100px;
  text-align: center;
  padding-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .c-nav_menu > li > a {
    min-width: 80px;
    font-size: 1.3rem;
  }
}
.c-nav_menu > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #D80C18;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media screen and (max-width: 768px) {
  .c-nav_menu > li > a {
    color: #fff;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .c-nav_menu > li > a.is-current::after, .c-nav_menu > li > a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
.c-nav_subMenu {
  display: none;
  position: fixed;
  top: 80px;
  width: 100%;
  height: 100dvh;
  left: 0;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .c-nav_subMenu {
    display: none;
  }
}
.c-nav_subMenu-body {
  position: relative;
  padding: 60px 0;
  background-color: #fff;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.c-nav_subMenu .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.c-nav_subMenu .c-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 25px;
  border-bottom: solid 1px #F7F7F7;
  margin-bottom: 30px;
}

.c-nav_subMenu .c-ttl a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-nav_subMenu .c-ttl a:hover {
  color: #D80C18;
}

.c-nav_subMenu .close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-nav_subMenu .close:before {
  content: "×";
  font-size: 3rem;
  color: #333333;
  font-weight: 700;
}

.c-nav_subMenu .close:hover {
  opacity: 0.7;
}

.c-nav_subMenu-ttl {
  font-size: 2rem;
  font-weight: 600;
  min-width: 140px;
}

.c-nav_subMenu-wrap {
  padding: 0 40px;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.c-nav_subMenu-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-nav_subMenu-content--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
}

.c-nav .c-btn-block {
  margin: 30px 0;
}

.c-nav .c-btn-block_items .c-btn {
  padding-right: 70px;
}

.c-nav_subMenu-list li a {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}

.c-nav_subMenu-list li a:hover {
  color: #D80C18;
}

.c-nav_subMenu-list li:not(:last-child) {
  margin-bottom: 30px;
}

.l-footer {
  padding: 60px 0 50px;
  background-color: #707070;
  margin-top: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 104px;
  }
}
.l-footer_wrap {
  position: relative;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .l-footer_wrap {
    margin-bottom: 0;
  }
}
.l-footer_logo {
  margin-bottom: 52px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .l-footer_logo {
    max-width: 256px;
    margin-bottom: 10px;
  }
}
.l-footer_logo:hover {
  opacity: 0.6;
}

.l-footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
}

@media screen and (max-width: 1200px) {
  .l-footer_nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .l-footer_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
  }
  .l-footer_nav .c-nav {
    width: 100%;
    padding: 30px 0;
  }
  .l-footer_nav .c-nav:nth-child(1), .l-footer_nav .c-nav:nth-child(2) {
    width: 50%;
  }
  .l-footer_nav .c-nav:not(:last-child) {
    border-bottom: solid 1px #8f8f8e;
  }
}
@media screen and (min-width: 769px) {
  .l-footer .c-nav:nth-child(4) {
    margin: 0 19px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer .c-nav:last-child {
    border-left: 1px solid #ffffff;
    padding-left: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .l-footer .c-nav:last-child {
    padding-left: 30px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer .c-nav:last-child .c-nav_menu {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .c-nav:last-child {
    padding-left: 0;
  }
  .l-footer .c-nav:last-child .c-nav_menu {
    gap: 5px;
    margin-top: -8px;
  }
  .l-footer .c-nav:last-child li a {
    font-size: 1.2rem;
    line-height: 1.3333333333;
  }
}
.l-footer .c-nav_menu {
  gap: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.l-footer .c-nav_menu li {
  position: relative;
}

.l-footer .c-nav_menu li a {
  padding-bottom: 0;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
  display: inline-block;
  min-width: auto;
}

.l-footer .c-nav_menu li a:after {
  content: none;
}

.l-footer .c-nav_menu li a:hover {
  opacity: 0.6;
}

.l-footer .c-nav_menu li a[target=_blank] {
  padding-right: 30px;
}

.l-footer .c-nav_menu li a[target=_blank]::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(../images/icon_blank.svg);
  mask-image: url(../images/icon_blank.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}

.l-footer .c-nav_menu-sub {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .l-footer .c-nav_menu-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 80px;
    gap: 10px 25px;
  }
}
@media screen and (min-width: 769px) {
  .l-footer .c-nav_menu-sub li:not(:last-child) {
    margin-bottom: 11px;
  }
}
.l-footer .c-nav_menu-sub li a {
  font-size: 1.4rem;
  font-weight: 500;
}

.l-footer .c-copyright {
  text-align: right;
  font-size: 1.2rem;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .l-footer .c-copyright {
    font-size: 1.1rem;
    line-height: 1.85;
    text-align: center;
  }
}
#l-wrapper {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-right: var(--scrollbar-width);
}

.l-inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}
.l-inner2 {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .l-inner2 {
    padding: 0 20px;
  }
}
.l-main {
  position: relative;
  overflow-x: clip;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 70px;
  }
}
.l-main > * {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .p-content {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-content {
    margin-top: 50px;
  }
}
.p-content > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.p-content:has(.consider:is(:last-child)) {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .p-content:has(.consider:is(:last-child)) {
    padding-bottom: 120px;
  }
}
.p-content:has(.nav-bottom:is(:last-child)) {
  padding-bottom: 0;
}

.p-content:has(.sub-kv, .c-anchor) {
  margin-top: 0 !important;
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-btn {
  padding: 5px 100px 5px 25px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: solid 2px #D80C18;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #D80C18;
  min-width: 187px;
  letter-spacing: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .c-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5px 58px 5px 25px;
  }
}
.c-btn:after, .c-btn:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 25px;
  height: 8px;
  overflow: hidden;
  position: absolute;
  -webkit-mask-image: url(../images/ico_arrow_right.svg);
  mask-image: url(../images/ico_arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #D80C18;
}

@media screen and (max-width: 768px) {
  .c-btn:after, .c-btn:before {
    right: 23px;
  }
}
.c-btn:before {
  opacity: 0;
}

.c-btn .ico-download {
  position: absolute;
  top: calc(50% - 9px);
  right: 25px;
  width: 25px;
  height: 18px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-btn .ico-download {
    right: 23px;
  }
}
.c-btn .ico-download:before {
  opacity: 0;
}

.c-btn--download:after, .c-btn--download:before {
  content: "";
  -webkit-mask-image: url(../images/ico_download.svg);
  mask-image: url(../images/ico_download.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #D80C18;
  position: absolute;
  top: calc(50% - 9px);
  right: 25px;
  width: 25px;
  height: 18px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-btn--download:after, .c-btn--download:before {
    right: 23px;
  }
}
.c-btn:hover {
  background-color: #D80C18;
  color: #ffffff;
}

.c-btn:hover:after, .c-btn:hover:before {
  -webkit-animation-name: toright;
  animation-name: toright;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
  animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
  background-color: #ffffff;
}

.c-btn:hover .ico-download:after, .c-btn:hover .ico-download:before {
  background-color: #ffffff;
}

.c-btn:hover.c-btn--download:after, .c-btn:hover.c-btn--download:before {
  -webkit-animation: none;
  animation: none;
}

.c-btn--red {
  background-color: #D80C18;
  color: #ffffff;
}

.c-btn--red:after, .c-btn--red:before {
  background-color: #ffffff;
}

.c-btn--red:hover {
  background-color: #ffffff;
  color: #D80C18;
}

.c-btn--red:hover:after, .c-btn--red:hover:before {
  background-color: #D80C18;
}

.c-btn:has(.ico-download) {
  padding-right: 64px;
}

.c-btn2 {
  padding: 9px 84px 9px 25px;
  min-width: 269px;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #D80C18;
  background-color: #fff4f4;
  letter-spacing: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .c-btn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 70px 10px 20px;
  }
}
.c-btn2:not(:has(.ico-arrow, .ico-blank)) {
  padding-right: 30px;
  padding-left: 30px;
  min-width: inherit;
}

.c-btn2.mail::before {
  -webkit-mask-image: url(../images/ico_mail.svg);
  mask-image: url(../images/ico_mail.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  content: "";
  width: 23px;
  height: 23px;
  background-color: #D80C18;
  margin-right: 12px;
}

.c-btn2.download::before {
  -webkit-mask-image: url(../images/ico_download.svg);
  mask-image: url(../images/ico_download.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  content: "";
  width: 23px;
  height: 23px;
  background-color: #D80C18;
  margin-right: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn2.book::before {
  -webkit-mask-image: url(../images/ico_book.svg);
  mask-image: url(../images/ico_book.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #D80C18;
  margin-right: 18px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .c-btn2.book {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
}
.c-btn2 .ico-arrow {
  width: 58px;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  background-color: #D80C18;
  overflow: hidden;
  position: absolute;
}

.c-btn2 .ico-arrow:after, .c-btn2 .ico-arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 12.5px);
  width: 25px;
  height: 8px;
  -webkit-mask-image: url(../images/ico_arrow_right.svg);
  mask-image: url(../images/ico_arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #ffffff;
}

.c-btn2 .ico-arrow:before {
  opacity: 0;
}

.c-btn2 .ico-blank {
  width: 58px;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  background-color: #D80C18;
  overflow: hidden;
  position: absolute;
}

.c-btn2 .ico-blank:after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(../images/icon_blank.svg);
  mask-image: url(../images/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
}

.c-btn2:hover {
  background-color: #D80C18;
  color: #ffffff;
}

.c-btn2:hover .ico-arrow:after, .c-btn2:hover .ico-arrow:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: toright;
  animation-name: toright;
  -webkit-animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
  animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
  background-color: #ffffff;
}

.c-btn2:hover:before {
  background-color: #ffffff;
}

[aria-label=breadcrumb] {
  margin: 0;
  padding: 10px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  [aria-label=breadcrumb] {
    padding: 5px 0;
  }
}
[aria-label=breadcrumb]:is(:first-child) {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  [aria-label=breadcrumb]:is(:first-child) {
    margin-top: 3px;
    margin-bottom: 0;
  }
}
[aria-label=breadcrumb] .l-inner, [aria-label=breadcrumb] .l-inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: auto;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .c-breadcrumb {
    overflow-x: scroll;
  }
  .c-breadcrumb::-webkit-scrollbar {
    background-color: transparent;
    width: 0px;
    height: 8px;
  }
  .c-breadcrumb:hover::-webkit-scrollbar {
    width: 4px;
  }
  .c-breadcrumb:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    overflow-x: scroll;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -20px;
    padding-right: 20px;
  }
}
.c-breadcrumb_item {
  padding: 0;
  text-indent: 0;
  list-style: none;
  position: relative;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.8333333333;
}

.c-breadcrumb_item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #686868;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.c-breadcrumb_item:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
}

.c-breadcrumb_item:last-child::after {
  content: none;
}

.c-breadcrumb_item a {
  text-decoration: underline;
  color: #707070;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.c-breadcrumb_item a[aria-current=page] {
  color: #464646;
}

.c-breadcrumb_item a:hover {
  color: #D80C18;
}

.c-breadcrumb_item span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.c-title {
  margin-bottom: 50px;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .c-title {
    font-size: 2.4rem;
    margin-bottom: 19px;
  }
}
.c-title:has(+ .c-btn) {
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .c-title:has(+ .c-btn) {
    margin-bottom: 19px;
  }
}
.c-title + .c-title-num {
  margin-top: 70px;
}

.c-title:has(+ .l-link-group) {
  margin-bottom: 17px;
}

.c-title + .l-link-group {
  margin-top: 17px;
}

.c-title:has(+ .c-media-block) {
  margin-bottom: 17px;
}

.c-title:has(+ .c-txt) {
  margin-bottom: 22px;
}

.c-title:has(+ .c-dl) {
  margin-bottom: 24px;
}

.c-title + .c-dl {
  margin-top: 24px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .c-title + .c-dl {
    margin-bottom: 64px;
  }
}
.c-title:has(+ .c-media) {
  margin-bottom: 30px;
}

.c-title + .c-media {
  margin-top: 30px;
}

.c-title:has(+ .consider_contact) {
  margin-bottom: 20px;
}

.c-title + .consider_contact {
  margin-top: 20px;
}

.c-title:has(+ .cases_list) {
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .c-title:has(+ .cases_list) {
    margin-bottom: 23px;
  }
}
.c-title--border {
  border-bottom: solid 2px #E4E4E4;
  padding-bottom: 20px;
}

.c-title-sub {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-title-sub {
    font-size: 2rem;
  }
}
.c-title-sub + .c-title-num {
  margin-top: 30px;
}

.c-title-sub:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-title-sub:not(:first-child) {
    margin-top: 60px;
  }
}
.c-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: solid 2px #E4E4E4;
}

.c-title-wrap > * {
  margin-bottom: 0;
}

.c-title-2 {
  position: relative;
  padding-left: 40px;
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-title-2 {
    font-size: 2rem;
  }
}
.c-title-2:after {
  content: "";
  position: absolute;
  top: calc(50% - 17px);
  left: 0;
  width: 34px;
  height: 34px;
  background-color: #ff0000;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0% 100%);
  clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0% 100%);
}

.c-title-2 span {
  font-size: 2.8rem;
  margin-right: 8px;
}

.c-title-2:has(+ .slider-button) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.c-title-h4 {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  margin-bottom: 16px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-title-h4 {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.c-title-num {
  font-size: 2.8rem;
  line-height: 1.2142857143;
  font-weight: 700;
  color: #D80C18;
  margin-bottom: 23px;
  margin-top: 58px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-title-num {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 14px;
  }
}
.c-title-num span {
  font-size: 4rem;
  font-weight: 400;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-title-num span {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    font-size: 3.6rem;
  }
}
.c-pageTitle {
  padding: 40px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-pageTitle {
    padding: 42px 0 40px;
  }
}
.c-pageTitle_bg {
  position: absolute;
  height: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-pageTitle_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 1;
}

.c-pageTitle_text:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c-pageTitle_text:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageTitle_text {
    top: 79%;
  }
}
.c-pageTitle_text .en {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 300;
  margin-bottom: 18px;
  color: #D80C18;
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .c-pageTitle_text .en {
    font-size: 1.3rem;
    margin-bottom: 12px;
  }
}
.c-pageTitle_text .en:after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  -webkit-clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0% 100%);
  clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0% 100%);
}

.c-pageTitle_text .jp {
  font-weight: 700;
  width: 100%;
  font-size: 4rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .c-pageTitle_text .jp {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
.c-pageTitle_text .c-txt {
  margin-top: 25px;
  max-width: 830px;
}

@media screen and (max-width: 768px) {
  .c-pageTitle_text .c-txt {
    margin-top: 15px;
  }
}
.c-pageTitle_text .c-tag {
  border-radius: 0;
  margin-left: 30px;
  padding: 3px 12px;
}

.c-pageTitle:has(.c-pageTitle_thumb) {
  padding-bottom: 0;
}

.c-pageTitle:has(.c-pageTitle_thumb) .l-inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .c-pageTitle:has(.c-pageTitle_thumb) .l-inner2 {
    border-bottom: solid 2px #E4E4E4;
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .c-pageTitle:has(.c-pageTitle_thumb) .l-inner2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-pageTitle:has(.c-pageTitle_thumb) .c-pageTitle_thumb {
    padding-bottom: 27px;
    border-bottom: solid 2px #E4E4E4;
  }
}
@media screen and (max-width: 768px) {
  .c-pageTitle:has(.c-pageTitle_thumb) .c-pageTitle_text {
    margin-bottom: 28px;
  }
}
.c-pageTitle_thumb {
  max-width: 335px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-pageTitle_thumb {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-pageTitle:has(.c-txt) + .p-content {
    margin-top: 0;
  }
}
.c-pageTitle .c-txt {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

.c-pageTitle--border .c-pageTitle_text {
  border-bottom: solid 2px #E4E4E4;
  padding-bottom: 40px;
}

.p-home .l-main {
  padding-bottom: 89px;
}

@media screen and (max-width: 768px) {
  .p-home .l-main {
    padding-bottom: 120px;
  }
}
.p-home .kv {
  position: relative;
  padding-top: 13vw;
  padding-bottom: 8vw;
}

@media screen and (min-width: 1367px) {
  .p-home .kv {
    padding-top: 14.5vw;
    padding-bottom: 10vw;
  }
  .p-home .kv .l-inner {
    width: 1680px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .kv {
    padding-top: 34px;
    padding-bottom: 70px;
  }
}
.p-home .kv_text {
  position: absolute;
  z-index: 9;
  top: -33px;
}

@media screen and (max-width: 768px) {
  .p-home .kv_text {
    position: relative;
    top: 0;
    margin-bottom: 52px;
  }
}
.p-home .kv_text-main {
  font-size: 4.2rem;
  line-height: 1.4285714286;
  font-weight: 700;
  margin: 20px 0 23px;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 1200px) {
  .p-home .kv_text-main {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-home .kv_text-main {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 900px) {
  .p-home .kv_text-main {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .kv_text-main {
    font-size: 2.5rem;
    line-height: 1.6;
    margin: 7px -10px 9px 0;
    letter-spacing: -0.08em;
  }
}
.p-home .kv_text-sub {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .p-home .kv_text-sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p-home .kv_text-sub {
    -webkit-font-feature-settings: "palt" 1;
    -moz-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 1.3rem;
    line-height: 1.6153846154;
  }
}
.p-home .kv .c-mc-logo {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

@media screen and (max-width: 768px) {
  .p-home .kv .c-mc-logo {
    height: 32px;
  }
}
.p-home .kv_bg {
  position: relative;
  width: 58.5%;
  margin-left: auto;
  margin-right: 12px;
}

@media screen and (max-width: 1200px) {
  .p-home .kv_bg {
    width: 43%;
  }
}
@media screen and (max-width: 768px) {
  .p-home .kv_bg {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-home .kv_bg {
    width: 562px;
    margin-left: -77px;
  }
}
.p-home .kv_bg span {
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  position: absolute;
  background-color: #D80C18;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.p-home .kv_bg .c-line-1 {
  height: 98%;
  width: 27.5%;
  left: 20.5%;
  top: -14%;
  -webkit-animation: sideup 1.5s forwards ease-in-out;
  animation: sideup 1.5s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .p-home .kv_bg .c-line-1 {
    left: 10.5%;
    height: 100%;
  }
}
.p-home .kv_bg .c-line-2 {
  height: 59%;
  width: 30%;
  left: 26%;
  bottom: -24%;
  -webkit-animation: sideup 1.5s forwards ease-in-out;
  animation: sideup 1.5s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .p-home .kv_bg .c-line-2 {
    height: 40%;
    width: 20%;
    left: 41%;
    bottom: -2%;
  }
}
.p-home .kv_bg .c-line-3 {
  height: 69%;
  width: 16%;
  left: 93.5%;
  bottom: -15%;
  -webkit-animation: sideup 1.5s forwards ease-in-out;
  animation: sideup 1.5s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .p-home .kv_bg .c-line-3 {
    display: none;
  }
}
.p-home .kv_bg .c-line-4 {
  height: 80%;
  width: 23%;
  left: 95%;
  top: -31%;
  -webkit-animation: sidedown 1.5s forwards ease-in-out;
  animation: sidedown 1.5s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  z-index: 2;
}

.p-home .kv_bg .c-line-5 {
  height: 100%;
  width: 17%;
  background-color: rgba(216, 12, 24, 0.2);
  left: 61%;
  top: -62%;
  z-index: 2;
  -webkit-animation: sidedown 1.5s forwards ease-in-out;
  animation: sidedown 1.5s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .p-home .kv_bg .c-line-5 {
    left: 55%;
    top: -43%;
    height: 83%;
    width: 15%;
  }
}
.p-home .kv_bg .c-line-6 {
  height: 130%;
  width: 24%;
  background-color: rgba(216, 12, 24, 0.2);
  left: 66%;
  top: -15%;
  z-index: 2;
  -webkit-animation: sidedown 1.5s forwards ease-in-out;
  animation: sidedown 1.5s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .p-home .kv_bg .c-line-6 {
    width: 22%;
    left: 68%;
    top: -23%;
  }
}
.p-home .kv_bg .c-line-7 {
  height: 40%;
  width: 5%;
  background-color: rgba(216, 12, 24, 0.2);
  left: 77%;
  bottom: -21%;
  -webkit-animation: sideup 1.5s forwards ease-in-out;
  animation: sideup 1.5s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .p-home .kv_bg .c-line-7 {
    display: none;
  }
}
.p-home .kv_bg .c-img {
  position: relative;
  z-index: 1;
  -webkit-animation: fade-effect 1s forwards ease-in-out;
  animation: fade-effect 1s forwards ease-in-out;
}

.p-home .topics {
  padding: 26px 0;
}

@media screen and (max-width: 768px) {
  .p-home .topics {
    padding: 0;
    margin-top: -3px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .topics .c-title {
    margin-bottom: -44px;
  }
}
.p-home .topics_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-home .topics_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
}
.p-home .topics .slider-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .p-home .topics .slider-button {
    margin-left: auto;
  }
}
.p-home .topics .slider-button .slick-arrow {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-home .topics .slider-button .slick-arrow:hover {
  opacity: 0.6;
}

.p-home .topics_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  max-width: 945px;
  margin-right: -5px;
  margin-top: -5px;
}

.p-home .topics_list:not(.slick-initialized) {
  overflow: hidden;
}

.p-home .topics_list:not(.slick-initialized) a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .p-home .topics_list {
    margin-right: -20px;
    margin-left: -12px;
  }
}
.p-home .topics_list .slick-slide {
  padding: 5px 12px 10px;
}

.p-home .topics_list a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  display: block;
}

.p-home .topics_list a:hover {
  opacity: 0.6;
}

.p-home .topics_list a img {
  width: 292px;
}

.p-home .about {
  padding: 100px 0 140px;
}

@media screen and (max-width: 768px) {
  .p-home .about {
    padding: 54px 0 56px;
  }
}
.p-home .about .c-title {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-home .about .c-title .jp {
  margin-bottom: 21px;
}

@media screen and (max-width: 768px) {
  .p-home .about .c-title .jp {
    margin-bottom: 24px;
  }
}
.p-home .about .c-title .en {
  font-size: 5.4rem;
  line-height: 1.2592592593;
  font-family: "Noto Sans", serif;
  font-style: italic;
  font-weight: 600;
  color: #D80C18;
  position: relative;
  padding-left: 84px;
  padding-bottom: 48px;
  letter-spacing: 0;
}

@media screen and (max-width: 1023px) {
  .p-home .about .c-title .en {
    font-size: 5rem;
    padding-left: 50px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .about .c-title .en {
    font-size: 3.1rem;
    line-height: 1.3548387097;
    padding-left: 27px;
    padding-bottom: 15px;
    margin-bottom: 42px;
  }
}
.p-home .about .c-title .en:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 180px;
  background-color: #fff4f4;
  left: 0;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .p-home .about .c-title .en:before {
    width: 85px;
    height: 90px;
  }
}
.p-home .about .c-title .en span {
  position: relative;
}

.p-home .about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-home .about_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-home .about_content .c-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-home .about_content .c-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-home .about_content .c-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .p-home .about_content .c-ttl {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 21px;
  }
}
.p-home .about_content .c-txt {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-home .about_content .c-txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-home .about_content .c-btn {
  margin-top: 35px;
}

.p-home .services {
  background-color: #fff4f4;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .p-home .services {
    padding: 50px 0 60px;
  }
}
.p-home .services .c-title {
  margin-bottom: 15px;
}

.p-home .services_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
}

@media screen and (max-width: 1023px) {
  .p-home .services_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 35px;
  }
}
.p-home .services .c-text {
  max-width: 50%;
}

@media screen and (max-width: 1023px) {
  .p-home .services .c-text {
    max-width: 100%;
  }
}
.p-home .services .c-thumb {
  max-width: 448px;
}

@media screen and (max-width: 1023px) {
  .p-home .services .c-thumb {
    margin: 0 auto;
  }
}
.p-home .services .c-ttl {
  font-size: 2.4rem;
  line-height: 1.75;
  margin-bottom: 10px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-home .services .c-ttl {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 21px;
  }
}
.p-home .services .c-ttl span {
  color: #D80C18;
}

@media screen and (max-width: 767px) {
  .p-home .services .c-ttl span {
    display: inline-block;
  }
}
.p-home .services .c-txt {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-home .services .c-txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-home .services .c-btn-wrap {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 30px;
  max-width: 480px;
}

.p-home .services .c-btn-wrap .c-btn {
  min-width: 205px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 769px) {
  .p-home .services .c-btn-wrap .c-btn {
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .services .c-btn-wrap {
    margin-top: 36px;
  }
  .p-home .services .c-btn-wrap .c-btn {
    width: 100%;
  }
}
.consider {
  margin: 99px 0;
}

@media screen and (max-width: 768px) {
  .consider {
    margin: 50px 0 60px;
  }
}
.consider_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}

@media screen and (max-width: 768px) {
  .consider_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.consider_content .c-ttl {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .consider_content .c-ttl {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 18px;
  }
}
.consider .c-list li:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .consider .c-text {
    margin-top: -4px;
  }
}
.consider_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #e4e4e4;
  padding: 40px 12px;
  margin-top: 46px;
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
  .consider_contact {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .consider_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 18px;
    margin-top: 38px;
  }
}
.consider_contact .c-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .consider_contact .c-ttl {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.consider_contact .c-txt {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

@media screen and (max-width: 768px) {
  .consider_contact .c-txt {
    font-size: 1.3rem;
  }
}
.consider_contact .c-tel {
  font-size: 2.4rem;
  font-weight: 700;
  color: #D80C18;
  margin-top: auto;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .consider_contact .c-tel {
    margin-top: 16px;
  }
}
.consider_contact .c-tel span {
  display: block;
}

@media screen and (min-width: 769px) {
  .consider_contact .c-tel span {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.consider_contact .c-block {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-width: 25%;
}

@media screen and (max-width: 1024px) {
  .consider_contact .c-block {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .consider_contact .c-block {
    padding: 25px 0;
  }
}
.consider_contact .c-block:not(:last-child) {
  border-right: solid 1px #e4e4e4;
}

@media screen and (max-width: 768px) {
  .consider_contact .c-block:not(:last-child) {
    border-right: none;
    border-bottom: solid 1px #e4e4e4;
  }
}
.consider_contact .c-block .c-btn-wrap {
  margin-top: auto;
}

.consider_contact .c-block .c-btn-wrap:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .consider_contact .c-block .c-btn-wrap {
    width: 100%;
  }
}
.consider_contact .c-block .c-btn2 {
  margin-top: 20px;
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
  .consider_contact .c-block .c-btn2 {
    min-width: inherit;
    padding-left: 15px;
    font-size: 1.6rem;
    padding-right: 50px;
  }
  .consider_contact .c-block .c-btn2::before {
    margin-right: 5px;
  }
  .consider_contact .c-block .c-btn2 .ico-arrow {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .consider_contact .c-block .c-btn2 {
    width: 100%;
    margin-top: 17px;
    line-height: 1.9;
  }
}
.news .c-tag {
  border-radius: 0;
}

.news .c-title {
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .news .c-title {
    margin-bottom: 0;
  }
}
.news_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .news_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.news .c-right {
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .news .c-right {
    margin-top: -7px;
  }
}
.news_list {
  width: 730px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .news_list {
    margin-bottom: 10px;
  }
}
.news_list li:not(:last-child) {
  border-bottom: solid 1px #e4e4e4;
}

.news_list a {
  display: block;
}

.news_list a:hover {
  background-color: #f7f7f7;
}

.news_list .c-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 30px 0;
  max-width: 1041px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .news_list .c-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
    padding: 27px 0;
  }
}
.news_list span {
  display: inline-block;
}

.news_list .c-date {
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 600;
  color: #707070;
}

@media screen and (max-width: 768px) {
  .news_list .c-date {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.news_list .c-new {
  font-size: 1.8rem;
  line-height: 2;
  color: #D80C18;
  font-weight: 500;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .news_list .c-new {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.news_list .c-tag {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  background-color: #edebeb;
  padding: 2px 12px;
  margin-bottom: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .news_list .c-tag {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.news_list .c-txt {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

.news_list .c-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 190px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .news_list .c-head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.news_list .c-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news_list .pdf .c-txt {
  position: relative;
}

.news_list .pdf .c-txt::after {
  content: "";
  width: 24px;
  height: 13px;
  background: url(../images/icon_pdf.svg);
  display: inline-block;
}

.news_list .blank .c-txt {
  position: relative;
}

.news_list .blank .c-txt::after {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(../images/icon_blank.svg);
  mask-image: url(../images/icon_blank.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #D80C18;
  display: inline-block;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.p-news .p-content {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .p-news .p-content {
    padding-bottom: 120px;
    margin-top: 5px;
  }
}
.p-news .news_list {
  width: 100%;
  max-width: 100%;
  margin-bottom: 205px;
}

@media screen and (min-width: 769px) {
  .p-news .news_list .c-wrap {
    padding: 36px 0;
  }
  .p-news .news_list .c-text {
    position: relative;
    padding-left: 165px;
  }
  .p-news .news_list .c-tag {
    position: absolute;
    top: 3px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-news .news_list {
    margin-bottom: 37px;
  }
  .p-news .news_list .c-wrap {
    padding: 20px 0;
  }
}
.p-news_detail {
  font-size: 1.8rem;
  line-height: 2;
}

.p-news_detail .p-content {
  margin-top: 0;
}

.p-news_detail .c-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 40px;
  margin-bottom: 43px;
  border-bottom: solid 2px #e4e4e4;
}

@media screen and (max-width: 768px) {
  .p-news_detail .c-head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 5px;
    padding-bottom: 30px;
  }
}
.p-news .c-btn {
  min-width: 210px;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (min-width: 769px) {
  .p-news .c-btn {
    padding-right: 80px;
  }
}
.c-anchor {
  padding: 40px 0 25px;
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 73px;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-anchor {
    top: 0;
    padding: 0;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .c-anchor.is-sticky {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 768px) {
  .c-anchor {
    margin: 43px 0 0;
  }
}
.c-anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .c-anchor_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.c-anchor_list a {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0 12px 27px;
  position: relative;
  border-bottom: solid 2px #e4e4e4;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-anchor_list a {
    padding: 13px;
    font-size: 1.6rem;
  }
}
.c-anchor_list a:after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0.7rem;
  bottom: 10px;
  left: calc(50% - 0.75rem);
  -webkit-mask-image: url(../images/ico_arrow_down.svg);
  mask-image: url(../images/ico_arrow_down.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #e4e4e4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .c-anchor_list a:after {
    width: 1.7rem;
    height: 0.8rem;
    left: auto;
    right: 9px;
    bottom: auto;
    top: calc(50% - 0.35rem);
  }
}
.c-anchor_list a:hover {
  border-color: #D80C18;
}

.c-anchor_list a:hover:after {
  background-color: #D80C18;
}

.c-anchor-sp {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-anchor-sp.is-sticky {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .c-anchor-sp {
    display: block;
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    padding: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .c-anchor-sp.up {
    top: 70px;
  }
  .c-anchor-sp.down {
    top: 0;
  }
}
.c-anchor-sp .c-select {
  position: relative;
}

.c-anchor-sp .c-select:after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/ico_arrow_down.svg);
  mask-image: url(../images/ico_arrow_down.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #e4e4e4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 1.7rem;
  height: 0.8rem;
  left: auto;
  right: 0;
  bottom: auto;
  top: calc(50% - 0.35rem);
}

.c-anchor-sp select {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  padding: 13px;
}

@media screen and (max-width: 768px) {
  .c-anchor-sp select {
    padding: 18px 12px;
  }
}
.c-accordion {
  margin: 20px 0;
}

.c-accordion:first-child {
  margin-top: 0;
}

.c-accordion:last-child {
  margin-bottom: 0;
}

.c-accordion_item {
  border: solid 1px rgba(228, 228, 228, 0.65);
}

@media screen and (max-width: 768px) {
  .c-accordion_item {
    border-width: 2px;
  }
}
.c-accordion_item:not(:last-child) {
  margin-bottom: 20px;
}

.c-accordion_heading {
  margin-bottom: 0;
  font-size: 18px;
  padding: 19px 90px 19px 50px;
  position: relative;
  cursor: pointer;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .c-accordion_heading {
    padding: 17px 60px 17px 18px;
  }
}
.c-accordion_heading .ico-plus {
  position: absolute;
  width: 35px;
  height: 35px;
  border: solid 2px #D80C18;
  right: 20px;
  top: 20px;
}

@media screen and (max-width: 768px) {
  .c-accordion_heading .ico-plus {
    right: 18px;
    top: 15px;
  }
}
.c-accordion_heading .ico-plus:after, .c-accordion_heading .ico-plus:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #D80C18;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-accordion_heading .ico-plus:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.c-accordion_heading.is-active .ico-plus:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.c-accordion_panel {
  display: none;
  padding: 9px 50px 36px;
}

.c-accordion_panel.is-active {
  display: block;
}

.c-accordion_panel:is(:first-child) {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-accordion_panel {
    padding: 11px 18px 40px;
  }
}
.c-accordion_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 900px) {
  .c-accordion_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-accordion_content {
  padding: 10px 16px;
}

.c-accordion .c-ttl {
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-accordion .c-ttl {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.c-accordion .c-ttl-sub {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.c-accordion .c-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 901px) {
  .c-accordion .c-block:not(:last-child) {
    border-right: solid 1px #e4e4e4;
    margin-right: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .c-accordion .c-block:not(:last-child) {
    border-bottom: solid 1px #e4e4e4;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.c-accordion .c-block:not(:has(.c-ttl-sub)) .c-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-accordion .c-block:not(:has(.c-ttl-sub)) .c-link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .c-accordion .c-block:not(:has(.c-ttl-sub)) .c-link-list:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    border-right: solid 1px #e4e4e4;
  }
}
@media screen and (min-width: 769px) {
  .c-accordion .c-block:not(:has(.c-ttl-sub)) .c-link-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .c-accordion .c-block:not(:has(.c-ttl-sub)) .c-link-list li:nth-child(odd) {
    padding-right: 40px;
  }
  .c-accordion .c-block:not(:has(.c-ttl-sub)) .c-link-list li:nth-child(even) {
    padding-left: 40px;
  }
}
.c-accordion .c-block:not(:has(.c-ttl-sub)) .c-link-list li + li {
  margin-top: 0;
}

.strengths {
  padding: 60px 0 76px;
  background-color: #fff4f4;
}

.strengths .c-title-sub {
  margin-bottom: 4rem;
  font-weight: 600;
  font-size: 2.4rem;
}

.strengths_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .strengths_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
  }
}
.strengths_list li {
  max-width: 310px;
}

.strengths_list .c-num {
  font-size: 3.2rem;
  color: #D80C18;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.strengths_list .c-thumb {
  width: 230px;
  height: 230px;
  margin: 0 auto 30px;
}

.strengths_list .c-ttl {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.strengths_list .c-txt {
  font-size: 1.6rem;
  line-height: 1.875;
}

.system {
  margin: 100px 0;
}

@media screen and (max-width: 768px) {
  .system {
    margin: 61px 0;
  }
}
@media screen and (max-width: 768px) {
  .system .c-title {
    margin-bottom: 29px;
  }
}
.steps {
  margin: 100px 0 140px;
}

@media screen and (max-width: 768px) {
  .steps {
    margin: 96px 0;
  }
}
.steps_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 81px 0 61px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .steps_list {
    margin: 25px 0;
  }
}
.steps_list li {
  position: relative;
  max-width: 224px;
  border: solid 1px #e4e4e4;
}

@media screen and (max-width: 768px) {
  .steps_list li {
    max-width: 100%;
    width: 100%;
  }
}
.steps_list li a {
  padding: 0 18px 69px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .steps_list li a {
    padding-left: 91px;
    padding-top: 18px;
    padding-bottom: 42px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.steps_list li a:after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 0.7rem;
  bottom: 37px;
  left: calc(50% - 0.75rem);
  -webkit-mask-image: url(../images/ico_arrow_down.svg);
  mask-image: url(../images/ico_arrow_down.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #e4e4e4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .steps_list li a:after {
    bottom: 20px;
  }
}
.steps_list li a:hover {
  color: #D80C18;
}

.steps_list li a:hover:after {
  background-color: #D80C18;
  -webkit-animation-name: todown;
  animation-name: todown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
  animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
}

.steps_list .c-num {
  margin-top: -25px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .steps_list .c-num {
    position: absolute;
    top: 16px;
    left: 17px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.steps_list .c-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .steps_list .c-ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.steps_list .c-txt {
  font-size: 1.5rem;
  line-height: 1.8666666667;
}

.steps .c-num {
  width: 90px;
  height: 90px;
  background-color: #D80C18;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 12px 0;
}

@media screen and (max-width: 768px) {
  .steps .c-num {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    line-height: 1;
  }
}
.steps .c-num span {
  font-size: 2.8rem;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .steps .c-num span {
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 1px;
  }
}
.steps .c-title-step {
  font-size: 3.4rem;
  font-weight: 700;
  margin-top: 60px;
  padding-top: 40px;
  margin-bottom: 58px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-bottom: solid 2px #e4e4e4;
  padding-bottom: 24px;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
  .steps .c-title-step {
    font-size: 2.4rem;
    margin-bottom: 49px;
    margin-top: 40px;
    padding-top: 40px;
  }
}
.steps .c-title-step .c-num {
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .steps .c-title-step .c-num {
    width: 68px;
    height: 68px;
    font-size: 1.8rem;
    padding: 13px 0;
  }
}
@media screen and (max-width: 768px) {
  .steps .c-txt--large {
    line-height: 1.875;
  }
}
.steps .c-txt + .c-title-step {
  margin-top: 54px;
}

@media screen and (max-width: 768px) {
  .steps .c-txt + .c-title-step {
    margin-top: 47px;
    padding-top: 30px;
  }
}
.steps .c-title-h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 24px;
  padding-left: 24px;
  position: relative;
  letter-spacing: 0.02em;
  margin-top: 21px;
}

@media screen and (max-width: 768px) {
  .steps .c-title-h3 {
    font-size: 2rem;
    line-height: 1.35;
    margin-bottom: 28px;
  }
}
.steps .c-title-h3:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 30px;
  background-color: #d80c18;
  left: 0;
  top: 8px;
}

@media screen and (max-width: 768px) {
  .steps .c-title-h3:after {
    top: 0;
  }
}
.steps .c-list {
  margin: 24px 0;
}

@media screen and (max-width: 768px) {
  .steps .c-list {
    margin: 22px 0;
  }
}
.steps .c-list li {
  position: relative;
  padding-left: 24px;
  font-size: 1.8rem;
  line-height: 2;
}

.steps .c-list li:has(p) {
  text-indent: 24px;
  padding-left: 0;
}

.steps .c-list li:has(p)::before {
  left: 0;
}

.steps .c-list li:has(p):not(:last-child) {
  margin-bottom: 11px;
}

@media screen and (max-width: 768px) {
  .steps .c-list li {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.steps .c-list li a {
  color: #1392e6;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.steps .c-list li a:hover {
  opacity: 0.6;
}

.steps .c-list li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .steps .c-list li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.steps .c-list li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 13px;
  background-color: #D80C18;
}

@media screen and (max-width: 768px) {
  .steps .c-list li:before {
    top: 10px;
  }
}
.steps .c-list li p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .steps .c-list li p {
    margin-bottom: 11px;
  }
}
.consider_contact--2 {
  border: none;
  gap: 20px;
  padding: 0;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .consider_contact--2 {
    margin-top: 41px;
  }
}
.consider_contact--2 .c-block {
  border: solid 1px #e4e4e4;
  padding: 38px 39px 33px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .consider_contact--2 .c-block {
    padding: 25px 18px;
  }
}
.consider_contact--2 .c-block .c-btn2 {
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  .consider_contact--2 .c-block .c-btn2 {
    font-size: 1.7rem;
    margin-top: 18px;
  }
  .consider_contact--2 .c-block .c-btn2::before {
    margin-right: 8px;
  }
}
.consider_contact--2 .c-block:not(:last-child) {
  border-right: solid 1px #e4e4e4;
}

.consider_contact--2 .c-tel {
  margin-top: 26px;
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .consider_contact--2 .c-tel {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}
.consider_contact--2 .c-tel span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .consider_contact--2 .c-link-arrow {
    font-size: 1.4rem;
  }
  .consider_contact--2 .c-link-arrow .ico-arrow {
    top: 3px;
  }
}
.c-tips-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .c-tips-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 27px;
  }
}
.c-tips-wrap .c-title-h3 {
  margin-top: 0;
}

.c-tips {
  background-color: #fff4f4;
  padding: 25px 25px 18px;
  max-width: 390px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .c-tips {
    padding: 23px 20px 12px;
  }
}
.c-tips_ttl {
  font-size: 2.2rem;
  color: #D80C18;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-tips_ttl {
    font-size: 1.9rem;
  }
}
.c-tips_ttl:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 30px;
  background: url(../images/ico_tips.svg) no-repeat center;
  left: 0;
}

.c-tips .c-list {
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .c-tips .c-list {
    margin: 13px 0;
  }
}
.c-tips .c-list li {
  font-size: 1.6rem;
  line-height: 2;
}

.c-tips .c-list li:not(:last-child) {
  margin-bottom: 13px;
}

.c-tips > * {
  margin-bottom: 0 !important;
}

.brand {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
}

.brand_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 100%;
}

.brand_wrap img {
  -webkit-animation: marquee 30s linear;
  animation: marquee 30s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  height: 130px;
}

@media screen and (max-width: 768px) {
  .brand_wrap img {
    height: 85px;
  }
}
.documents {
  margin: 100px 0;
}

@media screen and (max-width: 768px) {
  .documents {
    margin: 87px 0;
  }
}
.documents .c-title {
  margin-bottom: 23px;
}

@media screen and (max-width: 768px) {
  .documents .c-title {
    margin-bottom: 19px;
  }
}
.documents .consider_contact--2 {
  margin-top: 0;
}

.documents .consider_contact--2 .c-block {
  padding-bottom: 39px;
}

@media screen and (max-width: 768px) {
  .documents .consider_contact--2 .c-block {
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 769px) {
  .documents .consider_contact--2 .c-btn2 {
    margin-top: 12px;
  }
}
.questions {
  margin: 100px 0;
}

@media screen and (max-width: 768px) {
  .questions {
    margin-top: 100px;
  }
}
.questions_content {
  background-color: #f7f7f7;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .questions_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 18px 31px;
    gap: 15px;
  }
}
.questions_content .c-ttl {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  margin-bottom: 12px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .questions_content .c-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .questions_content .c-txt {
    line-height: 1.8571428571;
  }
}
.trend {
  margin: 100px 0 132px;
}

@media screen and (max-width: 768px) {
  .trend {
    margin: 77px 0 114px;
  }
}
.trend_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .trend_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .trend_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .trend .c-title {
    margin-bottom: 24px;
  }
}
.trend_list {
  width: 730px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .trend_list {
    margin-bottom: 55px;
  }
}
.trend_list li:not(:last-child) {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: solid 1px #e4e4e4;
}

@media screen and (max-width: 768px) {
  .trend_list li:not(:last-child) {
    border-bottom: none;
    margin-bottom: 12px;
  }
}
.trend_list li a:hover {
  color: #D80C18;
}

.trend_list li a:hover .c-date {
  color: #D80C18;
}

.trend_list li a:hover .c-thumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.trend_list .c-txt {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

@media screen and (max-width: 768px) {
  .trend_list .c-txt {
    line-height: 1.5;
  }
}
.trend .c-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .trend .c-wrap {
    gap: 15px;
  }
}
.trend .c-wrap .c-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.trend .c-wrap .c-thumb {
  max-width: 260px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .trend .c-wrap .c-thumb {
    max-width: 120px;
  }
}
.trend .c-wrap .c-thumb img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.trend .c-wrap .l-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 15px 0 9px;
}

@media screen and (max-width: 768px) {
  .trend .c-wrap .l-tag {
    margin-top: 19px;
  }
}
.trend .c-wrap .c-tag {
  border-radius: 0;
}

.c-float-banner {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 38px 20px 25px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #ffffff;
  z-index: 3;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-float-banner {
    bottom: 80px;
    left: 20px;
    right: 20px;
  }
}
.c-float-banner .ico-close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

.c-float-banner .ico-close:after, .c-float-banner .ico-close::before {
  content: "";
  position: absolute;
  background-color: #54585A;
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-float-banner .ico-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-float-banner .c-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.c-float-banner .c-txt {
  font-size: 1.3rem;
}

.c-float-banner .c-btn2 {
  margin-top: 20px;
}

.c-box {
  padding: 40px 45px;
  background-color: #FFF4F4;
  margin: 50px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-box {
    padding: 40px 18px;
  }
}
.c-box .c-ttl {
  font-size: 2.4rem;
  color: #D80C18;
  font-weight: 600;
  margin-bottom: 19px;
}

.c-box .c-ttl span {
  font-size: 1.2rem;
  margin-left: 9px;
}

.c-box .c-ttl-sub {
  font-size: 1.8rem;
  color: #D80C18;
}

@media screen and (max-width: 768px) {
  .c-box .c-ttl-sub {
    font-size: 1.6rem;
  }
}
.c-box > *:last-child {
  margin-bottom: 0;
}

.c-box--profile {
  background-color: #F7F7F7;
}

.c-box:has(.c-deco) {
  margin-right: 97px;
}

@media screen and (max-width: 768px) {
  .c-box:has(.c-deco) {
    margin-right: 0;
    padding-bottom: 80px;
  }
}
.c-box:has(.c-deco) .c-list {
  margin-bottom: 0;
}

.c-box .c-deco {
  position: absolute;
  bottom: -4px;
  right: -96px;
}

@media screen and (max-width: 768px) {
  .c-box .c-deco {
    bottom: 0;
    right: 0;
  }
  .c-box .c-deco img {
    width: 125px;
    height: 93px;
  }
}
.c-list-check {
  margin: 28px 0;
}

.c-list-check li {
  font-size: 2.2rem;
  line-height: 1.5454545455;
  padding-left: 54px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-list-check li {
    font-size: 1.8rem;
    line-height: 1.7777777778;
  }
}
.c-list-check li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 34px;
  height: 33px;
  background: url(../images/ico_check.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .c-list-check li:after {
    width: 30px;
    height: 30px;
  }
}
.c-list-check li + li {
  margin-top: 38px;
}

@media screen and (max-width: 768px) {
  .c-list-check li + li {
    margin-top: 32px;
  }
}
.c-table {
  margin: 45px 0 58px;
}

@media screen and (max-width: 768px) {
  .c-table {
    overflow-x: scroll;
    margin-bottom: 30px;
    padding-bottom: 28px;
  }
}
.c-table table {
  width: 1041px;
}

.c-table thead tr {
  background-color: #F7F7F7;
}

.c-table thead th {
  font-size: 1.8rem;
  font-weight: 700;
  color: #D80C18;
  padding: 12px 10px;
}

.c-table thead th:first-child {
  width: 235px;
}

.c-table tbody tr:last-child td {
  padding-bottom: 0;
}

.c-table tbody td {
  padding: 13px 10px 22px;
  font-size: 1.6rem;
  line-height: 2;
  position: relative;
}

.c-table tbody td:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}

.c-table tbody td:first-child {
  font-size: 1.8rem;
}

.c-table tbody td p {
  font-size: 1.8rem;
  font-weight: 700;
}

.pages .c-txt {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .pages .c-txt {
    font-size: 1.6rem;
  }
}
.pages .c-txt--large {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .pages .c-txt--large {
    font-size: 1.6rem;
  }
}
.c-comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  padding: 37px 57px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .c-comments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 37px 16px;
  }
}
.c-comments:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-top: solid 5px #D80C18;
  border-left: solid 5px #D80C18;
}

.c-comments:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-bottom: solid 5px #D80C18;
  border-right: solid 5px #D80C18;
}

.c-comments + .c-comments {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-comments + .c-comments {
    margin-top: 40px;
  }
}
.c-comments .c-txt {
  font-size: 2.2rem;
  line-height: 1.5454545455;
}

@media screen and (max-width: 768px) {
  .c-comments .c-txt {
    font-size: 1.8rem;
  }
}
.faq .c-accordion_panel {
  padding-right: 90px;
  padding-top: 39px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .faq .c-accordion_panel {
    padding-top: 0;
    padding-right: 16px;
  }
}
.faq .c-accordion_item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .faq .c-accordion_heading .ico-plus {
    top: 28px;
  }
}
.faq .c-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.faq .c-question .c-txt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .faq .c-question .c-txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .faq .c-question {
    gap: 8px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.faq .c-question .c-q {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #FFF4F4;
  font-size: 3.2rem;
  font-weight: 700;
  color: #D80C18;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .faq .c-question .c-q {
    width: 30px;
    height: 30px;
    font-size: 18px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.faq .c-question .c-q span {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .faq .c-question .c-q span {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
.faq .c-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.faq .c-answer .c-txt {
  font-size: 1.8rem;
  line-height: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .faq .c-answer .c-txt {
    font-size: 1.6rem;
  }
}
.faq .c-answer .c-txt a {
  color: #1392E6;
  text-decoration: underline;
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .faq .c-answer {
    gap: 8px;
  }
}
.faq .c-answer .c-a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #E4E4E4;
  font-size: 3.2rem;
  font-weight: 700;
  color: #D80C18;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .faq .c-answer .c-a {
    width: 30px;
    height: 30px;
    font-size: 18px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.faq .c-answer .c-a span {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  line-height: 1;
}

.p-content:has(.c-anchor) .c-title {
  margin-top: -60px;
  padding-top: 60px;
}

.p-service .p-content {
  margin-top: 0;
}

.p-service .service_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .p-service .service_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.p-service .service_content + .service_content {
  margin-top: 100px;
}

.p-service .service_content .c-left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-service .service_content .c-left .c-title {
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .p-service .service_content .c-left .c-title {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 769px) {
  .p-service .service_content .c-left {
    max-width: 295px;
    width: 100%;
  }
}
.p-service .service_content .c-right {
  width: 100%;
  max-width: 840px;
}

@media screen and (max-width: 768px) {
  .p-service .service_content .c-btn {
    max-width: 230px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media screen and (min-width: 769px) {
  .p-service .c-anchor {
    margin-bottom: 65px;
  }
}
.p-service .message {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .p-service .message {
    margin-bottom: 56px;
  }
}
.p-service .message .c-title-sub {
  font-size: 2.8rem;
  line-height: 1.2142857143;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .p-service .message .c-title-sub {
    font-size: 2.2rem;
    line-height: 1.4090909091;
    margin-bottom: 31px;
  }
}
.p-service .message .c-title {
  color: #D80C18;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .p-service .message .c-title {
    font-size: 3.2rem;
    line-height: 1.3125;
    margin-bottom: 28px;
  }
}
.p-service .cases {
  margin: 100px 0;
}

@media screen and (max-width: 768px) {
  .p-service .cases {
    margin: 80px 0;
  }
}
.p-service .cases .c-title-wrap:has(.c-title) {
  padding-bottom: 0;
  border-bottom: none;
  gap: 43px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .p-service .cases .c-title-wrap:has(.c-title) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-service .cases .c-title-wrap:has(.c-title) .slider-button {
    margin-top: 0;
  }
  .p-service .cases .c-title-wrap:has(.c-title) .slider-button .slick-arrow {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  .p-service--page [aria-label=breadcrumb] {
    margin-bottom: 0;
  }
}
.c-name {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .c-name {
    margin-bottom: 10px;
  }
}
.c-name .jp {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .c-name .jp {
    font-size: 2rem;
  }
}
.c-name .en {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .c-name .en {
    font-size: 1.4rem;
  }
}
.nav-bottom {
  background-color: #f7f7f7;
  padding: 50px 0 61px !important;
}

@media screen and (max-width: 768px) {
  .nav-bottom {
    padding: 50px 26px 55px !important;
  }
}
.nav-bottom .c-title {
  font-size: 2.4rem;
  margin-bottom: 13px;
}

.nav-bottom_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 133px;
}

@media screen and (max-width: 1024px) {
  .nav-bottom_content {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .nav-bottom_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.nav-bottom_list li + li {
  margin-top: 10px;
}

.nav-bottom_list a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 2;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .nav-bottom_list a {
    font-size: 1.6rem;
  }
}
.nav-bottom_list a .ico-arrow {
  position: relative;
  width: 25px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  margin-left: 18px;
}

.nav-bottom_list a .ico-arrow:after, .nav-bottom_list a .ico-arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 12.5px);
  width: 25px;
  height: 8px;
  -webkit-mask-image: url(../images/ico_arrow_right.svg);
  mask-image: url(../images/ico_arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #D80C18;
}

.nav-bottom_list a .ico-arrow:before {
  opacity: 0;
}

.nav-bottom_list a:hover {
  color: #D80C18;
}

.nav-bottom_list a:hover .ico-arrow:after, .nav-bottom_list a:hover .ico-arrow:before {
  -webkit-animation-name: toright;
  animation-name: toright;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
  animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
}

.sub-kv {
  position: relative;
  padding-bottom: 87px;
  margin-bottom: 60px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .sub-kv {
    margin-top: 38px;
    padding-bottom: 32px;
    margin-bottom: 46px;
  }
}
.sub-kv .c-bg {
  width: auto;
  height: 300px;
  overflow: hidden;
  z-index: -1;
  margin-left: calc(50% - 50dvw);
}

@media screen and (max-width: 768px) {
  .sub-kv .c-bg {
    height: 200px;
    margin-left: -20px;
  }
}
.sub-kv .c-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top right;
  object-position: top right;
}

.sub-kv .l-inner {
  height: 100%;
}

.sub-kv span {
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  position: absolute;
  background-color: #D80C18;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.sub-kv .c-line-1 {
  height: 235px;
  width: 136px;
  right: 178px;
  bottom: -50px;
  -webkit-animation: sideup 1.5s forwards ease-in-out;
  animation: sideup 1.5s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .sub-kv .c-line-1 {
    height: 125px;
    width: 68px;
    right: 109px;
    bottom: -11px;
  }
}
.sub-kv .c-line-2 {
  height: 150px;
  width: 100px;
  background-color: #fb918b;
  right: 341px;
  bottom: -89px;
  -webkit-animation: sideup 1.5s forwards ease-in-out;
  animation: sideup 1.5s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sub-kv .c-line-2 {
    height: 79px;
    width: 53px;
    right: 190px;
    bottom: -32px;
  }
}
.c-pulldown {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.c-pulldown_button {
  background-color: #D80C18;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  padding: 11px 101px 12px 25px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-pulldown_button {
    padding-right: 48px;
  }
}
@media screen and (max-width: 768px) {
  .c-pulldown_button {
    padding: 11px 50px 13px 19px;
    font-size: 1.6rem;
  }
}
.c-pulldown_button:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 8px;
  top: calc(50% - 4px);
  right: 25px;
  -webkit-mask-image: url(../images/ico_arrow_down.svg);
  mask-image: url(../images/ico_arrow_down.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .c-pulldown_button:after {
    right: 19px;
  }
}
.c-pulldown_button.is-active:after {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.c-pulldown_list {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .c-pulldown_list {
    display: none;
    position: static;
    opacity: 1;
    visibility: inherit;
    -webkit-transition: none;
    transition: none;
  }
}
.c-pulldown_list li {
  border-bottom: solid 1px #e4e4e4;
}

.c-pulldown_list a {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1333333333;
  padding: 4px 25px 5px;
  display: block;
}

.c-pulldown_list a:hover, .c-pulldown_list a.is-active {
  background-color: #f7f7f7;
  color: #D80C18;
}

.c-pulldown_list.is-active {
  opacity: 1;
  visibility: visible;
}

.l-pulldown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .l-pulldown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.cases_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .cases_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
}
.cases .slider-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .cases .slider-button {
    margin-left: auto;
    margin-top: 52px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cases .slider-button:has(.slick-arrow.slick-hidden) {
  display: none;
}

.cases .slider-button .slick-arrow {
  width: 44px;
  height: 44px;
}

@media screen and (max-width: 768px) {
  .cases .slider-button .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.cases .slider-button .slick-arrow {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cases .slider-button .slick-arrow:hover {
  opacity: 0.6;
}

.cases_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 58px 59px;
}

@media screen and (max-width: 768px) {
  .cases_list {
    gap: 55px 0;
  }
}
.cases_list-items {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 25px;
}

@media screen and (max-width: 768px) {
  .cases_list-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}
.cases_list .items,
.cases_list li {
  width: calc((100% - 118px) / 3);
  max-width: 360px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cases_list .items,
  .cases_list li {
    width: calc((100% - 59px) / 2);
    max-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .cases_list .items,
  .cases_list li {
    width: 100%;
    max-width: 100%;
  }
}
.cases_list a {
  position: relative;
}

.cases_list a:not(.c-btn):hover {
  color: #D80C18;
}

.cases_list a:not(.c-btn):hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.cases_list figure {
  margin-bottom: 20px;
  overflow: hidden;
}

.cases_list figure img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cases_list .c-tag {
  background-color: #f7f7f7;
  padding: 2px 16px;
}

.cases_list .c-tag + .c-ttl {
  margin-top: 20px;
}

.cases_list .c-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .cases_list .c-ttl {
    margin-bottom: 17px;
  }
}
.cases_list .c-txt {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

@media screen and (max-width: 768px) {
  .cases_list .c-txt {
    font-size: 1.6rem;
  }
}
.cases_list .c-txt + .c-btn {
  margin-top: 18px;
}

.cases_list.slick-initialized {
  margin: 0 -30px;
}

.cases_list.slick-initialized .slick-slide {
  margin: 0 30px;
}

.cases_list + .pagination {
  margin-top: 125px;
}

@media screen and (max-width: 768px) {
  .cases_list + .pagination {
    margin-top: 50px;
  }
}
.cases + .consider {
  margin-top: 181px;
}

@media screen and (max-width: 768px) {
  .cases + .consider {
    margin-top: 98px;
  }
}
.l-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .l-tag {
    margin-bottom: 22px;
  }
}
.l-tag .c-tag {
  font-size: 1.2rem;
}

.p-cases .p-content {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .p-cases .p-content {
    margin-top: 51px;
  }
}
.p-cases .find {
  margin: 75px 0;
}

@media screen and (max-width: 768px) {
  .p-cases .find {
    margin: 50px 0;
  }
}
.p-cases .find .c-title {
  margin-bottom: 19px;
}

.p-cases .directory {
  margin: 100px 0 98px;
}

@media screen and (max-width: 768px) {
  .p-cases .directory {
    margin: 61px 0 52px;
  }
}
.p-cases .challenges-list {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .p-cases .challenges-list {
    margin-bottom: 96px;
  }
}
.p-cases .challenges-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .p-cases .challenges-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.p-cases .challenges-list li + li {
  margin-top: 31px;
}

@media screen and (max-width: 768px) {
  .p-cases .challenges-list li + li {
    margin-top: 37px;
  }
}
.p-cases .challenges-list li figure {
  width: 130px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .p-cases .challenges-list li figure {
    margin: 0 auto;
    width: auto;
  }
}
.p-cases .challenges-list li .c-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-cases .challenges-list li .c-ttl {
    margin-bottom: 12px;
  }
}
.p-cases .challenges-list li .c-txt {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-cases .challenges-list li:nth-child(1) {
    gap: 9px;
  }
}
.p-cases .message {
  margin: 98px 0;
}

@media screen and (max-width: 768px) {
  .p-cases .message {
    margin: 68px 0 50px;
  }
}
.p-cases .message .c-title-large {
  margin-bottom: 22px;
}

@media screen and (max-width: 768px) {
  .p-cases .message .c-title-large {
    margin-bottom: 24px;
  }
}
.p-cases .message_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}

@media screen and (max-width: 768px) {
  .p-cases .message_content {
    gap: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-cases .message_content figure {
  width: 240px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .p-cases .message_content .c-txt {
    margin-top: -4px;
  }
}
.p-cases .cases {
  margin: 83px 0;
}

@media screen and (max-width: 768px) {
  .p-cases .cases {
    margin: 50px 0;
  }
}
.p-cases .service {
  margin: 98px 0;
}

@media screen and (max-width: 768px) {
  .p-cases .service {
    margin: 87px 0 76px;
  }
}
.p-directory .cases {
  margin: 83px 0 100px;
}

@media screen and (max-width: 768px) {
  .p-directory .cases {
    margin: 50px 0 85px;
  }
}
.c-title-h1 {
  font-size: 3.4rem;
  line-height: 1.6764705882;
  margin: 72px 0 45px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
  .c-title-h1 {
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin: 35px 0 50px;
  }
}
.cases:not(:has(.slick-initialized)) .slider-button {
  display: none !important;
}

.seminars .c-title {
  margin-bottom: 23px;
}

.seminars_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .seminars_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
}
.seminars .slider-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .seminars .slider-button {
    margin-left: auto;
    margin-top: 52px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.seminars .slider-button .slick-arrow {
  width: 44px;
  height: 44px;
}

@media screen and (max-width: 768px) {
  .seminars .slider-button .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.seminars .slider-button .slick-arrow {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.seminars .slider-button .slick-arrow:hover {
  opacity: 0.6;
}

.seminars_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 58px 60px;
}

@media screen and (max-width: 768px) {
  .seminars_list {
    gap: 55px 0;
  }
}
.seminars_list-items {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 25px;
}

@media screen and (max-width: 768px) {
  .seminars_list-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}
.seminars_list .items,
.seminars_list li {
  width: calc((100% - 120px) / 3);
  max-width: 360px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .seminars_list .items,
  .seminars_list li {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .seminars_list .items,
  .seminars_list li {
    width: 100%;
    max-width: 100%;
  }
}
.seminars_list a:hover .c-ttl {
  color: #D80C18;
}

.seminars_list a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.seminars_list figure {
  margin-bottom: 20px;
  overflow: hidden;
}

.seminars_list figure img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.seminars_list .l-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .seminars_list .l-tag {
    margin-bottom: 22px;
  }
}
.seminars_list .c-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .seminars_list .c-ttl {
    margin-bottom: 17px;
  }
}
.seminars_list .c-txt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .seminars_list .c-txt {
    font-size: 1.6rem;
  }
}
.seminars_list.slick-initialized {
  margin: 0 -30px;
}

.seminars_list.slick-initialized .slick-slide {
  margin: 0 30px;
}

.seminars_list--1 .c-ttl {
  min-height: 90px;
  font-size: 2rem;
}

.seminars + .seminars {
  margin-top: 95px;
}

.archives .c-title {
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .archives .c-title {
    margin-bottom: 0;
  }
}
.archives_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .archives_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.archives .c-right {
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .archives .c-right {
    margin-top: -7px;
  }
}
.archives_list {
  margin-bottom: 92px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .archives_list {
    margin-bottom: 10px;
  }
}
.archives_list li:not(:last-child) {
  border-top: solid 1px #e4e4e4;
}

.archives_list a {
  display: block;
}

.archives_list a:hover {
  background-color: #f7f7f7;
}

.archives_list .c-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 41px 0 33px;
  max-width: 1041px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .archives_list .c-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
    padding: 27px 0;
  }
}
.archives_list span {
  display: inline-block;
}

.archives_list .c-date {
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 600;
  color: #707070;
}

@media screen and (max-width: 768px) {
  .archives_list .c-date {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.archives_list .c-new {
  font-size: 1.8rem;
  line-height: 2;
  color: #D80C18;
  font-weight: 500;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .archives_list .c-new {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.archives_list .l-tag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  min-width: 211px;
  margin-bottom: 12px;
}

.archives_list .c-tag {
  display: block;
  background-color: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .archives_list .c-tag {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.archives_list .c-txt {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.02em;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  max-width: 100%;
}

.archives_list .c-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 132px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .archives_list .c-head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.archives_list .c-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.archives_list .pdf .c-txt {
  position: relative;
}

.archives_list .pdf .c-txt::after {
  content: "";
  width: 24px;
  height: 13px;
  background: url(../images/icon_pdf.svg);
  display: inline-block;
}

.archives_list .blank .c-txt {
  position: relative;
}

.archives_list .blank .c-txt::after {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(../images/icon_blank.svg);
  mask-image: url(../images/icon_blank.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #D80C18;
  display: inline-block;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 70px 0 0;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .pagination {
    gap: 8px;
    margin: 60px 0 0;
  }
}
.pagination li.active a {
  background-color: #D80C18;
  color: #fff;
  pointer-events: none;
}

.pagination li a {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4e4e4;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto";
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

@media screen and (max-width: 768px) {
  .pagination li a {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.pagination li a img {
  width: 2.4rem;
}

@media screen and (max-width: 768px) {
  .pagination li a img {
    width: 1.8rem;
  }
}
.pagination li a:hover {
  opacity: 1;
  background-color: #fff4f4;
}

.p-seminar .c-tag {
  padding: 3px 16px;
}

.p-seminar .p-content {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .p-seminar--archives .p-content {
    margin-top: 100px;
  }
}
.seminar-name {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .seminar-name {
    padding-bottom: 70px;
  }
}
.seminar-name .c-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 23px 0 20px;
  border-top: solid 2px #e4e4e4;
}

@media screen and (max-width: 768px) {
  .seminar-name .c-head .c-tag {
    font-size: 1.4rem;
  }
}
.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 1023px) {
  .c-media {
    gap: 25px;
  }
}
.c-media_image {
  max-width: 160px;
}

@media screen and (max-width: 768px) {
  .c-media_image {
    max-width: 100px;
  }
}
.c-media .c-link {
  margin-top: 20px;
}

.c-media + .c-media {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-media--2 {
    gap: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-media--2 .c-media_image {
  max-width: 390px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c-media--2 .c-media_image {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-media--3 {
    gap: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-media--3 .c-media_image {
  max-width: 590px;
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c-media--3 .c-media_image {
    max-width: 100%;
    width: 100%;
  }
}
.c-media--3 .c-txt {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .c-media--4 {
    gap: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-media--4 .c-media_image {
  max-width: 540px;
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .c-media--4 .c-media_image {
    max-width: 100%;
    width: 100%;
  }
}
.c-media--4 .c-txt {
  font-size: 1.6rem;
}

.c-media + .c-btn {
  margin-top: 40px;
}

.application {
  padding: 80px 0;
  background-color: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .application {
    padding: 40px 0;
  }
}
.c-float-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-float-btn.is-sticky {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .c-float-btn {
    bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .thanks {
    margin-top: 60px;
  }
}
.thanks .c-thumb {
  max-width: 331px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .thanks .c-thumb {
    max-width: 191px;
    margin-bottom: 45px;
  }
}
.thanks .c-text {
  text-align: center;
}

.thanks .c-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .thanks .c-title {
    font-size: 2.4rem;
  }
}
.thanks .c-title-sub {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .thanks .c-title-sub {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .thanks .c-txt {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .thanks .c-txt + .c-txt {
    margin-top: 0;
  }
}
.c-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px;
  border-top: solid 1px #E4E4E4;
  border-bottom: solid 1px #E4E4E4;
}

@media screen and (max-width: 768px) {
  .c-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0;
  }
}
.c-video_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-video_text .c-btn2 {
  margin-top: 15px;
  min-width: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: inherit;
}

.c-video_content video {
  width: 521px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .c-video_content {
    margin-bottom: 40px;
  }
}
.c-video_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c-video_head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
  }
}
.c-video_ttl {
  font-size: 2.4rem;
  font-weight: 700;
}

.c-video_time {
  font-size: 1.8rem;
  font-weight: 700;
  border: solid 3px #F7F7F7;
  padding: 5px 12px;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .c-video_time {
    font-size: 1.6rem;
  }
}
.trainer {
  margin-bottom: 190px;
}

@media screen and (max-width: 768px) {
  .trainer {
    margin-bottom: 143px;
  }
}
.trainer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px 20px;
}

.trainer_list .c-thumb {
  max-width: 160px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .trainer_list .c-text {
    margin-top: 17px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.trainer_list .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 900px) {
  .trainer_list .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .trainer_list .items {
    width: 100%;
  }
}
.trainer_list .items .c-name {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .trainer_list .items .c-name {
    margin-bottom: 3px;
  }
}
.trainer_list .items .c-name .jp {
  font-size: 1.8rem;
}

.trainer_list .items .c-name .en {
  font-size: 1.4rem;
  line-height: 2;
}

.trainer_list .items .c-btn {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .trainer_list .items .c-btn {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 22px;
    min-width: 222px;
  }
}
@media screen and (max-width: 768px) {
  .trainer-details {
    margin-bottom: 130px;
  }
}
.trainer-details .c-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .trainer-details .c-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.trainer-details .c-content .c-text {
  width: 100%;
  max-width: 860px;
}

.trainer-details .c-content .c-text > .c-txt--large {
  font-size: 1.8rem;
}

.trainer-details .c-content .c-position {
  font-size: 2rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .trainer-details .c-content .c-position {
    padding: 0 18px;
  }
}
@media screen and (max-width: 768px) {
  .trainer-details .c-content .c-name {
    padding: 0 18px;
  }
}
.trainer-details .c-content .c-name .jp {
  font-size: 3.6rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .trainer-details .c-content .c-name .jp {
    font-size: 2.4rem;
  }
}
.trainer-details .c-content .c-name .en {
  font-size: 1.8rem;
}

.trainer-details .c-content .c-thumb {
  max-width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .trainer-details .c-content .c-thumb {
    max-width: 206px;
    margin: 0 auto;
  }
}
.trainer-details .c-textBox {
  margin-top: 48px;
}

@media screen and (max-width: 768px) {
  .trainer-details .c-textBox {
    margin-top: 40px;
  }
}
.trainer-details .c-textBox .c-ttl {
  margin-bottom: 4px;
}

@media screen and (min-width: 769px) {
  .trainer-details .c-title-large {
    font-size: 2.8rem;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .trainer-details .c-title-large {
    margin-top: 64px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 769px) {
  .p-trainers .p-content {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-trainers .p-content {
    margin-top: 44px;
  }
}
@media screen and (min-width: 769px) {
  .p-trainers--page .p-content {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-trainers--page .p-content {
    margin-top: 60px;
  }
}
.ceo {
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .ceo {
    margin-bottom: 100px;
  }
}
.ceo .c-content {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 0 90px;
}

.ceo .c-content .c-title-large {
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .ceo .c-content .c-title-large {
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 768px) {
  .ceo .c-content {
    display: block;
  }
}
.ceo .c-content_text {
  grid-column: 1/2;
}

@media screen and (max-width: 768px) {
  .ceo .c-content_text .c-txt {
    line-height: 1.875;
    letter-spacing: 0;
  }
  .ceo .c-content_text .c-txt + .c-txt {
    margin-top: 31px;
  }
}
.ceo .c-content .c-title-large {
  grid-column: 1/2;
}

.ceo .c-content_img {
  grid-row: span 2/span 2;
  grid-column: 2/2;
  max-width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .ceo .c-content_img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 35px;
  }
  .ceo .c-content_img img {
    width: 250px;
  }
}
.ceo .c-content_img figure {
  margin-bottom: 20px;
  text-align: center;
}

.ceo .c-content_img .c-txt {
  font-size: 1.3rem;
  line-height: 1.4615384615;
  margin-bottom: 5px;
}

.ceo .c-content_img .c-sign {
  width: 133px;
}

.ceo .c-textBox {
  margin: 95px 0 77px;
}

@media screen and (max-width: 768px) {
  .ceo .c-textBox {
    margin: 80px 0;
  }
}
.ceo .c-textBox .c-txt {
  line-height: 36px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .ceo .c-textBox .c-txt {
    letter-spacing: 0;
  }
  .ceo .c-textBox .c-txt + .c-txt {
    margin-top: 34px;
  }
}
.ceo .c-textBox .c-txt--large {
  font-size: 1.8rem;
}

.philosophy {
  margin-bottom: 155px;
}

@media screen and (max-width: 768px) {
  .philosophy {
    margin-bottom: 107px;
  }
}
.philosophy_kv {
  margin-bottom: 80px;
}

.philosophy_content {
  max-width: 860px;
}

.philosophy_content .c-title {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .philosophy_content .c-title {
    margin-bottom: 27px;
  }
}
.philosophy .c-content + .c-content {
  margin-top: 75px;
}

@media screen and (max-width: 768px) {
  .philosophy .c-content + .c-content {
    margin-top: 58px;
  }
}
.philosophy .c-title-sub {
  margin-bottom: 47px;
}

@media screen and (max-width: 768px) {
  .philosophy .c-title-sub {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.philosophy .c-title-num {
  margin-bottom: 15px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .philosophy .c-title-num {
    font-size: 2rem;
    margin-bottom: 23px;
  }
}
.philosophy .c-title-num span {
  font-size: 6rem;
  font-weight: 300;
  margin-right: 56px;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
  .philosophy .c-title-num span {
    font-size: 5.2rem;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy .c-txt {
    font-size: 1.6rem;
    line-height: 2;
  }
  .philosophy .c-txt--large {
    line-height: 1.875;
  }
}
.philosophy .c-txt + .c-title-num {
  margin-top: 74px;
}

@media screen and (max-width: 768px) {
  .philosophy .c-txt + .c-title-num {
    margin-top: 52px;
  }
}
@media screen and (min-width: 769px) {
  .p-company .p-content {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .p-company--ceo .p-content {
    margin-top: 100px;
  }
}
.terms_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .terms_content {
    margin-bottom: 110px;
    gap: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.terms_block .c-title-sub {
  margin-bottom: 30px;
}

.terms .c-title {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .terms .c-title {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .terms .c-title + .c-title-sub {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .terms .c-title-sub {
    font-size: 2rem;
  }
}
.terms .c-txt--small {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .terms .c-txt--small {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.terms .c-list > li {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .p-about .p-content {
    margin-top: 80px;
  }
}
.p-about .p-content:has(.terms) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-about .us .c-media-block {
    gap: 80px;
  }
  .p-about .us .c-title-sub {
    font-size: 2rem;
  }
}
.faq_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .faq_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.faq_content + .faq_content {
  margin-top: 100px;
}

.faq_content .c-left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq_content .c-left .c-title {
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .faq_content .c-left .c-title {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 769px) {
  .faq_content .c-left {
    max-width: 260px;
    width: 100%;
  }
}
.faq_content .c-right {
  width: 100%;
  max-width: 840px;
}

@media screen and (max-width: 768px) {
  .faq_content .c-btn {
    max-width: 230px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.p-contact .p-content {
  padding-bottom: 140px;
}

.note {
  margin: 100px 0;
}

.note_content {
  padding-top: 40px;
  border-top: 1px solid #E4E4E4;
}

@media screen and (max-width: 768px) {
  .note_content {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .note .c-title-sub {
    margin-bottom: 30px;
  }
}
.note + .consider {
  margin-top: 240px;
}

@media screen and (max-width: 768px) {
  .note + .consider {
    margin-top: 150px;
  }
}
.contact {
  margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .contact {
    margin: 0 0 40px;
  }
}
.c-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
}

@media screen and (max-width: 900px) {
  .c-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-col_2-2 .c-text {
  max-width: 500px;
}

@media screen and (max-width: 900px) {
  .c-col_2-2 .c-text {
    width: auto;
    max-width: inherit;
  }
}
.c-col_2-2 .c-form {
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .c-col_2-2 .c-form {
    margin: 0 -20px;
    width: auto;
    max-width: inherit;
  }
}
.c-col_2-2 .c-form .contact-form {
  padding: 50px 40px;
}

@media screen and (max-width: 768px) {
  .c-col_2-2 .c-form .contact-form {
    padding: 80px 20px;
  }
}
.contact-form {
  padding: 80px 0;
  background-color: #F7F7F7;
}

.strength-content {
  margin: 120px 0;
}

.strength-content + .consider {
  margin-top: 180px;
}

@media screen and (max-width: 768px) {
  .strength-content + .consider {
    margin-top: 160px;
  }
}
.search-form {
  background-color: #F7F7F7;
  padding: 50px 0 77px;
}

.search-form_ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.2142857143;
}

.search-form .search_form {
  margin-bottom: 50px;
}

.search-form .c-result {
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
}

.search-form .c-result span {
  color: #D80C18;
}

.search-result {
  margin: 100px 0;
}

.search-result_list li {
  border-top: solid 1px #E4E4E4;
}

.search-result_list li a {
  padding: 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .search-result_list li a {
    padding: 40px 20px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
.search-result_list li a:hover {
  background-color: #F7F7F7;
  color: initial;
}

.search-result_list li a.c-link-arrow:after {
  top: 54px;
  left: 87px;
}

@media screen and (max-width: 768px) {
  .search-result_list li a.c-link-arrow:after {
    left: 27px;
  }
}
.p-404_content {
  text-align: center;
}

.p-404 .c-figure {
  max-width: 532px;
  margin: 60px auto 0;
}

.p-404 .c-figure figcaption {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  margin-top: 20px;
  text-align: left;
}

.p-downloads .c-slider {
  margin-top: 20px;
  margin-bottom: 80px;
}

.p-downloads .c-slider:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-downloads .c-slider:not(.slick-initialized) .c-slider_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-downloads .c-slider:not(.slick-initialized) .c-slider_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-downloads .c-slider.slick-initialized .c-slider_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 5px;
}

.p-downloads .js-lightbox {
  cursor: pointer;
}

.download-content .c-figure.blank {
  position: relative;
}

.download-content .c-figure.blank:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/ico_blank.svg) no-repeat;
  background-size: contain;
  z-index: 1;
}

.c-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.c-lightbox.is-visible {
  display: block;
  opacity: 1;
}

.c-lightbox_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 768px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-lightbox_content {
  width: 90%;
}

.c-lightbox_content .slick-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-lightbox_close {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-lightbox_close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-lightbox_prev, .c-lightbox_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgb(255, 255, 255);
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.c-lightbox_prev:before, .c-lightbox_next:before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  -webkit-mask-image: url(../images/ico_arrow_down.svg);
  mask-image: url(../images/ico_arrow_down.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background-color: #333333;
}

.c-lightbox_prev {
  left: 20px;
}

.c-lightbox_prev:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-lightbox_next {
  right: 20px;
}

.c-lightbox_next:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-lightbox .slick-dots {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1;
}

.c-lightbox .slick-dots li {
  margin: 0;
  padding: 0;
}

.c-lightbox .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.c-lightbox .slick-dots li button:hover {
  background: rgba(255, 255, 255, 0.5);
}

.c-lightbox .slick-dots li.slick-active button {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .c-lightbox_content {
    width: 95%;
  }
  .c-lightbox_prev, .c-lightbox_next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .c-lightbox_close {
    right: 10px;
    width: 20px;
    height: 30px;
    font-size: 24px;
  }
  .c-lightbox .slick-dots {
    gap: 6px;
  }
  .c-lightbox .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 900px) {
  .c-media-link a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-media-link .c-media_image {
  width: 50%;
  max-width: 540px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .c-media-link .c-media_image {
    width: 100%;
    max-width: 100%;
  }
}
.c-media-link .c-media_image img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-media-link .c-media_content {
  border: 1px solid #e4e4e4;
  padding: 52px 45px 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: none;
}

@media screen and (max-width: 900px) {
  .c-media-link .c-media_content {
    border-left: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 1023px) {
  .c-media-link .c-media_content {
    padding: 30px 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-media-link .c-media_content {
    width: 100%;
    padding: 20px 18px;
  }
}
.c-media-link .c-media_content .c-txt {
  font-size: 1.8rem;
  margin-bottom: 18px;
  letter-spacing: 0;
}

.c-media-link .c-media_content .c-readmore {
  color: #D80C18;
  font-size: 1.8rem;
  position: relative;
  padding-right: 50px;
  margin-top: auto;
  text-align: right;
}

.c-media-link .c-media_content .ico-arrow {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  margin-left: 18px;
}

@media screen and (max-width: 768px) {
  .c-media-link .c-media_content .ico-arrow {
    top: 3px;
  }
}
.c-media-link .c-media_content .ico-arrow:after, .c-media-link .c-media_content .ico-arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 12.5px);
  width: 25px;
  height: 8px;
  -webkit-mask-image: url(../images/ico_arrow_right.svg);
  mask-image: url(../images/ico_arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  background-color: #D80C18;
}

.c-media-link .c-media_content .ico-arrow:before {
  opacity: 0;
}

.c-media-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-media-link a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-media-link a:hover {
  color: #D80C18;
}

.c-media-link a:hover .c-media_image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.c-media-link a:hover .c-media_content .ico-arrow:after, .c-media-link a:hover .c-media_content .ico-arrow:before {
  -webkit-animation-name: toright;
  animation-name: toright;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
  animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
}

.c-media-link_items:not(:first-child) {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-media-link_items:not(:first-child) {
    margin-top: 25px;
  }
}
.knowledge {
  margin-bottom: 150px;
  margin-top: 115px;
}

@media screen and (max-width: 768px) {
  .knowledge {
    margin-bottom: 75px;
    margin-top: 58px;
  }
}
html:has(.p-ritori) {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

.c-tabs_nav {
  list-style: none;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  background-color: #ffffff;
  z-index: 2;
  border-bottom: solid 2px #e4e4e4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .c-tabs_nav {
    top: 70px;
    gap: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .c-tabs_nav.up {
    top: 70px;
  }
  .c-tabs_nav.down {
    top: 0;
  }
}
.c-tabs_nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px;
}

@media screen and (max-width: 1024px) {
  .c-tabs_nav-wrap {
    gap: 40px;
  }
}
@media screen and (max-width: 850px) {
  .c-tabs_nav-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-tabs_nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
  }
}
.c-tabs_nav_trigger {
  display: inline-block;
  padding: 72px 0 20px;
  text-align: center;
  min-height: 48px;
  min-width: 82px;
  position: relative;
  cursor: pointer;
  border-bottom: solid 2px transparent;
  margin-bottom: -2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-tabs_nav_trigger {
    padding: 50px 0 10px;
    font-size: 1.1rem;
    min-width: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.c-tabs_nav_trigger::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  width: 41px;
  height: 37px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-mask-image: url("/assets/images/ritori/ico_chat.svg");
  mask-image: url("/assets/images/ritori/ico_chat.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #e4e4e4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .c-tabs_nav_trigger::before {
    width: 29px;
    height: 26px;
    top: 10px;
  }
}
.c-tabs_nav_trigger:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid #D80C18;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-tabs_nav_trigger.is-checked, .c-tabs_nav_trigger.current, .c-tabs_nav_trigger:hover {
  color: #D80C18;
  border-bottom: solid 2px #D80C18;
}

.c-tabs_nav_trigger.is-checked:after, .c-tabs_nav_trigger.current:after, .c-tabs_nav_trigger:hover:after {
  opacity: 1;
}

.c-tabs_nav_trigger.is-checked:before, .c-tabs_nav_trigger.current:before, .c-tabs_nav_trigger:hover:before {
  background: #D80C18;
}

.c-tabs_nav_trigger:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.c-tabs_panels {
  margin-top: 50px;
  padding-bottom: 100px;
}

.c-tabs_panel {
  display: none;
}

.c-tabs_panel.is-checked, .c-tabs_panel.current {
  display: block;
}

.banner {
  margin: 100px 0;
}

@media screen and (max-width: 768px) {
  .banner {
    margin: 80px 0 130px;
  }
}
.c-banner {
  max-width: 859px;
  margin: 0 auto;
  border: solid 1px #e4e4e4;
}

.c-banner_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-banner_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-banner_content .c-title-sub,
.c-banner_content .c-txt,
.c-banner_content img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-banner_content:hover .c-title-sub,
.c-banner_content:hover .c-txt,
.c-banner_content:hover img {
  opacity: 0.6;
}

.c-banner_content:hover .c-btn2 {
  background-color: #D80C18;
  color: #ffffff;
}

.c-banner_content:hover .c-btn2 .ico-arrow:after, .c-banner_content:hover .c-btn2 .ico-arrow:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: toright;
  animation-name: toright;
  -webkit-animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
  animation-iteration-count: cubic-bezier(0.33, 1, 0.68, 1);
  background-color: #ffffff;
}

.c-banner_content:hover .c-btn2:before {
  background-color: #ffffff;
}

.c-banner_img {
  width: 50%;
  max-width: 377px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .c-banner_img {
    width: 40%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-banner_img {
    width: 100%;
  }
}
.c-banner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .c-banner .c-title-sub {
    font-size: 1.8rem;
  }
}
.c-banner_txt {
  padding: 34px 40px 26px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .c-banner_txt {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-banner_txt {
    padding: 20px 15px;
  }
}
.c-banner .c-title-sub {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .c-banner .c-title-sub {
    font-size: 1.8rem;
  }
}
.c-banner .c-btn-wrap {
  margin-top: 16px;
}

.c-link-block_items, .c-link-block_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-link-block_items, .c-link-block_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.c-link-block_link {
  padding: 20px 0;
}

.c-link-block_link:hover {
  background-color: #F7F7F7;
}

.c-link-block_link:hover .c-link-block_image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.c-link-block_image {
  width: 30%;
  max-width: 260px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .c-link-block_image {
    width: 100%;
    max-width: 100%;
  }
}
.c-link-block_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-link-block_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-link-block_content .c-txt {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}

.c-link-block .l-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.ritori_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}

@media screen and (max-width: 900px) {
  .ritori_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .ritori_content-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ritori_content-text .c-textBox .c-list {
    margin-top: 15px;
  }
}
.ritori_content-text .c-textBox .c-list li {
  padding-left: 0;
  text-indent: 0;
}

@media screen and (max-width: 768px) {
  .ritori_content-text .c-txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.ritori_content-sidebar {
  width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 900px) {
  .ritori_content-sidebar {
    width: 100%;
  }
}
.ritori_content-sidebar .c-title-wrap {
  margin-bottom: 14px;
  padding-bottom: 11px;
}

.ritori_content-sidebar .c-title-2 {
  font-size: 1.2rem;
  padding-left: 28px;
}

.ritori_content-sidebar .c-title-2 span {
  font-size: 1.8rem;
}

.ritori_content-sidebar .c-title-2:after {
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
}

.ritori_content-sidebar .c-content + .c-content {
  margin-top: 40px;
}

.ritori_content-sidebar .c-txt, .ritori_content-sidebar .c-link {
  font-size: 1.2rem;
  line-height: 1.5;
}

.ritori_content-sidebar .c-txt + .c-txt, .ritori_content-sidebar .c-link + .c-txt {
  margin-top: 17px;
}

.ritori_content-sidebar .c-link-arrow--2 {
  font-size: 1.5rem;
}

.ritori_content-sidebar .c-media-block {
  gap: 20px;
  max-width: 250px;
  margin: 0 auto;
}

.ritori_content-sidebar .c-media-block_items {
  width: 100%;
}

.ritori_content-sidebar .c-media-block_image {
  margin-bottom: 0;
}

.ritori_content-sidebar .c-media-block_image:not(:last-child) {
  margin-bottom: 10px;
}

.ritori_content-sidebar .c-media-block_text {
  font-size: 1.2rem;
  line-height: 1.5;
}

.ritori_content-sidebar .c-link-list {
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .ritori_content-sidebar .c-link-list {
    margin-top: 0;
  }
}
.ritori_content-sidebar .c-link-list li + li {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .ritori_content-sidebar .c-link-list li + li {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .ritori_content-sidebar .c-link-list li {
    padding: 12px 18px;
    border-bottom: solid 1px #e4e4e4;
  }
}
@media screen and (max-width: 768px) {
  .ritori_content-sidebar .c-link-list .c-link-arrow {
    margin-left: -18px;
  }
}
.ritori_content-sidebar .c-link-list--new li + li {
  margin-top: 18px;
}

.p-ritori [aria-label=breadcrumb] {
  margin-bottom: 40px;
}

.p-ritori .sub-kv {
  padding-bottom: 0;
}

.p-ritori .sub-kv .c-bg {
  margin-left: auto;
  height: 360px;
}

@media screen and (max-width: 768px) {
  .p-ritori .sub-kv .c-bg {
    height: 195px;
    margin: 0 -20px;
  }
}
.p-ritori .sub-kv_content {
  position: absolute;
  top: 49%;
  left: 113px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-ritori .sub-kv_content {
    top: 53%;
    left: 40px;
  }
}
.p-ritori .sub-kv_content .c-ttl {
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-ritori .sub-kv_content .c-ttl {
    font-size: 1.1rem;
  }
}
.p-ritori .sub-kv_content .c-logo {
  margin: 15px 0 35px;
}

@media screen and (max-width: 768px) {
  .p-ritori .sub-kv_content .c-logo {
    margin: 10px 0 25px;
    width: 163px;
  }
}
.p-ritori .sub-kv_text-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-ritori .sub-kv_text-sp {
    display: block;
    margin: 50px 0;
    padding: 0 20px;
  }
}
.p-ritori .seminars {
  padding: 80px 0;
  background-color: #F0F0F0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-ritori .seminars {
    padding: 70px 0;
  }
}
.p-ritori .seminars_list {
  z-index: 1;
  position: relative;
}

.p-ritori .c-line-wrap {
  opacity: 0.2;
  z-index: 0;
  position: absolute;
  right: -100px;
  bottom: 0;
}

.p-ritori .c-line-1 {
  height: 315px;
  width: 208px;
  right: -50px;
  bottom: -20px;
  -webkit-animation: sideup 1.5s forwards ease-in-out;
  animation: sideup 1.5s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  z-index: 2;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  position: absolute;
  background-color: #D80C18;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .p-ritori .c-line-1 {
    height: 200px;
    width: 114px;
    right: 38px;
    bottom: -32px;
  }
}
.p-ritori .c-line-2 {
  height: 211px;
  width: 158px;
  background-color: #fb918b;
  right: 182px;
  bottom: -80px;
  -webkit-animation: sideup 1.5s forwards ease-in-out;
  animation: sideup 1.5s forwards ease-in-out;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  z-index: 1;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .p-ritori .c-line-2 {
    height: 134px;
    width: 85px;
    right: 189px;
    bottom: -70px;
  }
}
.c-link-box {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 1;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .c-link-box {
    top: 0;
    position: relative;
  }
}
.c-link-box_content {
  background-color: #F7F7F7;
  padding: 35px 18px;
}

.c-link-box_list {
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px 56px;
}

@media screen and (max-width: 768px) {
  .c-link-box_list:nth-child(1) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 18px 53px;
  }
}
.c-link-box_list a {
  color: #D80C18;
  text-decoration: underline;
}

.c-link-box_list + .c-link-box_list {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .c-link-box_list + .c-link-box_list {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */
