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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  transition: all 0.4s;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}

.btn {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  color: #C81111;
  background-color: #ffffff;
  border: solid 2px #C81111;
  padding: 20px 80px 20px 40px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 40px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}

.btn::after {
  position: absolute;
  content: "";
  top: 39%;
  right: 50px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #C81111;
  border-right: 2px solid #C81111;
  transform: rotate(45deg);
  transition: all 0.3s;
}

.btn:hover::after {
  right: 40px;
}

.header {
  transition: all 0.4s;
  position: fixed;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  display: flex;
  z-index: 60;
  background-color: #111111;
}
.header__logo {
  text-align: center;
  z-index: 30;
}
.header__logo-name {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  padding: 4px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.header__link-box {
  margin-right: 45px;
}
.header__link-page {
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  padding-right: 20px;
}
.header__link-sub {
  font-size: 10px;
  font-weight: 400;
}
.header__nav {
  display: block;
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100vh;
  color: #ffffff;
  background-color: #C81111;
  transition: all 0.2s;
  opacity: 0;
  z-index: 50;
}
.header__nav.active {
  top: 0px;
  transition: 0.2s;
  opacity: 1;
  width: 100%;
}
.header__nav-container {
  width: 100%;
  height: calc(100vh - 45px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__nav-box {
  display: flex;
  flex-direction: column;
}
.header__nav-item {
  font-size: 28px;
  font-weight: 800;
  margin: 20px 0;
}
.header__nav-logo {
  width: 100%;
  height: 45px;
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav-logo-name {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  padding: 4px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.header__nav-sub {
  font-size: 12px;
  margin-left: 20px;
  font-weight: 700;
}

.openbtn {
  display: block;
  margin-left: 6px;
  margin-top: 23px;
  transform: translate(0, -50%);
  width: 30px;
  height: 12px;
  cursor: pointer;
  padding: 10px;
}
.openbtn__line {
  display: inline-block;
  transition: all 0.5s;
  position: absolute;
  left: 1px;
  height: 2px;
  background: #ffffff;
  width: 100%;
}
.openbtn__line:nth-of-type(1) {
  top: 0px;
}
.openbtn__line:nth-of-type(2) {
  top: 8px;
}
.openbtn__line:nth-of-type(3) {
  top: 16px;
}
.openbtn.active .openbtn__line {
  background: #333333;
}
.openbtn.active .openbtn__line:nth-of-type(1) {
  top: 1.2px;
  left: 2px;
  transform: translateY(6.2px) rotate(-45deg);
}
.openbtn.active .openbtn__line:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active .openbtn__line:nth-of-type(3) {
  top: 14px;
  left: 2px;
  transform: translateY(-6.2px) rotate(45deg);
}

.mainvisual__container1 {
  position: relative;
  width: 100%;
  height: calc(100vh - 45px);
  background-image: url(../images/mainvisual.jpg);
  background-size: cover;
  background-position: top;
  z-index: 10;
}
.mainvisual__text {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  left: 0%;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 30px 30px 30px;
}
.mainvisual__text1 {
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.mainvisual__text2 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-top: 20px;
}

.mainvisual2__container1 {
  position: relative;
  width: 100%;
  height: 50vh;
  background-image: url(../images/mainvisual2.jpg);
  background-size: cover;
  background-position: top;
  z-index: 10;
}

.mainvisual3__container1 {
  position: relative;
  width: 100%;
  height: 50vh;
  background-image: url(../images/mainvisual3.jpg);
  background-size: cover;
  background-position: top;
  z-index: 10;
}
.mainvisual3__container1-effect {
  width: 100%;
  height: 50vh;
}
.mainvisual3__header {
  transition: all 0.4s;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  background-color: #C81111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
}
.mainvisual3__link-effect {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.mainvisual3__text {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.mainvisual3__text1 {
  font-size: 50px;
  font-weight: 800;
  color: #111111;
}
.mainvisual3__text2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 6px;
  color: #111111;
}

.top-info {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  text-align: center;
}
.top-info__text1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 5px;
  margin-left: 4px;
  line-height: 160%;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.top-info__text1-dec {
  color: #C81111;
  font-weight: 700;
}

.top-company__wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  margin-bottom: 120px;
  padding: 0px 30px;
}
.top-company__description {
  position: relative;
  width: calc(100% - 50px);
  background-color: #C81111;
  color: #ffffff;
  padding: 32px 24px;
  margin-bottom: 32px;
  margin-right: 50px;
}
.top-company__heading1 {
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: 0em;
}
.top-company__heading2 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0em;
  margin-top: 6px;
}
.top-company__text1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-top: 130px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.top-company__text2 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.8;
  margin-top: 32px;
}
.top-company__container {
  position: absolute;
  top: 200px;
  right: -70px;
}
.top-company__container2 {
  width: calc(100% - 50px);
  height: 350px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  margin-left: -20px;
  margin-top: -305px;
}
.top-company__img {
  width: 340px;
}

.top-service__wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  margin-bottom: 200px;
  margin-top: 200px;
  padding: 0px 30px;
}
.top-service__description {
  position: relative;
  width: calc(100% - 50px);
  background-color: #C81111;
  color: #ffffff;
  padding: 64px 24px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -300px;
  margin-left: 50px;
}
.top-service__heading1 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: 0em;
  margin-top: -200px;
  color: #C81111;
}
.top-service__heading2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0em;
  margin-top: 6px;
  color: #C81111;
}
.top-service__text1 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  margin-top: 130px;
  text-align: right;
}
.top-service__text2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.8;
  margin-top: 64px;
  margin-bottom: 32px;
}
.top-service__container {
  position: absolute;
  top: -70px;
  left: -70px;
}
.top-service__container2 {
  width: calc(100% - 50px);
  height: 472px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  margin-left: 70px;
}
.top-service__img {
  width: 340px;
}

