@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 180%;
  color: #313131;
  font-size: 1.4rem;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 2.2rem;
  }
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

p {
  margin: 0;
}

dl dt {
  font-weight: 700;
  margin-bottom: 1em;
}

dl dd {
  margin-left: 0;
  margin-bottom: 2em;
}

iframe {
  width: 100%;
}

ul {
  margin: 0;
  list-style: none;
}

nav ul li a {
  text-decoration: none;
}

.c-btn {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background-color: #FFFFFF;
  border: solid 1px #325D89;
  color: #325D89;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.c-btn:hover {
  opacity: 1;
  background-color: #325D89;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
}
.c-btn p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 145%;
}
@media screen and (min-width: 960px) {
  .c-btn p {
    font-size: 1.8rem;
  }
}

.c-btn--header {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background-color: #FFFFFF;
  border: solid 1px #325D89;
  color: #325D89;
  transition: 0.3s ease-in-out;
}
.c-btn--header:hover {
  opacity: 1;
  background-color: #325D89;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
}
.c-btn--header p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 145%;
}
@media screen and (min-width: 960px) {
  .c-btn--header {
    background-color: #325D89;
    border: 0px;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
  }
  .c-btn--header:hover {
    border: solid 1px #325D89;
  }
  .c-btn--header p {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.c-card {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.c-card__img {
  width: 100%;
  aspect-ratio: 279/336;
}
@media screen and (min-width: 960px) {
  .c-card__img {
    aspect-ratio: 34/41;
  }
}
.c-card__textArea {
  width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 23px;
  color: #313131;
}
@media screen and (min-width: 960px) {
  .c-card__textArea {
    padding: 22.5px;
    gap: 30px;
  }
}
.c-card__titleArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 960px) {
  .c-card__titleArea {
    gap: 8px;
  }
}
.c-card__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 145%;
  padding-left: 6px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .c-card__title {
    font-size: 2rem;
    padding-left: 8px;
  }
}
.c-card__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .c-card__title::before {
    width: 3px;
    height: 100%;
  }
}
.c-card__titleTime {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 145%;
  color: #6B6B6B;
}
@media screen and (min-width: 960px) {
  .c-card__titleTime {
    font-size: 1.6rem;
  }
}
.c-card__time {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 145%;
}
@media screen and (min-width: 960px) {
  .c-card__time {
    font-size: 1.6rem;
  }
}

.c-cat {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 12px;
  border-radius: 999px;
  background-color: #305070;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-cat p {
  display: inline;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 145%;
  color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .c-cat p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .c-cat {
    padding: 2px 17px;
  }
}

.c-fv {
  width: 100%;
  max-width: 584px;
  margin: 22px auto 0 auto;
  padding: 0 16px;
}
.c-fv__inner {
  position: relative;
  padding: 40px 16px;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  border-radius: 20px 0 0 20px;
  background-color: #EFF4FF;
}
@media screen and (min-width: 960px) {
  .c-fv__inner {
    padding: 119px 64px 146px 64px;
    border-radius: 40px 0 0 40px;
  }
}
.c-fv__titleArea {
  width: 100%;
}
.c-fv__titleEn {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-family: "hind";
  font-size: 4rem;
  line-height: 140%;
  font-weight: 600;
  color: #313131;
}
@media screen and (min-width: 960px) {
  .c-fv__titleEn {
    font-size: 9rem;
  }
}
.c-fv__titleEn::before {
  position: absolute;
  bottom: 0;
  right: 8px;
  z-index: -1;
  content: "";
  width: 42px;
  height: 30px;
  background-color: #175696;
  opacity: 0.5;
  border-radius: 50%;
  transform: rotate(151deg);
}
@media screen and (min-width: 960px) {
  .c-fv__titleEn::before {
    width: 106px;
    height: 77px;
    right: 20px;
    bottom: -16px;
  }
}
.c-fv__titleEn::after {
  position: absolute;
  bottom: 0;
  right: -26px;
  z-index: -1;
  content: "";
  width: 42px;
  height: 30px;
  background-color: #8B9851;
  opacity: 0.5;
  border-radius: 50%;
  transform: rotate(151deg);
}
@media screen and (min-width: 960px) {
  .c-fv__titleEn::after {
    width: 106px;
    height: 77px;
    right: -64px;
    bottom: -12px;
  }
}
.c-fv__titleJa {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  color: #313131;
}
@media screen and (min-width: 960px) {
  .c-fv__titleJa {
    font-size: 3.2rem;
  }
}
.c-fv__img {
  position: absolute;
  top: -22px;
  right: 0;
  width: 45%;
  height: 136px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .c-fv__img {
    top: -64px;
    right: 64px;
    width: calc(100% - 550px);
    max-width: 800px;
    height: 394px;
    border-radius: 40px;
  }
}
.c-fv__blueBg {
  position: relative;
}
.c-fv__bg {
  position: absolute;
  bottom: 0;
  height: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #EFF4FF;
}
@media screen and (min-width: 960px) {
  .c-fv {
    width: 100%;
    max-width: 1436px;
    margin: 64px auto 0 auto;
    padding: 0 64px;
  }
}

.c-fv__blueBg .c-fv__inner {
  background-color: #3C77B2;
}

.c-fv__blueBg .c-fv__titleEn {
  color: #FFFFFF;
}

.c-fv__blueBg .c-fv__titleJa {
  color: #FFFFFF;
}

.c-hamburgerBtn {
  cursor: pointer;
  width: 56px;
  height: 56px;
  position: relative;
  background-color: #3C77B2;
  border-radius: 0 0 0 16px;
}
.c-hamburgerBtn span {
  display: block;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 21px;
  height: 2.5px;
  background-color: #FFFFFF;
  left: 0;
  right: 0;
  margin: auto;
}
.c-hamburgerBtn span:nth-child(1) {
  top: 19px;
}
.c-hamburgerBtn span:nth-child(2) {
  top: 26px;
}
.c-hamburgerBtn span:nth-child(3) {
  top: 33px;
}
.c-hamburgerBtn.is-open span:nth-child(1) {
  transform: rotate(45deg);
  top: 26px;
}
.c-hamburgerBtn.is-open span:nth-child(2) {
  width: 0;
}
.c-hamburgerBtn.is-open span:nth-child(3) {
  top: 26px;
  transform: rotate(-45deg);
}

.c-heading-a {
  position: relative;
  padding-left: 10px;
}
.c-heading-a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border-radius: 999px;
  background-color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .c-heading-a::before {
    width: 4px;
  }
}
.c-heading-a__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 960px) {
  .c-heading-a__text {
    font-size: 4rem;
    line-height: 120%;
  }
}
@media screen and (min-width: 960px) {
  .c-heading-a {
    padding: 11px 0 11px 28px;
  }
}

.c-heading-b {
  position: relative;
  text-align: center;
}
.c-heading-b__line {
  width: 24px;
  height: 2px;
  margin: 14px auto 0 auto;
  border-radius: 999px;
  background-color: #8B9851;
}
@media screen and (min-width: 960px) {
  .c-heading-b__line {
    width: 50px;
    height: 4px;
    margin: 24px auto 0 auto;
  }
}
.c-heading-b__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .c-heading-b__text {
    font-size: 4rem;
    line-height: 120%;
  }
}

.c-heading-c {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.c-heading-c__line {
  width: 24px;
  height: 2px;
  margin-left: 2px;
  border-radius: 999px;
  background-color: #8B9851;
}
@media screen and (min-width: 960px) {
  .c-heading-c__line {
    width: 50px;
    height: 4px;
  }
}
.c-heading-c__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .c-heading-c__text {
    font-size: 4rem;
    line-height: 120%;
  }
}
@media screen and (min-width: 960px) {
  .c-heading-c {
    flex-direction: row;
    gap: 24px;
    align-items: center;
  }
}

