.l-column {
  -moz-column-gap: 4.8rem;
  display: flex;
  column-gap: 4.8rem;
  row-gap: 6rem;
  align-items: start;
  justify-content: space-between;
  max-width: 1068px;
  margin: 0 auto;
  padding: 0 25px;
}
.l-column__main {
  flex: 1;
}
.l-column__side {
  width: 25rem;
}
.l-container {
  width: 100%;
  max-width: 1074px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}
.c-btn {
  display: block;
  width: 24rem;
  padding: 1rem 4rem;
  border: 2px solid;
  border-radius: 100vh;
  color: #616b80;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition: 0.5s;
}
.c-btnArea {
  margin-top: 4rem;
}
.c-btn.center {
  margin: 0 auto;
}
.c-btn:hover {
  background: #616b80;
  color: #fff;
}
.c-detail {
  padding: 8.2rem 0 0;
}
.c-detail__column {
  margin-top: 6.5rem;
  margin-bottom: 9.6rem;
}

.c-detail__main ul {
  display: flex;
  row-gap: 0.5rem;
  flex-direction: column;
  padding-top: 0.6rem;
}
.c-detail__main ul > li {
  padding-left: 1.8rem;
  position: relative;
}
.c-detail__main ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #11238c;
}
.c-detail__main a {
  color: #11238c;
  text-decoration: underline;
}
.c-detail__main a:hover {
  text-decoration: none;
}
.c-detail__main__title--type {
  margin-bottom: 1rem;
  color: #11238c;
  font-weight: 700;
  font-size: 1.6rem;
}
.c-detail__main__title--text {
  color: #000;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.45;
}
.c-detail__main__cat {
  -moz-column-gap: 6px;
  display: flex;
  column-gap: 6px;
  row-gap: 8px;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 5rem;
  padding-bottom: 4.8rem;
  border-bottom: solid 0.3rem #11238c;
}
.c-detail__main__cat span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.4rem;
  padding: 0 1.2em;
  border-radius: 1.2rem;
  background: #dcf8ff;
  color: #11238c;
  font-weight: 700;
  font-size: 1.364rem;
  line-height: 0;
  letter-spacing: 0;
}
.c-detail__main__image {
  margin-bottom: 4rem;
}
.c-detail__main__image img {
  margin: 0 auto;
}
.c-detail__main__outline {
  margin-bottom: 7rem;
  padding: 1.8rem 2.8rem;
  border-radius: 1rem;
  background: #f6f6f6;
}
.c-detail__main p.c-detail__main__outline__title {
  margin-bottom: 1rem;
  color: #014099;
  font-weight: 700;
  font-size: 2.4rem;
}
.c-detail__main ul.c-detail__main__outline__list {
  display: flex;
  row-gap: 0.5rem;
  flex-direction: column;
  margin-top: 0;
  padding-top: 0;
  list-style: 'auto';
}
.c-detail__main ul.c-detail__main__outline__list li {
  padding-left: 0;
}
.c-detail__main ul.c-detail__main__outline__list > li::before {
  content: none;
}
.c-detail__main ul.c-detail__main__outline__list > li > a {
  display: block;
  margin-left: 1.3em;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  text-indent: -1.3em;
  text-decoration: none !important;
}
.c-detail__main ul.c-detail__main__outline__list>li>a:before {
  margin-right: 0.3em;
  content: "・";
}
.c-detail__main ul.c-detail__main__outline__list > li ul {
  padding-left: 2.2em;
  margin-top: 0;
}
.c-detail__main ul.c-detail__main__outline__list > li ul li::before {
  content: none;
}
.c-detail__main ul.c-detail__main__outline__list > li ul li a {
  display: block;
  color: #333;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none !important;
}
.c-detail__main__company {
  -moz-column-gap: 2.6rem;
  display: flex;
  column-gap: 2.6rem;
  row-gap: 1.8rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4.8rem;
  padding: 2.3rem 2rem 3rem;
  border-radius: 1rem;
  background: #f6f6f6;
}
.c-detail__main__company__image {
  width: 100%;
  max-width: 21rem;
}
.c-detail__main__company__data {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.c-detail__main h2.c-detail__main__company__data__name {
  width: 100%;
  padding: 1rem 0 2.3rem;
  color: #000;
  font-weight: 700;
  border: none;
  font-size: 2.4rem;
}
.c-detail__main h2+.c-detail__main__company__data__contents {
  display: flex;
  row-gap: 0.9rem;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 35.5rem;
  padding: 0 0.3rem;
}
.c-detail__main dt {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 7.3rem;
  height: 2.4rem;
  border: solid 1px #014099;
  border-radius: 1.2rem;
  background: #fff;
  color: #014099;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
}
.c-detail__main dd {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 6em;
  padding: 0 0.6rem;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
}
.c-detail__main__company__contents {
  width: 100%;
  padding-left: 0.4rem;
}
.c-detail__main .c-detail__main__company__contents dt {
  display: block;
  color: #014099;
  font-weight: 700;
  font-size: 1.6rem;
  border: none;
  background-color: transparent;
}
.c-detail__main__company__contents dd {
  padding-top: 0.6rem;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.75;
}
.c-detail__main__company__contents dd p + p {
  margin-top: 2em;
}
.c-detail__main {
  padding: 0 0 7.5rem;
}
.c-detail__main h2 {
  padding-bottom: 2rem;
  border-bottom: solid 0.3rem #11238c;
  color: #11238c;
  font-weight: 700;
  font-size: 2.4rem;
}
.c-detail__main * + h2 {
  margin-top: 4.4rem;
}
.c-detail__main h2 + * {
  margin-top: 1.6rem;
}
.c-detail__main h3 {
  padding: 0.6em 0.8em;
  background: #dcf8ff;
  color: #11238c;
  font-weight: 700;
  font-size: 2rem;
}
.c-detail__main * + h3 {
  margin-top: 3.5rem;
}
.c-detail__main h4 {
  color: #000;
  font-weight: 700;
  font-size: 1.8rem;
}
.c-detail__main * + h4 {
  margin-top: 2.5rem;
}

.c-detail__main .c-detail__main__contents--points {
	margin-bottom: 4rem;
}
.c-detail__main .c-detail__main__contents--points ul {
  row-gap: 1.6rem;
}
.c-detail__main .c-detail__main__contents--points ul li {
  position: relative;
  padding-left: 4.2rem;
  line-height: 1.5;
}
.c-detail__main .c-detail__main__contents--points ul li:before {
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 3rem;
  height: 2.5rem;
  background: url(../img/case/detail/contents_check.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.c-detail__main * + ul {
  margin-top: 2.1rem;
}
.c-detail__main * + figure {
  margin-top: 5rem;
}
.c-detail__main p {
  line-height: 2;
}
.c-detail__main * + p {
  margin-top: 2em;
}
.c-detail__main h4 + p {
  margin-top: 1.8rem;
}
.c-detail__main figure + p {
  margin-top: 2.4rem;
}
.c-detail__main__download {
  -moz-column-gap: 3.2rem;
  display: flex;
  position: relative;
  column-gap: 3.2rem;
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
  padding: 2.5rem 3.5rem;
  border-radius: 1rem;
  background: #dcf8ff;
}
.c-detail__main__download__free {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 3.1325471698em;
  height: 3.1325471698em;
  translate: -23% -23%;
  border-radius: 100%;
  background: #fbae17;
  color: #fff;
  font-weight: 700;
  font-size: 2.12rem;
}
.c-detail__main * + figure.c-detail__main__download__image {
  margin-top: 0;
  display: flex;
  align-items: center;
  width: 35%;
  padding-top: 1.8rem;
}
.c-detail__main__download__text {
  flex: 1;
}
.c-detail__main h3.c-detail__main__download__text__title {
  padding: 0;
  background-color: transparent;
  margin-bottom: 1.5rem;
  color: #11238c;
  font-weight: 700;
  font-size: 2.2rem;
}
.c-detail__main__download__text p {
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
}
.c-detail__main__download__text p + p {
  margin-top: 2em;
}
.c-detail__main__download__text a {
  display: flex;
  position: relative;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.5rem;
  margin-top: 1.5rem;
  padding: 0 4.5rem 0 2.2rem;
  border-radius: 1.9rem;
  background: #11238c;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none;
}
.c-detail__main__download__text a:after {
  display: block;
  position: absolute;
  right: 1.8rem;
  width: 0.7rem;
  height: 1rem;
  background: url(../img/common/arrow_white.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.c-detail__main__relation {
  display: flex;
  row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6.7rem;
}
.c-detail__main__relation__title {
  width: 100%;
  background: none !important;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  border-bottom: solid 0.3rem #11238c;
  color: #11238c;
  font-weight: 700;
  font-size: 2.4rem !important;
}
.c-detail__main__relation__service {
  -moz-column-gap: 2.5rem;
  display: flex;
  position: relative;
  column-gap: 2.5rem;
  align-items: center;
  width: 48%;
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 2rem rgba(0, 19, 50, 0.15);
  text-decoration: none !important;
}
.c-detail__main__relation__service:after {
  display: block;
  position: absolute;
  right: 2.5rem;
  width: 1rem;
  height: 1.4rem;
  background: url(../img/common/arrow_blue.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.c-detail__main__relation__service__image {
  aspect-ratio: 1/1;
  width: 6.1rem;
}
.c-detail__main__relation__service__image + p {
  margin-top: 0 !important;
}
.c-detail__main__relation__service p {
  flex: 1;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
}

.c-detail__side__download {
  -moz-column-gap: 3.2rem;
  display: flex;
  position: relative;
  column-gap: 3.2rem;
  flex-direction: column;
  align-items: center;
  padding: 1.8rem;
  border-radius: 1rem;
  background: linear-gradient(
    to bottom,
    rgb(213, 254, 250) 0%,
    rgb(132, 215, 240) 100%
  );
}
.c-detail__side__download__title {
  margin-bottom: 1.2rem;
  color: #11238c;
  font-weight: 700;
  font-size: 2.4rem;
}
.c-detail__side__download__free {
  display: flex;
  position: absolute;
  right: 0.8rem;
  align-items: center;
  justify-content: center;
  width: 3.133441383em;
  height: 3.133441383em;
  translate: 0 45%;
  border-radius: 100%;
  background: #fbae17;
  color: #fff;
  font-weight: 700;
  font-size: 1.851rem;
}
.c-detail__side__download__image {
  width: 100%;
  max-width: 13.8rem;
}
.c-detail__side__download a {
  display: flex;
  position: relative;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.5rem;
  margin-top: 1rem;
  padding: 0 3.5rem 0 1.8rem;
  border-radius: 1.9rem;
  background: #11238c;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
}
.c-detail__side__download a:after {
  display: block;
  position: absolute;
  right: 1rem;
  width: 0.7rem;
  height: 1rem;
  background: url(../img/common/arrow_white.svg) no-repeat center;
  background-size: contain;
  content: "";
}
* + .c-detail__side__relation {
  margin-top: 3.6rem;
}
.c-detail__side__relation__title {
  margin-bottom: 1.8rem;
  padding-bottom: 1rem;
  border-bottom: solid 0.2rem #11238c;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
}
.c-detail__side__relation__post {
  -moz-column-gap: 1.6rem;
  display: flex;
  column-gap: 1.6rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 1.1rem;
  border-bottom: solid 1px #d7d7d7;
}
.c-detail__side__relation__post:first-of-type {
  padding-top: 0;
}
.c-detail__side__relation__post__image {
  position: relative;
  aspect-ratio: 1/1;
  width: 6.4rem;
}
.c-detail__side__relation__post__image img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-detail__side__relation__post p {
  flex: 1;
  color: #000;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5;
}
.c-detail__side__relation__service {
  -moz-column-gap: 0.9rem;
  display: flex;
  position: relative;
  column-gap: 0.9rem;
  align-items: center;
  width: 100%;
  padding: 1.3rem 1.6rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 2rem rgba(0, 19, 50, 0.15);
}
.c-detail__side__relation__service:after {
  display: block;
  position: absolute;
  right: 0.8rem;
  width: 1rem;
  height: 1.4rem;
  background: url(../img/common/arrow_blue.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.c-detail__side__relation__service__image {
  aspect-ratio: 1/1;
  width: 5rem;
}
.c-detail__side__relation__service p {
  flex: 1;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-heading .c-heading--en {
  color: rgba(185, 241, 255, 0.5);
  font-size: 12.8rem;
  font-family: "Gemunu Libre";
  letter-spacing: 6.4px;
  text-transform: uppercase;
}
.c-heading .c-heading--jp {
  margin-top: -2.3em;
  color: #000;
  font-size: 3.6rem;
  letter-spacing: 1.8px;
}
.c-lead {
  margin-top: 3rem;
}
.c-list {
  width: 100%;
  -moz-column-gap: 2rem;
  display: flex;
  column-gap: 2rem;
  row-gap: 5.2rem;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.c-list__item {
  display: flex!important;
  flex-direction: column;
  width: 32rem;
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0 2rem rgba(0, 19, 50, 0.15);
  transition: all 0.3s;
  text-decoration: none !important;
  height: auto;
}
.c-list__item .c-list__item__text--title{
  flex-grow: 1;
}
.c-list__item__image {
  position: relative;
  width: 100%;
  height: 0;
  padding: 64.6875% 0 0 0;
}
.c-list__item__image img {
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-list__item__text {
  padding: 1.2rem 2rem 3rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-list__item__text--company,
.c-list__item__text--time {
  color: #11238c;
  font-weight: bold;
  font-size: 1.5rem;
}
.c-detail__main h3.c-list__item__text--title {
  padding: 0;
  background-color: transparent;
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}
.c-detail__main * + h3.c-list__item__text--title {
  margin-top: 0;
}
.c-list__item__text--cat {
  -moz-column-gap: 0.6rem;
  display: flex;
  column-gap: 0.6rem;
  row-gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.c-list__item__text--cat span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 2.3rem;
  padding: 0 1.4em;
  border-radius: 1.2rem;
  background: #dcf8ff;
  color: #014099;
  font-weight: bold;
  font-size: 1.3rem;
}
.c-list.is-row {
  row-gap: 2.6rem;
}
.c-list.is-row .c-list__item {
  -moz-column-gap: 2.6rem;
  column-gap: 2.6rem;
  flex-direction: row;
  align-items: center;
  width: 100%;
  box-shadow: none;
}
.c-list.is-row .c-list__item__image {
  aspect-ratio: 182/113;
  max-width: 18.2rem;
  height: auto;
  margin-top: 0.4rem;
  padding: 0;
  overflow: hidden;
  border-radius: 1.6rem;
}
.c-list.is-row .c-list__item__text {
  flex: 1;
  padding: 0;
  width: calc(100% - 20.8rem);
}
.c-list.is-row .c-list__item__text--cat {
  margin-top: 1.5rem;
}
.c-list.is-row .c-list__item__text--cat a,
.c-list.is-row .c-list__item__text--cat span {
  background: #dcf8ff;
}
.c-list.js-slide {
  width: 100%;
  max-width: 1084px;
  margin: 0 auto;
}
.c-list.js-slide .slick-list {
  padding: 30px !important;
  overflow: hidden;
}
.c-list.js-slide .slick-track {
  display: flex;
}
.c-list.js-slide .slick-next,
.c-list.js-slide .slick-prev {
  z-index: 9;
  top: 31.5%;
  width: 2rem;
  height: 0;
  padding: 3.4rem 0 0 0;
  overflow: hidden;
  background: no-repeat center !important;
  background-size: contain !important;
  transition: all 0.3s;
}
.c-list.js-slide .slick-next.slick-disabled,
.c-list.js-slide .slick-prev.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.c-list.js-slide .slick-prev {
  left: -18px;
  background-image: url(../img/common/slide_prev.svg) !important;
}
.c-list.js-slide .slick-next {
  right: -18px;
  background-image: url(../img/common/slide_next.svg) !important;
}
.c-list.js-slide .c-list__item + .c-list__item {
  margin-left: 3rem;
}
.c-list.js-slide .c-list__item:not(.slick-active):has(+ .slick-active),
.c-list.js-slide .c-list__item.slick-active + a:not(.slick-active) {
  opacity: 0;
  pointer-events: none;
}
.c-mv {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32.6rem;
  padding: 8rem 2rem 2rem;
}
.c-mv__title {
  z-index: 1;
  position: relative;
  color: #11238c;
  font-weight: bold;
  font-size: 4.4rem;
  text-align: center;
}
.c-mv__image {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-mv__image img {
  -o-object-fit: cover;
  position: absolute;
  top: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
* + .c-search {
  margin-top: 5.8rem;
}
.c-search__panel {
  padding: 4rem;
  border-radius: 1rem;
  background: #dcf8ff;
}
.c-search__panel dl {
  display: flex;
  row-gap: 2.9rem;
  flex-wrap: wrap;
}
.c-search__panel dl dt {
  width: 16%;
  padding-right: 0.5em;
  color: #000;
  font-weight: bold;
  font-size: 1.6rem;
}
.c-search__panel dl dd {
  -moz-column-gap: 0.7rem;
  display: flex;
  column-gap: 0.7rem;
  row-gap: 0.7rem;
  flex-wrap: wrap;
  width: 84%;
}
.c-search__panel dl dd input[type="radio"] {
  display: none;
}
.c-search__panel dl dd input[type="radio"]:checked + label {
  background: #11238c;
  color: #fff;
}
.c-search__panel dl dd label {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 32px;
  padding: 0 1.5em;
  border: solid 1px #11238c;
  border-radius: 16px;
  background: #fff;
  color: #11238c;
  font-weight: bold;
  font-size: 1.4rem;
}
.c-search__results {
  padding: 9.2rem 0 11.5rem;
}
.p-footer {
  margin-top: 4rem;
  padding: 2rem 0;
  border-top: 1px solid #616b80;
  background: #616b80;
  color: #fff;
  font-size: 1.5rem;
}
.p-footer__inner {
  display: flex;
  justify-content: space-between;
}
.p-footer__link {
  display: flex;
  gap: 1.6rem;
}
.p-header {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #616b80;
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  margin: 0 auto;
  padding: 0 0.8em;
}
.p-header-nav {
  display: flex;
  align-items: center;
}
.p-header-nav__item {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.p-header-nav__button {
  -webkit-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.5em 1.2em;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}
.p-header-nav__login {
  color: #616b80;
}
.p-header-nav__post {
  border: 1px #b81c22 solid;
  border-radius: 3px;
  background: #b81c22;
  color: #fff;
  font-weight: bold;
}
.p-security-case-pickup__slide {
  margin-top: 2.4rem;
}
.p-top-about__inner {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  gap: 2rem;
}
.p-top-about__inner__text {
  width: 50%;
}
.p-top-about__inner__text p + * {
  margin-top: 2rem;
}
.p-top-about__inner figure {
  width: 50%;
}
.u-mt--10 {
  margin-top: 1rem;
}
.u-mb--10 {
  margin-bottom: 1rem;
}
.u-mr--10 {
  margin-right: 1rem;
}
.u-ml--10 {
  margin-left: 1rem;
}
.u-mt--20 {
  margin-top: 2rem;
}
.u-mb--20 {
  margin-bottom: 2rem;
}
.u-mr--20 {
  margin-right: 2rem;
}
.u-ml--20 {
  margin-left: 2rem;
}
.u-mt--30 {
  margin-top: 3rem;
}
.u-mb--30 {
  margin-bottom: 3rem;
}
.u-mr--30 {
  margin-right: 3rem;
}
.u-ml--30 {
  margin-left: 3rem;
}
.u-mt--40 {
  margin-top: 4rem;
}
.u-mb--40 {
  margin-bottom: 4rem;
}
.u-mr--40 {
  margin-right: 4rem;
}
.u-ml--40 {
  margin-left: 4rem;
}
.u-mt--50 {
  margin-top: 5rem;
}
.u-mb--50 {
  margin-bottom: 5rem;
}
.u-mr--50 {
  margin-right: 5rem;
}
.u-ml--50 {
  margin-left: 5rem;
}
.u-mt--60 {
  margin-top: 6rem;
}
.u-mb--60 {
  margin-bottom: 6rem;
}
.u-mr--60 {
  margin-right: 6rem;
}
.u-ml--60 {
  margin-left: 6rem;
}
.u-mt--70 {
  margin-top: 7rem;
}
.u-mb--70 {
  margin-bottom: 7rem;
}
.u-mr--70 {
  margin-right: 7rem;
}
.u-ml--70 {
  margin-left: 7rem;
}
.u-mt--80 {
  margin-top: 8rem;
}
.u-mb--80 {
  margin-bottom: 8rem;
}
.u-mr--80 {
  margin-right: 8rem;
}
.u-ml--80 {
  margin-left: 8rem;
}
.u-mt--90 {
  margin-top: 9rem;
}
.u-mb--90 {
  margin-bottom: 9rem;
}
.u-mr--90 {
  margin-right: 9rem;
}
.u-ml--90 {
  margin-left: 9rem;
}
.u-mt--100 {
  margin-top: 10rem;
}
.u-mb--100 {
  margin-bottom: 10rem;
}
.u-mr--100 {
  margin-right: 10rem;
}
.u-ml--100 {
  margin-left: 10rem;
}
.u-mt--110 {
  margin-top: 11rem;
}
.u-mb--110 {
  margin-bottom: 11rem;
}
.u-mr--110 {
  margin-right: 11rem;
}
.u-ml--110 {
  margin-left: 11rem;
}
.u-mt--120 {
  margin-top: 12rem;
}
.u-mb--120 {
  margin-bottom: 12rem;
}
.u-mr--120 {
  margin-right: 12rem;
}
.u-ml--120 {
  margin-left: 12rem;
}
.u-textalign--center {
  text-align: center;
}
.u-textalign--left {
  text-align: left;
}
.u-textalign--right {
  text-align: right;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.0833333333vw;
  }
  body {
    font-size: 1.4rem;
  }
  .l-column {
    flex-direction: column;
  }
  .l-column__side {
    width: 100%;
  }
  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-btnArea {
    margin-top: 2rem;
  }
  .c-detail {
    padding: 5rem 0 0;
  }
  .c-detail__main__company {
    flex-direction: column;
  }
  .c-detail__main__company__image {
    max-width: none;
  }
  .c-detail__main__download {
    row-gap: 2rem;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }
  .c-detail__main__download__image {
    width: 70%;
  }
  .c-detail__main__download__text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .c-detail__main__relation__service {
    width: 100%;
  }
  .c-heading .c-heading--en {
    font-size: 10rem;
  }
  .c-heading .c-heading--jp {
    font-size: 2.8rem;
  }
  .c-lead {
    margin-top: 2rem;
  }
  .c-list__item {
    width: 100%;
  }
  .c-list.js-slide .slick-prev {
    left: 0;
  }
  .c-list.js-slide .slick-next {
    right: 0;
  }
  .c-list.js-slide .c-list__item + .c-list__item {
    margin-left: 0;
  }
  .c-list.js-slide .c-list__item {
    margin: 0 30px;
  }
  .c-list.js-slide .c-list__item:not(.slick-active):has(+ .slick-active),
  .c-list.js-slide .c-list__item.slick-active + a:not(.slick-active) {
    opacity: 1;
  }
  .c-search__panel {
    padding: 2rem;
  }
  .c-search__panel dl {
    flex-dirction: columns;
    row-gap: 1.5rem;
  }
  .c-search__panel dl dt {
    width: 100%;
  }
  .p-footer {
    margin-top: 2rem;
    padding: 1rem 0;
  }
  .p-top-about__inner {
    flex-direction: column;
    gap: 2rem;
  }
  .p-top-about__inner__text {
    width: 100%;
  }
  .p-top-about__inner__text p + * {
    margin-top: 1rem;
  }
  .p-top-about__inner figure {
    width: 100%;
  }
  .u-pc {
    display: none !important;
  }
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  a:active {
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

/* テーブルの基本スタイル */
.c-table {
  width: 100%; /* 横幅いっぱい */
  border-collapse: collapse; /* ボーダーを重ねる */
  border: 1px solid #b0c4de; /* テーブル全体の枠線 */
}

/* テーブルヘッダーのスタイル */
.c-table th {
  background-color: #11238c;
  color: #fff;
  padding: 12px 16px;
  font-weight: bold;
  text-align: cnter;
}

/* テーブルセルのスタイル */
.c-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #b0c4de;
}

/* テーブルの行（奇数行）の背景色 */
.c-table tbody tr:nth-child(odd) {
  background-color: #ffffff; /* 白 */
}

/* テーブルの行（偶数行）の背景色 */
.c-table tbody tr:nth-child(even) {
  background-color: #dcf8ff; /* 指定された薄い青 */
}


/* 横スクロールメッセージの初期状態（PCでは非表示） */
.p-table-scroll-message {
  display: none;
}

.p-table-wrap {
  margin-top: 0.7rem;
}

/* --- スマートフォン表示時のスタイル --- */
/* 一般的なスマートフォンのブレークポイント（幅767px以下）に適用 */
@media screen and (max-width: 767px) {

  .l-column__main {
    width: 100%;
    display: block;
  }

  /* テーブルを囲むdivで横スクロールを有効にする */
  .p-table-wrap {
    overflow-x: auto; /* 横方向にはみ出た場合にスクロールさせる */
  }

  /* 横スクロールメッセージを表示する */
  .p-table-scroll-message {
    display: block; /* 表示状態にする */
    margin-bottom: 0.5em; /* テーブルとの間に少し余白をとる */
    font-size: 0.875rem; /* 少し小さめの文字サイズ */
    color: #555; /* メッセージの文字色 */
    text-align: left; /* 右寄せ */
  }

  .c-table {
    width: 100%;
    white-space: nowrap;
  }
}
p + .c-detail__main__outline {
  margin-top: 3rem;
}