.top-results__wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  margin-bottom: 100px;
  padding: 0px 30px;
}
.top-results__description {
  position: relative;
  width: calc(100% - 50px);
  background-color: #C81111;
  color: #ffffff;
  padding: 32px 24px;
  margin-bottom: 32px;
  margin-right: 50px;
}
.top-results__heading1 {
  font-size: 3.4rem;
  font-weight: 800;
  letter-spacing: 0em;
}
.top-results__heading2 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0em;
  margin-top: 6px;
}
.top-results__text1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #C81111;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.top-results__text2 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.8;
  margin-top: 32px;
  color: #C81111;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.top-results__text-container {
  width: calc(100% - 50px);
  background-color: #ffffff;
  padding: 32px;
  margin-top: 64px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}
.top-results__container {
  position: absolute;
  top: 120px;
  right: -70px;
}
.top-results__img {
  width: 340px;
}

.footer {
  width: 100%;
  margin-top: auto;
}
.footer__wrapper {
  background: linear-gradient(to bottom, #C81111, #800000);
}
.footer__container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px;
}
.footer__heading1 {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 0em;
  color: #ffffff;
  padding-top: 32px;
}
.footer__heading2 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  margin-top: 6px;
  color: #ffffff;
}
.footer__text1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.6px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.footer-contact__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-contact__box {
  width: 460px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 0px 40px;
  margin-bottom: 32px;
}
.footer-contact__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #ffffff;
  margin-bottom: 16px;
  text-align: center;
}
.footer-contact__description {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100px;
}
.footer-contact__icon1 {
  width: 50px;
  margin-left: -10px;
  margin-right: 10px;
}
.footer-contact__icon2 {
  width: 30px;
  margin-right: 10px;
}
.footer-contact__access {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #ffffff;
  margin-right: 32px;
}
.footer-contact__access2 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #ffffff;
}
.footer-contact__qr {
  width: 87px;
}
.footer__logo {
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0.02em;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
}