.c-heading-d {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 14px;
}
.c-heading-d__line {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background-color: #8B9851;
}
@media screen and (min-width: 960px) {
  .c-heading-d__line {
    width: 50px;
    height: 4px;
  }
}
.c-heading-d__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
}
@media screen and (min-width: 960px) {
  .c-heading-d__text {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 960px) {
  .c-heading-d {
    gap: 24px;
  }
}

.c-news {
  width: 100%;
}
.c-news__item {
  border-bottom: 1px solid #BBBBBB;
}
.c-news__item a {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 100px 1fr;
  row-gap: 16px;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .c-news__item a {
    grid-template-columns: 180px 120px 1fr;
    row-gap: 0;
    padding: 40px 0;
  }
}
.c-news__cat p {
  display: inline-block;
  padding: 6px 18px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  color: #FFFFFF;
  border-radius: 999px;
  background-color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .c-news__cat p {
    font-size: 1.8rem;
    padding: 9px 42px 12px 42px;
  }
}
.c-news__date {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 100%;
  color: #6B6B6B;
}
@media screen and (min-width: 960px) {
  .c-news__date {
    font-size: 1.6rem;
  }
}
.c-news__title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (min-width: 960px) {
  .c-news__title {
    font-size: 2rem;
    grid-column: auto;
    grid-row: auto;
  }
}

.c-pagenate, .nav-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding-bottom: 46px;
}
@media screen and (min-width: 960px) {
  .c-pagenate, .nav-links {
    padding-bottom: 0;
  }
}

.page-numbers {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #305070;
  border: 1px solid #305070;
  border-radius: 999px;
}
@media screen and (min-width: 960px) {
  .page-numbers {
    width: 34px;
    height: 34px;
    font-size: 1.8rem;
  }
}

.current {
  color: #FFFFFF;
  background-color: #305070;
}

.prev, .next {
  width: 50px;
  position: absolute;
  top: 46px;
}
@media screen and (min-width: 960px) {
  .prev, .next {
    position: static;
    width: 80px;
  }
}

.prev {
  right: calc(50% + 8px);
}

.next {
  left: calc(50% + 8px);
}

.dots {
  border: 0px solid #305070;
}

.p-top-works__inner {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-top-works__inner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
  }
}

.p-top-works__swiper {
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-top-works__swiper {
    padding: 0 48px;
  }
}

.p-top-works__swiper .swiper-button-prev {
  top: 50%;
  left: 16;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.p-top-works__swiper .swiper-button-prev svg {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-top-works__swiper .swiper-button-prev {
    width: 70px;
    height: 70px;
  }
}

.p-top-works__swiper .swiper-button-next {
  top: 50%;
  left: 16;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  transform: scaleX(-1);
}
.p-top-works__swiper .swiper-button-next svg {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-top-works__swiper .swiper-button-next {
    width: 70px;
    height: 70px;
  }
}

.arrow {
  position: relative;
  display: inline-block;
  width: 8.9px;
  height: 10.9px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 10px;
  height: 1.5px;
  background-color: #313131;
  transform-origin: 0.5px 50%;
}
@media screen and (min-width: 960px) {
  .arrow::before,
  .arrow::after {
    width: 15px;
    height: 2px;
  }
}

.arrow::before {
  transform: rotate(35deg);
}

.arrow::after {
  transform: rotate(-35deg);
}

.swiper-pagination {
  position: relative;
}

.swiper-pagination-bullet {
  background-color: #9B9B9B;
}

.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.swiper-mv {
  width: 100%;
  height: 100%;
}

.swiper-img {
  display: block;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 8s linear 0s normal both;
}

.swiper-mv .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-aboveFooter__titleArea {
  width: 100%;
}
.l-aboveFooter__subTitleArea {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter__subTitleArea {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
}
.l-aboveFooter__subTitleLine {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background-color: #8B9851;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter__subTitleLine {
    width: 50px;
    height: 3px;
  }
}
.l-aboveFooter__subTitle {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter__subTitle {
    font-size: 2.4rem;
  }
}
.l-aboveFooter__title {
  font-family: "hind";
  font-size: 5.6rem;
  line-height: 140%;
  font-weight: 600;
  color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter__title {
    font-size: 115px;
  }
}
.l-aboveFooter__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter__text {
    font-size: 2.4rem;
    line-height: 145%;
  }
}
.l-aboveFooter__whiteText {
  color: #FFFFFF;
}

.l-aboveFooter-recruit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.l-aboveFooter-recruit__inner {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter-recruit__inner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
    margin: 96px 0 176px 0;
  }
}
.l-aboveFooter-recruit__imageArea {
  width: 100%;
  padding-left: 24px;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter-recruit__imageArea {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.l-aboveFooter-recruit__image {
  width: 100%;
  aspect-ratio: 5/3;
  border-radius: 0 0 0 20px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter-recruit__image {
    aspect-ratio: auto;
    height: 554px;
    border-radius: 0 0 0 90px;
  }
}
.l-aboveFooter-recruit__btnArea {
  max-width: 246px;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter-recruit__btnArea {
    max-width: 270px;
  }
}
@media screen and (min-width: 960px) {
  .l-aboveFooter-recruit {
    position: relative;
  }
}

.l-aboveFooter-contact {
  width: 100%;
  position: relative;
}
.l-aboveFooter-contact__imageArea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-aboveFooter-contact__imageInnner {
  width: 100%;
  height: 100%;
  padding: 0 16px;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter-contact__imageInnner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
  }
}
.l-aboveFooter-contact__image {
  width: auto;
  height: 100%;
  margin-left: calc(50% - 50vw);
  border-radius: 0 20px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter-contact__image {
    border-radius: 0 90px 0 0;
  }
}
.l-aboveFooter-contact__inner {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter-contact__inner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
    padding-top: 96px;
    padding-bottom: 183px;
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
}
.l-aboveFooter-contact__btnArea {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 18px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter-contact__btnArea {
    max-width: 555px;
    margin-right: 86px;
    padding: 32px 5%;
    gap: 24px;
    border-radius: 24px;
  }
}
.l-aboveFooter-contact__telText {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 145%;
  text-align: center;
  color: #3C77B2;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter-contact__telText {
    font-size: 2.2rem;
    margin-bottom: 12px;
  }
}
.l-aboveFooter-contact__tel {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}
.l-aboveFooter-contact__telSm {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #305070;
  padding-bottom: 2px;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter-contact__telSm {
    font-size: 3rem;
  }
}
.l-aboveFooter-contact__telLg {
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #305070;
  white-space: nowrap;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter-contact__telLg {
    font-size: 5rem;
  }
}
.l-aboveFooter-contact__separate {
  width: 100%;
  height: 1px;
  background-color: #BBBBBB;
}
.l-aboveFooter-contact__formText {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 145%;
  text-align: center;
  color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter-contact__formText {
    font-size: 2.2rem;
  }
}
.l-aboveFooter-contact__formBtn {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .l-aboveFooter-contact__formBtn {
    max-width: 270px;
  }
}

