@charset "UTF-8";
/* リセットcss */
@import url(https://unpkg.com/ress/dist/ress.min.css);
/* Google Fonts */
@import url(https://fonts.googleapis.com);
@import url(https://fonts.gstatic.com);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap);
/*
color-swatch ========================================*/
/*
breakpoint ==========================================================================*/
/*
font ========================================*/
/* Zen Maru Gothic */
/* Noto Sans JP */
/* font size */
/*
all ==========================================================================*/
.top .mv {
  padding-block: 77px 60px;
  background-image: url(../img/top/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 1200px) {
  .top .mv {
    padding-block: 6.4166666667vw 5.5vw;
  }
}
@media screen and (max-width: 750px) {
  .top .mv {
    background-image: url(../img/top/mv_bg_sp.jpg);
    background-position: center 38%;
    padding-block: 2.9333333333vw 8vw;
  }
}
@media screen and (max-width: 750px) {
  .top .mv .wrapper {
    width: min(1100px + 12.8vw, 100%);
    margin-inline: auto;
    padding-inline: 6.4vw;
  }
}
.top .mv__content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.top .mv__content p {
  font-size: 38.5px;
  margin-bottom: 24px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  .top .mv__content p {
    font-size: 3.2083333333vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .top .mv__content p {
    font-size: 5.0666666667vw;
    color: #005a63;
    margin-bottom: 7.4666666667vw;
    text-shadow: 5px 5px 10px rgb(255, 255, 255), -5px -5px 10px rgb(255, 255, 255), 10px 10px 20px rgb(255, 255, 255), -10px -10px 20px rgb(255, 255, 255), 15px 15px 30px rgb(255, 255, 255), -15px -15px 30px rgb(255, 255, 255);
  }
}
.top .mv__content span {
  font-size: 38.15px;
  background-color: #005a63;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
  margin-bottom: 7px;
  letter-spacing: 0.225em;
}
@media screen and (max-width: 1200px) {
  .top .mv__content span {
    font-size: 3.1791666667vw;
    padding: 0.1666666667vw 0.4166666667vw;
    margin-bottom: 0.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .mv__content span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 750px) {
  .top .mv__content span.pc {
    display: none;
  }
}
.top .mv__content span.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .top .mv__content span.sp {
    display: inline-block;
    padding-inline: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 14px;
  }
}
.top .mv__content h2 {
  margin-bottom: 67px;
}
@media screen and (max-width: 1200px) {
  .top .mv__content h2 {
    margin-bottom: 5.5833333333vw;
  }
}
.top .mv__content h2 strong {
  font-size: 72px;
  color: #242320;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 1200px) {
  .top .mv__content h2 strong {
    font-size: 6vw;
  }
}
@media screen and (max-width: 750px) {
  .top .mv__content h2 strong {
    font-size: 8.2666666667vw;
    display: inline-block;
    margin-bottom: 30.6666666667vw;
    line-height: 1.35;
    text-shadow: 5px 5px 10px rgb(255, 255, 255), -5px -5px 10px rgb(255, 255, 255), 10px 10px 20px rgb(255, 255, 255), -10px -10px 20px rgb(255, 255, 255), 15px 15px 30px rgb(255, 255, 255), -15px -15px 30px rgb(255, 255, 255);
  }
}
.top .mv__content h2 p {
  font-size: 52px;
  color: #005a63;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  .top .mv__content h2 p {
    font-size: 4.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .mv__content h2 p {
    text-align: center;
    font-size: 9.0666666667vw;
    letter-spacing: 0.09em;
    line-height: 1.35;
    text-shadow: 5px 5px 10px rgb(255, 255, 255), -5px -5px 10px rgb(255, 255, 255), 10px 10px 20px rgb(255, 255, 255), -10px -10px 20px rgb(255, 255, 255), 15px 15px 30px rgb(255, 255, 255), -15px -15px 30px rgb(255, 255, 255);
  }
}
.top .mv__content h2 .sp-show {
  display: none;
}
@media screen and (max-width: 750px) {
  .top .mv__content h2 .sp-show {
    display: block;
  }
}
.top .mv__content--btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .top .mv__content--btns {
    gap: 2.5vw;
  }
}
.top .mv__content--btns a {
  position: relative;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 9px;
  color: #fff;
  border-radius: 999px;
}
@media screen and (max-width: 1200px) {
  .top .mv__content--btns a {
    width: 25vw;
    padding-block: 0.75vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .top .mv__content--btns a {
    width: 81.3333333333vw;
    font-size: 6vw;
    padding-block: 4.4vw;
    margin-inline: auto;
  }
}
.top .mv__content--btns a.o {
  background-color: #f49012;
}
.top .mv__content--btns a.g {
  background-color: #00c5cc;
}
.top .mv__content--btns a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "";
  display: block;
  display: block;
  width: 19px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/common/arrow_r_w.png);
  transform: translateY(1px);
}
@media screen and (max-width: 1200px) {
  .top .mv__content--btns a::after {
    right: 2.5vw;
    width: 1.5833333333vw;
    height: 2.1666666667vw;
    transform: translateY(0.0833333333vw);
  }
}
@media screen and (max-width: 750px) {
  .top .mv__content--btns a::after {
    width: 3.3333333333vw;
    height: 6.6666666667vw;
    right: 6.6666666667vw;
  }
}
.top .trouble {
  padding-block: 95px 80px;
  background-size: cover;
  background-position: center;
  background-image: url(../img/top/trouble_bg.jpg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .top .trouble {
    padding-block: 7.9166666667vw 6.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .trouble {
    padding-block: 12.6666666667vw 10.6666666667vw;
  }
}
.top .trouble h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 40px;
  text-align: center;
  margin-bottom: 87px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .top .trouble h2 {
    font-size: 3.3333333333vw;
    margin-bottom: 7.25vw;
  }
}
@media screen and (max-width: 750px) {
  .top .trouble h2 {
    font-size: 5.3333333333vw;
  }
}
.top .trouble h2::before, .top .trouble h2::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.top .trouble h2::before {
  width: 43px;
  height: 62px;
  top: -23px;
  left: -126px;
  background-image: url(../img/top/trouble_icon01.png);
}
@media screen and (max-width: 1200px) {
  .top .trouble h2::before {
    width: 3.5833333333vw;
    height: 5.1666666667vw;
    top: -1.9166666667vw;
    left: -10.5vw;
  }
}
@media screen and (max-width: 750px) {
  .top .trouble h2::before {
    width: 6.6666666667vw;
    height: 9.3333333333vw;
    left: -9.3333333333vw;
  }
}
.top .trouble h2::after {
  width: 46px;
  height: 49px;
  top: -20px;
  right: -116px;
  background-image: url(../img/top/trouble_icon02.png);
}
@media screen and (max-width: 1200px) {
  .top .trouble h2::after {
    width: 3.8333333333vw;
    height: 4.0833333333vw;
    top: -1.6666666667vw;
    right: -9.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .trouble h2::after {
    width: 7.0666666667vw;
    height: 7.7333333333vw;
    top: -0.6666666667vw;
    right: -8.5333333333vw;
  }
}
.top .trouble ul {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .top .trouble ul {
    gap: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .top .trouble ul {
    gap: 6.9333333333vw;
  }
}
.top .trouble ul li {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .top .trouble ul li {
    gap: 3.3333333333vw;
  }
}
.top .trouble ul li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.top .trouble ul li:nth-of-type(2n) .content::before {
  left: unset;
  right: -14px;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 1200px) {
  .top .trouble ul li:nth-of-type(2n) .content::before {
    right: -1.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .trouble ul li:nth-of-type(2n) .content::before {
    right: -2.2666666667vw;
  }
}
.top .trouble ul li:nth-of-type(1) {
  align-items: flex-end;
  margin-left: 47px;
}
@media screen and (max-width: 1200px) {
  .top .trouble ul li:nth-of-type(1) {
    margin-left: 3.9166666667vw;
  }
}
.top .trouble ul li:nth-of-type(1) .content h3 {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .top .trouble ul li:nth-of-type(1) .content h3 {
    font-size: 2.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .trouble ul li:nth-of-type(1) .content h3 {
    font-size: 3.7333333333vw;
  }
}
.top .trouble ul li:nth-of-type(2) {
  align-items: flex-start;
}
.top .trouble ul li:nth-of-type(2) .content h3 {
  font-size: 31px;
}
@media screen and (max-width: 1200px) {
  .top .trouble ul li:nth-of-type(2) .content h3 {
    font-size: 2.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .trouble ul li:nth-of-type(2) .content h3 {
    font-size: 3.7333333333vw;
  }
}
.top .trouble ul li:nth-of-type(3) {
  align-items: center;
}
.top .trouble ul li:nth-of-type(3) .content h3 {
  font-size: 31px;
}
@media screen and (max-width: 1200px) {
  .top .trouble ul li:nth-of-type(3) .content h3 {
    font-size: 2.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .trouble ul li:nth-of-type(3) .content h3 {
    font-size: 3.7333333333vw;
  }
}
.top .trouble ul li img {
  width: 104px;
}
@media screen and (max-width: 1200px) {
  .top .trouble ul li img {
    width: 8.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .trouble ul li img {
    width: 13.3333333333vw;
  }
}
.top .trouble ul li .content {
  position: relative;
  background-color: #fff;
  border: solid 4px rgba(0, 197, 204, 0.3);
  padding: 32px 40px 40px 43px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 860px;
  min-width: 761px;
}
@media screen and (max-width: 1200px) {
  .top .trouble ul li .content {
    padding: 2.6666666667vw 3.3333333333vw 3.3333333333vw 3.5833333333vw;
    max-width: unset;
    width: 71.6666666667vw;
    min-width: unset;
    border: solid 0.3333333333vw rgba(0, 197, 204, 0.3);
  }
}
@media screen and (max-width: 750px) {
  .top .trouble ul li .content {
    width: 70.6666666667vw;
    padding: 6vw;
  }
}
.top .trouble ul li .content::before {
  content: "";
  position: absolute;
  top: 30%;
  left: -14px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-left: 5px solid rgba(0, 197, 204, 0.3);
  border-bottom: 5px solid rgba(0, 197, 204, 0.3);
  transform: translateY(-50%) rotate(45deg);
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .top .trouble ul li .content::before {
    top: 4.375vw;
    left: -1.1666666667vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    border-left: 0.4166666667vw solid rgba(0, 197, 204, 0.3);
    border-bottom: 0.4166666667vw solid rgba(0, 197, 204, 0.3);
  }
}
@media screen and (max-width: 750px) {
  .top .trouble ul li .content::before {
    width: 4vw;
    height: 4vw;
    left: -2.2666666667vw;
    top: 9.3333333333vw;
  }
}
.top .trouble ul li .content h3 {
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #005a63;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  .top .trouble ul li .content h3 {
    font-size: 2.3333333333vw;
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .trouble ul li .content h3 {
    margin-bottom: 2.6666666667vw;
  }
}
.top .trouble ul li .content h3 br {
  display: none;
}
@media screen and (max-width: 750px) {
  .top .trouble ul li .content h3 br {
    display: block;
  }
}
.top .trouble ul li .content p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .top .trouble ul li .content p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .trouble ul li .content p {
    font-size: 2.9333333333vw;
  }
}
.top .how {
  width: min(760px + 2rem, 100%);
  margin-inline: auto;
  padding-inline: 1rem;
  padding-block: 37px 56px;
}
@media screen and (max-width: 1024px) {
  .top .how {
    padding-block: 3.0833333333vw 4.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .how {
    padding-block: 8.6666666667vw;
  }
}
.top .how h2 {
  font-size: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top .how h2 {
    font-size: 3.1666666667vw;
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .top .how h2 {
    font-size: 5.0666666667vw;
    margin-bottom: 4.6666666667vw;
  }
}
.top .how h2 span {
  color: #005a63;
}
.top .how h2 small {
  font-size: 0.92em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.top .how__lead {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 0.1875em;
}
@media screen and (max-width: 1024px) {
  .top .how__lead {
    font-size: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .top .how__lead {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.top .how__lead .sp-show {
  display: none;
}
@media screen and (max-width: 750px) {
  .top .how__lead .sp-show {
    display: block;
  }
}
.top .how__content {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1024px) {
  .top .how__content {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .how__content {
    font-size: 3.4666666667vw;
  }
}
.top .strength {
  padding-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .top .strength {
    padding-bottom: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .top .strength {
    padding-bottom: 8vw;
  }
}
.top .strength h2 {
  text-align: center;
  padding-block: 14px 40px;
  background: linear-gradient(90deg, #005a63 0%, #00c5cc 100%);
  color: #fff;
  font-size: 40px;
  margin-bottom: 61px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  .top .strength h2 {
    padding-block: 1.1666666667vw 3.3333333333vw;
    font-size: 3.3333333333vw;
    margin-bottom: 5.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .strength h2 {
    padding-block: 5.3333333333vw;
    font-size: 5.6vw;
    line-height: 1.125;
    margin-bottom: 6.6666666667vw;
  }
}
.top .strength h2 span {
  color: #ffef12;
}
.top .strength h2 strong {
  font-size: 1.725em;
}
.top .strength h2 br {
  display: none;
}
@media screen and (max-width: 750px) {
  .top .strength h2 br {
    display: block;
  }
}
.top .strength__content {
  width: min(990px + 2rem, 100%);
  margin-inline: auto;
  padding-inline: 1rem;
}
.top .strength__content ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .top .strength__content ul {
    gap: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .strength__content ul {
    gap: 8vw;
  }
}
.top .strength__content ul li h3 {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .top .strength__content ul li h3 {
    gap: 3.3333333333vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .top .strength__content ul li h3 {
    align-items: flex-start;
    margin-bottom: 3.3333333333vw;
  }
}
.top .strength__content ul li h3 img {
  width: 64px;
}
@media screen and (max-width: 1200px) {
  .top .strength__content ul li h3 img {
    width: 5.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .strength__content ul li h3 img {
    width: 8.6666666667vw;
  }
}
.top .strength__content ul li h3 p {
  font-size: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1200px) {
  .top .strength__content ul li h3 p {
    font-size: 2.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .strength__content ul li h3 p {
    font-size: 4.6666666667vw;
  }
}
.top .strength__content ul li h3 p br {
  display: none;
}
@media screen and (max-width: 750px) {
  .top .strength__content ul li h3 p br {
    display: block;
  }
}
.top .strength__content ul li .point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1200px) {
  .top .strength__content ul li .point {
    gap: 0.8333333333vw;
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .top .strength__content ul li .point {
    gap: 2.6666666667vw;
    margin-bottom: 3.3333333333vw;
  }
}
.top .strength__content ul li .point img {
  width: 208px;
}
@media screen and (max-width: 1200px) {
  .top .strength__content ul li .point img {
    width: 17.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .strength__content ul li .point img {
    width: 26.6666666667vw;
  }
}
@media screen and (max-width: 1200px) {
  .top .strength__content ul li .point p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .top .strength__content ul li .point p {
    font-size: 3.4666666667vw;
  }
}
.top .strength__content ul li .point p .sp-show {
  display: none;
}
@media screen and (max-width: 750px) {
  .top .strength__content ul li .point p .sp-show {
    display: block;
  }
}
.top .strength__content ul li .lead {
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.175em;
}
@media screen and (max-width: 1200px) {
  .top .strength__content ul li .lead {
    font-size: 1.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .strength__content ul li .lead {
    font-size: 2.9333333333vw;
  }
}
.top .works {
  padding-block: 70px 55px;
  background-color: #f3fbfb;
}
@media screen and (max-width: 1200px) {
  .top .works {
    padding-block: 5.8333333333vw 4.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .works {
    padding-block: 8vw 4.6666666667vw;
  }
}
.top .works h2 {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 40px;
  padding-bottom: 14px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .top .works h2 {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .works h2 {
    font-size: 5.3333333333vw;
  }
}
.top .works h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 95px;
  height: 3px;
  background-color: #005a63;
}
@media screen and (max-width: 1200px) {
  .top .works h2::after {
    width: 7.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .works h2::after {
    width: 12.6666666667vw;
  }
}
.top .works__archiveBtn {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 14px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 62px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1200px) {
  .top .works__archiveBtn {
    font-size: 2.5vw;
    margin-bottom: 5.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .works__archiveBtn {
    font-size: 3.3333333333vw;
    gap: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
.top .works__archiveBtn::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/top/arrow_r_g.png);
}
@media screen and (max-width: 1200px) {
  .top .works__archiveBtn::after {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .works__archiveBtn::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
.top .works__upper {
  display: flex;
  flex-direction: column;
  gap: 53px;
  margin-bottom: 100px;
}
.top .works__upper li {
  width: 100%;
  background-color: #fff;
  border: solid 2px #005a63;
  padding: 24px 50px 56px;
}
.top .works__upper li h3 {
  display: flex;
  gap: 70px;
  margin-bottom: 49px;
}
.top .works__upper li h3 img {
  width: 102px;
}
.top .works__upper li h3 p {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding-top: 38px;
}
.top .works__upper li .works__upper--lead {
  font-size: 23px;
  margin-bottom: 40px;
}
.top .works__upper li figure {
  width: 463px;
  margin-inline: auto;
  margin-bottom: 17px;
}
.top .works__upper li .works__upper--content {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  max-width: 723px;
  margin-inline: auto;
  line-height: 1.7;
  letter-spacing: 0.2em;
}
.top .works__upper li .works__upper--content span {
  background-color: #ffef12;
}
.top .works__bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 0;
  width: min(1760px + 1rem, 100%);
  margin-inline: auto;
  padding-inline: 1rem;
}
@media screen and (max-width: 1400px) {
  .top .works__bottom {
    -moz-column-gap: 2.5vw;
         column-gap: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .top .works__bottom {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
.top .works__bottom li {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .top .works__bottom li {
    margin-bottom: 6vw;
  }
}
.top .works__bottom li .thumb {
  display: block;
}
.top .works__bottom li .thumb img {
  display: block;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.top .works__bottom li h3 {
  background-color: #005a63;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding-block: 3px;
  padding-inline: 32px;
  border-radius: 0 0 5px 5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .top .works__bottom li h3 {
    font-size: 1.1428571429vw;
    padding-block: 0.2142857143vw;
    padding-inline: 2.2857142857vw;
  }
}
@media screen and (max-width: 750px) {
  .top .works__bottom li h3 {
    padding-block: 0.9333333333vw;
    font-size: 2.6666666667vw;
    padding-inline: 2.6666666667vw;
  }
}
.top .works__bottom li p {
  font-size: 16px;
  padding-inline: 32px;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  .top .works__bottom li p {
    font-size: 1.1428571429vw;
    padding-inline: 2.2857142857vw;
    margin-top: 0.7142857143vw;
    margin-bottom: 1.7857142857vw;
  }
}
@media screen and (max-width: 750px) {
  .top .works__bottom li p {
    font-size: 2.4vw;
    padding-inline: 1.3333333333vw;
    margin-top: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.top .works__bottom li a {
  max-width: 170px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 40px 6px;
  border: solid 1px #005a63;
  border-radius: 999px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .top .works__bottom li a {
    max-width: unset;
    width: 14.1666666667vw;
    padding: 0.3333333333vw 3.3333333333vw 0.5vw;
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .works__bottom li a {
    width: 36vw;
    font-size: 2.6666666667vw;
    padding: 0.6666666667vw 2.6666666667vw 0.6666666667vw;
  }
}
.top .works__bottom li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/top/arrow_r_g_2.png);
  width: 7px;
  height: 17px;
  transform: translateY(-1px);
}
@media screen and (max-width: 1200px) {
  .top .works__bottom li a::after {
    right: 1vw;
    width: 0.5833333333vw;
    height: 1.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .works__bottom li a::after {
    right: 2vw;
    width: 1.3333333333vw;
    height: 2.8vw;
  }
}
.top .news {
  padding-block: 70px 90px;
  background-color: #f3fbfb;
  background-image: url(../img/top/news_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .top .news {
    padding-block: 5.8333333333vw 7.5vw;
  }
}
@media screen and (max-width: 750px) {
  .top .news {
    padding-block: 9.3333333333vw 10.6666666667vw;
  }
}
.top .news h2 {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 40px;
  padding-bottom: 14px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .top .news h2 {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .news h2 {
    font-size: 5.3333333333vw;
  }
}
.top .news h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 95px;
  height: 3px;
  background-color: #005a63;
}
@media screen and (max-width: 1200px) {
  .top .news h2::after {
    width: 7.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .news h2::after {
    width: 12.6666666667vw;
  }
}
.top .news__archiveBtn {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 14px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 62px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 1200px) {
  .top .news__archiveBtn {
    font-size: 2.5vw;
    margin-bottom: 5.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .news__archiveBtn {
    font-size: 3.3333333333vw;
    gap: 2.6666666667vw;
    margin-bottom: 8vw;
  }
}
.top .news__archiveBtn::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/top/arrow_r_g.png);
}
@media screen and (max-width: 1200px) {
  .top .news__archiveBtn::after {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .news__archiveBtn::after {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
.top .news ul {
  display: flex;
  gap: 38px;
}
@media screen and (max-width: 1200px) {
  .top .news ul {
    gap: 3.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .news ul {
    flex-wrap: wrap;
    gap: 6vw 4vw;
  }
}
.top .news ul li {
  width: calc((100% - 76px) / 3);
}
@media screen and (max-width: 1200px) {
  .top .news ul li {
    width: calc((100% - 6.3333333333vw) / 3);
  }
}
@media screen and (max-width: 750px) {
  .top .news ul li {
    width: calc((100% - 4vw) / 2);
  }
}
.top .news ul li.last {
  display: none;
}
@media screen and (max-width: 750px) {
  .top .news ul li.last {
    display: block;
  }
}
.top .news ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .top .news ul li img {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 750px) {
  .top .news ul li img {
    margin-bottom: 2.6666666667vw;
  }
}
.top .news ul li p {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.0125em;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .top .news ul li p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .top .news ul li p {
    font-size: 2.9333333333vw;
  }
}
.top .plan {
  padding-block: 92px 127px;
  background-color: #fafafa;
}
@media screen and (max-width: 1200px) {
  .top .plan {
    padding-block: 7.6666666667vw 10.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .plan {
    padding-block: 9.3333333333vw 13.3333333333vw;
  }
}
.top .plan h2 {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 40px;
  padding-bottom: 14px;
  margin-inline: auto;
  margin-bottom: 87px;
}
@media screen and (max-width: 1200px) {
  .top .plan h2 {
    font-size: 3.3333333333vw;
    margin-bottom: 7.25vw;
  }
}
@media screen and (max-width: 750px) {
  .top .plan h2 {
    font-size: 5.3333333333vw;
  }
}
.top .plan h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 95px;
  height: 3px;
  background-color: #005a63;
}
@media screen and (max-width: 1200px) {
  .top .plan h2::after {
    width: 7.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .plan h2::after {
    width: 12.6666666667vw;
  }
}
.top .plan ul {
  display: flex;
  flex-direction: column;
  gap: 130px;
}
@media screen and (max-width: 1200px) {
  .top .plan ul {
    gap: 10.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .plan ul {
    gap: 5.3333333333vw;
  }
}
.top .plan ul li {
  width: 100%;
}
.top .plan ul li a {
  display: block;
}
.top .contact {
  padding-block: 136px 102px;
  background-image: url(../img/top/contact_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .top .contact {
    padding-block: 11.3333333333vw 8.5vw;
  }
}
@media screen and (max-width: 750px) {
  .top .contact {
    padding-block: 12vw 10.6666666667vw;
  }
}
.top .contact h2 {
  position: relative;
  font-size: 28px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin-bottom: 336px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .top .contact h2 {
    font-size: 2.3333333333vw;
    margin-bottom: 28vw;
  }
}
@media screen and (max-width: 750px) {
  .top .contact h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 34.6666666667vw;
  }
}
.top .contact h2::after {
  position: absolute;
  bottom: -366px;
  left: 0;
  right: 0;
  margin: auto;
  width: 449px;
  height: 306px;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/top/contact01.png);
}
@media screen and (max-width: 1200px) {
  .top .contact h2::after {
    bottom: -30.5vw;
    width: 37.4166666667vw;
    height: 25.5vw;
  }
}
@media screen and (max-width: 750px) {
  .top .contact h2::after {
    bottom: -35.7333333333vw;
    width: 41.0666666667vw;
    height: 28vw;
  }
}
.top .contact a {
  position: relative;
  display: block;
  max-width: 575px;
  font-size: 26px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding-block: 50px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .top .contact a {
    max-width: unset;
    width: 47.9166666667vw;
    font-size: 2.1666666667vw;
    padding-block: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .top .contact a {
    width: 66.6666666667vw;
    font-size: 4.2666666667vw;
    padding-block: 4vw;
  }
}
.top .contact a:hover {
  opacity: 1;
}
.top .contact a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 105px;
  margin: auto;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/top/arrow3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .top .contact a::after {
    right: 8.75vw;
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  .top .contact a::after {
    right: 6vw;
    width: 4.6666666667vw;
    height: 4.6666666667vw;
  }
}/*# sourceMappingURL=top.css.map */