@charset "UTF-8";
select {
  appearance: none;
  border: none;
  background: none;
}

.container {
  width: 100%;
  max-width: 1232px;
  margin-inline: auto;
  padding: 0 16px;
}
.container .read {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}
.container .read--text {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}
.container .read--text.break--up {
  margin-top: 16px;
}
.container .read--text.color {
  color: #0CA5B0;
}
.container .read--text.color + * {
  margin-top: 10px;
  line-height: 2.5;
}
.container .logo--img__a {
  margin: 32px 0;
}
.container .logo--img__a .img {
  display: block;
  width: 100%;
  max-width: 360px;
  line-height: 0;
}
.container .logo--img__a .img img {
  object-fit: cover;
}
.container .c-nav-service-lower__text,
.container .c-section-lower__text,
.container .c-section-lower__sub-headline.u-ta-c,
.container .text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
}
.container .c-nav-service-lower__text.c-section-lower__sub-headline.u-ta-c,
.container .c-nav-service-lower__text .text,
.container .c-section-lower__text.c-section-lower__sub-headline.u-ta-c,
.container .c-section-lower__text .text,
.container .c-section-lower__sub-headline.u-ta-c.c-section-lower__sub-headline.u-ta-c,
.container .c-section-lower__sub-headline.u-ta-c .text,
.container .text.c-section-lower__sub-headline.u-ta-c,
.container .text .text {
  margin-top: 1rem;
}
.container .c-nav-service-lower__text.type--read,
.container .c-section-lower__text.type--read,
.container .c-section-lower__sub-headline.u-ta-c.type--read,
.container .text.type--read {
  line-height: 2.5;
}
.container .c-nav-service-lower__text.type--h,
.container .c-section-lower__text.type--h,
.container .c-section-lower__sub-headline.u-ta-c.type--h,
.container .text.type--h {
  font-weight: 500;
}
.container .img img {
  max-width: 100%;
  height: auto;
}

.main--area {
  display: grid;
}
.main--area .main--img,
.main--area .container {
  grid-column: 1/2;
  grid-row: 1/2;
}
.main--area .main--img {
  width: 100vw;
}
.main--area .main--img img {
  width: 100%;
  height: 320px;
  aspect-ratio: 1440/320;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.main--area .container {
  position: relative;
  z-index: 1;
}
.main--area .container .title--container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.main--area .container .title--container .page--title {
  display: flex;
  flex-direction: column;
  gap: 0px;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  position: relative;
  transition: all .3s;
  translate: 0 -3px;
}
.main--area .container .title--container .page--title:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #0CA5B0;
  transition: all 1s;
}
.main--area .container .title--container .page--title .in--title {
  font-size: 46px;
  font-weight: 500;
  color: #FFF;
  letter-spacing: 0.2rem;
}
.main--area .container .title--container .page--title .in--sub {
  font-size: clamp(16px, 4vw, 24px);
  font-weight: 500;
  color: #FFF;
  letter-spacing: 0.1rem;
  margin-top: -8px;
}
.main--area.is-view .page--title {
  animation: clipIn .3s ease-in-out 0s forwards;
}
.main--area.is-view .page--title:after {
  animation: slideIn .3s ease-in-out .3s forwards;
}

main:has(.main--area) .section {
  margin-top: 112px;
}