.l-footer {
  width: 100%;
  background-color: #305070;
}
.l-footer__inner {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 48px;
  padding-bottom: 76px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 960px) {
  .l-footer__inner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
    padding-top: 80px;
    padding-bottom: 80px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-footer__logoArea {
  margin-left: 20px;
}
@media screen and (min-width: 960px) {
  .l-footer__logoArea {
    margin-left: 0;
    flex-grow: 1;
  }
}
.l-footer__logo {
  display: block;
  width: 80%;
  max-width: 247px;
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .l-footer__logo {
    max-width: 333px;
    margin-bottom: 40px;
  }
}
.l-footer__address {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 145%;
  color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .l-footer__address {
    font-size: 1.6rem;
  }
}
.l-footer__lists {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 145%;
  color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .l-footer__lists {
    flex-grow: 1;
    font-size: 2rem;
  }
}
.l-footer__lists li {
  margin-bottom: 20px;
}
.l-footer__leftLists {
  flex-grow: 1;
}
.l-footer__rightLists {
  flex-grow: 1;
}

.l-form {
  width: 100%;
}
.l-form__table {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.l-form__table th {
  width: 100%;
  display: block;
  padding-bottom: 12px;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .l-form__table th {
    width: 30%;
    display: table-cell;
    font-size: 2rem;
    padding-bottom: 40px;
    vertical-align: middle;
  }
}
.l-form__table td {
  width: 100%;
  display: block;
  padding-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .l-form__table td {
    width: 65%;
    display: table-cell;
    padding-bottom: 40px;
    padding-left: 24px;
    vertical-align: middle;
  }
}
.l-form__req {
  position: relative;
  padding-left: 43px;
}
@media screen and (min-width: 960px) {
  .l-form__req {
    padding-left: 104px;
  }
}
.l-form__req::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "必須";
  width: 36px;
  height: 18px;
  margin: auto 0;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 100%;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #3C77B2;
  border-radius: 4.5px;
}
@media screen and (min-width: 960px) {
  .l-form__req::before {
    font-size: 1.8rem;
    width: 80px;
    height: 30px;
    border-radius: 10px;
    padding-bottom: 4px;
  }
}
.l-form__any {
  position: relative;
  padding-left: 43px;
}
@media screen and (min-width: 960px) {
  .l-form__any {
    padding-left: 104px;
  }
}
.l-form__any::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "任意";
  width: 36px;
  height: 18px;
  margin: auto 0;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 100%;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #6B6B6B;
  border-radius: 4.5px;
}
@media screen and (min-width: 960px) {
  .l-form__any::before {
    font-size: 1.8rem;
    width: 80px;
    height: 30px;
    border-radius: 10px;
    padding-bottom: 4px;
  }
}
.l-form__pulldown {
  position: relative;
}
.l-form__pulldown select {
  position: relative;
  width: 100%;
  padding: 11px 8px;
  font-size: 1.4rem;
  border: 1px solid #C0C0C0;
  border-radius: 5px;
  background-color: #FFFFFF;
  transition: 0.1s;
}
@media screen and (min-width: 960px) {
  .l-form__pulldown select {
    border-radius: 15px;
  }
}
.l-form__pulldown::before {
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: 1;
  content: "";
  width: 16px;
  height: 16px;
  border: 0;
  border-top: solid 2px #6B6B6B;
  border-right: solid 2px #6B6B6B;
  transform: rotate(135deg);
}
@media screen and (min-width: 960px) {
  .l-form__pulldown::before {
    top: 19px;
    right: 24px;
  }
}
.l-form__exInner {
  max-width: 214px;
  position: relative;
  padding-right: 32px;
}
@media screen and (min-width: 960px) {
  .l-form__exInner {
    max-width: 292px;
    padding-right: 40px;
  }
}
.l-form__exText {
  position: absolute;
  top: 1.1rem;
  right: 0;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .l-form__exText {
    font-size: 2rem;
  }
}
.l-form__accept {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
}
.l-form__accept a {
  color: #054EC5;
  border-bottom: 1px solid #054EC5;
}
@media screen and (min-width: 960px) {
  .l-form__accept {
    font-size: 2rem;
    margin-bottom: 64px;
  }
}
.l-form__btnArea {
  position: relative;
  width: 100%;
  max-width: 246px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .l-form__btnArea {
    max-width: 270px;
  }
}
.l-form__table input::-moz-placeholder {
  color: #C0C0C0;
}
.l-form__table input::placeholder {
  color: #C0C0C0;
}
@media screen and (min-width: 960px) {
  .l-form__uploader p {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.text-input, .text-input-large {
  width: 100%;
  padding: 11px 8px;
  font-size: 1.4rem;
  border: 1px solid #C0C0C0;
  border-radius: 5px;
  background-color: #FFFFFF;
  transition: 0.1s;
}
@media screen and (min-width: 960px) {
  .text-input, .text-input-large {
    border-radius: 15px;
  }
}

.text-input:focus, .text-input-large:focus {
  border: 2px solid #3C77B2;
  outline: 0;
}

.radio-btn {
  font-size: 1.4rem;
  font-weight: 700;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 960px) {
  .radio-btn {
    font-size: 2rem;
  }
}

.radio-btn input {
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
@media screen and (min-width: 960px) {
  .radio-btn input {
    top: -2px;
    font-size: 2rem;
    width: 30px;
    height: 30px;
    margin-right: 24px;
  }
}

.custom-button {
  width: 100%;
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #FFFFFF;
  border: 1px solid #C0C0C0;
  border-radius: 5px;
  transition: 0.3s;
}
.custom-button:hover {
  background-color: #508BFF;
  border: 1px solid #FFFFFF;
}
.custom-button:hover p {
  color: #FFFFFF;
}

.custom-button img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #508BFF;
}

.custom-button p {
  font-size: 1.2rem;
  color: #508BFF;
  display: inline-block;
}

.file-input {
  display: none;
}

#file-name {
  margin-top: 16px;
  margin-left: 8px;
}

.accept {
  transform: scale(1.5);
  margin-right: 16px;
}
@media screen and (min-width: 960px) {
  .accept {
    transform: scale(2);
    margin-right: 24px;
  }
}

.submitBtn {
  width: 100%;
  height: 50px;
  border-radius: 999px;
  background-color: #FFFFFF;
  border: solid 1px #325D89;
  color: #325D89;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 145%;
  transition: 0.3s ease-in-out;
}
.submitBtn:hover {
  opacity: 1;
  background-color: #325D89;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .submitBtn {
    font-size: 1.8rem;
  }
}

.wpcf7-list-item {
  margin: 0 0 0 0;
}

.codedropz-upload-container {
  padding: 0;
}

.codedropz-upload-handler {
  border: 0px;
}

.codedropz-upload-inner {
  width: 100%;
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #FFFFFF;
  border: 1px solid #C0C0C0;
  border-radius: 5px;
  transition: 0.3s;
}
.codedropz-upload-inner:hover {
  background-color: #508BFF;
  border: 1px solid #FFFFFF;
}
.codedropz-upload-inner:hover .codedropz-btn-wrap a {
  color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .codedropz-upload-inner {
    border-radius: 15px;
  }
}

.codedropz-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.codedropz-btn-wrap::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../images/common/icon-clip.png");
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .codedropz-btn-wrap::before {
    width: 36px;
    height: 36px;
  }
}

.codedropz-btn-wrap a {
  font-size: 1.2rem;
  color: #508BFF;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .codedropz-btn-wrap a {
    font-size: 2rem;
    line-height: 100%;
  }
}

.codedropz-upload-inner h3 {
  display: none;
}
@media screen and (min-width: 960px) {
  .codedropz-upload-inner h3 {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    line-height: auto;
  }
}
.codedropz-upload-inner span {
  display: none;
}
@media screen and (min-width: 960px) {
  .codedropz-upload-inner span {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    line-height: auto;
  }
}
@media screen and (min-width: 960px) {
  .codedropz-upload-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    gap: 8px;
  }
}

.dnd-upload-counter {
  display: none;
}

.has-error-msg {
  padding-left: 16px;
  color: rgb(248, 41, 41);
}

.dnd-upload-image {
  display: none;
}

.dnd-progress-bar {
  display: none;
}

.l-form__multiUpload {
  display: none;
}