.company-info {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
.company-info__text1 {
  margin-top: 100px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #ffffff;
  background-color: #C81111;
  padding: 20px 30px;
  line-height: 140%;
}
.company-info__text2 {
  margin-top: 28px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #111111;
  line-height: 200%;
  padding: 0 30px;
}

.company__wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 30px;
}
.company__description {
  color: #111111;
}
.company__heading1 {
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 0em;
  margin-top: 74px;
}
.company__heading2 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0em;
  margin-top: 6px;
}
.company__text1 {
  font-size: 51px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-top: 32px;
  color: #C81111;
  margin-bottom: 64px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.company__text2 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #111111;
  line-height: 160%;
  margin-top: 20px;
}
.company__container1 {
  display: flex;
  flex-direction: column;
  margin-top: 64px;
}
.company__container2 {
  display: flex;
  flex-direction: row;
}
.company__container3 {
  display: flex;
  flex-direction: column;
}
.company__rep-text1 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #111111;
}
.company__rep-text2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #111111;
  margin-top: 8px;
}
.company__career-text1 {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #111111;
  margin-top: 26px;
}
.company__career-text2 {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #111111;
  margin-top: 4px;
  line-height: 160%;
}

.outline__wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 200px;
  padding: 0 30px;
}
.outline__container {
  width: 100%;
}
.outline__heading {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0em;
  margin-top: 200px;
  color: #C81111;
  text-align: center;
}
.outline__table {
  width: 100%;
  margin-top: 32px;
}
.outline__table th {
  width: 30%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #111111;
  line-height: 160%;
  padding: 10px 0px;
  border-bottom: solid 1px #C81111;
}
.outline__table td {
  width: 70%;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07em;
  color: #111111;
  line-height: 160%;
  padding: 10px 0px;
  border-bottom: solid 1px #dedede;
}

.service__wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.service__description {
  color: #111111;
}
.service__heading1 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0em;
  margin-top: 100px;
  text-align: center;
  color: #C81111;
}
.service__heading2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  margin-top: 6px;
  text-align: center;
  color: #C81111;
  margin-bottom: 64px;
}
.service__heading3 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0em;
  margin-top: 6px;
  text-align: center;
  color: #C81111;
  margin-bottom: 32px;
  margin-top: 64px;
}
.service__img {
  width: 100%;
  padding: 0 30px;
}
.service__img-container {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.service__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 120px;
  margin-bottom: 170px;
}
.service__before {
  width: 420px;
  background-color: #ffffff;
  padding: 20px;
  margin: 0px 20px 64px 20px;
}
.service__before-text1 {
  font-size: 24px;
  font-weight: 700;
  color: #111111;
}
.service__before-text2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 160%;
  background-color: #000000;
  padding: 0px 16px;
  margin-top: 16px;
  margin-left: -16px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.service__before-list {
  font-size: 16px;
  font-weight: 800;
  color: #111111;
  list-style-type: square;
  padding-left: 20px; /* インデントの調整 */
  line-height: 200%;
  margin-top: 20px;
}
.service__after {
  width: 420px;
  background-color: #C81111;
  padding: 20px;
  margin: 0px 20px 64px 20px;
}
.service__after-text1 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.service__after-text2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  color: #111111;
  line-height: 160%;
  background-color: #efefef;
  padding: 0px 28px;
  margin-top: 16px;
  margin-left: -28px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.service__after-list {
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  list-style-type: square;
  padding-left: 20px; /* インデントの調整 */
  line-height: 200%;
  margin-top: 20px;
}