.section {
  opacity: 0;
  translate: 0 20px;
  padding-bottom: 160px;
  animation: fadeIn 1s ease-in-out .3s forwards;
}
.section:has(.recruit-ability), .section:has(.contents--title__wrap), .section:has(.c-visual-service-lower) {
  margin-top: 64px;
}
.section.no--main {
  margin-top: 80px;
}
.section .main--contents {
  display: grid;
  grid-template-columns: 258px 1fr;
  gap: 82px;
}
.section .main--contents.type--f--contents {
  grid-template-columns: 1fr;
  max-width: 892px;
  margin-top: 72px;
}
.section .main--contents.type--f--contents .c-section-lower .c-section-lower__child {
  border-top: 1px solid #0CA5B0;
  margin-top: 64px;
}
.section .main--contents.type--f--contents .c-section-lower .c-section-lower__child h3 {
  margin-top: 40px !important;
}
.section .main--contents.type--f--contents .c-section-lower .c-section-lower__child + .c-section-lower__child {
  margin-top: 40px;
}
.section .main--contents.type--f--contents .c-section-lower .c-section-lower__child:last-of-type {
  border-bottom: 1px solid #0CA5B0;
  padding-bottom: 64px;
}
.section .main--contents .c--side--nav {
  width: 258px;
}
.section .main--contents .c--side--nav .side--nav {
  width: 100%;
  position: sticky;
  top: 84px;
  left: 0;
}
.section .main--contents .c--side--nav .side--nav:after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  right: 0;
  width: 1px;
  height: 100%;
  background: #0CA5B0;
}
.section .main--contents .c--side--nav .page--name {
  font-size: 22px;
  font-weight: 700;
  color: #0CA5B0;
  letter-spacing: 0.1rem;
}
.section .main--contents .c--side--nav .page--name + * {
  margin-top: 16px;
}
.section .main--contents .c--side--nav .anc--box .anc--box__btn {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  height: 48px;
  display: flex;
  align-items: center;
  transition: color .3s;
}
.section .main--contents .c--side--nav .anc--box .anc--box__btn:before, .section .main--contents .c--side--nav .anc--box .anc--box__btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  bottom: 50%;
  right: 24px;
  width: 12px;
  height: 2px;
  background: #0CA5B0;
  transition: rotate .3s;
}
.section .main--contents .c--side--nav .anc--box .anc--box__btn:after {
  rotate: 90deg;
}
@media (any-hover: hover) {
  .section .main--contents .c--side--nav .anc--box .anc--box__btn:hover {
    color: #0CA5B0;
  }
}
.section .main--contents .c--side--nav .anc--box .anc--box__btn.active:after {
  rotate: 0deg;
}
.section .main--contents .c--side--nav .anc--box a.anc--box__btn:before, .section .main--contents .c--side--nav .anc--box a.anc--box__btn:after {
  display: none;
}
.section .main--contents .c--side--nav .anc--box .anc--list {
  display: none;
}
.section .main--contents .c--side--nav .anc--box .anc--list .list .link--btn {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  background: #FFF;
  padding-left: 20px;
  transition: all .3s;
}
@media (any-hover: hover) {
  .section .main--contents .c--side--nav .anc--box .anc--list .list .link--btn:hover {
    color: #0CA5B0;
  }
}
.section .main--contents .contents .contents--title {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.17rem;
  translate: 0 -8px;
}
.section .main--contents .contents .contents--title + .c-section-lower__text {
  margin-top: 72px;
}
.section .main--contents .contents .contents--title + .img img {
  margin-top: 64px;
}
.section .main--contents .contents .update--title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.17rem;
}
.section .main--contents .contents .update--title + .read {
  margin-top: 24px !important;
}
.section .main--contents .contents .information--list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  border-top: 1px solid #CCC;
  margin-top: 54px;
}
.section .main--contents .contents .information--list .information--list__item {
  display: grid;
  gap: 20px;
  grid-template-columns: 76px 100px 1fr;
  padding: 24px 0;
  border-bottom: 1px solid #CCC;
}
.section .main--contents .contents .information--list .information--list__item .information--list__date {
  font-size: 16px;
  font-weight: 300;
  display: flex;
}
.section .main--contents .contents .information--list .information--list__item .information--list__category {
  width: 100px;
}
.section .main--contents .contents .information--list .information--list__item .information--list__category .type--category {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  background: #2c5496;
  border-radius: 2px;
  color: #FFF;
}
.section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--notice .type--category {
  background: #EECC00;
}
@media (any-hover: hover) {
  .section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--notice + .information--list__title:hover a {
    color: #EECC00;
  }
}
.section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--search_result .type--category {
  background: #FD8000;
}
@media (any-hover: hover) {
  .section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--search_result + .information--list__title:hover a {
    color: #FD8000;
  }
}
.section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--class .type--category {
  background: #2c5496;
}
@media (any-hover: hover) {
  .section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--class + .information--list__title:hover a {
    color: #2c5496;
  }
}
.section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--pr .type--category {
  background: #EECC00;
}
@media (any-hover: hover) {
  .section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--pr + .information--list__title:hover a {
    color: #EECC00;
  }
}
.section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--forum .type--category {
  background: #1EA8D3;
}
@media (any-hover: hover) {
  .section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--forum + .information--list__title:hover a {
    color: #1EA8D3;
  }
}
.section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--company .type--category {
  background: #2E5AA0;
}
@media (any-hover: hover) {
  .section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--company + .information--list__title:hover a {
    color: #2E5AA0;
  }
}
.section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--student .type--category {
  background: #EF9B20;
}
@media (any-hover: hover) {
  .section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--student + .information--list__title:hover a {
    color: #EF9B20;
  }
}
.section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--university .type--category {
  background: #7759B2;
}
@media (any-hover: hover) {
  .section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--university + .information--list__title:hover a {
    color: #7759B2;
  }
}
.section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--adopt .type--category {
  background: #1EA8D3;
}
@media (any-hover: hover) {
  .section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--adopt + .information--list__title:hover a {
    color: #1EA8D3;
  }
}
.section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--proceed .type--category {
  background: #07B53B;
}
@media (any-hover: hover) {
  .section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--proceed + .information--list__title:hover a {
    color: #07B53B;
  }
}
.section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--service .type--category {
  background: #22BB22;
}
@media (any-hover: hover) {
  .section .main--contents .contents .information--list .information--list__item .information--list__category.information--list__category--service + .information--list__title:hover a {
    color: #22BB22;
  }
}
.section .main--contents .contents .information--list .information--list__item .information--list__title {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}
.section .main--contents .contents .information--list .information--list__item .information--list__title a {
  word-break: break-all;
}
@media (any-hover: hover) {
  .section .main--contents .contents .information--list .information--list__item .information--list__title:hover a {
    color: #0CA5B0 !important;
  }
}
.section .main--contents .contents .information--list.type--career_research .information--list__item {
  grid-template-columns: 76px 136px 1fr;
}
.section .main--contents .contents .information--list.type--career_research .information--list__item .information--list__category {
  width: 136px;
}
.section .main--contents .contents .information--list.type--career_research .information--list__item .information--list__category .type--category {
  width: 100%;
  font-size: 12px;
}
.section .main--contents .contents .c-pageNav-bottom {
  display: flex;
  gap: 16px;
  margin-inline: 0;
  margin-top: 64px;
}
.section .main--contents .contents .c-pageNav-bottom span {
  display: none;
}
.section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #CCC;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
@media (any-hover: hover) {
  .section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item a:hover {
    background: #0CA5B0;
    border: 1px solid #0CA5B0;
    color: #FFF;
  }
}
.section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item:last-of-type a, .section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item.next a, .section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item.pre a {
  overflow: hidden;
  background: #CCC;
  border: 1px solid  #CCC;
  color: #FFF;
}
.section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item:last-of-type a:after, .section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item.next a:after, .section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item.pre a:after {
  content: "";
  display: none;
  rotate: 45deg;
  width: 8px;
  height: 8px;
}
@media (any-hover: hover) {
  .section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item:last-of-type a:hover, .section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item.next a:hover, .section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item.pre a:hover {
    background: #0CA5B0;
    border: 1px solid #0CA5B0;
    color: #FFF;
  }
}
.section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item.pre a:after {
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  translate: 2px;
}
.section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item:last-of-type a:after, .section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item.next a:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  translate: -2px;
}
.section .main--contents .contents .c-pageNav-bottom span.current {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #0CA5B0;
  background: #0CA5B0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.section .main--contents .contents .tab--btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.section .main--contents .contents .tab--btn + * {
  margin-top: 64px;
}
.section .main--contents .contents .tab--btn .list .btn {
  background: #0CA5B0;
  border: 1px solid #0CA5B0;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  display: grid;
  grid-template-columns: 8px 1fr;
  align-items: center;
  padding: 0 16px;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  transition: all .3s;
}
.section .main--contents .contents .tab--btn .list .btn:before {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #FFF;
  transition: background .3s;
}
@media (any-hover: hover) {
  .section .main--contents .contents .tab--btn .list .btn:hover {
    background: #FFF;
    color: #0CA5B0;
  }
  .section .main--contents .contents .tab--btn .list .btn:hover:before {
    background: #0CA5B0;
  }
}
.section .main--contents .contents .tab--btn .list + .list {
  margin-top: 0 !important;
}
.section .main--contents .contents .service--wrap + .service--wrap {
  margin-top: 120px;
}
.section .main--contents .contents .service--thumb {
  display: grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section .main--contents .contents .service--thumb .service--cate {
  background: #0CA5B0;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 40px;
}
.section .main--contents .contents .service--thumb .service--cate .in--name {
  font-size: 28px;
  font-weight: 500;
  color: #FFF;
}
.section .main--contents .contents .service--thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 860/340;
  object-fit: cover;
  display: block;
}
.section .main--contents .contents .service--list__wrap .service--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #EEE;
  margin-top: 40px;
  transition: border .3s;
  position: relative;
}
.section .main--contents .contents .service--list__wrap .service--list:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 8px;
  height: 8px;
  rotate: 45deg;
  border-top: 1px solid #0CA5B0;
  border-right: 1px solid #0CA5B0;
}
.section .main--contents .contents .service--list__wrap .service--list .service--cate_bag {
  width: fit-content;
  padding: 0 16px;
  height: 30px;
  background: #FD8000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section .main--contents .contents .service--list__wrap .service--list .service--cate_bag.cate02 {
  background: #22BB22;
}
.section .main--contents .contents .service--list__wrap .service--list .service--cate_bag.cate03 {
  background: #EECC00;
}
.section .main--contents .contents .service--list__wrap .service--list .service--cate_bag.cate04 {
  background: #2c5496;
}
.section .main--contents .contents .service--list__wrap .service--list .service--name {
  width: 100%;
  display: flex;
  align-items: center;
}
.section .main--contents .contents .service--list__wrap .service--list .service--name picture {
  width: 100%;
  display: block;
  height: 100%;
}
.section .main--contents .contents .service--list__wrap .service--list .service--name img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.section .main--contents .contents .service--list__wrap .service--list .service--name img.l--size {
  scale: 0.75;
}
.section .main--contents .contents .service--list__wrap .service--list .service--info {
  padding: 40px;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.section .main--contents .contents .service--list__wrap .service--list .service--info .service--info__title {
  line-height: 1.75;
  font-size: 16px;
  font-weight: 700;
  transition: color .3s;
}
.section .main--contents .contents .service--list__wrap .service--list .service--info .service--info__title + * {
  margin-top: 18px;
}
.section .main--contents .contents .service--list__wrap .service--list .service--info .in--text {
  line-height: 1.75;
  font-size: 16px;
  /*font-weight: 300;*/
  font-weight: 400;
  transition: color .3s;
}
@media (any-hover: hover) {
  .section .main--contents .contents .service--list__wrap .service--list:hover {
    border: 1px solid #0CA5B0;
  }
  .section .main--contents .contents .service--list__wrap .service--list:hover .service--info .service--info__title {
    color: #0CA5B0;
  }
  .section .main--contents .contents .service--list__wrap .service--list:hover .service--info .in--text {
    color: #0CA5B0;
  }
}
.section .main--contents .contents .in--contents {
  margin-top: 48px;
}
.section .main--contents .contents .in--contents > *:first-child {
  margin-top: 0 !important;
}
.section .main--contents .contents .in--contents:has(.message--area) {
  margin-top: -6px;
  width: calc(100% + 15px);
}
@media screen and (max-width: 1200px) {
  .section .main--contents .contents .in--contents:has(.message--area) {
    width: 100%;
  }
}
.section .main--contents .contents .in--contents .c-section-lower > *:first-child {
  margin-top: 0 !important;
}
.section .main--contents .contents .in--contents .c-section-lower .p-career-research_wrap > *:first-child {
  margin-top: 0 !important;
}
.section .main--contents .contents .in--contents:has(.tab--btn) {
  margin-top: 8px;
}
.section .main--contents .contents .in--contents:has(.tab--btn.t--group__btn) {
  margin-top: 40px;
}
.section .main--contents .contents .in--contents:has(.report--area) {
  margin-top: 64px;
}
.section .main--contents .contents .in--contents .c-section-lower__child-child {
  margin-top: 56px;
}
.section .main--contents .contents .in--contents .read {
  margin-top: 40px;
}
.section .main--contents .contents .in--contents.template--style:has(.c-visual-service-lower) {
  margin-top: 0;
}
.section .main--contents .contents .in--contents.template--style:has(.c-visual-service-lower) .c-visual-service-lower__logo-area {
  margin-bottom: 40px;
}
.section .main--contents .contents .in--contents.template--style:has(.c-visual-service-lower) .c-visual-service-lower__logo-area .c-visual-service-lower__text-icon {
  position: static;
  margin: 0;
  margin-top: 9px;
  padding: 6px 24px;
}
.section .main--contents .contents .in--contents.template--style:has(.c-visual-service-lower) .c-visual-service-lower__logo-area:has(.c-visual-service-lower__text-icon) img {
  margin-top: 0px;
}
.section .main--contents .contents .in--contents.template--style:has(.c-visual-service-lower) .c-visual-service-lower__logo-area img {
  translate: 0 0;
  max-width: 640px;
  margin-top: 9px;
}
.section .main--contents .contents .in--contents.template--style:has(.c-visual-service-lower) .c-container .c-section-service-lower > img {
  max-width: 520px;
  height: auto;
}
.section .main--contents .contents .in--contents.template--style:has(.c-visual-service-lower) .c-container .c-section-service-lower > img.has--border {
  border: 1px solid #DDD;
}
.section .main--contents .contents .in--contents.template--style .read {
  margin-top: 40px;
}
.section .main--contents .contents .in--contents.template--style .c-section-lower__sub-headline {
  line-height: 1.75;
  font-size: 32px;
  font-weight: 500;
}
.section .main--contents .contents .in--contents.template--style h3.c-section-lower__sub-headline {
  font-size: 24px;
}
.section .main--contents .contents .in--contents.template--style .c-visual-service-lower__title {
  line-height: 1.75;
  font-size: 28px;
  font-weight: 700;
  color: #0CA5B0;
  margin-bottom: 80px;
  letter-spacing: 0.075rem;
}
.section .main--contents .contents .in--contents.template--style .c-visual-service-lower__title br {
  display: none;
}
.section .main--contents .contents .in--contents.template--style .p-download-headline,
.section .main--contents .contents .in--contents.template--style .c-corporate-table.type--group th,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.c-section-service-lower__headline--ornament,
.section .main--contents .contents .in--contents.template--style .c-section-lower__headline,
.section .main--contents .contents .in--contents.template--style .p-career-research_heading,
.section .main--contents .contents .in--contents.template--style h3 {
  line-height: 1.75;
  font-size: 24px;
  font-weight: 500;
  color: #0CA5B0;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  margin-top: 48px;
}
.section .main--contents .contents .in--contents.template--style .p-download-headline br.sp,
.section .main--contents .contents .in--contents.template--style .c-corporate-table.type--group th br.sp,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline br.sp,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.c-section-service-lower__headline--ornament br.sp,
.section .main--contents .contents .in--contents.template--style .c-section-lower__headline br.sp,
.section .main--contents .contents .in--contents.template--style .p-career-research_heading br.sp,
.section .main--contents .contents .in--contents.template--style h3 br.sp {
  display: none;
}
.section .main--contents .contents .in--contents.template--style .p-download-headline:before,
.section .main--contents .contents .in--contents.template--style .c-corporate-table.type--group th:before,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline:before,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.c-section-service-lower__headline--ornament:before,
.section .main--contents .contents .in--contents.template--style .c-section-lower__headline:before,
.section .main--contents .contents .in--contents.template--style .p-career-research_heading:before,
.section .main--contents .contents .in--contents.template--style h3:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #0CA5B0;
  border-radius: 100%;
  line-height: 1.75;
  translate: 0px 10px;
}
.section .main--contents .contents .in--contents.template--style .p-download-headline + p,
.section .main--contents .contents .in--contents.template--style .c-corporate-table.type--group th + p,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline + p,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.c-section-service-lower__headline--ornament + p,
.section .main--contents .contents .in--contents.template--style .c-section-lower__headline + p,
.section .main--contents .contents .in--contents.template--style .p-career-research_heading + p,
.section .main--contents .contents .in--contents.template--style h3 + p {
  margin-top: 18px;
  padding-left: 32px;
  line-height: 2;
}
.section .main--contents .contents .in--contents.template--style .p-download-headline.mt0,
.section .main--contents .contents .in--contents.template--style .c-corporate-table.type--group th.mt0,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.mt0,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.c-section-service-lower__headline--ornament.mt0,
.section .main--contents .contents .in--contents.template--style .c-section-lower__headline.mt0,
.section .main--contents .contents .in--contents.template--style .p-career-research_heading.mt0,
.section .main--contents .contents .in--contents.template--style h3.mt0 {
  margin-top: 0;
}
.section .main--contents .contents .in--contents.template--style .p-download-headline.research--type,
.section .main--contents .contents .in--contents.template--style .c-corporate-table.type--group th.research--type,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.research--type,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.c-section-service-lower__headline--ornament.research--type,
.section .main--contents .contents .in--contents.template--style .c-section-lower__headline.research--type,
.section .main--contents .contents .in--contents.template--style .p-career-research_heading.research--type,
.section .main--contents .contents .in--contents.template--style h3.research--type {
  grid-template-columns: 1fr;
  padding-top: 48px;
  margin-top: 0;
}
.section .main--contents .contents .in--contents.template--style .p-download-headline.research--type:before,
.section .main--contents .contents .in--contents.template--style .c-corporate-table.type--group th.research--type:before,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.research--type:before,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.c-section-service-lower__headline--ornament.research--type:before,
.section .main--contents .contents .in--contents.template--style .c-section-lower__headline.research--type:before,
.section .main--contents .contents .in--contents.template--style .p-career-research_heading.research--type:before,
.section .main--contents .contents .in--contents.template--style h3.research--type:before {
  display: none;
}
.section .main--contents .contents .in--contents.template--style .p-download-headline.research--type + .h3--under--box,
.section .main--contents .contents .in--contents.template--style .c-corporate-table.type--group th.research--type + .h3--under--box,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.research--type + .h3--under--box,
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.c-section-service-lower__headline--ornament.research--type + .h3--under--box,
.section .main--contents .contents .in--contents.template--style .c-section-lower__headline.research--type + .h3--under--box,
.section .main--contents .contents .in--contents.template--style .p-career-research_heading.research--type + .h3--under--box,
.section .main--contents .contents .in--contents.template--style h3.research--type + .h3--under--box {
  padding-left: 0;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box {
  margin-top: 18px;
  padding-left: 32px;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box.large--up {
  margin-top: 40px;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box.large--up .c-section-lower__text {
  margin-top: 32px;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box.large--up .c-section-lower__text + .c-section-lower__text {
  margin-top: 32px;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box .c-section-lower__sub-headline.u-ta-c.c-section-lower__sub-headline.u-ta-c {
  margin-top: 0;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box ol {
  margin-left: 0;
  padding-left: 18px;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box ol li {
  margin-top: 24px;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box ol.compliance--list li {
  font-weight: bold;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box ol.compliance--list.compliance--list2 li {
  font-weight: normal;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box ul {
  margin-left: 0;
  margin-top: 0;
  padding-left: 18px;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box ul li {
  margin-top: 4px;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box .p-wrap__text {
  padding-left: 0;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box .p-wrap__title-lv2 {
  margin-top: 40px;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box .p-wrap__title-lv2 + * {
  margin-top: 40px;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box .p-recruit-ability__box ol {
  margin: 0;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box .p-recruit-ability__box ol li {
  margin-top: 0;
  font-weight: 300;
  text-indent: 0;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box .p-recruit-ability__box ol li + li {
  margin-top: 16px;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box .p-recruit-ability__box .add--text {
  font-size: 12px;
  margin-top: 16px;
  text-align: right;
  font-weight: 300;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box .p-recruit-ability__box .add--text.has--icon {
  display: grid;
  gap: 4px;
  grid-template-columns: 12px 1fr;
  width: fit-content;
  margin-left: auto;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box .p-recruit-ability__box .add--text.has--icon .icon {
  font-size: 12px;
  font-weight: 300;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box .text + .text {
  margin-top: 16px;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box .compliance--hotline--title {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 600;
		color: #0CA5B0;
}
.section .main--contents .contents .in--contents.template--style .h3--under--box .compliance--hotline--title + compliance--list {
  margin-top: 0;
}
.section .main--contents .contents .in--contents.template--style .rede--more {
  display: flex;
  align-items: center;
  width: 209px;
  height: 56px;
  background: #0CA5B0;
  border: 1px solid #0CA5B0;
  padding-left: 24px;
  position: relative;
  margin-top: 16px;
}
.section .main--contents .contents .in--contents.template--style .rede--more .in--text {
  font-size: 20px;
  color: #FFF;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
.section .main--contents .contents .in--contents.template--style .rede--more:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFFF;
  transform: rotate(45deg);
}
@media (any-hover: hover) {
  .section .main--contents .contents .in--contents.template--style .rede--more:hover {
    background: #FFF;
  }
  .section .main--contents .contents .in--contents.template--style .rede--more:hover .in--text {
    color: #0CA5B0;
  }
  .section .main--contents .contents .in--contents.template--style .rede--more:hover:after {
    border-top: 1px solid #0CA5B0;
    border-right: 1px solid #0CA5B0;
  }
}
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__text-link {
  display: block;
  margin-top: 14px;
  padding-left: 36px;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__text-link.p-download-link {
  line-height: 1.75;
  font-size: 16px;
  /*font-weight: 300;*/
  font-weight: 400;
  color: #2E5AA0;
}
.section .main--contents .contents .in--contents.template--style .c-corporate-table.type--group th:before {
  translate: 0px 10px;
}
.section .main--contents .contents .in--contents.template--style h2.p-download-headline:before, .section .main--contents .contents .in--contents.template--style h2.c-corporate-table.type--group th:before, .section .main--contents .contents .in--contents.template--style h2.c-section-service-lower__headline:before, .section .main--contents .contents .in--contents.template--style h2.c-section-service-lower__headline.c-section-service-lower__headline--ornament:before, .section .main--contents .contents .in--contents.template--style h2.c-section-lower__headline:before, .section .main--contents .contents .in--contents.template--style h2.p-career-research_heading:before {
  translate: 0px 10px;
}
.section .main--contents .contents .in--contents.template--style .hilight {
  font-size: clamp(18px, 5vw, 32px);
}
.section .main--contents .contents .in--contents.template--style .c-section-service-lower .c-section-lower__title.c-section-lower__title--line.c-section-lower__title--lower-case {
  margin-bottom: 40px;
  border-bottom: 2px solid #40ad42;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-lower + .c-section-service-lower {
  margin-top: 80px;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-lower .c-section-service-lower__iframe-wrap {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding-top: 314px;
  margin-top: 80px;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-lower .c-section-service-lower__iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
}
.section .main--contents .contents .in--contents.template--style .has--img {
  display: block;
  margin: 34px 0 0;
}
.section .main--contents .contents .in--contents.template--style .has--img + .has--img {
  margin-top: 64px;
}
.section .main--contents .contents .in--contents.template--style .u-list-style-initial,
.section .main--contents .contents .in--contents.template--style ul,
.section .main--contents .contents .in--contents.template--style ul.normal {
  list-style: disc;
  margin: 40px 0;
  margin-left: 1rem;
  padding-left: 1rem;
}
.section .main--contents .contents .in--contents.template--style ul.none {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.section .main--contents .contents .in--contents.template--style ol {
  list-style: decimal;
  margin: 40px 0;
  margin-left: 1rem;
}
.section .main--contents .contents .in--contents.template--style ol li,
.section .main--contents .contents .in--contents.template--style ul li {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
}
.section .main--contents .contents .in--contents.template--style ol li p,
.section .main--contents .contents .in--contents.template--style ul li p {
  padding-bottom: 4px;
  line-height: 1.75;
}
.section .main--contents .contents .in--contents.template--style ol li p.text,
.section .main--contents .contents .in--contents.template--style ul li p.text {
  padding-bottom: 0;
}
.section .main--contents .contents .in--contents.template--style ol li p.text + .text,
.section .main--contents .contents .in--contents.template--style ul li p.text + .text {
  margin-top: 2px;
}
.section .main--contents .contents .in--contents.template--style ol li + li,
.section .main--contents .contents .in--contents.template--style ul li + li {
  margin-top: 16px;
}
.section .main--contents .contents .in--contents.template--style ol.compliance--list li + li,
.section .main--contents .contents .in--contents.template--style ul.compliance--list li + li {
  margin-top: 32px;
}
.section .main--contents .contents .in--contents.template--style ul.c-section-service-lower__banner {
  display: grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  list-style: none;
}
.section .main--contents .contents .in--contents.template--style ul.c-section-service-lower__banner li {
  width: 100%;
  border: 1px solid #bfbfbf;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .main--contents .contents .in--contents.template--style ul.c-section-service-lower__banner li img {
  width: 171px;
}
.section .main--contents .contents .in--contents.template--style ul.c-section-service-lower__banner li + li {
  margin-top: 0;
}
.section .main--contents .contents .in--contents.template--style ul.c-section-service-lower__banner li + li img {
  width: 320px;
}
.section .main--contents .contents .in--contents.template--style a.out--window {
  pointer-events: none;
  display: grid;
  margin: 64px 0 54px;
}
.section .main--contents .contents .in--contents.template--style .p-recruit-ability__img {
  display: block;
  grid-row: 1/2;
  grid-column: 1/2;
}
.section .main--contents .contents .in--contents.template--style .btn_icon {
  display: flex;
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 0;
}
.section .main--contents .contents .in--contents.template--style .btn_icon img {
  width: 32px;
  height: 32px;
}
.section .main--contents .contents .in--contents.template--style .p-recruit-ability__box {
  margin-top: 40px;
  padding: 32px 40px;
  font-size: 1.5rem;
  background-color: #F9F9F9;
}
.section .main--contents .contents .in--contents.template--style .p-recruit-ability__box ol {
  margin-left: 0;
  padding-left: 19px;
  margin: 0;
}
.section .main--contents .contents .in--contents.template--style .p-recruit-ability__box ol li {
  margin-top: 0;
}
.section .main--contents .contents .in--contents.template--style .p-recruit-ability__box ol li + li {
  margin-top: 16px;
}
.section .main--contents .contents .in--contents.template--style .c-section-lower__text:nth-of-type(n+2) {
  margin-top: 16px;
}
.section .main--contents .contents .in--contents.template--style .c-section-lower__text.c-section-lower__text--right {
  text-align: right;
}
.section .main--contents .contents .in--contents.template--style .c-section-lower__child > .c-section-lower__text {
  margin-top: 80px;
}
.section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__sub-headline a,
.section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__sub-headline {
  line-height: 1.75;
  font-size: 24px;
  font-weight: 500;
  color: #0CA5B0;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  margin-top: 80px;
}
.section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__sub-headline a:before,
.section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__sub-headline:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #0CA5B0;
  border-radius: 100%;
  line-height: 1.75;
  translate: 0px 10px;
}
.section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__sub-headline_s {
  line-height: 1.75;
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
}
.section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__group {
  padding-left: 36px;
  padding-top: 24px;
}
.section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__group .c-section-lower__group__box:nth-of-type(n + 2) {
  margin-top: 16px;
}
.section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__group .c-section-lower__group__box .event__ttllink .c-section-lower__sub-headline-lv2 {
  font-size: 16px;
  line-height: 1.75;
  color: #2c5496;
  font-weight: 500;
}
.section .main--contents .contents .in--contents.template--style .link--text,
.section .main--contents .contents .in--contents.template--style .c-section-lower__plane-link {
  font-size: 16px;
  line-height: 1.75;
  color: #2c5496;
  font-weight: 400;
  display: block;
  width: fit-content;
}
.section .main--contents .contents .in--contents.template--style .link--text:nth-of-type(n + 2),
.section .main--contents .contents .in--contents.template--style .c-section-lower__plane-link:nth-of-type(n + 2) {
  margin-top: 18px;
}
@media (any-hover: hover) {
  .section .main--contents .contents .in--contents.template--style .link--text:hover,
  .section .main--contents .contents .in--contents.template--style .c-section-lower__plane-link:hover {
    opacity: 0.75;
  }
}
.section .main--contents .contents .in--contents.template--style .link--text:nth-of-type(n + 2) {
  margin-top: 4px;
}
.section .main--contents .contents .in--contents.template--style .text .link--text {
  display: inline;
}
.section .main--contents .contents .in--contents.template--style .c-lower-service-link {
  display: block;
  margin-inline: auto;
  max-width: 480px;
}
.section .main--contents .contents .in--contents.template--style a.c-lower-service-link {
  max-width: 460px;
  height: 64px;
  background: #0CA5B0;
  color: #FFF;
  font-size: 16px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.section .main--contents .contents .in--contents.template--style a.c-lower-service-link span {
  color: #FFF;
  font-size: 16px;
}
.section .main--contents .contents .in--contents.template--style a.c-lower-service-link:has(.c-lower-service-link__btn) {
  width: 100%;
  height: auto;
  background: none;
  gap: 0;
  margin-top: 80px;
}
.section .main--contents .contents .in--contents.template--style a.c-lower-service-link:has(.c-lower-service-link__btn) br {
  display: none;
}
.section .main--contents .contents .in--contents.template--style a.c-lower-service-link .c-lower-service-link__btn {
  width: 100%;
  max-width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0CA5B0;
  border: 1px solid #0CA5B0;
  margin-top: 32px;
}
@media (any-hover: hover) {
  .section .main--contents .contents .in--contents.template--style a.c-lower-service-link:hover .c-lower-service-link__btn {
    background: #FFF;
    color: #0CA5B0;
  }
}
.section .main--contents .contents .in--contents.template--style a.c-lower-service-link img {
  display: block;
  max-width: 280px;
  height: auto;
}
.section .main--contents .contents .in--contents.template--style .c-lower-service-link__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  max-width: 180px;
  height: 40px;
  background: #0CA5B0;
  color: #FFF;
  font-size: 16px;
  border-radius: 4px;
  transition: all .3s;
}
.section .main--contents .contents .in--contents.template--style a.p-service-lp-link {
  display: block;
  margin-inline: auto;
  margin-top: 40px;
  width: fit-content;
}
.section .main--contents .contents .in--contents.template--style a.p-service-lp-link img {
  object-fit: cover;
  display: block;
}
.section .main--contents .contents .in--contents.template--style .c-nav-service-lower {
  margin-top: 160px;
  padding: 40px;
  background: #e5e5e5;
}
.section .main--contents .contents .in--contents.template--style .c-nav-service-lower ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section .main--contents .contents .in--contents.template--style .c-nav-service-lower ul .c-nav-service-lower__item a,
.section .main--contents .contents .in--contents.template--style .c-nav-service-lower ul .c-nav-service-lower__item.u-d-b a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  max-width: 460px;
  height: 64px;
  background: #0CA5B0;
  color: #FFF;
  font-size: 16px;
  border-radius: 4px;
}
@media (any-hover: hover) {
  .section .main--contents .contents .in--contents.template--style .c-nav-service-lower ul .c-nav-service-lower__item a:hover,
  .section .main--contents .contents .in--contents.template--style .c-nav-service-lower ul .c-nav-service-lower__item.u-d-b a:hover {
    background: #FFF;
    color: #0CA5B0;
  }
}
.section .main--contents .contents .in--contents.template--style .c-nav-service-lower ul .c-nav-service-lower__item:nth-of-type(2) {
  display: none;
}
.section .main--contents .contents .in--contents.template--style .c-nav-service-lower ul .c-nav-service-lower__item.u-d-n {
  display: none;
}
.section .main--contents .contents .in--contents.template--style .c-nav-service-lower ul .c-nav-service-lower__item.u-d-n a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  max-width: 220px;
  height: 64px;
  background: #0CA5B0;
  color: #FFF;
  font-size: 16px;
  border-radius: 4px;
}
.section .main--contents .contents .in--contents.template--style .c-nav-service-lower .c-nav-service-lower__text {
  margin-top: 40px;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__image {
  max-width: 442px;
  display: block;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-lower__image.c-section-service-lower__image--wide {
  max-width: 740px;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-lower > img {
  margin: 80px auto;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-lower > img > .c-section-service-lower__headline {
  margin-top: 80px;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-borderbox {
  border: solid 2px #40ad42;
  border-radius: 10px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-inline: auto;
  max-width: 700px;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-borderbox .c-section-service-lower__logo {
  width: 300px;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-borderbox h3 {
  display: block;
  line-height: 1;
  color: #2c5496;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 32px;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-borderbox h3:before {
  display: none;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-borderbox .c-section-service-lower__text {
  background-color: #5d5d5d;
  color: #fff;
  border-radius: 15px;
  height: 30px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-borderbox .c-section-service-lower__text + .c-section-service-lower__text {
  margin-top: 16px;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-borderbox + .c-section-service-borderbox {
  margin-top: 40px;
}
.section .main--contents .contents .in--contents.template--style .c-section-service-borderbox--orange {
  border-color: #fba600;
}
.section .main--contents .contents .in--contents.template--style .career-research_wrap {
  margin-top: 24px;
}
.section .main--contents .contents .in--contents.template--style .career-research_wrap ul.p-list-box {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
}
.section .main--contents .contents .in--contents.template--style .career-research_wrap ul.p-list-box .p-list-box__item {
  display: grid;
  gap: 4px;
  grid-template-columns: 8px 1fr;
  /* 1列目は300px、2列目は余った幅全て */
  align-items: center;
}
.section .main--contents .contents .in--contents.template--style .career-research_wrap ul.p-list-box .p-list-box__item:before {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  background: #2E5AA0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  translate: 0 2px;
}
.section .main--contents .contents .in--contents.template--style .career-research_wrap ul.p-list-box .p-list-box__item a {
  color: #2E5AA0 !important;
  font-size: 16px;
  line-height: 1.75;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .section .main--contents .contents .in--contents.template--style .career-research_wrap ul.p-list-box .p-list-box__item a:hover {
    opacity: 0.75;
  }
}
.section .main--contents .contents .in--contents.template--style .career-research_wrap .p-wrap {
  margin-top: 64px;
}
.section .main--contents .contents .in--contents.template--style .career-research_wrap .p-wrap + .p-wrap {
  margin-top: 80px;
}
.section .main--contents .contents .in--contents.template--style .career-research_wrap .p-wrap .p-wrap__text {
  font-weight: 300;
}
.section .main--contents .contents .in--contents.template--style .career-research_wrap .p-wrap .p-wrap__text + .p-wrap__title-lv2 {
  margin-top: 48px;
}
.section .main--contents .contents .in--contents.template--style .career-research_wrap .p-wrap__title-lv2 a {
  font-weight: 500;
  color: #2E5AA0;
  font-size: 18px;
  line-height: 1.75;
  width: fit-content;
  background: linear-gradient(transparent calc(100% - 2px), #2E5AA0 0%);
  display: inline;
  padding: 0 0 6px;
  border-bottom: none;
}
@media (any-hover: hover) {
  .section .main--contents .contents .in--contents.template--style .career-research_wrap .p-wrap__title-lv2 a:hover {
    opacity: 0.75;
  }
}
.section .main--contents .contents .in--contents.template--style .career-research_wrap .p-wrap__title-lv2 + .p-wrap__text {
  margin-top: 16px;
}
.section .main--contents .contents .in--contents.template--style.type--e .common--h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.75;
}
.section .main--contents .contents .in--contents.template--style.type--e .common--h2 + * {
  margin-top: 40px;
}
.section .main--contents .contents .in--contents.template--style.type--e .c-corporate-table.type--corporate tbody tr {
  grid-template-columns: 260px 1fr;
}
.section .main--contents .contents .in--contents .p-wrap__block {
  display: flex;
  width: 180px;
  height: 40px;
  border-radius: 4px;
  margin-top: 24px;
  background: #0CA5B0;
  border: 1px solid #0CA5B0;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.section .main--contents .contents .in--contents .sig {
  margin-top: 64px;
}
.section .main--contents .contents .in--contents .sig .cs--class {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 300;
}
.section .main--contents .contents .in--contents .sig .name {
  font-size: 24px;
  font-weight: 400;
  margin-top: 4px;
}
.section .main--contents .contents .c-section-service-lower__text.c-section-service-lower__text--large:has(a) {
  margin-top: 64px;
  padding: 0 40px;
}
.section .main--contents .contents .c-section-service-lower__text.c-section-service-lower__text--large a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  max-width: 440px;
  height: 64px;
  background: #0CA5B0;
  color: #FFF;
  border: 1px solid #0CA5B0;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 400;
}
@media (any-hover: hover) {
  .section .main--contents .contents .c-section-service-lower__text.c-section-service-lower__text--large a:hover {
    background: #FFF;
    color: #0CA5B0;
  }
}
.section .main--contents .contents .report--area {
  margin-top: 48px;
  display: flex;
  width: 100%;
  gap: 40px;
  flex-direction: column;
}
.section .main--contents .contents .report--area .report--box.reportt01 .report {
  background: #2E5AA0;
  border: 1px solid #2E5AA0;
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt01 .report:hover {
    background: #FFF;
  }
  .section .main--contents .contents .report--area .report--box.reportt01 .report:hover .report--title .in--title {
    color: #2E5AA0;
  }
  .section .main--contents .contents .report--area .report--box.reportt01 .report:hover .report--info .text {
    color: #2E5AA0;
  }
  .section .main--contents .contents .report--area .report--box.reportt01 .report:hover:after {
    border-top: 1px solid #2E5AA0;
    border-right: 1px solid #2E5AA0;
  }
}
.section .main--contents .contents .report--area .report--box.reportt01 .archive--area .archive--btn .in--btn {
  color: #2E5AA0;
}
.section .main--contents .contents .report--area .report--box.reportt01 .archive--area .archive--btn:after {
  background: #2E5AA0;
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt01 .archive--area .archive--btn:hover .in--btn {
    color: #FFF;
    background: #2E5AA0;
  }
  .section .main--contents .contents .report--area .report--box.reportt01 .archive--area .archive--btn:hover:after {
    background: #FFF;
  }
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt01 .archive--area .archive--list .list .archive:hover {
    background: #2E5AA0;
    color: #FFF;
  }
}
.section .main--contents .contents .report--area .report--box.reportt02 .report {
  background: #EF9B20;
  border: 1px solid #EF9B20;
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt02 .report:hover {
    background: #FFF;
  }
  .section .main--contents .contents .report--area .report--box.reportt02 .report:hover .report--title .in--title {
    color: #EF9B20;
  }
  .section .main--contents .contents .report--area .report--box.reportt02 .report:hover .report--info .text {
    color: #EF9B20;
  }
  .section .main--contents .contents .report--area .report--box.reportt02 .report:hover:after {
    border-top: 1px solid #EF9B20;
    border-right: 1px solid #EF9B20;
  }
}
.section .main--contents .contents .report--area .report--box.reportt02 .archive--area .archive--btn .in--btn {
  color: #EF9B20;
}
.section .main--contents .contents .report--area .report--box.reportt02 .archive--area .archive--btn:after {
  background: #EF9B20;
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt02 .archive--area .archive--btn:hover .in--btn {
    color: #FFF;
    background: #EF9B20;
  }
  .section .main--contents .contents .report--area .report--box.reportt02 .archive--area .archive--btn:hover:after {
    background: #FFF;
  }
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt02 .archive--area .archive--list .list .archive:hover {
    background: #EF9B20;
    color: #FFF;
  }
}
.section .main--contents .contents .report--area .report--box.reportt03 .report {
  background: #7759B2;
  border: 1px solid #7759B2;
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt03 .report:hover {
    background: #FFF;
  }
  .section .main--contents .contents .report--area .report--box.reportt03 .report:hover .report--title .in--title {
    color: #7759B2;
  }
  .section .main--contents .contents .report--area .report--box.reportt03 .report:hover .report--info .text {
    color: #7759B2;
  }
  .section .main--contents .contents .report--area .report--box.reportt03 .report:hover:after {
    border-top: 1px solid #7759B2;
    border-right: 1px solid #7759B2;
  }
}
.section .main--contents .contents .report--area .report--box.reportt03 .archive--area .archive--btn .in--btn {
  color: #7759B2;
}
.section .main--contents .contents .report--area .report--box.reportt03 .archive--area .archive--btn:after {
  background: #7759B2;
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt03 .archive--area .archive--btn:hover .in--btn {
    color: #FFF;
    background: #7759B2;
  }
  .section .main--contents .contents .report--area .report--box.reportt03 .archive--area .archive--btn:hover:after {
    background: #FFF;
  }
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt03 .archive--area .archive--list .list .archive:hover {
    background: #7759B2;
    color: #FFF;
  }
}
.section .main--contents .contents .report--area .report--box.reportt04 .report {
  background: #1EA8D3;
  border: 1px solid #1EA8D3;
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt04 .report:hover {
    background: #FFF;
  }
  .section .main--contents .contents .report--area .report--box.reportt04 .report:hover .report--title .in--title {
    color: #1EA8D3;
  }
  .section .main--contents .contents .report--area .report--box.reportt04 .report:hover .report--info .text {
    color: #1EA8D3;
  }
  .section .main--contents .contents .report--area .report--box.reportt04 .report:hover:after {
    border-top: 1px solid #1EA8D3;
    border-right: 1px solid #1EA8D3;
  }
}
.section .main--contents .contents .report--area .report--box.reportt04 .archive--area .archive--btn .in--btn {
  color: #1EA8D3;
}
.section .main--contents .contents .report--area .report--box.reportt04 .archive--area .archive--btn:after {
  background: #1EA8D3;
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt04 .archive--area .archive--btn:hover .in--btn {
    color: #FFF;
    background: #1EA8D3;
  }
  .section .main--contents .contents .report--area .report--box.reportt04 .archive--area .archive--btn:hover:after {
    background: #FFF;
  }
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt04 .archive--area .archive--list .list .archive:hover {
    background: #1EA8D3;
    color: #FFF;
  }
}
.section .main--contents .contents .report--area .report--box.reportt05 .report {
  background: #07B53B;
  border: 1px solid #07B53B;
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt05 .report:hover {
    background: #FFF;
  }
  .section .main--contents .contents .report--area .report--box.reportt05 .report:hover .report--title .in--title {
    color: #07B53B;
  }
  .section .main--contents .contents .report--area .report--box.reportt05 .report:hover .report--info .text {
    color: #07B53B;
  }
  .section .main--contents .contents .report--area .report--box.reportt05 .report:hover:after {
    border-top: 1px solid #07B53B;
    border-right: 1px solid #07B53B;
  }
}
.section .main--contents .contents .report--area .report--box.reportt05 .archive--area .archive--btn .in--btn {
  color: #07B53B;
}
.section .main--contents .contents .report--area .report--box.reportt05 .archive--area .archive--btn:after {
  background: #07B53B;
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt05 .archive--area .archive--btn:hover .in--btn {
    color: #FFF;
    background: #07B53B;
  }
  .section .main--contents .contents .report--area .report--box.reportt05 .archive--area .archive--btn:hover:after {
    background: #FFF;
  }
}
@media (any-hover: hover) {
  .section .main--contents .contents .report--area .report--box.reportt05 .archive--area .archive--list .list .archive:hover {
    background: #07B53B;
    color: #FFF;
  }
}
.section .main--contents .contents .report--area .report--box .report {
  display: grid;
  grid-template-columns: 300px 1fr 80px;
  gap: 10px;
  min-height: 100px;
  position: relative;
}
.section .main--contents .contents .report--area .report--box .report .report--title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section .main--contents .contents .report--area .report--box .report .report--title .in--title {
  font-size: 22px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.75;
}
.section .main--contents .contents .report--area .report--box .report .report--info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.section .main--contents .contents .report--area .report--box .report .report--info .text {
  color: #FFF;
}
.section .main--contents .contents .report--area .report--box .report:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
  width: 12px;
  height: 12px;
  rotate: 45deg;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.section .main--contents .contents .report--area .report--box .archive--area {
  width: 100%;
  height: 48px;
  background: #F1F1F1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 10px;
  position: relative;
}
.section .main--contents .contents .report--area .report--box .archive--area .archive--btn {
  width: 188px;
  height: 32px;
  background: #FFF;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.section .main--contents .contents .report--area .report--box .archive--area .archive--btn .in--btn {
  font-size: 14px;
  font-weight: 500;
  width: 188px;
  height: 32px;
  background: #FFF;
  padding-left: 14px;
  padding-right: 32px;
  transition: all .3s;
}
.section .main--contents .contents .report--area .report--box .archive--area .archive--btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #2E5AA0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
}
.section .main--contents .contents .report--area .report--box .archive--area .archive--list {
  position: absolute;
  top: 100%;
  right: 0;
  width: 188px;
  border-top: 1px solid #CCC;
  display: none;
  z-index: 1;
}
.section .main--contents .contents .report--area .report--box .archive--area .archive--list .list {
  height: 32px;
  width: 100%;
  background: #FFF;
  transition: background-color .3s;
}
.section .main--contents .contents .report--area .report--box .archive--area .archive--list .list .archive {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-bottom: 1px solid #CCC;
}
.section .main--contents .contents .contents--title__wrap {
  width: 100%;
  background: #0CA5B0;
  display: flex;
  align-items: center;
  padding: 24px 24px 10px;
}
.section .main--contents .contents .contents--title__wrap .contents--title {
  color: #FFF;
  font-size: 28px;
}
.section .main--contents .contents.type--career_research__company .contents--title__wrap.type--career_research {
  background: #2E5AA0;
}
.section .main--contents .contents.type--career_research__company h3 {
  color: #000 !important;
  border-top: 1px solid #2E5AA0;
}
.section .main--contents .contents.type--career_research__company h3:before {
  background: #2E5AA0 !important;
}
.section .main--contents .contents.type--career_research__company .p-wrap__block {
  background: #2E5AA0;
  border: 1px solid #2E5AA0;
}
@media (any-hover: hover) {
  .section .main--contents .contents.type--career_research__company .p-wrap__block:hover {
    color: #2E5AA0;
    background: #FFF;
  }
}
.section .main--contents .contents.type--career_research__student .contents--title__wrap.type--career_research {
  background: #EF9B20;
}
.section .main--contents .contents.type--career_research__student h3 {
  color: #000 !important;
  border-top: 1px solid #EF9B20;
}
.section .main--contents .contents.type--career_research__student h3:before {
  background: #EF9B20 !important;
}
.section .main--contents .contents.type--career_research__student .p-wrap__block {
  background: #EF9B20;
  border: 1px solid #EF9B20;
}
@media (any-hover: hover) {
  .section .main--contents .contents.type--career_research__student .p-wrap__block:hover {
    color: #EF9B20;
    background: #FFF;
  }
}
.section .main--contents .contents.type--career_research__university .contents--title__wrap.type--career_research {
  background: #7759B2;
}
.section .main--contents .contents.type--career_research__university h3 {
  color: #000 !important;
  border-top: 1px solid #7759B2;
}
.section .main--contents .contents.type--career_research__university h3:before {
  background: #7759B2 !important;
}
.section .main--contents .contents.type--career_research__university .p-wrap__block {
  background: #7759B2;
  border: 1px solid #7759B2;
}
@media (any-hover: hover) {
  .section .main--contents .contents.type--career_research__university .p-wrap__block:hover {
    color: #7759B2;
    background: #FFF;
  }
}
.section .main--contents .contents.type--career_research__adopt .contents--title__wrap.type--career_research {
  background: #1EA8D3;
}
.section .main--contents .contents.type--career_research__adopt h3 {
  color: #000 !important;
  border-top: 1px solid #1EA8D3;
}
.section .main--contents .contents.type--career_research__adopt h3:before {
  background: #1EA8D3 !important;
}
.section .main--contents .contents.type--career_research__adopt .p-wrap__block {
  background: #1EA8D3;
  border: 1px solid #1EA8D3;
}
@media (any-hover: hover) {
  .section .main--contents .contents.type--career_research__adopt .p-wrap__block:hover {
    color: #1EA8D3;
    background: #FFF;
  }
}
.section .main--contents .contents.type--career_research__proceed .contents--title__wrap.type--career_research {
  background: #07B53B;
}
.section .main--contents .contents.type--career_research__proceed h3 {
  color: #000 !important;
  border-top: 1px solid #07B53B;
}
.section .main--contents .contents.type--career_research__proceed h3:before {
  background: #07B53B !important;
}
.section .main--contents .contents.type--career_research__proceed .p-wrap__block {
  background: #07B53B;
  border: 1px solid #07B53B;
}
@media (any-hover: hover) {
  .section .main--contents .contents.type--career_research__proceed .p-wrap__block:hover {
    color: #07B53B;
    background: #FFF;
  }
}
.section .main--contents .contents .icon--pdf {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  border-radius: 2px;
  background: #DD0000;
  width: 50px;
  height: 20px;
  display: inline-flex;
  margin-left: 5px;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
}
.section .main--contents .contents .new-icon {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #DD0000;
  height: 20px;
  display: inline-flex;
  margin-left: 4px;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
}
.section .main--contents .message--area {
  margin-top: 64px;
}
.section .main--contents .message--area:first-of-type {
  margin-top: 0;
  margin-bottom: 104px;
}
.section .main--contents .message--area .text {
  line-height: 2.8;
  text-align: justify;
}
.section .main--contents .message--area .text + .text {
  margin-top: 64px;
}
.section .main--contents .c-corporate-table {
  display: block;
  width: 100%;
}
.section .main--contents .c-corporate-table a {
  color: #2c5496;
}
@media (any-hover: hover) {
  .section .main--contents .c-corporate-table a:hover {
    color: #0CA5B0;
  }
}
.section .main--contents .c-corporate-table a.c-corporate-table__text-link--phone {
  color: #000;
  cursor: default;
  pointer-events: none;
}
.section .main--contents .c-corporate-table.type--corporate {
  display: block;
  border-top: 1px solid #0CA5B0;
  border-bottom: 1px solid #0CA5B0;
  padding: 14px 0;
}
.section .main--contents .c-corporate-table.type--corporate tbody {
  display: block;
  width: 100%;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr {
  display: grid;
  gap: 0px;
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid #CCC;
  padding-bottom: 14px;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr th {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td * {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0px;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item p.text {
  line-height: 2;
  display: grid;
  gap: 0px;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 15px;
  margin-top: 0;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item p.text br {
  display: none;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol li {
  line-height: 2;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol li + li {
  margin-top: 0;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol.c-section-lower__number-list > li:first-of-type {
  list-style: '（1）';
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol.c-section-lower__number-list > li:nth-of-type(2) {
  list-style: '（2）';
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol.c-section-lower__number-list > li:nth-of-type(3) {
  list-style: '（3）';
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol.c-section-lower__number-list > li:nth-of-type(4) {
  list-style: '（4）';
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol.c-section-lower__number-list > li:nth-of-type(5) {
  list-style: '（5）';
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol.c-section-lower__number-list > li:nth-of-type(6) {
  list-style: '（6）';
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol.c-section-lower__number-list > li:nth-of-type(7) {
  list-style: '（7）';
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol.c-section-lower__number-list > li:nth-of-type(8) {
  list-style: '（8）';
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol.c-section-lower__number-list > li:nth-of-type(9) {
  list-style: '（9）';
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol.c-section-lower__number-list > li:nth-of-type(10) {
  list-style: '（10）';
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol.c-section-lower__number-list > li:nth-of-type(11) {
  list-style: '（11）';
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol.c-section-lower__number-list > li:nth-of-type(12) {
  list-style: '（12）';
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol.c-section-lower__number-list > li:nth-of-type(13) {
  list-style: '（13）';
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td dl + dl {
  border-top: 1px solid #CCC;
  padding-top: 40px;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td dl dt {
  font-weight: 300;
  font-size: 16px;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td dl dt a {
  font-weight: 300;
  font-size: 16px;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td dl dd {
  margin-top: 0px;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td dl dd p.text {
  line-height: 2;
  margin-top: 0;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr td dl dd p.text br {
  display: none;
}
.section .main--contents .c-corporate-table.type--corporate tbody tr + tr {
  margin-top: 14px;
}
.section .main--contents .c-corporate-table.type--group tbody {
  display: block;
  width: 100%;
}
.section .main--contents .c-corporate-table.type--group tbody tr:first-of-type th {
  margin-top: 8px !important;
}
.section .main--contents .c-corporate-table.type--group tbody tr {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #0CA5B0;
}
.section .main--contents .c-corporate-table.type--group tbody tr th {
  margin-top: 80px !important;
  border-bottom: 1px solid #0CA5B0;
  padding-bottom: 32px;
}
.section .main--contents .c-corporate-table.type--group tbody tr td {
  margin-top: 32px;
  padding-left: 32px;
}
.section .main--contents .c-corporate-table.type--group tbody tr td dl {
  padding-bottom: 32px;
}
.section .main--contents .c-corporate-table.type--group tbody tr td dl + dl {
  border-top: 1px solid #CCC;
  padding-top: 32px;
}
.section .main--contents .c-corporate-table.type--group tbody tr td dl dt {
  font-weight: 600;
  font-size: 16px;
}
.section .main--contents .c-corporate-table.type--group tbody tr td dl dt a {
  font-weight: 600;
  font-size: 16px;
}
.section .main--contents .c-corporate-table.type--group tbody tr td dl dd {
  margin-top: 8px;
}
.section .main--contents .c-corporate-table.type--group tbody tr td dl dd p.text {
  line-height: 2;
  margin-top: 0;
  display: block;
  width: fit-content;
}
.section .main--contents .c-corporate-table.type--group tbody tr td dl dd p.text br {
  display: none;
}
.section .main--contents .c-corporate-table a.c-corporate-table__map-link {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  border-radius: 2px;
  background: #0CA5B0;
  border: 1px solid #0CA5B0;
  width: 50px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  font-family: "Barlow", sans-serif;
  margin-left: 5px;
}
@media (any-hover: hover) {
  .section .main--contents .c-corporate-table a.c-corporate-table__map-link:hover {
    background: #FFF;
    color: #0CA5B0;
  }
}
.section .main--contents .c-corporate-table a.c-corporate-table__map-link.t--pdf {
  border: 1px solid #DD0000;
  background: #DD0000;
}
@media (any-hover: hover) {
  .section .main--contents .c-corporate-table a.c-corporate-table__map-link.t--pdf:hover {
    background: #FFF;
    color: #DD0000;
  }
}
.section .main--contents .c-corporate-table a:has(span.c-corporate-table__hp-link) {
  display: block;
  width: fit-content;
}
.section .main--contents .c-corporate-table a span.c-corporate-table__hp-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border-radius: 2px;
  background: #FFF;
  color: #0CA5B0;
  border: 1px solid #0CA5B0;
  width: 50px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  font-family: "Barlow", sans-serif;
  margin-left: 5px;
  transition: all .3s;
  translate: 0 -1px;
}
@media (any-hover: hover) {
  .section .main--contents .c-corporate-table a:hover span.c-corporate-table__hp-link {
    background: #0CA5B0;
    color: #FFF;
  }
}
.section .main--contents .c-corporate-table.type--history {
  display: block;
  border-top: 1px solid #0CA5B0;
  border-bottom: 1px solid #0CA5B0;
  padding: 32px 0;
}
.section .main--contents .c-corporate-table.type--history tbody {
  display: block;
  width: 100%;
}
.section .main--contents .c-corporate-table.type--history tbody tr {
  display: grid;
  gap: 0px;
  grid-template-columns: 96px 1fr;
}
.section .main--contents .c-corporate-table.type--history tbody tr th {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.section .main--contents .c-corporate-table.type--history tbody tr td {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}
.section .main--contents .c-corporate-table.type--history tbody tr + tr {
  margin-top: 14px;
}
.section .main--contents .contents .in--contents.template--style:has(.pdf--link) {
  position: relative;
}
.section .main--contents .contents .in--contents.template--style .pdf--link {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  width: fit-content;
  display: flex;
  align-items: center;
  position: absolute;
  top: -96px;
  right: 0;
}
.section .main--contents .contents .in--contents.template--style .pdf--link .c-corporate-table__map-link {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  line-height: 1;
  border-radius: 2px;
  background: #DD0000;
  border: 1px solid #DD0000;
  width: 50px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  font-family: "Barlow", sans-serif;
  margin-left: 5px;
  transition: all .3s;
}
@media (any-hover: hover) {
  .section .main--contents .contents .in--contents.template--style .pdf--link:hover .c-corporate-table__map-link {
    background: #FFF;
    color: #DD0000;
  }
}
.section .main--contents .contents .in--contents.template--style ul.style--bar > li {
  list-style: '-';
  padding-left: 10px;
}
.section .main--contents .contents .in--contents.template--style ol.alpha,
.section .main--contents .contents .in--contents.template--style ul.alpha {
  list-style-type: upper-alpha;
  padding-left: 0;
}
.section .main--contents .contents .in--contents.template--style .p-globalprivacypolicy__table {
  margin: 40px 0;
}
.section .main--contents .contents .in--contents.template--style .p-globalprivacypolicy__table th {
  background-color: #e5e5e5;
  text-align: center;
  vertical-align: middle;
}
.section .main--contents .contents .in--contents.template--style .p-globalprivacypolicy__table td,
.section .main--contents .contents .in--contents.template--style .p-globalprivacypolicy__table th {
  padding: 16px;
  border: solid 1px #CCC;
  font-size: 16px;
}
.section .main--contents .contents .in--contents.template--style .p-globalprivacypolicy__table td {
  font-weight: 300;
}
.section .c-service-lower-bnr {
  background-color: #e5e5e5;
  padding: calc(10px + 8%) 4%;
  padding: 0;
  margin-top: 160px;
}
.section .c-service-lower-bnr ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.6vw;
  margin-inline: auto;
  max-width: 1232px;
  padding: 60px 30px;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.section .c-service-lower-bnr ul .c-service-lower-bnr__item {
  position: relative;
}
.section .c-service-lower-bnr ul .c-service-lower-bnr__item:has(.c-visual-service-lower__text-icon) {
  padding-top: 10px;
  background: #FFF;
}
.section .c-service-lower-bnr ul .c-service-lower-bnr__item a {
  display: block;
}
@media (any-hover: hover) {
  .section .c-service-lower-bnr ul .c-service-lower-bnr__item a:hover {
    opacity: 0.75;
  }
}
.section:has(.c-service-lower-bnr) {
  padding-bottom: 0;
}
.section .c-visual-service-lower__logo-area {
  position: relative;
}
.section .c-visual-service-lower__text-icon {
  background-color: #000;
  color: #fff;
  display: table;
  font-size: 1.1rem;
  font-weight: 500;
  left: 0;
  letter-spacing: .1rem;
  line-height: 1;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  margin: 0 auto 10px;
  text-align: center;
  z-index: 1;
}
.section .c-visual-service-lower__text-icon {
  font-size: 1.5rem;
  font-size: 15px;
  margin-bottom: 15px;
  padding: 8px 30px;
  white-space: nowrap;
}
.section .c-visual-service-lower__text-icon--bottom {
  display: block;
  font-size: 10px;
  padding: 3px 10px 4px;
}
.section .c-visual-service-lower__text-icon--qualification {
  letter-spacing: .1rem;
}
.section .c-visual-service-lower__text-icon--student-recruitment {
  background-color: #ee7521;
}
.section .c-visual-service-lower__text-icon--student-support {
  background-color: #6eb141;
}
.section .c-visual-service-lower__text-icon--recruitment {
  background-color: #f3bf00;
}
.section .c-visual-service-lower__text-icon--qualification {
  background-color: #376ac4;
}

.pagename--cookie .section .main--contents .contents .in--contents,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents,
.pagename--informationsecurity .section .main--contents .contents .in--contents,
.pagename--detail .section .main--contents .contents .in--contents,
.pagename--privacy .section .main--contents .contents .in--contents {
  margin-top: 0;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .c-section-lower__child > .c-section-lower__text,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .c-section-lower__child > .c-section-lower__text,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .c-section-lower__child > .c-section-lower__text,
.pagename--detail .section .main--contents .contents .in--contents.template--style .c-section-lower__child > .c-section-lower__text,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .c-section-lower__child > .c-section-lower__text {
  margin-top: 24px;
  line-height: 1.75;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__child-child .c-section-lower__text,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__child-child .c-section-lower__text,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__child-child .c-section-lower__text,
.pagename--detail .section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__child-child .c-section-lower__text,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__child-child .c-section-lower__text {
  margin-top: 24px;
  line-height: 1.75;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .c-section-lower__child .text,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .c-section-lower__child .text,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .c-section-lower__child .text,
.pagename--detail .section .main--contents .contents .in--contents.template--style .c-section-lower__child .text,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .c-section-lower__child .text {
  line-height: 1.75;
  margin-top: 8px;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child {
  border: none;
  margin-top: 0;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3 {
  display: block;
  color: #000;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2:before,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3:before,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2:before,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3:before,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2:before,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3:before,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2:before,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3:before,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2:before,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3:before {
  display: none;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2 + *,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3 + *,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2 + *,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3 + *,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2 + *,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3 + *,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2 + *,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3 + *,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h2 + *,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3 + * {
  padding-left: 0;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy {
  display: grid;
  gap: 40px;
  grid-template-areas: "thumb description";
  /* 付けた名前を並べる */
  grid-template-columns: 75px 1fr;
  /* 1列目は300px、2列目は余った幅全て */
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy img,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy img,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy img,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy img,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy img {
  grid-area: thumb;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy .grid_description,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy .grid_description,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy .grid_description,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy .grid_description,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy .grid_description {
  grid-area: description;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy .grid_thumb,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy .grid_thumb,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy .grid_thumb,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy .grid_thumb,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy .grid_thumb {
  grid-area: thumb;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child:last-of-type,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child:last-of-type,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child:last-of-type,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child:last-of-type,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child:last-of-type {
  padding-bottom: 0;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:first-of-type,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:first-of-type,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:first-of-type,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:first-of-type,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:first-of-type {
  list-style: '（1）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(2),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(2),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(2),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(2),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(2) {
  list-style: '（2）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(3),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(3),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(3),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(3),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(3) {
  list-style: '（3）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(4),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(4),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(4),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(4),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(4) {
  list-style: '（4）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(5),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(5),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(5),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(5),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(5) {
  list-style: '（5）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(6),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(6),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(6),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(6),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(6) {
  list-style: '（6）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(7),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(7),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(7),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(7),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(7) {
  list-style: '（7）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(8),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(8),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(8),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(8),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(8) {
  list-style: '（8）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(9),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(9),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(9),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(9),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(9) {
  list-style: '（9）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(10),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(10),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(10),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(10),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(10) {
  list-style: '（10）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(11),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(11),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(11),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(11),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(11) {
  list-style: '（11）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(12),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(12),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(12),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(12),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(12) {
  list-style: '（12）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(13),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(13),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(13),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(13),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__number-list > li:nth-of-type(13) {
  list-style: '（13）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 {
  margin-top: 16px;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:first-of-type,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:first-of-type,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:first-of-type,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:first-of-type,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:first-of-type {
  list-style: '1）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(2),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(2),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(2),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(2),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(2) {
  list-style: '2）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(3),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(3),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(3),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(3),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(3) {
  list-style: '3）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(4),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(4),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(4),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(4),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(4) {
  list-style: '4）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(5),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(5),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(5),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(5),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(5) {
  list-style: '5）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(6),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(6),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(6),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(6),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(6) {
  list-style: '6）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(7),
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(7),
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(7),
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(7),
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li:nth-of-type(7) {
  list-style: '7）';
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li ul,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li ul,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li ul,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li ul,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li ul {
  margin-top: 16px;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li ul > li,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li ul > li,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li ul > li,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li ul > li,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__plane-list--decimal-01 > li ul > li {
  list-style: '-';
  padding-left: 10px;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol {
  margin-top: 16px;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li + li,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li + li,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li + li,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li + li,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li + li,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li + li,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li + li,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li + li,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li + li,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li + li {
  margin-top: 12px;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol {
  margin-top: 12px;
  margin-bottom: 12px;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul ul,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul ol,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol ul,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol ol,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul ul,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul ol,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol ul,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol ol,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul ul,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul ol,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol ul,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol ol,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul ul,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul ol,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol ul,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol ol,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul ul,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul ol,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol ul,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol ol,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul ul,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul ol,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol ul,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol ol,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul ul,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul ol,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol ul,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol ol,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul ul,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul ol,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol ul,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol ol,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul ul,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ul ol,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol ul,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li ol ol,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul ul,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ul ol,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol ul,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li ol ol {
  margin-top: 8px !important;
  margin-bottom: 0;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li .c-indent-01,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li .c-indent-01,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li .c-indent-01,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li .c-indent-01,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li .c-indent-01,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li .c-indent-01,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li .c-indent-01,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li .c-indent-01,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul li .c-indent-01,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol li .c-indent-01 {
  display: grid;
  gap: 2px;
  grid-template-columns: 130px 1fr;
  /* 1列目は300px、2列目は余った幅全て */
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__block,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__block,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__block,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__block,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__block {
  margin-top: 40px;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) > li::marker,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) > li::marker,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) > li::marker,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) > li::marker,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) > li::marker {
  font-weight: 500 !important;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol {
  margin-top: 8px !important;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul li .list--title,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol li .list--title,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul li .list--title,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol li .list--title,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul li .list--title,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol li .list--title,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul li .list--title,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol li .list--title,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul li .list--title,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol li .list--title {
  margin-top: 0;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul li:nth-of-type(n + 2) .list--title,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol li:nth-of-type(n + 2) .list--title,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul li:nth-of-type(n + 2) .list--title,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol li:nth-of-type(n + 2) .list--title,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul li:nth-of-type(n + 2) .list--title,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol li:nth-of-type(n + 2) .list--title,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul li:nth-of-type(n + 2) .list--title,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol li:nth-of-type(n + 2) .list--title,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ul li:nth-of-type(n + 2) .list--title,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy ol:has(.list--title) ol li:nth-of-type(n + 2) .list--title {
  margin-top: 0;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy ol .list--title,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy ol .list--title,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy ol .list--title,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy ol .list--title,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy ol .list--title {
  font-weight: 500;
  display: inline-block;
  line-height: 2;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy ol .c-section-lower__text .list--title,
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy ol .text .list--title,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy ol .c-section-lower__text .list--title,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy ol .text .list--title,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy ol .c-section-lower__text .list--title,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy ol .text .list--title,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy ol .c-section-lower__text .list--title,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy ol .text .list--title,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy ol .c-section-lower__text .list--title,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy ol .text .list--title {
  line-height: 2;
  margin-top: 0 !important;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy ol.anc--list > li::marker,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy ol.anc--list > li::marker,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy ol.anc--list > li::marker,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy ol.anc--list > li::marker,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy ol.anc--list > li::marker {
  color: #2c5496;
  font-weight: 400;
  transition: color .3s;
}
@media (any-hover: hover) {
  .pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy ol.anc--list > li:hover::marker,
  .pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy ol.anc--list > li:hover::marker,
  .pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy ol.anc--list > li:hover::marker,
  .pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy ol.anc--list > li:hover::marker,
  .pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy ol.anc--list > li:hover::marker {
    color: #0CA5B0;
  }
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy a,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy a,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy a,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy a,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy a,
.pagename--compliance .section .main--contents .contents .in--contents.template--style .h3--under--box .compliance--list li .text a {
  color: #2c5496;
  font-weight: 400;
}
@media (any-hover: hover) {
  .pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy a:hover,
  .pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy a:hover,
  .pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy a:hover,
  .pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy a:hover,
  .pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy a:hover,
  .pagename--compliance .section .main--contents .contents .in--contents.template--style .h3--under--box .compliance--list li .text a:hover {
    color: #0CA5B0;
  }
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child h3 {
  margin-top: 64px !important;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol.c-section-lower__number-list,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol.c-section-lower__number-list,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol.c-section-lower__number-list,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol.c-section-lower__number-list,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ol.c-section-lower__number-list {
  padding-left: 1rem;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child + .c-section-lower__child,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child + .c-section-lower__child,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child + .c-section-lower__child,
.pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child + .c-section-lower__child,
.pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child + .c-section-lower__child {
  margin-top: 80px;
}
.pagename--cookie .section .main--contents .contents .in--contents.template--style strong,
.pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style strong,
.pagename--informationsecurity .section .main--contents .contents .in--contents.template--style strong,
.pagename--detail .section .main--contents .contents .in--contents.template--style strong,
.pagename--privacy .section .main--contents .contents .in--contents.template--style strong {
  font-weight: 300;
}

.pagename--philosophy .section .main--contents .contents .in--contents.template--style .h3--under--box ul li {
  font-weight: 500;
  font-size: 18px;
}

.pagename--compliance .section .main--contents .contents .in--contents.template--style .h3--under--box .compliance--list li .text + .text {
  margin-top: 2px;
}

@media screen and (max-width: 960px) {
  .section .main--contents {
    display: flex;
    flex-direction: column;
    grid-template-columns: 258px 1fr;
    gap: 80px;
    padding-bottom: 80px;
  }
  .section .main--contents .c--side--nav {
    width: 100%;
    order: 2;
    display: none;
  }
  .section .main--contents .c--side--nav .side--nav {
    border-right: none;
  }
  .section .main--contents .contents {
    order: 1;
  }

  .section .main--contents .contents .tab--btn {
    gap: 12px;
  }

  .section .main--contents .contents .tab--btn .list .btn {
    font-size: 14px;
  }

  .main--area .main--img img {
    height: 240px;
  }

  .main--area .container .title--container .page--title .in--title {
    font-size: 40px;
  }

  .section .main--contents .contents .contents--title {
    font-size: 32px;
  }
}
picture.img {
  display: block;
}
picture.img img {
  object-fit: cover;
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .pagename--cookie .section .main--contents .contents .in--contents.template--style strong, .pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style strong, .pagename--informationsecurity .section .main--contents .contents .in--contents.template--style strong, .pagename--detail .section .main--contents .contents .in--contents.template--style strong, .pagename--privacy .section .main--contents .contents .in--contents.template--style strong,
  .pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy .grid_description,
  .section .main--contents .c-corporate-table.type--group tbody tr td dl dd,
  .section .main--contents .contents .in--contents.template--style .c-section-service-lower__text,
  .section .main--contents .contents .in--contents.template--style .p-globalprivacypolicy__table td,
  .section .main--contents .contents .in--contents.template--style .h3--under--box .p-recruit-ability__box ol li,
  .section .main--contents .c-corporate-table.type--history tbody tr td,
  .section .main--contents .c-corporate-table.type--history tbody tr th,
  .section .main--contents .contents .in--contents.template--style ol li,
  .section .main--contents .contents .in--contents.template--style ul li,
  .section .main--contents .c-corporate-table.type--corporate tbody tr td *,
  .section .main--contents .c-corporate-table.type--corporate tbody tr td dl dd a.c-corporate-table__map-link,
  .section .main--contents .c-corporate-table.type--corporate tbody tr td dl dd p.text,
  .section .main--contents .c-corporate-table.type--corporate tbody tr td dl dt,
  .section .main--contents .c-corporate-table.type--corporate tbody tr td,
  .section .main--contents .contents .in--contents.template--style .career-research_wrap .p-wrap .p-wrap__text,
  .section .main--contents .contents .in--contents.template--style .career-research_wrap ul.p-list-box .p-list-box__item a,
  .container .read,
  .section .main--contents .contents .information--list .information--list__item .information--list__title,
  .section .main--contents .contents .information--list .information--list__item .information--list__date,
  .section .main--contents .contents .in--contents .sig .cs--class,
  .container .c-nav-service-lower__text,
  .container .c-section-lower__text,
  .container .c-section-lower__sub-headline.u-ta-c,
  .container .text {
    font-size: 14px;
    font-weight: 400;
  }

  .section .main--contents .c-corporate-table.type--group tbody tr td dl dt a,
  .section .main--contents .c-corporate-table.type--group tbody tr td dl dt,
  .section .main--contents .contents .in--contents.template--style .p-globalprivacypolicy__table th,
  .section .main--contents .contents .in--contents.template--style .career-research_wrap ul.p-list-box .p-list-box__item a {
    font-size: 14px;
  }

  .section .main--contents .contents .in--contents.template--style .h3--under--box .p-recruit-ability__box .add--text {
    font-weight: 400;
    text-align: left;
    margin-left: 0;
  }

  .section .main--contents .c-corporate-table.type--history tbody tr th,
  .section .main--contents .c-corporate-table.type--group tbody tr td dl dt a,
  .section .main--contents .c-corporate-table.type--group tbody tr td dl dt,
  .section .main--contents .contents .in--contents.template--style .p-globalprivacypolicy__table th,
  .section .main--contents .c-corporate-table.type--corporate tbody tr th span,
  .section .main--contents .contents .in--contents .sig .name {
    font-weight: 500;
  }

  .container .c-nav-service-lower__text.type--read,
  .container .c-section-lower__text.type--read,
  .container .c-section-lower__sub-headline.u-ta-c.type--read,
  .container .text.type--read {
    line-height: 2;
  }

  .section .main--contents .c-corporate-table.type--corporate tbody tr td.c-corporate-table__item ol.c-section-lower__number-list > li {
    margin-left: 1rem;
  }

  .section {
    margin-top: 40px;
    padding-bottom: 80px;
  }

  .section:has(.contents--title__wrap) {
    margin-top: 40px;
  }
  .section:has(.contents--title__wrap) .main--contents .contents .in--contents {
    margin-top: 32px;
  }

  .section.no--main {
    margin-top: 40px;
  }

  main:has(.main--area) .section {
    margin-top: 48px;
  }

  .main--area .container .title--container .page--title .in--title {
    font-size: 28px;
    font-weight: 600;
  }

  .section .main--contents {
    padding-bottom: 0;
  }

  .section .main--contents .contents .contents--title {
    font-size: 22px;
    font-weight: 600;
  }

  .section .main--contents .contents .in--contents.template--style:has(.c-visual-service-lower) .c-visual-service-lower__logo-area {
    overflow: hidden;
    height: auto;
  }
  .section .main--contents .contents .in--contents.template--style:has(.c-visual-service-lower) .c-visual-service-lower__logo-area br {
    display: none;
  }
  .section .main--contents .contents .in--contents.template--style:has(.c-visual-service-lower) .c-visual-service-lower__logo-area img {
    max-width: 60%;
  }
  .section .main--contents .contents .in--contents.template--style:has(.c-visual-service-lower) .c-visual-service-lower__logo-area .c-visual-service-lower__text-icon {
    margin-bottom: 12px;
    padding: 6px 12px;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-service-lower__image {
    max-width: 100%;
  }

  .section .c-service-lower-bnr {
    display: none;
  }

  .section .main--contents .contents .in--contents {
    margin-top: 18px;
  }

  .pagename--message .section .main--contents .contents .in--contents {
    margin-top: 32px;
  }
  .pagename--message .section .main--contents .contents .in--contents:has(.message--area) {
    margin-top: 0;
  }

  .section .main--contents .message--area {
    margin-top: 24px;
  }
  .section .main--contents .message--area:first-of-type {
    margin-bottom: 80px;
  }
  .section .main--contents .message--area .text {
    line-height: 2.5;
  }

  .section .main--contents .contents .in--contents .sig {
    margin-top: 24px;
  }
  .section .main--contents .contents .in--contents .sig .name {
    font-size: 20px;
    margin-top: 4px;
  }

  .section .main--contents .message--area .text + .text {
    margin-top: 24px;
  }

  .section .main--contents .contents .in--contents .c-section-lower__child-child {
    margin-top: 40px;
  }

  .section .main--contents .contents .in--contents.template--style .p-download-headline + *, .section .main--contents .contents .in--contents.template--style .c-corporate-table.type--group th + *, .section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline + *, .section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.c-section-service-lower__headline--ornament + *, .section .main--contents .contents .in--contents.template--style .c-section-lower__headline + *, .section .main--contents .contents .in--contents.template--style .p-career-research_heading + *, .section .main--contents .contents .in--contents.template--style h3 + * {
    margin-top: 16px;
    padding-left: 0;
  }

  .section .main--contents .contents .in--contents.template--style .p-download-headline + * + p, .section .main--contents .contents .in--contents.template--style .c-corporate-table.type--group th + * + p, .section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline + * + p, .section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.c-section-service-lower__headline--ornament + * + p, .section .main--contents .contents .in--contents.template--style .c-section-lower__headline + * + p, .section .main--contents .contents .in--contents.template--style .p-career-research_heading + * + p, .section .main--contents .contents .in--contents.template--style h3 + * + p {
    padding-left: 0;
  }

  .section .main--contents .contents .in--contents.template--style h3.c-section-lower__sub-headline {
    font-size: 20px;
  }
  .section .main--contents .contents .in--contents.template--style h3.c-section-lower__sub-headline:before {
    width: 20px;
    height: 20px;
    translate: 0px 8px;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-lower__sub-headline {
    font-weight: 500;
    font-size: 22px;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__sub-headline a, .section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__sub-headline,
  .section .main--contents .contents .in--contents.template--style .p-download-headline, .section .main--contents .contents .in--contents.template--style .c-corporate-table.type--group th, .section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline, .section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.c-section-service-lower__headline--ornament, .section .main--contents .contents .in--contents.template--style .c-section-lower__headline, .section .main--contents .contents .in--contents.template--style .p-career-research_heading, .section .main--contents .contents .in--contents.template--style h3 {
    font-size: 18px;
    grid-template-columns: 20px 1fr;
    gap: 6px;
    margin-top: 48px;
  }

  .section .main--contents .c-corporate-table.type--group tbody tr th {
    margin-top: 48px !important;
    padding-bottom: 32px;
  }

  .section .main--contents .c-corporate-table.type--group tbody tr:first-of-type th {
    margin-top: 0 !important;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__sub-headline a:before, .section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__sub-headline:before,
  .section .main--contents .contents .in--contents.template--style .p-download-headline:before, .section .main--contents .contents .in--contents.template--style .c-corporate-table.type--group th:before, .section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline:before, .section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.c-section-service-lower__headline--ornament:before, .section .main--contents .contents .in--contents.template--style .c-section-lower__headline:before, .section .main--contents .contents .in--contents.template--style .p-career-research_heading:before, .section .main--contents .contents .in--contents.template--style h3:before {
    width: 18px;
    height: 18px;
    translate: 0px 7px;
  }

  .section .main--contents .contents .in--contents.template--style h2.p-download-headline:before, .section .main--contents .contents .in--contents.template--style h2.c-corporate-table.type--group th:before, .section .main--contents .contents .in--contents.template--style h2.c-section-service-lower__headline:before, .section .main--contents .contents .in--contents.template--style h2.c-section-service-lower__headline.c-section-service-lower__headline--ornament:before, .section .main--contents .contents .in--contents.template--style h2.c-section-lower__headline:before, .section .main--contents .contents .in--contents.template--style h2.p-career-research_heading:before {
    translate: 0px 8px;
  }

  .section .main--contents .contents .in--contents.template--style .h3--under--box {
    margin-top: 18px;
    padding-left: 24px;
  }

  .section .main--contents .contents .in--contents.template--style .u-list-style-initial, .section .main--contents .contents .in--contents.template--style ul, .section .main--contents .contents .in--contents.template--style ul.normal {
    margin: 16px 0;
  }

  .section .main--contents .contents .information--list {
    margin-top: 32px;
  }

  .section .main--contents .contents .information--list .information--list__item {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 24px 0;
  }

  .section .main--contents .contents .information--list .information--list__item .information--list__date {
    width: 80px;
    font-size: 14px;
  }

  .section .main--contents .contents .information--list .information--list__item .information--list__category {
    width: 80px;
    height: 24px;
  }
  .section .main--contents .contents .information--list .information--list__item .information--list__category .type--category {
    width: 80px;
    height: 24px;
    font-size: 12px;
  }

  .section .main--contents .contents .information--list.type--career_research .information--list__item .information--list__category {
    width: 156px;
  }

  .section .main--contents .contents .information--list.type--career_research .information--list__item .information--list__category .type--category {
    width: fit-content;
    padding: 0 16px;
  }

  .section .main--contents .contents .information--list .information--list__item .information--list__title {
    width: 100%;
    font-size: 14px;
  }

  .container .read--text {
    font-size: 16px;
    font-weight: 500;
  }

  .container .read--text.break--up {
    font-size: 18px;
  }

  .container .logo--img__a {
    margin: 16px 0;
  }
  .container .logo--img__a .img {
    max-width: 260px;
  }

  .pagename--philosophy .section .main--contents .contents .in--contents.template--style .h3--under--box ul li {
    font-weight: 500;
    font-size: 16px;
  }

  .section .main--contents .contents .tab--btn {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .section .main--contents .contents .tab--btn .list .btn {
    font-size: 16px;
  }

  .section .main--contents .contents .service--thumb {
    display: flex;
    flex-direction: column;
  }
  .section .main--contents .contents .service--thumb .service--cate {
    width: 100%;
    height: 68px;
    padding: 0 16px;
  }
  .section .main--contents .contents .service--thumb .service--cate .in--name {
    font-size: 22px;
  }

  .section .main--contents .contents .service--list__wrap .service--list {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }

  .section .main--contents .contents .service--list__wrap .service--list .service--info {
    padding: 0 0px 32px;
    justify-content: center;
  }
  .section .main--contents .contents .service--list__wrap .service--list .service--info .service--info__title {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
  }
  .section .main--contents .contents .service--list__wrap .service--list .service--info .service--info__title + * {
    margin-top: 8px;
  }
  .section .main--contents .contents .service--list__wrap .service--list .service--info .in--text {
    font-size: 14px;
    position: relative;
    padding-right: 16px;
  }
  .section .main--contents .contents .service--list__wrap .service--list .service--info .in--text:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto;
    width: 8px;
    height: 8px;
    rotate: 45deg;
    border-top: 1px solid #0CA5B0;
    border-right: 1px solid #0CA5B0;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-service-lower + .c-section-service-lower {
    margin-top: 56px;
  }

  .section .main--contents .contents .service--list__wrap .service--list:after {
    display: none;
  }

  .section .main--contents .contents .service--list__wrap .service--list .service--cate_bag {
    font-size: 12px;
    height: 24px;
  }

  .section .main--contents .contents .in--contents.template--style .c-visual-service-lower__title {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-service-lower__image.c-section-service-lower__image--wide {
    max-width: 100%;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-service-lower > img {
    margin-top: 40px;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-service-lower__text {
    font-size: 14px;
  }

  .section .main--contents .contents .in--contents.template--style a.c-lower-service-link img {
    max-width: 75%;
  }

  .section .main--contents .contents .in--contents.template--style a.c-lower-service-link .c-lower-service-link__btn {
    width: 100%;
    max-width: 180px;
    height: 40px;
    margin-top: 24px;
  }

  .section .main--contents .contents .report--area {
    margin-top: 32px;
    gap: 16px;
  }

  .section .main--contents .contents .report--area .report--box .report {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: auto;
    position: relative;
    padding: 16px;
  }
  .section .main--contents .contents .report--area .report--box .report:after {
    content: "";
    position: absolute;
    display: block;
    top: 30px;
    bottom: initial;
    right: 20px;
    margin: 0;
    width: 8px;
    height: 8px;
  }

  .section .main--contents .contents .report--area .report--box .report .report--title {
    justify-content: flex-start;
  }
  .section .main--contents .contents .report--area .report--box .report .report--title .in--title {
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    line-height: 1.75;
  }

  .section .main--contents .contents .report--area .report--box .report .report--info .text {
    font-size: 14px;
    margin-top: 0;
  }

  .section .main--contents .contents .contents--title__wrap {
    width: 100%;
    height: auto;
    min-height: 54px;
    padding: 16px 16px 0px;
  }

  .section .main--contents .contents .contents--title__wrap .contents--title {
    color: #FFF;
    font-size: 22px;
  }

  .section .main--contents .contents .contents--title + .img.ms--img img {
    margin-top: 24px;
  }

  .section .main--contents .contents .in--contents.template--style .career-research_wrap .p-wrap__title-lv2 a {
    font-size: 18px;
    padding: 0 0 4px;
  }

  .section .main--contents .contents .icon--pdf {
    display: inline-flex;
    margin-left: 5px;
  }

  .section .main--contents .c-corporate-table.type--corporate {
    padding: 16px 0;
  }

  .section .main--contents .c-corporate-table.type--corporate tbody tr {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 16px;
  }

  .section .main--contents .c-corporate-table.type--corporate tbody tr + tr {
    margin-top: 16px;
  }

  .section .main--contents .c-corporate-table.type--corporate tbody tr th {
    font-size: 14px;
    line-height: 2;
  }
  .section .main--contents .c-corporate-table.type--corporate tbody tr th span {
    font-size: 14px;
    line-height: 2;
  }

  .section .main--contents .c-corporate-table.type--corporate tbody tr td {
    font-size: 14px;
    line-height: 2;
  }

  .section .main--contents .c-corporate-table.type--corporate tbody tr td dl dd p.text {
    display: block;
  }

  .section .main--contents .c-corporate-table.type--corporate tbody tr td dl dd a.c-corporate-table__map-link {
    font-size: 14px;
    display: inline-flex;
    margin-left: 5px;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__plane-link {
    font-size: 14px;
  }

  .section .main--contents.type--f--contents .c-section-lower .c-section-lower__child {
    margin-top: 40px;
  }

  .section .main--contents.type--f--contents .c-section-lower .c-section-lower__child h3 {
    margin-top: 40px !important;
  }

  .section .main--contents .c-corporate-table.type--history {
    padding: 16px 0 24px;
  }

  .section .main--contents .c-corporate-table.type--history tbody tr {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .section .main--contents .c-corporate-table.type--history tbody tr + tr {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #CCC;
  }

  .section .main--contents .c-corporate-table.type--history tbody tr th {
    font-size: 14px;
  }

  .section .main--contents .c-corporate-table.type--history tbody tr td {
    font-size: 14px;
  }

  .main--area .main--img img {
    width: 100%;
    height: 200px;
  }

  .section .main--contents .contents .in--contents.template--style .p-recruit-ability__box {
    margin-top: 40px;
    padding: 16px;
  }

  .section .main--contents .contents .in--contents.template--style ol {
    margin: 32px 0;
  }

  .section .main--contents .contents .in--contents.template--style ol li,
  .section .main--contents .contents .in--contents.template--style ul li {
    font-size: 14px;
    line-height: 1.75;
    text-indent: 0;
  }

  .section .main--contents .contents .in--contents.template--style .h3--under--box ol li {
    text-indent: 0;
  }

  .section .main--contents .contents .in--contents.template--style:has(.c-visual-service-lower) .c-container .c-section-service-lower > img {
    max-width: calc(100% - 32px);
    height: auto;
    margin: 40px auto;
  }

  .section:has(.c-service-lower-bnr) {
    padding-bottom: 120px;
    margin-top: 40px;
  }

  .section .c-visual-service-lower__logo-area .c-visual-service-lower__text-icon {
    font-size: 12px;
    margin-bottom: 15px;
    padding: 8px 16px;
  }

  .section .main--contents .contents .in--contents.template--style ul.c-section-service-lower__banner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-service-lower .c-section-lower__title.c-section-lower__title--line.c-section-lower__title--lower-case {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
  }
  .section .main--contents .contents .in--contents.template--style .c-section-service-lower .c-section-lower__title.c-section-lower__title--line.c-section-lower__title--lower-case span {
    font-size: 24px !important;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-service-borderbox {
    padding: 20px;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-service-borderbox h3 {
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 32px;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-service-borderbox .c-section-service-lower__text {
    height: 40px;
    width: 100%;
    font-size: 14px;
  }

  a img {
    display: block;
    height: auto;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-service-lower .c-section-service-lower__iframe-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 64px;
  }

  .section .main--contents .contents .in--contents.template--style .p-download-headline + p, .section .main--contents .contents .in--contents.template--style .c-corporate-table.type--group th + p, .section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline + p, .section .main--contents .contents .in--contents.template--style .c-section-service-lower__headline.c-section-service-lower__headline--ornament + p, .section .main--contents .contents .in--contents.template--style .c-section-lower__headline + p, .section .main--contents .contents .in--contents.template--style .p-career-research_heading + p, .section .main--contents .contents .in--contents.template--style h3 + p {
    margin-top: 18px;
    padding-left: 24px;
  }

  .section .main--contents .contents .c-section-service-lower__text.c-section-service-lower__text--large:has(a) {
    padding: 0;
  }

  .section .main--contents .contents .update--title {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.17rem;
  }

  .section .main--contents .contents .report--area .report--box .archive--area {
    width: 100%;
    height: auto;
    padding: 8px;
    justify-content: flex-start;
  }
  .section .main--contents .contents .report--area .report--box .archive--area .select--archive {
    width: 100%;
  }

  .section .main--contents .contents .report--area .report--box .archive--area .archive--btn {
    width: 100%;
    height: 40px;
  }

  .section .main--contents .contents .report--area .report--box .archive--area .archive--btn .in--btn {
    width: 100%;
    height: 40px;
  }

  .section .main--contents .c-corporate-table.type--group tbody tr td dl {
    padding-bottom: 24px;
  }

  .section .main--contents .c-corporate-table.type--group tbody tr td dl + dl {
    padding-top: 24px;
  }

  .section .main--contents .c-corporate-table.type--group tbody tr td dl dd p.text {
    display: block;
  }

  .section .main--contents .c-corporate-table.type--group tbody tr td dl dd a.c-corporate-table__map-link {
    display: inline-flex;
  }

  .privacy .section .main--contents .contents .in--contents.template--style ol,
  .pagename--cookie .section .main--contents .contents .in--contents.template--style ol,
  .pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style ol,
  .pagename--informationsecurity .section .main--contents .contents .in--contents.template--style ol,
  .pagename--detail .section .main--contents .contents .in--contents.template--style ol,
  .pagename--privacy .section .main--contents .contents .in--contents.template--style ol {
    padding-left: 16px !important;
    margin-left: 0;
  }
  .privacy .section .main--contents .contents .in--contents.template--style ol.c-section-lower__number-list,
  .pagename--cookie .section .main--contents .contents .in--contents.template--style ol.c-section-lower__number-list,
  .pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style ol.c-section-lower__number-list,
  .pagename--informationsecurity .section .main--contents .contents .in--contents.template--style ol.c-section-lower__number-list,
  .pagename--detail .section .main--contents .contents .in--contents.template--style ol.c-section-lower__number-list,
  .pagename--privacy .section .main--contents .contents .in--contents.template--style ol.c-section-lower__number-list {
    margin-left: 1rem;
  }
  .privacy .section .main--contents .contents .in--contents.template--style ol ul,
  .pagename--cookie .section .main--contents .contents .in--contents.template--style ol ul,
  .pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style ol ul,
  .pagename--informationsecurity .section .main--contents .contents .in--contents.template--style ol ul,
  .pagename--detail .section .main--contents .contents .in--contents.template--style ol ul,
  .pagename--privacy .section .main--contents .contents .in--contents.template--style ol ul {
    padding-left: 0;
  }
  .privacy .section .main--contents .contents .in--contents.template--style ol ul ul,
  .pagename--cookie .section .main--contents .contents .in--contents.template--style ol ul ul,
  .pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style ol ul ul,
  .pagename--informationsecurity .section .main--contents .contents .in--contents.template--style ol ul ul,
  .pagename--detail .section .main--contents .contents .in--contents.template--style ol ul ul,
  .pagename--privacy .section .main--contents .contents .in--contents.template--style ol ul ul {
    padding-left: 0.5rem;
  }
  .privacy .section .main--contents .contents .in--contents.template--style ul.alpha,
  .pagename--cookie .section .main--contents .contents .in--contents.template--style ul.alpha,
  .pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style ul.alpha,
  .pagename--informationsecurity .section .main--contents .contents .in--contents.template--style ul.alpha,
  .pagename--detail .section .main--contents .contents .in--contents.template--style ul.alpha,
  .pagename--privacy .section .main--contents .contents .in--contents.template--style ul.alpha {
    padding-left: 16px !important;
    margin-left: 0;
  }
  .privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul,
  .pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul,
  .pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul,
  .pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul,
  .pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul,
  .pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child ul {
    margin-left: 1rem;
  }

  .pagename--cookie .section .main--contents .contents .in--contents.template--style .type--privacy ol .list--title, .pagename--globalprivacypolicy .section .main--contents .contents .in--contents.template--style .type--privacy ol .list--title, .pagename--informationsecurity .section .main--contents .contents .in--contents.template--style .type--privacy ol .list--title, .pagename--detail .section .main--contents .contents .in--contents.template--style .type--privacy ol .list--title, .pagename--privacy .section .main--contents .contents .in--contents.template--style .type--privacy ol .list--title {
    display: inline;
  }

  .section .main--contents.type--f--contents {
    margin-top: 32px;
  }

  main:has(.main--area) .section .main--contents.type--f--contents {
    margin-top: 0;
  }

  * {
    word-break: break-all;
  }

  .section .main--contents .contents .in--contents.template--style.type--e .common--h2 {
    font-size: 26px;
  }

  .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
  .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy a {
    display: block;
    width: 100%;
    order: 1;
  }
  .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy a img {
    width: 75px;
  }
  .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy span {
    order: 2;
    display: block;
  }

  .section .main--contents .contents .in--contents.template--style .type--privacy .c-section-lower__child .c-section-lower__text--privacy .grid_description {
    font-size: 14px;
  }

  .section .main--contents .contents .in--contents.template--style .c-section-lower__child .c-section-lower__sub-headline_s {
    font-size: 16px;
  }

  .section .main--contents .contents .c-pageNav-bottom {
    justify-content: center;
  }

  .section .main--contents .contents .in--contents.template--style .career-research_wrap ul.p-list-box .p-list-box__item:before {
    translate: 0 1px;
  }

  .section .main--contents .contents .c-pageNav-bottom span.current,
  .section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item a {
    font-size: 12px;
  }

  .section .main--contents .contents .in--contents.template--style .c-nav-service-lower {
    padding: 24px 18px;
  }

  .section .main--contents .contents .in--contents.template--style .c-nav-service-lower ul .c-nav-service-lower__item a, .section .main--contents .contents .in--contents.template--style .c-nav-service-lower ul .c-nav-service-lower__item.u-d-b a {
    height: 48px;
  }

  .section .main--contents .contents .in--contents.template--style .c-nav-service-lower ul .c-nav-service-lower__item a, .section .main--contents .contents .in--contents.template--style .c-nav-service-lower ul .c-nav-service-lower__item.u-d-b a {
    font-size: 14px;
  }

  .section .main--contents .contents .in--contents.template--style .c-nav-service-lower .c-nav-service-lower__text {
    margin-top: 16px;
  }

  .section:has(.recruit-ability),
  .section:has(.contents--title__wrap),
  .section:has(.c-visual-service-lower) {
    margin-top: 40px;
  }

  .section .main--contents .contents .in--contents.template--style .p-globalprivacypolicy__table td, .section .main--contents .contents .in--contents.template--style .p-globalprivacypolicy__table th {
    padding: 16px 8px;
  }

  .section .main--contents .contents .in--contents.template--style .p-globalprivacypolicy__table th:first-of-type {
    width: 40% !important;
  }

  .section .main--contents .contents .in--contents.template--style a.out--window {
    pointer-events: auto;
    margin: 14px auto 32px;
  }

  .section .main--contents .contents .in--contents.template--style .btn_icon {
    opacity: 1;
  }

  .section .main--contents .contents .in--contents.template--style a.c-lower-service-link:has(.c-lower-service-link__btn) {
    margin-top: 64px;
  }

  .section .main--contents .contents .in--contents.template--style .c-nav-service-lower {
    margin-top: 120px;
  }

  .section .main--contents .contents .in--contents.template--style .pdf--link {
    font-size: 14px;
    top: -56px;
  }
  .section .main--contents .contents .in--contents.template--style .pdf--link .c-corporate-table__map-link {
    font-size: 14px;
    translate: 0 1px;
  }
}
@media screen and (max-width: 400px) {
  .section .main--contents .contents .c-pageNav-bottom {
    gap: 10px;
  }

  .section .main--contents .contents .c-pageNav-bottom span.current,
  .section .main--contents .contents .c-pageNav-bottom .c-pageNav-bottom__item a {
    width: 40px;
    height: 40px;
  }
}
.this_anime.start {
  animation: slideIn .3s ease-in-out .3s forwards;
}

@keyframes clipIn {
  0% {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes slideIn {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    translate: 0 20px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

/*# sourceMappingURL=page.css.map */