.l-globalNav__lists {
  width: 95%;
  max-width: 240px;
  margin: 48px auto;
}
.l-globalNav__list {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 24px;
  border-bottom: solid 1px #BBBBBB;
}
.l-globalNav__list a {
  font-size: 1.8rem;
  font-weight: 500;
  color: #313131;
}
.l-globalNav__list::before {
  content: "";
  width: 16px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  border-radius: 999px;
  background-color: #3C77B2;
}
.l-globalNav__contactBtn {
  margin-top: 40px;
}
.l-globalNav__contactIcon {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-globalNav__lists {
    width: 100%;
    max-width: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-globalNav__list {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    border-bottom: 0px;
  }
  .l-globalNav__list a {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .l-globalNav__list::before {
    display: none;
  }
  .l-globalNav__contactBtn {
    width: 200px;
    height: 47px;
    margin-top: 0;
  }
  .l-globalNav__contactIcon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*
.l-globalNav__list {
  display: flex;
  align-items: center;
  gap: 16px;
  @include g.bp-lg {gap: 32px;}
}
.l-globalNav__link {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--white);
  .c-vs,
  .c-bsi {
    font-size: 2.0rem;
  }
  &::after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 0px;
    height: 2px;
    transition: 0.3s;
  }
}
.l-globalNav__link:hover {
  &::after {
    width: 50%;
  }
}
.l-globalNav__link--balloon {
  position: relative;
  span {
    display: block;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1;
    background-color: var(--white);
    color: var(--black);
    position: absolute;
    top: -2em;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    border-radius: 999px;
    width: 80px;
    text-align: center;
    &::before {
      content: "";
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%);
      border: 4px solid transparent;
      border-top-color: var(--white);
    }
  }
}
.l-header--vs .l-globalNav__link::after {
  background-color: var(--vs-color);
}
.l-header--bsi .l-globalNav__link::after {
  background-color: var(--bsi-color);
}
// ******************************************************
// DROPDOWN
// ******************************************************
.l-globalNav__dropdownTrigger {}
.l-globalNav__dropdownTrigger:hover {
  .l-globalNav__dropdown {
    opacity: 1;
    visibility: visible;
  }
}
.l-globalNav__dropdown {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  padding-top: 36px;
}
.l-globalNav__dropdownList {
  width: clamp(768px, calc(1280 / 1440 * 100vw), 1280px);
  margin: 0 auto;
  background-color: #11182790;
  border-radius: 8px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  padding: 24px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
}
.l-globalNav__dropdownItem {
  width: calc((100% - 16px * 2) / 3);
  height: 80px;
  @include g.bp-lg {
    width: calc((100% - 16px * 3) / 4);
  }
}
.l-globalNav__dropdownLink {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.l-globalNav__dropdownText {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  z-index: 1;
}
.l-globalNav__dropdownImage {
  margin-left: 50%;
  width: 50%;
  height: 80px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
  }
  &::before {
    display: block;
    content: "";
    height: 100%;
    width: 50%;
    background: linear-gradient(to right, rgb(0, 0, 0), transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
.l-globalNav__dropdownLink:hover {
  .l-globalNav__dropdownImage img {
    transform: scale(1.1);
  }
}
*/
.l-header {
  width: 100%;
  height: 64px;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .l-header {
    height: 90px;
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-header__inner {
    padding: 0 2vw;
    gap: 64px;
  }
}
.l-header__logo {
  width: 240px;
  margin-left: 16px;
}
@media screen and (min-width: 960px) {
  .l-header__logo {
    width: 360px;
  }
}
.l-header__hamburgerBtn {
  display: block;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .l-header__hamburgerBtn {
    display: none;
  }
}
.l-header__globalNav {
  background-color: #EFF4FF;
  width: 100%;
  height: calc(100vh - 64px);
  position: fixed;
  top: 64px;
  transform: translateX(100%);
  opacity: 0;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 960px) {
  .l-header__globalNav {
    background-color: transparent;
    flex-grow: 1;
    max-width: 800px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    transform: translateX(0);
    opacity: 1;
  }
}
.l-header__globalNav.is-open {
  transform: translateX(0%);
  opacity: 1;
}

#js-mask {
  display: none;
}

.l-main {
  width: 100%;
}

.l-overview__table {
  width: 100%;
  text-align: left;
  vertical-align: middle;
  border-collapse: collapse;
}
.l-overview__table tr {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.l-overview__table th {
  display: block;
  padding-top: 12px;
  padding-bottom: 8px;
  font-size: 1.4rem;
  line-height: auto;
  font-weight: 700;
  color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .l-overview__table th {
    width: 20%;
    padding-top: 24px;
    padding-bottom: 24px;
    display: table-cell;
    font-size: 2rem;
  }
}
.l-overview__table td {
  display: block;
  padding-bottom: 12px;
  line-height: 150%;
}
@media screen and (min-width: 960px) {
  .l-overview__table td {
    width: 80%;
    display: table-cell;
    font-size: 2rem;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.l-overview__accessCell div {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 960px) {
  .l-overview__accessCell div {
    grid-template-columns: 1fr 1fr;
  }
}
.l-overview__address {
  margin-bottom: 32px;
}
.l-overview__accessMargin {
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .l-overview__accessMargin {
    margin-bottom: 0;
  }
}

.l-thanks {
  background-color: #EFF4FF;
}
.l-thanks__inner {
  width: 100%;
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 48px;
  padding-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .l-thanks__inner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
    padding-top: 96px;
    padding-bottom: 128px;
  }
}
.l-thanks__contents {
  padding: 48px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  border-radius: 20px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .l-thanks__contents {
    padding: 48px 48px;
    gap: 48px;
  }
}
@media screen and (min-width: 960px) {
  .l-thanks__text {
    font-size: 2.4rem;
  }
}
.l-thanks__btn {
  width: 100%;
  max-width: 246px;
}

.p-company-greetings {
  position: relative;
  width: 100%;
}
.p-company-greetings__inner {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 129px;
  padding-bottom: 48px;
}
@media screen and (min-width: 960px) {
  .p-company-greetings__inner {
    width: 100%;
    max-width: 1436px;
    margin: 0 auto;
    padding: 0 64px;
    padding-top: 224px;
    padding-bottom: 99px;
  }
}
.p-company-greetings__contents {
  width: 100%;
  margin-top: 40px;
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-x: hidden;
  background-color: #EFF4FF;
  border-radius: 15px;
}
@media screen and (min-width: 960px) {
  .p-company-greetings__contents {
    margin-top: 0px;
    padding: 64px;
    max-width: 1080px;
    margin-left: auto;
    gap: 40px;
    border-radius: 40px;
  }
}
.p-company-greetings__name {
  line-height: 200%;
  text-align: end;
}
.p-company-greetings__image {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: -1;
  width: 80%;
  max-width: 480px;
  aspect-ratio: 3/2;
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-company-greetings__image {
    top: 96px;
    width: 50%;
    aspect-ratio: 19/10;
    max-width: 960px;
    border-radius: 0 40px 40px 0;
  }
}

.p-company-profile {
  width: 100%;
  background-color: #F9FBFF;
  padding-top: 48px;
  padding-bottom: 64px;
}
.p-company-profile__inner {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 960px) {
  .p-company-profile__inner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
  }
}
.p-company-profile__profileTable {
  max-width: 241px;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 520px) {
  .p-company-profile__profileTable {
    max-width: 800px;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.p-company-profile__Addresstable {
  max-width: 241px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (min-width: 520px) {
  .p-company-profile__Addresstable {
    max-width: 800px;
    padding-top: 64px;
  }
}
.p-company-profile__map {
  width: 100%;
  height: 225px;
  margin-top: 48px;
}
@media screen and (min-width: 520px) {
  .p-company-profile__map {
    height: 360px;
    margin-top: 64px;
  }
}
@media screen and (min-width: 960px) {
  .p-company-profile {
    padding-top: 96px;
    padding-bottom: 128px;
  }
}

.p-download__fv .c-fv__img {
  width: 35%;
}
@media screen and (min-width: 960px) {
  .p-download__fv .c-fv__img {
    width: calc(100% - 600px);
  }
}

.p-download {
  width: 100%;
}
.p-download__contents {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background-color: #EFF4FF;
}
.p-download__inner {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 48px;
}
@media screen and (min-width: 960px) {
  .p-download__inner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
    padding-top: 96px;
    padding-bottom: 128px;
  }
}
.p-download__wrapper {
  margin-top: 48px;
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 960px) {
  .p-download__wrapper {
    margin-top: 64px;
    margin-bottom: 0px;
    flex-direction: row;
    gap: 52px;
  }
}
.p-download__container {
  width: 100%;
  height: 260px;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 14px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 960px) {
  .p-download__container {
    height: 360px;
    padding: 54px 33px;
  }
}
.p-download__textArea {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-download__title {
  position: relative;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 960px) {
  .p-download__title {
    padding: 4px 28px;
    font-size: 3.2rem;
    line-height: 120%;
  }
}
.p-download__title p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border-radius: 999px;
  background-color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .p-download__title p::before {
    width: 4px;
  }
}
.p-download__dlBtn {
  width: 100%;
  max-width: 250px;
  height: 46px;
  margin: 24px auto 0 auto;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background-color: #F5D42F;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
}
.p-download__dlBtn:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.p-download__dlBtn p {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 700;
  color: #313131;
}
.p-download__dlBtn img {
  width: 28px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-entry {
  width: 100%;
}
.p-entry__contents {
  position: relative;
  width: 100%;
  margin-top: 40px;
  overflow-x: hidden;
  background-color: #EFF4FF;
}
@media screen and (min-width: 960px) {
  .p-entry__contents {
    margin-top: 96px;
  }
}
.p-entry__inner {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 40px;
  padding-bottom: 48px;
}
@media screen and (min-width: 960px) {
  .p-entry__inner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
    padding-top: 96px;
    padding-bottom: 99px;
  }
}
.p-entry__form {
  width: 100%;
  margin: 38px 0 40px 0;
  padding: 34px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 1.25px rgba(187, 187, 187, 0.5);
}
@media screen and (min-width: 960px) {
  .p-entry__form {
    margin: 64px 0 64px 0;
    padding: 113px 110px;
    box-shadow: 0 0 4px rgba(187, 187, 187, 0.5);
  }
}
.p-entry__btn {
  width: 100%;
  max-width: 246px;
  margin: 0 auto;
}

.p-form {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p-form__intro {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.p-form__intro span {
  font-weight: 700;
}
.p-form__contents {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background-color: #EFF4FF;
}
.p-form__inner {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 40px;
  padding-bottom: 48px;
}
@media screen and (min-width: 960px) {
  .p-form__inner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
    padding-top: 96px;
    padding-bottom: 99px;
  }
}
.p-form__form {
  width: 100%;
  margin: 38px 0 40px 0;
  padding: 0 34px;
  border-radius: 5px;
}
@media screen and (min-width: 960px) {
  .p-form__form {
    margin: 96px 0 24px 0;
    padding: 0 110px;
  }
}
.p-form__btn {
  margin-top: 24px;
}

.p-news-fv {
  width: 100%;
}

.p-news {
  width: 100%;
  padding: 0 16px 64px 16px;
  background-color: #3C77B2;
}
.p-news__inner {
  margin: 0 auto;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  border-radius: 0 0 15px 0;
  overflow: hidden;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .p-news__inner {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.p-news__contents {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 960px) {
  .p-news__contents {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
  }
}
.p-news__news {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .p-news__news {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 120px 52px;
  }
}
@media screen and (min-width: 960px) {
  .p-news {
    width: 100%;
    padding: 0 64px 128px 64px;
  }
}
.p-news a {
  text-decoration: none;
}
.p-news__pagenate {
  margin: 64px auto 0 auto;
}

.p-privacy-policy {
  width: 100%;
  background-color: #EFF4FF;
  margin-top: 40px;
}
.p-privacy-policy__inner {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 40px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 960px) {
  .p-privacy-policy__inner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
    padding-top: 96px;
    padding-bottom: 128px;
    gap: 48px;
  }
}
.p-privacy-policy__contents {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-x: hidden;
}
@media screen and (min-width: 960px) {
  .p-privacy-policy__contents {
    gap: 24px;
    max-width: 986px;
    margin: 0 auto;
  }
}
.p-privacy-policy__title {
  position: relative;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 960px) {
  .p-privacy-policy__title {
    padding: 4px 28px;
    font-size: 3.2rem;
    line-height: 120%;
  }
}
.p-privacy-policy__title p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border-radius: 999px;
  background-color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .p-privacy-policy__title p::before {
    width: 4px;
  }
}
.p-privacy-policy__text {
  font-size: 1.3rem;
  line-height: 180%;
  font-weight: 400;
}
@media screen and (min-width: 960px) {
  .p-privacy-policy__text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .p-privacy-policy {
    margin-top: 96px;
  }
}

.p-recruit-intro__wrapper {
  position: relative;
  width: 100%;
}
.p-recruit-intro__leftBg {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-recruit-intro__leftBg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background-color: #EFF4FF;
  }
}
.p-recruit-intro__inner {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 48px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .p-recruit-intro__inner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
    padding-top: 96px;
    padding-bottom: 120px;
    flex-direction: row;
    gap: 89px;
    border-radius: 0 40px 0 0;
  }
}
.p-recruit-intro__image {
  aspect-ratio: 351/235;
  max-height: 500px;
  margin-left: calc(50% - 50vw);
  border-radius: 0 21px 21px 0;
  overflow: hidden;
}
.p-recruit-intro__textArea {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-recruit-intro__headingArea {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-recruit-intro__line {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background-color: #8B9851;
}
@media screen and (min-width: 960px) {
  .p-recruit-intro__line {
    width: 50px;
    height: 3px;
  }
}
.p-recruit-intro__heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 180%;
  color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .p-recruit-intro__heading {
    font-size: 3rem;
  }
}

.p-recruit-req {
  padding: 48px 0 64px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 48px;
  background-color: #305070;
}
.p-recruit-req__wrapper {
  width: 100%;
  max-width: 592px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 960px) {
  .p-recruit-req__wrapper {
    max-width: 1440px;
    padding: 0 64px;
    flex-direction: row-reverse;
    gap: 64px;
  }
}
.p-recruit-req__inner {
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .p-recruit-req__inner {
    padding: 0;
  }
}
.p-recruit-req__image {
  aspect-ratio: 359/194;
  max-height: 500px;
  margin-right: calc(50% - 50vw);
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-recruit-req__image {
    aspect-ratio: 87/57;
    border-radius: 0 0 0 90px;
    max-height: none;
  }
}
.p-recruit-req__textArea {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (min-width: 960px) {
  .p-recruit-req__textArea {
    width: 470px;
    gap: 40px;
    margin: 128px 0;
  }
}
.p-recruit-req__heading {
  position: relative;
  z-index: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .p-recruit-req__heading {
    font-size: 4rem;
  }
}
.p-recruit-req__heading::after {
  position: absolute;
  bottom: -11px;
  right: -10px;
  z-index: -1;
  content: "";
  width: 62px;
  height: 45px;
  background-color: #8B9851;
  opacity: 0.5;
  border-radius: 50%;
  transform: rotate(158deg);
}
@media screen and (min-width: 960px) {
  .p-recruit-req__heading::after {
    width: 106px;
    height: 77px;
    right: -14px;
    bottom: -16px;
  }
}
.p-recruit-req__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 960px) {
  .p-recruit-req__text {
    gap: 16px;
  }
}
.p-recruit-req__text li {
  position: relative;
  font-size: 1.5rem;
  color: #FFFFFF;
  padding-left: 27px;
}
@media screen and (min-width: 960px) {
  .p-recruit-req__text li {
    font-size: 2.2rem;
    padding-left: 40px;
  }
}
.p-recruit-req__text li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 17px;
  height: 3px;
  background-color: #8B9851;
}
@media screen and (min-width: 960px) {
  .p-recruit-req__text li::before {
    width: 24px;
    height: 4px;
  }
}
@media screen and (min-width: 960px) {
  .p-recruit-req {
    padding: 0 0 0 0;
    gap: 96px;
  }
}

.p-recruit-req__left .p-recruit-req__image {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
  border-radius: 0 20px 20px 0;
}
@media screen and (min-width: 960px) {
  .p-recruit-req__left .p-recruit-req__image {
    border-radius: 0 90px 0 0;
  }
}
@media screen and (min-width: 960px) {
  .p-recruit-req__left .p-recruit-req__textArea {
    width: 592px;
  }
}
.p-recruit-req__left .p-recruit-req__heading::after {
  background-color: #4083C7;
}
.p-recruit-req__left .p-recruit-req__text li::before {
  background-color: #508BFF;
}
@media screen and (min-width: 960px) {
  .p-recruit-req__left {
    flex-direction: row;
  }
}

.p-recruit-attempt__wrapper {
  padding-top: 48px;
  padding-bottom: 1px;
  background-color: #EFF4FF;
}
@media screen and (min-width: 960px) {
  .p-recruit-attempt__wrapper {
    padding-top: 96px;
  }
}
.p-recruit-attempt__intro {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .p-recruit-attempt__intro {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
    margin-bottom: 64px;
  }
}
.p-recruit-attempt__container {
  position: relative;
}
@media screen and (min-width: 960px) {
  .p-recruit-attempt__container {
    width: 100%;
    max-width: 1432px;
    margin: 0 auto 96px auto;
    padding: 0 64px;
  }
}
.p-recruit-attempt__inner {
  width: 100%;
  max-width: 592px;
  margin: 0 auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 960px) {
  .p-recruit-attempt__inner {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    grid-template-columns: 1fr 1fr;
    border-radius: 40px 0 0 40px;
    overflow: hidden;
    background-color: #FFFFFF;
  }
}
.p-recruit-attempt__image {
  aspect-ratio: 3/2;
  margin-left: 54px;
  margin-right: calc(50% - 50vw);
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-recruit-attempt__image {
    aspect-ratio: auto;
    margin: 0;
    border-radius: 0;
  }
}
.p-recruit-attempt__textArea {
  margin-left: calc(50% - 50vw);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 0 20px 20px 0;
  background-color: #FFFFFF;
  transform: translateY(-24px);
}
@media screen and (min-width: 960px) {
  .p-recruit-attempt__textArea {
    margin: 0;
    padding: 75px 0px 75px 64px;
    gap: 24px;
    border-radius: 0;
    transform: translateY(0);
  }
}
.p-recruit-attempt__textArea h4 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .p-recruit-attempt__textArea h4 {
    font-size: 4rem;
  }
}
.p-recruit-attempt__btnArea {
  max-width: 246px;
}
@media screen and (min-width: 960px) {
  .p-recruit-attempt__btnArea {
    max-width: 270px;
  }
}

@media screen and (min-width: 960px) {
  .p-recruit-attempt__left .p-recruit-attempt__inner {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    grid-template-columns: 1fr 1fr;
    border-radius: 0 40px 40px 0;
    overflow: hidden;
    background-color: #FFFFFF;
  }
}
.p-recruit-attempt__left .p-recruit-attempt__image {
  aspect-ratio: 305/274;
  margin-right: 54px;
  margin-left: calc(50% - 50vw);
  border-radius: 0 20px 20px 0;
}
@media screen and (min-width: 960px) {
  .p-recruit-attempt__left .p-recruit-attempt__image {
    aspect-ratio: auto;
    margin: 0;
    border-radius: 0;
    order: 2;
  }
}
.p-recruit-attempt__left .p-recruit-attempt__textArea {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
  border-radius: 20px 0 0 20px;
  transform: translateY(-63px);
}
@media screen and (min-width: 960px) {
  .p-recruit-attempt__left .p-recruit-attempt__textArea {
    margin: 0;
    padding: 75px 64px 75px 0px;
    gap: 24px;
    border-radius: 0;
    transform: translateY(0);
    order: 1;
  }
}

.p-recruit-overview {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  background-color: #EFF4FF;
}
.p-recruit-overview__wrapper {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 48px;
  padding-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .p-recruit-overview__wrapper {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
    padding-top: 96px;
    padding-bottom: 99px;
  }
}
.p-recruit-overview__inner {
  width: 100%;
  margin: 38px 0 40px 0;
  padding: 34px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 0 1.25px rgba(187, 187, 187, 0.5);
}
@media screen and (min-width: 960px) {
  .p-recruit-overview__inner {
    margin: 64px 0 64px 0;
    padding: 113px 110px;
    box-shadow: 0 0 4px rgba(187, 187, 187, 0.5);
  }
}
.p-recruit-overview__btn {
  width: 100%;
  max-width: 246px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-recruit-overview th {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 960px) {
  .p-recruit-overview td {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.p-service {
  width: 100%;
}

.p-service-newBuild {
  position: relative;
  width: 100%;
}
.p-service-newBuild__inner {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 48px;
  padding-bottom: 88px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .p-service-newBuild__inner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
    padding-top: 96px;
    padding-bottom: 99px;
    flex-direction: row;
  }
}
.p-service-newBuild__lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  margin: 24px 0;
}
@media screen and (min-width: 960px) {
  .p-service-newBuild__lead {
    font-size: 2.6rem;
    line-height: 180%;
  }
}
.p-service-newBuild__image {
  width: 100%;
  height: 192px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-service-newBuild__image {
    height: 317px;
    border-radius: 40px;
  }
}
.p-service-newBuild__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #3C77B2;
}
.p-service-newBuild__whiteInner {
  width: 100%;
  height: 100%;
  max-width: 624px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 960px) {
  .p-service-newBuild__whiteInner {
    max-width: 1436px;
    padding: 0 32px;
  }
}
.p-service-newBuild__white {
  height: 100%;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  border-radius: 0 10px 0 0;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .p-service-newBuild__white {
    border-radius: 0 40px 0 0;
  }
}
.p-service-newBuild__works {
  width: 100%;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
.p-service-newBuild__worksInner {
  width: 100%;
  max-width: 327px;
  margin: 0 auto;
  padding: 0 24px 64px 24px;
}
@media screen and (min-width: 960px) {
  .p-service-newBuild__worksInner {
    max-width: 1212px;
    padding: 0 64px 128px 64px;
  }
}
.p-service-newBuild__worksLists {
  margin-top: 32px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .p-service-newBuild__worksLists {
    margin-top: 38px;
    margin-bottom: 64px;
    flex-direction: row;
    gap: 32px;
  }
}
.p-service-newBuild__item .c-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 960px) {
  .p-service-newBuild__item .c-card {
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.05);
  }
}
.p-service-newBuild__item a {
  box-shadow: 0 0 1.25px rgba(187, 187, 187, 0.5);
}
.p-service-newBuild__btnArea {
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-service-newBuild__btnArea {
    max-width: 270px;
  }
}
.p-service-newBuild__worksBg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-service-newBuild__circle {
  position: absolute;
  top: 0;
  left: -10%;
  z-index: -2;
  width: 120%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #EFF4FF;
}
.p-service-newBuild__circleBg {
  width: 100%;
  height: 100%;
  margin-top: 60%;
  background-color: #EFF4FF;
}

.p-service-civil {
  position: relative;
  width: 100%;
}
.p-service-civil__inner {
  width: 100%;
  max-width: 616px;
  margin: 0 auto;
  padding: 88px 16px 112px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .p-service-civil__inner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
    padding-top: 192px;
    padding-bottom: 211px;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 960px) {
  .p-service-civil__textArea {
    flex-grow: 1;
  }
}
.p-service-civil__lead {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
  margin: 24px 0;
}
@media screen and (min-width: 960px) {
  .p-service-civil__lead {
    font-size: 2.6rem;
    line-height: 180%;
  }
}
.p-service-civil__image {
  width: 100%;
  height: 192px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-service-civil__image {
    height: 317px;
    border-radius: 40px;
    flex-grow: 1;
  }
}
.p-service-civil__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #3C77B2;
}
.p-service-civil__whiteInner {
  width: 100%;
  height: 100%;
  max-width: 624px;
  margin: 0 auto;
  padding: 40px 16px 64px 16px;
}
@media screen and (min-width: 960px) {
  .p-service-civil__whiteInner {
    max-width: 1436px;
    padding: 96px 64px 128px 32px;
  }
}
.p-service-civil__white {
  height: 100%;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  border-radius: 10px 0 0 10px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .p-service-civil__white {
    border-radius: 40px 0 0 40px;
  }
}

.p-news-fv {
  width: 100%;
}

.p-single-news {
  width: 100%;
  margin-top: 40px;
  background-color: #F9FBFF;
}
.p-single-news__inner {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
  padding-top: 48px;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 960px) {
  .p-single-news__inner {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
    padding-top: 96px;
    padding-bottom: 128px;
    gap: 64px;
  }
}
.p-single-news__titleArea {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 960px) {
  .p-single-news__titleArea {
    gap: 16px;
  }
}
@media screen and (min-width: 960px) {
  .p-single-news__titleArea .c-news__date {
    font-size: 2rem;
  }
}
.p-single-news__title {
  position: relative;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 960px) {
  .p-single-news__title {
    padding: 4px 24px;
    font-size: 3rem;
    line-height: 120%;
  }
}
.p-single-news__title p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  border-radius: 999px;
  background-color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .p-single-news__title p::before {
    width: 4px;
  }
}
.p-single-news__btnArea {
  width: 100%;
  max-width: 246px;
  margin: 96px auto 0 auto;
}
@media screen and (min-width: 960px) {
  .p-single-news__btnArea {
    max-width: 270px;
  }
}
@media screen and (min-width: 960px) {
  .p-single-news {
    width: 100%;
    margin-top: 96px;
  }
}

.p-single-news__contents h1 {
  margin: 24px 0;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (min-width: 520px) {
  .p-single-news__contents h1 {
    margin: 32px 0;
    font-size: 3.2rem;
  }
}
.p-single-news__contents h2 {
  margin: 24px 0;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 520px) {
  .p-single-news__contents h2 {
    margin: 32px 0;
    font-size: 2.4rem;
  }
}
.p-single-news__contents h3 {
  margin: 24px 0;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 520px) {
  .p-single-news__contents h3 {
    margin: 32px 0;
    font-size: 2rem;
  }
}
.p-single-news__contents h4 {
  margin: 24px 0;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 520px) {
  .p-single-news__contents h4 {
    margin: 32px 0;
    font-size: 1.8rem;
  }
}
.p-single-news__contents h5 {
  margin: 24px 0;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 520px) {
  .p-single-news__contents h5 {
    margin: 32px 0;
    font-size: 1.4rem;
  }
}
.p-single-news__contents h5 {
  margin: 24px 0;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 520px) {
  .p-single-news__contents h5 {
    margin: 32px 0;
    font-size: 1.2rem;
  }
}
.p-single-news__contents p {
  margin: 24px 0;
}
@media screen and (min-width: 520px) {
  .p-single-news__contents p {
    margin: 32px 0;
  }
}
.p-single-news__contents img {
  margin: 24px 0;
  border-radius: 15px;
}
@media screen and (min-width: 960px) {
  .p-single-news__contents img {
    margin: 32px 0;
    border-radius: 40px;
  }
}
.p-single-news__contents ul {
  list-style-type: disc;
  padding-left: 2.5em;
  margin: 24px 0;
}
@media screen and (min-width: 520px) {
  .p-single-news__contents ul {
    margin: 32px 0;
  }
}
.p-single-news__contents ol {
  list-style-type: decimal;
  padding-left: 2.5em;
  margin: 24px 0;
}
@media screen and (min-width: 520px) {
  .p-single-news__contents ol {
    margin: 32px 0;
  }
}
.p-single-news__contents table {
  margin: 24px 0;
}
@media screen and (min-width: 520px) {
  .p-single-news__contents table {
    margin: 32px 0;
  }
}

.p-single-works {
  width: 100%;
}
.p-single-works__contents {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: -3;
  background-color: #EFF4FF;
}
.p-single-works__wrapper {
  width: 100%;
  max-width: 608px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 960px) {
  .p-single-works__wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
  }
}
.p-single-works__inner {
  position: relative;
  z-index: -2;
  background-color: #FFFFFF;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-top: 40px;
  padding-bottom: 48px;
  border-radius: 0 20px 20px 0;
}
@media screen and (min-width: 960px) {
  .p-single-works__inner {
    padding-top: 96px;
    padding-right: 64px;
    padding-bottom: 99px;
    padding-left: calc(50vw - 50% + 64px);
    border-radius: 0 40px 40px 0;
  }
}
.p-single-works__titleArea {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 960px) {
  .p-single-works__titleArea {
    gap: 32px;
  }
}
.p-single-works__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 960px) {
  .p-single-works__container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.p-single-works__mainImage {
  width: 100%;
  max-width: 279px;
  aspect-ratio: 2/3;
  margin: 48px auto;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-single-works__mainImage {
    max-width: 532px;
    margin: 64px auto 96px auto;
  }
}
.p-single-works__textArea {
  position: relative;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-top: 54px;
  padding-bottom: 54px;
  padding-left: 32px;
  border-radius: 20px 0 0 20px;
  background-color: #EFF4FF;
}
@media screen and (min-width: 960px) {
  .p-single-works__textArea {
    border-radius: 40px 0 0 40px;
    padding: 47px 45px;
  }
}
.p-single-works__circle {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  height: 130%;
  aspect-ratio: 1/1;
  background-color: #3C77B2;
  border-radius: 50%;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 960px) {
  .p-single-works__circle {
    height: clamp(600px, 63.0555555556vw, 1100px);
    transform: translate(20%, -50%);
  }
}
.p-single-works__table {
  width: 100%;
  max-width: 444px;
  margin-left: auto;
}
.p-single-works__table th {
  width: 69px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 145%;
  padding: 18px 0 14px 0;
  text-align: center;
  border-bottom: 1px solid #3C77B2;
  color: #305070;
}
@media screen and (min-width: 960px) {
  .p-single-works__table th {
    width: 118px;
    padding: 30px 0 24px 0;
    font-size: 2rem;
  }
}
.p-single-works__table td {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 145%;
  padding: 18px 23px 14px 23px;
  border-bottom: 1px solid #989898;
}
@media screen and (min-width: 960px) {
  .p-single-works__table td {
    padding: 30px 39px 24px 39px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .p-single-works__table {
    margin-left: 0;
  }
}
.p-single-works__ImageLists {
  width: 100%;
  margin-top: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 960px) {
  .p-single-works__ImageLists {
    margin-top: 0px;
    flex-direction: row;
    gap: 21px;
  }
}
.p-single-works__subImage {
  width: 100%;
  max-width: 279px;
  aspect-ratio: 3/2;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.p-single-works__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-color: #EFF4FF;
}
.p-single-works__whiteInner {
  width: 100%;
  height: 100%;
  max-width: 624px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 960px) {
  .p-single-works__whiteInner {
    max-width: 1920px;
    padding: 0 64px;
  }
}
.p-single-works__white {
  height: 100%;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  border-radius: 0 20px 20px 0;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .p-single-works__white {
    border-radius: 0 40px 40px 0;
  }
}
.p-single-works__btnArea {
  width: 100%;
  padding: 40px 0 64px 0;
  background-color: #EFF4FF;
}
@media screen and (min-width: 960px) {
  .p-single-works__btnArea {
    padding: 64px 0 128px 0;
  }
}
.p-single-works__btn {
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .p-single-works__btn {
    max-width: 270px;
  }
}
.p-single-works__article {
  padding-top: 32px;
}
@media screen and (min-width: 960px) {
  .p-single-works__article {
    padding-top: 64px;
  }
}

.p-top__titleArea {
  position: relative;
}
.p-top__title {
  font-family: "hind";
  font-size: clamp(2.4rem, 14.9333333333vw, 11.4rem);
  line-height: 140%;
  font-weight: 600;
  color: #3C77B2;
}
@media screen and (min-width: 960px) {
  .p-top__title {
    font-size: 11.5rem;
  }
}
.p-top__titleLeft {
  transform: translateY(-100%) rotate(90deg);
  transform-origin: 0 100%;
}
.p-top__titleRight {
  transform: translateY(-100%) rotate(90deg) translateY(-130%);
  transform-origin: 0 100%;
}
@media screen and (min-width: 960px) {
  .p-top__titleRight {
    transform: translateY(-100%) rotate(90deg) translateY(-110%);
  }
}
.p-top__subTitleArea {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 960px) {
  .p-top__subTitleArea {
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .p-top__subTitleAreaLeft {
    left: 160px;
  }
}
@media screen and (min-width: 960px) {
  .p-top__subTitleAreaRight {
    right: 0;
  }
}
.p-top__subTitleLine {
  width: 24px;
  height: 2px;
  background-color: #8B9851;
  border-radius: 999;
}
@media screen and (min-width: 960px) {
  .p-top__subTitleLine {
    width: 3px;
    height: 50px;
  }
}
.p-top__subTitle {
  font-size: 1.8rem;
  font-weight: 500;
  color: #3C77B2;
  line-height: 100%;
}
@media screen and (min-width: 960px) {
  .p-top__subTitle {
    font-size: 2.4rem;
    writing-mode: vertical-rl;
  }
}
.p-top__subTitlePc {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-top__subTitlePc {
    display: flex;
  }
}
.p-top__subTitleSp {
  display: flex;
}
@media screen and (min-width: 960px) {
  .p-top__subTitleSp {
    display: none;
  }
}
.p-top a {
  text-decoration: none;
}

.p-top-mv {
  width: 100%;
  height: 597px;
  position: relative;
  background-color: #FFFFFF;
}
.p-top-mv__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-top-mv__img {
    width: calc(100% - 64px);
    margin-right: auto;
    border-radius: 0 40px 40px 0;
    overflow: hidden;
  }
}
.p-top-mv__text {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 0 24px;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-top-mv__text {
    width: 90%;
    max-width: 1440px;
  }
}
.p-top-mv__text p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  color: #FFFFFF;
}
@media screen and (min-width: 520px) {
  .p-top-mv__text p {
    font-size: 6.4rem;
  }
}
.p-top-mv__lgText {
  font-size: 3.6rem;
}
@media screen and (min-width: 520px) {
  .p-top-mv__lgText {
    font-size: 7.5rem;
  }
}
.p-top-mv__blueCircle {
  width: 66px;
  height: 50px;
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 12px;
  border-radius: 50%;
  background-color: #175696;
  opacity: 0.8;
  transform: rotate(155.33deg);
}
@media screen and (min-width: 520px) {
  .p-top-mv__blueCircle {
    width: 155px;
    height: 113px;
    left: -12px;
  }
}
.p-top-mv__greenCircle {
  width: 66px;
  height: 50px;
  position: absolute;
  z-index: -2;
  top: 4px;
  left: 75px;
  border-radius: 50%;
  background-color: #8B9851;
  opacity: 0.8;
  transform: rotate(155.33deg);
}
@media screen and (min-width: 520px) {
  .p-top-mv__greenCircle {
    width: 155px;
    height: 113px;
    left: 124px;
  }
}
@media screen and (min-width: 520px) {
  .p-top-mv {
    height: 770px;
  }
}

.p-top-message {
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .p-top-message {
    margin-top: 88px;
  }
}
.p-top-message__wrapper {
  width: 100%;
  max-width: 832px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 960px) {
  .p-top-message__wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 64px;
  }
}
.p-top-message__inner {
  position: relative;
  padding-top: 48px;
  padding-bottom: 166px;
  margin-right: calc(50% - 50vw);
  border-radius: 20px 0 0 0;
  background-color: #EFF4FF;
}
@media screen and (min-width: 960px) {
  .p-top-message__inner {
    padding-top: 64px;
    padding-bottom: 96px;
    margin-right: calc(50% - 50vw);
  }
}
.p-top-message__titleArea {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 48px;
  left: 0px;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .p-top-message__titleArea {
    top: 43px;
  }
}
.p-top-message__contentsArea {
  padding-left: 22.6666666667vw;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 960px) {
  .p-top-message__contentsArea {
    padding-left: clamp(24px, 23.4722222222vw, 338px);
    grid-template-columns: 360px 1fr;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
.p-top-message__mainImage {
  margin-bottom: 33px;
  aspect-ratio: 259/185;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-top-message__mainImage {
    order: 3;
  }
}
.p-top-message__contentsArea h3 {
  margin-top: 28px;
  margin-bottom: 24px;
  font-size: 2.2rem;
  line-height: 140%;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .p-top-message__contentsArea h3 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 4rem;
    order: 1;
    grid-column: 1/3;
  }
}
.p-top-message__text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 180%;
}
@media screen and (min-width: 960px) {
  .p-top-message__text {
    order: 2;
    white-space: nowrap;
    font-size: 2.2rem;
    line-height: 200%;
  }
}
.p-top-message__textBlue {
  color: #175696;
}
.p-top-message__textGreen {
  color: #8B9851;
}
.p-top-message__subImage {
  width: 213px;
  aspect-ratio: 3/2;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 40px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-top-message__subImage {
    width: 25%;
    max-width: 329px;
    aspect-ratio: 11/10;
  }
}