.provision__wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 200px;
}
.provision__container {
  width: 100%;
}
.provision__heading1 {
  font-size: 42px;
  font-weight: 800;
  margin-top: 64px;
  text-align: center;
  color: #C81111;
}
.provision__heading2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  margin-top: 6px;
  text-align: center;
  color: #C81111;
}
.provision__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-top: 64px;
  text-align: center;
  color: #111111;
}
.provision__wrapper2 {
  width: 600px; /* ボックスの幅 */
  height: 200px; /* ボックスの高さ */
  background-color: #efefef;
  border-radius: 100%/100%; /* 楕円形にする */
  display: flex; /* 中央揃えのためにflexboxを使用 */
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  text-align: left; /* テキストの中央揃え */
  position: relative; /* テキストをはみ出させるために relative を使用 */
  overflow: visible; /* オーバーフローを許可 */
  margin: 0 auto;
  margin-top: 16px;
}
.provision__list {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  list-style-type: disc;
  padding-left: 20px;
  line-height: 160%;
  margin: 0 auto;
}
.provision__list li {
  margin: 15px 0;
}
.provision__description {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-top: 64px;
  margin-bottom: 32px;
  text-align: center;
  color: #C81111;
}
.provision__container2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.provision__container3 {
  display: grid;
  grid-template-rows: 1fr 1fr; /* 2行に分ける */
  grid-template-columns: 1fr 1fr; /* 2列に分ける */
  gap: 40px; /* 箱同士の隙間 */
  position: relative;
  z-index: 10;
}
.provision__img {
  position: absolute;
  z-index: 20;
  width: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.provision__box {
  z-index: 10;
  height: 120px;
  background-color: #C81111;
  border-radius: 40px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.provision__box2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-left: 5px;
}
.provision__box-dec {
  margin-right: 40px;
  margin-bottom: 40px;
}
.provision__box-number {
  font-size: 24px;
  font-weight: 700;
  color: #C81111;
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  text-align: center;
  margin-top: 2px;
}
.provision__box-text1 {
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
}
.provision__box-text2 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #ffffff;
  margin-top: 8px;
}

.estimate__wrapper {
  width: 100%;
  margin: 0 auto;
}
.estimate__container {
  width: 100%;
  background-image: url(../images/estimate.jpg);
  background-size: cover;
  background-position: center;
  z-index: 10;
  margin: 64px 0px;
}
.estimate__opacity {
  padding: 100px 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.estimate__heading1 {
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  color: #C81111;
}
.estimate__heading2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  margin-top: 6px;
  text-align: center;
  color: #C81111;
  margin-bottom: 64px;
}
.estimate__text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
  color: #111111;
  line-height: 220%;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.estimate__text2 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 220%;
  text-align: center;
  margin-bottom: 64px;
}