.p-top-service {
  width: 100%;
  overflow-x: hidden;
  background-color: #EFF4FF;
}
.p-top-service__wrapper {
  width: 100%;
  max-width: 848px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 960px) {
  .p-top-service__wrapper {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 64px;
  }
}
.p-top-service__inner {
  position: relative;
  z-index: 0;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-top: 48px;
  padding-bottom: 224px;
  background-color: #FFFFFF;
  border-radius: 0 20px 0 0;
}
@media screen and (min-width: 960px) {
  .p-top-service__inner {
    padding-top: 128px;
    padding-bottom: 524px;
  }
}
.p-top-service__titleArea {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 48px;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .p-top-service__titleArea {
    right: 47px;
  }
}
.p-top-service__contentsArea {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 960px) {
  .p-top-service__contentsArea {
    gap: 40px;
  }
}
.p-top-service__overview {
  margin-top: 16px;
  padding-left: 11px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 150%;
  border-left: 2px solid #3C77B2;
}
@media screen and (min-width: 960px) {
  .p-top-service__overview {
    font-size: 2.6rem;
  }
}
.p-top-service__btnArea {
  max-width: 193px;
}
@media screen and (min-width: 960px) {
  .p-top-service__btnArea {
    max-width: 270px;
  }
}
.p-top-service__circleWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  overflow: hidden;
}
.p-top-service__circleImage {
  position: absolute;
  top: 308px;
  left: 50%;
  width: clamp(390px, 136vw, 720px);
  aspect-ratio: 1/1;
  transform: translate(-50%, 0%);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .p-top-service__circleImage {
    width: 100%;
    max-width: 1600px;
    top: 100%;
    transform: translate(-50%, -50%);
  }
}

.p-top-works {
  width: 100%;
  background-color: #305070;
  padding: 48px 0 64px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.p-top-works__titleArea {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.p-top-works__subTitleArea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.p-top-works__subTitleLine {
  width: 24px;
  height: 2px;
  background-color: #8B9851;
}
.p-top-works__subTitle {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .p-top-works__subTitle {
    font-size: 2.4rem;
  }
}
.p-top-works__title {
  font-family: "hind";
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 140%;
  color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .p-top-works__title {
    font-size: 11.5rem;
  }
}
.p-top-works__btnArea {
  width: 240px;
}
@media screen and (min-width: 960px) {
  .p-top-works__btnArea {
    width: 270px;
  }
}
.p-top-works__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: #FFFFFF;
}
@media screen and (min-width: 960px) {
  .p-top-works {
    width: 100%;
    background-color: #305070;
    padding: 96px 0 128px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 64px;
  }
}

.p-top-news {
  width: 100%;
  background-color: #EFF4FF;
}
.p-top-news__wrapper {
  width: 100%;
  max-width: 848px;
  margin: 0 auto;
  padding: 48px 24px 64px 24px;
}
@media screen and (min-width: 960px) {
  .p-top-news__wrapper {
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 96px 64px 128px 64px;
  }
}
.p-top-news__inner {
  position: relative;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-top: 72px;
  padding-bottom: 48px;
  padding-left: 21.3333333333vw;
  background-color: #FFFFFF;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 960px) {
  .p-top-news__inner {
    padding-top: 96px;
    padding-bottom: 66px;
    padding-left: clamp(24px, 20vw, 338px);
    border-radius: 40px 0 0 40px;
  }
}
.p-top-news__titleArea {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 48px;
  left: 0px;
  z-index: 1;
}
.p-top-news__news {
  margin: 33px 0 40px 0;
}
@media screen and (min-width: 960px) {
  .p-top-news__news {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-top-news__btnArea {
    width: 270px;
    margin: 64px 64px 0 auto;
  }
}

.p-works-fv {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .p-works-fv {
    margin-bottom: 96px;
  }
}

.p-works-works {
  width: 100%;
  background-color: #EFF4FF;
  padding: 40px 24px 64px 24px;
}
@media screen and (min-width: 520px) {
  .p-works-works {
    padding: 96px 64px 128px 64px;
  }
}
.p-works-works__inner {
  width: 100%;
  max-width: 279px;
  margin: 0 auto;
}
@media screen and (min-width: 520px) {
  .p-works-works__inner {
    max-width: 1184px;
  }
}
.p-works-works__lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 520px) {
  .p-works-works__lists {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .p-works-works__lists {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 120px clamp(4px, 2.2222222222vw, 52px);
  }
}
.p-works-works__item .c-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 960px) {
  .p-works-works__item .c-card {
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.05);
  }
}
.p-works-works__pagenate {
  margin: 64px auto 0 auto;
}

.u-br__sm {
  display: inline;
}
@media screen and (min-width: 520px) {
  .u-br__sm {
    display: none;
  }
}

.u-br__md {
  display: none;
}
@media screen and (min-width: 520px) {
  .u-br__md {
    display: inline;
  }
}

.u-br__lg {
  display: none;
}
@media screen and (min-width: 960px) {
  .u-br__lg {
    display: inline;
  }
}/*# sourceMappingURL=main.css.map */