@media screen and (max-width: 1080px) {
  .top-company__container {
    position: absolute;
    top: -50px;
    right: -70px;
  }
  .top-company__img {
    width: 300px;
  }
  .top-service__container {
    position: absolute;
    top: -210px;
    left: -70px;
  }
  .top-service__img {
    width: 300px;
  }
  .top-results__container {
    top: -50px;
  }
  .top-results__img {
    width: 300px;
  }
  .footer__text1 {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 370px;
  }
  a {
    transition: all 0.4s;
    opacity: 1;
  }
  a:hover {
    opacity: 1;
  }
  .btn {
    font-size: 14px;
    font-weight: 800;
    padding: 10px 40px 10px 20px;
    border-radius: 20px;
  }
  .btn::after {
    position: absolute;
    content: "";
    top: 39%;
    right: 25px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #C81111;
    border-right: 2px solid #C81111;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  .btn:hover::after {
    right: 20px;
  }
  .header__link-page {
    display: none;
  }
  .mainvisual__container1 {
    position: relative;
    width: 100%;
    height: calc(100vh - 45px);
    background-image: url(../images/mainvisual.jpg);
    background-size: cover;
    background-position: top;
    z-index: 10;
  }
  .mainvisual__text {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    top: 50%;
    left: 0%;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 15px 15px 15px;
  }
  .mainvisual__text1 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .mainvisual__text2 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
    margin-top: 10px;
  }
  .br {
    display: none;
  }
  .top-info {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 64px;
    margin-bottom: 64px;
    text-align: center;
    padding: 0 20px;
  }
  .top-info__text1 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 5px;
    margin-left: 4px;
    line-height: 180%;
    text-shadow: none;
    text-align: left;
  }
  .top-info__text1-dec {
    color: #C81111;
    font-weight: 700;
  }
  .top-company__wrapper {
    margin-bottom: 120px;
    padding: 0px 0px;
  }
  .top-company__description {
    width: calc(100% - 20px);
    padding: 32px 20px;
    margin-bottom: 16px;
    margin-right: 0px;
  }
  .top-company__heading1 {
    font-size: 24px;
  }
  .top-company__heading2 {
    font-size: 13px;
    margin-top: 3px;
  }
  .top-company__text1 {
    font-size: 19px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-top: 65px;
  }
  .top-company__text2 {
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 1.8;
    margin-top: 22px;
  }
  .top-company__container {
    position: absolute;
    top: -30px;
    right: -20px;
  }
  .top-company__container2 {
    width: calc(100% - 40px);
    height: 330px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    margin-left: -20px;
    margin-top: -305px;
  }
  .top-company__img {
    width: 150px;
  }
  .margin-left {
    margin-left: 20px;
  }
  .top-service__wrapper {
    margin-bottom: 100px;
    margin-top: 100px;
    padding: 0px 0px;
  }
  .top-service__description {
    width: calc(100% - 20px);
    padding: 32px 20px;
    margin-bottom: 16px;
    margin-top: -160px;
    margin-left: 20px;
  }
  .top-service__heading1 {
    font-size: 24px;
    margin-top: -90px;
  }
  .top-service__heading2 {
    font-size: 13px;
    margin-top: 3px;
  }
  .top-service__text1 {
    font-size: 19px;
    letter-spacing: 0em;
    line-height: 1.4;
    margin-top: 65px;
    text-align: left;
  }
  .top-service__text2 {
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 1.8;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .top-service__container {
    position: absolute;
    top: -105px;
    left: -20px;
  }
  .top-service__container2 {
    width: calc(100% - 60px);
    height: 236px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    margin-left: 60px;
  }
  .top-service__img {
    width: 150px;
  }
  .top-results__wrapper {
    margin-bottom: 100px;
    padding: 0px 0px;
  }
  .top-results__description {
    width: calc(100% - 20px);
    padding: 22px 20px;
    margin-bottom: 32px;
    margin-right: 0px;
  }
  .top-results__heading1 {
    font-size: 24px;
  }
  .top-results__heading2 {
    font-size: 13px;
    margin-top: 3px;
  }
  .top-results__text1 {
    font-size: 19px;
    letter-spacing: 0.07em;
    line-height: 1.4;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
    color: #C81111;
    font-weight: 800;
  }
  .top-results__text2 {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.8;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
    color: #C81111;
    font-weight: 700;
  }
  .top-results__text-container {
    width: calc(100% - 0px);
    background-color: #ffffff;
    padding: 20px;
    margin-top: 16px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  }
  .top-results__container {
    position: absolute;
    top: -30px;
    right: -20px;
  }
  .top-results__img {
    width: 150px;
  }
  .footer__container {
    padding: 0px 15px;
  }
  .footer__heading1 {
    font-size: 24px;
    padding-top: 32px;
  }
  .footer__heading2 {
    font-size: 13px;
    margin-top: 3px;
  }
  .footer__text1 {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0em;
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: left;
  }
  .footer-contact__box {
    width: 320px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 0px 20px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-contact__title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: #ffffff;
    margin-bottom: 8px;
    text-align: center;
  }
  .footer-contact__description {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
  }
  .footer-contact__icon1 {
    width: 25px;
    margin-left: -10px;
    margin-right: 10px;
  }
  .footer-contact__icon2 {
    width: 15px;
    margin-right: 10px;
  }
  .footer-contact__access {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.07em;
    color: #ffffff;
    margin-right: 32px;
  }
  .footer-contact__access2 {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.07em;
    color: #ffffff;
  }
  .footer-contact__qr {
    width: 44px;
  }
  .footer__logo {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.02em;
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 1px;
  }
  .mainvisual2__container1 {
    position: relative;
    width: 100%;
    height: 20vh;
    background-image: url(../images/mainvisual2.jpg);
    background-size: cover;
    background-position: top;
    z-index: 10;
  }
  .mainvisual3__container1 {
    position: relative;
    width: 100%;
    height: 20vh;
    background-image: url(../images/mainvisual3.jpg);
    background-size: cover;
    background-position: top;
    z-index: 10;
  }
  .mainvisual3__container1-effect {
    width: 100%;
    height: 50vh;
  }
  .mainvisual3__header {
    transition: all 0.4s;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    background-color: #C81111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 70;
  }
  .mainvisual3__link-effect {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  }
  .mainvisual3__text {
    position: absolute;
    width: -moz-fit-content;
    width: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .mainvisual3__text1 {
    font-size: 32px;
    font-weight: 800;
    color: #111111;
  }
  .mainvisual3__text2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0em;
    margin-top: 6px;
    color: #111111;
  }
  .company-info {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }
  .company-info__text1 {
    margin-top: 64px;
    width: calc(100% - 40px);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0em;
    color: #ffffff;
    background-color: #C81111;
    padding: 20px 20px;
    line-height: 200%;
  }
  .company-info__text2 {
    margin-top: 42px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #111111;
    line-height: 200%;
    padding: 0 20px;
  }
  .company__wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .company__description {
    color: #111111;
  }
  .company__heading1 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0em;
    margin-top: 84px;
  }
  .company__heading2 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0em;
    margin-top: 3px;
  }
  .company__text1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin-top: 32px;
    color: #C81111;
    margin-bottom: 64px;
    line-height: 1.2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .company__text2 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: #111111;
    line-height: 180%;
    margin-top: 20px;
  }
  .company__container1 {
    display: flex;
    flex-direction: column;
    margin-top: 84px;
  }
  .company__container2 {
    display: flex;
    flex-direction: row;
  }
  .company__container3 {
    display: flex;
    flex-direction: column;
  }
  .company__rep-text1 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #111111;
  }
  .company__rep-text2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: #111111;
    margin-top: 8px;
  }
  .company__career-text1 {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #111111;
    margin-top: 26px;
  }
  .company__career-text2 {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #111111;
    margin-top: 4px;
    line-height: 160%;
  }
  .outline__wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 0 20px;
  }
  .outline__container {
    width: 100%;
  }
  .outline__heading {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0em;
    margin-top: 150px;
    color: #C81111;
    text-align: center;
  }
  .outline__table {
    width: 100%;
    margin-top: 32px;
  }
  .outline__table th {
    width: 30%;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: #111111;
    line-height: 160%;
    padding: 10px 0px;
    border-bottom: solid 1px #C81111;
  }
  .outline__table td {
    width: 70%;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.07em;
    color: #111111;
    line-height: 160%;
    padding: 10px 0px;
    border-bottom: solid 1px #dedede;
  }
  .service__wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 0px;
  }
  .service__description {
    color: #111111;
  }
  .service__heading1 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0em;
    margin-top: 48px;
    text-align: center;
    color: #C81111;
  }
  .service__heading2 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0em;
    margin-top: 3px;
    text-align: center;
    color: #C81111;
    margin-bottom: 32px;
  }
  .service__img {
    width: 100%;
    padding: 0 0px;
  }
  .service__img-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .service__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32px;
    margin-bottom: 100px;
  }
  .service__before {
    width: 330px;
    background-color: #ffffff;
    padding: 20px;
    margin: 0px 0px;
    margin: 16px 20px;
  }
  .service__before-text1 {
    font-size: 17px;
    font-weight: 700;
    color: #111111;
    margin-left: -5px;
  }
  .service__before-text2 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    line-height: 160%;
    background-color: #000000;
    padding: 0px 30px;
    margin-top: 16px;
    margin-left: -40px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  }
  .service__before-list {
    font-size: 13px;
    font-weight: 600;
    color: #111111;
    list-style-type: square;
    padding-left: 17px; /* インデントの調整 */
    line-height: 250%;
    margin-top: 20px;
  }
  .service__after {
    width: 330px;
    background-color: #C81111;
    padding: 20px 20px;
    margin: 16px 20px;
  }
  .service__after-text1 {
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
  }
  .service__after-text2 {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15px;
    font-weight: 700;
    color: #111111;
    line-height: 160%;
    background-color: #efefef;
    padding: 0px 30px;
    margin-top: 16px;
    margin-left: -40px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  }
  .service__after-list {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    list-style-type: square;
    padding-left: 17px; /* インデントの調整 */
    line-height: 250%;
    margin-top: 20px;
  }
  .provision__wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 0 20px;
  }
  .provision__container {
    width: 100%;
  }
  .provision__heading1 {
    font-size: 24px;
    font-weight: 800;
    margin-top: 0px;
    text-align: center;
    color: #C81111;
  }
  .provision__heading2 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0em;
    margin-top: 6px;
    text-align: center;
    color: #C81111;
  }
  .provision__title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin-top: 32px;
    text-align: center;
    color: #111111;
  }
  .provision__wrapper2 {
    width: 100%;
    max-width: 460px; /* ボックスの幅 */
    height: 200px; /* ボックスの高さ */
    background-color: #efefef;
    border-radius: 100%/100%; /* 楕円形にする */
    display: flex; /* 中央揃えのためにflexboxを使用 */
    align-items: center; /* 垂直方向の中央揃え */
    justify-content: center; /* 水平方向の中央揃え */
    text-align: left; /* テキストの中央揃え */
    position: relative; /* テキストをはみ出させるために relative を使用 */
    overflow: visible; /* オーバーフローを許可 */
    margin: 0 auto;
    margin-top: 16px;
  }
  .provision__list {
    font-size: 12px;
    font-weight: 500;
    color: #111111;
    list-style-type: disc;
    padding-left: 20px;
    line-height: 180%;
    margin: 0 auto;
  }
  .provision__list li {
    margin: 15px 0;
  }
  .provision__description {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.07em;
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: center;
    color: #C81111;
  }
  .provision__container2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .provision__container3 {
    display: grid;
    grid-template-rows: 1fr 1fr; /* 2行に分ける */
    grid-template-columns: 1fr 1fr; /* 2列に分ける */
    gap: 20px; /* 箱同士の隙間 */
    position: relative;
    z-index: 10;
  }
  .provision__img {
    position: absolute;
    z-index: 20;
    width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .provision__box {
    z-index: 10;
    height: auto;
    background-color: #C81111;
    border-radius: 28px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  }
  .provision__box2 {
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .provision__box-dec {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .provision__box-number {
    font-size: 19px;
    font-weight: 700;
    color: #C81111;
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 32px;
    text-align: center;
    margin-top: 2px;
  }
  .provision__box-text1 {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
  }
  .provision__box-text2 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: #ffffff;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .text-center {
    justify-content: center;
  }
  .estimate__wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .estimate__container {
    width: 100%;
    background-image: url(../images/estimate.jpg);
    background-size: cover;
    background-position: center;
    z-index: 10;
    margin: 64px 0px;
  }
  .estimate__opacity {
    padding: 100px 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .estimate__heading1 {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: #C81111;
  }
  .estimate__heading2 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0em;
    margin-top: 6px;
    text-align: center;
    color: #C81111;
    margin-bottom: 64px;
  }
  .estimate__text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: #111111;
    line-height: 220%;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
  }
  .estimate__text2 {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    line-height: 220%;
    text-align: center;
    margin-bottom: 64px;
  }
}/*# sourceMappingURL=style.css.map */