.contents_header {
  position: relative;
  width: 100%;
  height: 535px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
}
@media (max-width: 480px) {
  .contents_header {
    height: 75.641025641vw;
  }
}
.contents_header.page01 {
  background-image: url(../img/contents_header01.jpg);
}
@media (max-width: 480px) {
  .contents_header.page01 {
    background-image: url(../img/contents_header01-sp.jpg);
  }
}
.contents_header.page02 {
  background-image: url(../img/contents_header02.jpg);
}
.contents_header.page03 {
  background-image: url(../img/contents_header03.jpg);
}
.contents_header.page04 {
  background-image: url(../img/contents_header04.jpg);
}
.contents_header.contact {
  background-image: url(../img/contents_header05.jpg);
}
.contents_header .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
.contents_header .ttl .jp {
  display: block;
  font-size: 4.5rem;
  font-weight: bold;
}
@media (max-width: 480px) {
  .contents_header .ttl .jp {
    font-size: 6.1538461538vw;
  }
}
.contents_header .ttl .en {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  .contents_header .ttl .en {
    font-size: 3.0769230769vw;
  }
}

#project {
  position: relative;
  overflow-x: clip;
  z-index: 0;
}
#project::before {
  content: "";
  position: absolute;
  top: 41%;
  right: 50%;
  transform: translateX(184%);
  width: 526px;
  height: 536px;
  background-image: url(../img/point01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
@media (max-width: 480px) {
  #project::before {
    top: -35.8974358974vw;
    right: auto;
    left: -9.4871794872vw;
    transform: none;
    width: 46.4102564103vw;
    height: 50.2564102564vw;
  }
}
#project::after {
  content: "";
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-170%);
  width: 543px;
  height: 498px;
  background-image: url(../img/point01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
@media (max-width: 480px) {
  #project::after {
    bottom: 60.2564102564vw;
    left: auto;
    right: -10.7692307692vw;
    transform: none;
    width: 45.8974358974vw;
    height: 46.1538461538vw;
  }
}
@media (max-width: 480px) {
  #project .content_item {
    padding-top: 3.8461538462vw;
  }
}
#project .content_item:not(:last-of-type) {
  margin-bottom: 180px;
}
@media (max-width: 480px) {
  #project .content_item:not(:last-of-type) {
    margin-bottom: 10.2564102564vw;
  }
}
#project .content_item .flex_in {
  align-items: flex-start;
  gap: 230px;
}
#project .content_item .flex_in .txt_area {
  flex: 1;
}
@media (max-width: 480px) {
  #project .content_item .flex_in .txt_area {
    flex: auto;
    width: 100%;
  }
}
#project .content_item .flex_in .txt_area .ttl_area {
  position: relative;
  width: 511px;
}
@media (max-width: 480px) {
  #project .content_item .flex_in .txt_area .ttl_area {
    display: flex;
    width: 100%;
    margin-bottom: 3.8461538462vw;
  }
}
#project .content_item .flex_in .txt_area .ttl_area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url(../img/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
@media (max-width: 480px) {
  #project .content_item .flex_in .txt_area .ttl_area::after {
    height: 12.8205128205vw;
    background-image: url(../img/tree_line01.png);
  }
}
#project .content_item .flex_in .txt_area .num {
  font-size: 12.8rem;
  font-weight: 600;
  line-height: 1;
  color: #b46a14;
  padding-left: 160px;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  #project .content_item .flex_in .txt_area .num {
    width: fit-content;
    font-size: 6.4102564103vw;
    padding-left: 1.2820512821vw;
    margin-bottom: 0;
    margin-right: 1.2820512821vw;
  }
}
#project .content_item .flex_in .txt_area .num .dot {
  display: none;
}
@media (max-width: 480px) {
  #project .content_item .flex_in .txt_area .num .dot {
    display: inline-block;
  }
}
#project .content_item .flex_in .txt_area .ttl {
  position: relative;
  font-size: 2.2rem;
  font-weight: 900;
  padding-bottom: 5px;
  margin-bottom: 45px;
}
@media (max-width: 480px) {
  #project .content_item .flex_in .txt_area .ttl {
    font-size: 4.6153846154vw;
    padding-bottom: 1.2820512821vw;
    margin-bottom: 0;
  }
}
#project .content_item .flex_in .txt_area .txt {
  font-size: 2rem;
  line-height: 2.5;
}
@media (max-width: 480px) {
  #project .content_item .flex_in .txt_area .txt {
    font-size: 3.8461538462vw;
    line-height: 1.6;
    padding-left: 2.5641025641vw;
  }
  #project .content_item .flex_in .txt_area .txt ul li {
    text-indent: -3.8461538462vw;
    padding-left: 3.8461538462vw;
    margin-bottom: 2.5641025641vw;
  }
}
#project .content_item .flex_in .img_area {
  width: 332px;
  padding-top: 20px;
  margin-right: 128px;
}
@media (max-width: 480px) {
  #project .content_item .flex_in .img_area {
    display: none;
  }
}
#project .content_item .flex_in.reverse {
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 140px;
}
@media (max-width: 480px) {
  #project .content_item .flex_in.reverse {
    gap: 0;
  }
  #project .content_item .flex_in.reverse .txt_area .ttl_area::after {
    background-image: url(../img/tree_line02.png);
  }
}
#project .content_item .flex_in.reverse .img_area {
  width: 190px;
  margin-left: 170px;
  margin-right: 0;
}
#project .content_item.item03 .img_area {
  position: absolute;
  left: 50%;
  transform: translate(130px, -10px);
}
#project .content_item.item04 .flex_in {
  gap: 84px;
}
#project .content_item.item04 .flex_in .img_area {
  margin-left: 220px;
}

#overview {
  position: relative;
  overflow-x: clip;
  z-index: 0;
}
#overview::before {
  content: "";
  position: absolute;
  bottom: -190px;
  right: 50%;
  transform: translateX(190%);
  width: 526px;
  height: 536px;
  background-image: url(../img/point01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 480px) {
  #overview::before {
    top: -35.8974358974vw;
    right: auto;
    left: -9.4871794872vw;
    transform: none;
    width: 46.4102564103vw;
    height: 50.2564102564vw;
  }
}
@media (max-width: 480px) {
  #overview::after {
    content: "";
    position: absolute;
    bottom: -71.7948717949vw;
    right: -11.2820512821vw;
    width: 45.8974358974vw;
    height: 46.2820512821vw;
    background-image: url(../img/point01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.info-table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-collapse: collapse;
}
.info-table tr {
  position: relative;
}
.info-table tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../img/line02.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.info-table tr.address-text-row {
  border-bottom: none;
}
.info-table tr.map-row {
  position: relative;
}
.info-table tr.map-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../img/line02.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.info-table th, .info-table td {
  padding: 24px 16px;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .info-table th, .info-table td {
    padding: 3.0769230769vw 2.0512820513vw;
  }
}
.info-table th {
  width: 25%;
  font-size: 2.2rem;
  font-weight: bold;
  white-space: nowrap;
  letter-spacing: 0.1em;
  padding-left: 100px;
}
@media (max-width: 480px) {
  .info-table th {
    font-size: 4.1025641026vw;
    padding-left: 3.0769230769vw;
  }
}
.info-table td {
  width: 75%;
  font-size: 2rem;
}
@media (max-width: 480px) {
  .info-table td {
    font-size: 4.1025641026vw;
  }
}
.info-table td .address-zip {
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .info-table td .address-zip {
    margin-bottom: 0;
  }
}
.info-table .map-td {
  width: 100%;
  padding: 24px 16px;
}
@media (max-width: 1200px) {
  .info-table .map-td {
    padding: 5.1282051282vw 3.0769230769vw;
  }
}
.info-table .map-td .map-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .info-table .map-td .map-container {
    max-width: 100%;
  }
}
.info-table .map-td .map-container iframe {
  width: 100%;
  height: 450px;
  display: block;
  border: 1px solid;
}
@media (max-width: 480px) {
  .info-table .map-td .map-container iframe {
    height: 60.5128205128vw;
  }
}

#case {
  position: relative;
  overflow-x: clip;
  z-index: 0;
}
#case::before {
  content: "";
  position: absolute;
  top: 27%;
  right: 50%;
  transform: translateX(184%);
  width: 526px;
  height: 536px;
  background-image: url(../img/point01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
@media (max-width: 480px) {
  #case::before {
    top: -35.8974358974vw;
    right: auto;
    left: -9.4871794872vw;
    transform: none;
    width: 46.4102564103vw;
    height: 50.2564102564vw;
  }
}
#case::after {
  content: "";
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-170%);
  width: 543px;
  height: 498px;
  background-image: url(../img/point01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
@media (max-width: 480px) {
  #case::after {
    bottom: 48%;
    left: auto;
    right: -10.7692307692vw;
    transform: none;
    width: 45.8974358974vw;
    height: 46.1538461538vw;
  }
}

.case-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.case-container .case-section {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto 85%;
  margin-bottom: 180px;
  z-index: 0;
}
@media (max-width: 480px) {
  .case-container .case-section {
    margin-bottom: 20.5128205128vw;
  }
}
.case-container .case-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 586px;
  background-image: url(../img/tree03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
@media (max-width: 480px) {
  .case-container .case-section::after {
    height: 44.8717948718vw;
  }
}
.case-container .case-section:last-child {
  margin-bottom: 0;
}
.case-container .case-section__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.case-container .case-section__title {
  position: relative;
  font-size: 2.5rem;
  padding: 0 22px 20px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .case-container .case-section__title {
    font-size: 4.6153846154vw;
    padding: 0 0 2.5641025641vw;
  }
}
.case-container .case-section__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url(../img/line03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.case-container .case-section__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  padding: 0 22px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .case-container .case-section__text {
    font-size: 4.1025641026vw;
    padding: 0;
    margin-bottom: 5.1282051282vw;
  }
}
.case-container .case-section__text p {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .case-container .case-section__text p {
    margin-bottom: 10.2564102564vw;
  }
}
.case-container .case-section__text p.mb50 {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .case-container .case-section__text p.mb50 {
    margin-bottom: 7.6923076923vw;
  }
}
.case-container .case-section__text p.fs22 {
  font-size: 2.2rem;
}
@media (max-width: 480px) {
  .case-container .case-section__text p.fs22 {
    font-size: 3.8461538462vw;
    margin-bottom: 0;
  }
}
.case-container .case-section__image {
  margin: 0 auto;
}
.case-container .case-section__image.img01 {
  width: 415px;
}
@media (max-width: 480px) {
  .case-container .case-section__image.img01 {
    width: 32.0512820513vw;
  }
}
.case-container .case-section__image.img02 {
  width: 573px;
}
@media (max-width: 480px) {
  .case-container .case-section__image.img02 {
    width: 43.8461538462vw;
  }
}
.case-container .case-section__image-group {
  width: 674px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .case-container .case-section__image-group {
    width: 51.7948717949vw;
    margin-top: -2.5641025641vw;
  }
}

#card {
  position: relative;
  overflow-x: clip;
  z-index: 0;
}
@media (max-width: 480px) {
  #card::before {
    content: "";
    position: absolute;
    top: -35.8974358974vw;
    right: auto;
    left: -9.4871794872vw;
    transform: none;
    width: 46.4102564103vw;
    height: 50.2564102564vw;
    background-image: url(../img/point01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: -1;
  }
}
@media (max-width: 480px) {
  #card::after {
    content: "";
    position: absolute;
    bottom: -71.7948717949vw;
    right: -11.2820512821vw;
    width: 45.8974358974vw;
    height: 46.2820512821vw;
    background-image: url(../img/point01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.intro-card {
  position: relative;
  width: 100%;
  max-width: 1136px;
  background-color: rgba(220, 153, 82, 0.2);
  border-radius: 15px;
  box-sizing: border-box;
  padding: 35px 10px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .intro-card {
    border-radius: 3.8461538462vw;
    padding: 10.2564102564vw 2.5641025641vw;
  }
}
.intro-card .card-header {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .intro-card .card-header {
    text-align: center;
  }
}
.intro-card .card-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url(../img/line03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.intro-card .card-header .name {
  font-size: 2.5rem;
  font-weight: bold;
  padding-left: 22px;
  margin-right: 73px;
}
@media (max-width: 480px) {
  .intro-card .card-header .name {
    font-size: 4.6153846154vw;
    padding-left: 0;
    margin-right: 3.8461538462vw;
  }
}
.intro-card .card-header .company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: normal;
}
@media (max-width: 480px) {
  .intro-card .card-header .company {
    font-size: 4.1025641026vw;
  }
}
.intro-card .card-body {
  display: flex;
  align-items: flex-end;
  gap: 50px;
  padding: 0 22px;
}
@media (max-width: 480px) {
  .intro-card .card-body {
    padding: 0 5px;
  }
}
.intro-card .card-body .text-content {
  flex: 1;
  font-size: 2rem;
}
@media (max-width: 480px) {
  .intro-card .card-body .text-content {
    font-size: 4.1025641026vw;
  }
}
.intro-card .card-body .text-content p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  margin-bottom: 22px;
}
@media (max-width: 480px) {
  .intro-card .card-body .text-content p {
    margin-bottom: 7.6923076923vw;
  }
}
.intro-card .card-body .text-content .link_btn {
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 480px) {
  .intro-card .card-body .text-content .link_btn {
    margin: 0 auto;
  }
}
.intro-card .card-body .text-content .link_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 121px;
  height: 44px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #492600;
  background-color: #fff;
  border: 1px solid #492600;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .intro-card .card-body .text-content .link_btn a {
    width: 31.0256410256vw;
    height: 11.2820512821vw;
    font-size: 3.8461538462vw;
    border-radius: 0.641025641vw;
  }
}
.intro-card .card-body .text-content .link_btn a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 2px;
  background-color: #492600;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 480px) {
  .intro-card .card-body .text-content .link_btn a:hover::after {
    opacity: 1;
  }
}
.intro-card .card-body .decor-image {
  width: 132px;
}
@media (max-width: 480px) {
  .intro-card .card-body .decor-image {
    display: none;
  }
}

#member {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 0;
  overflow-x: clip;
}
#member::before {
  content: "";
  position: absolute;
  top: 22.7%;
  right: 50%;
  transform: translateX(170%);
  width: 526px;
  height: 536px;
  background-image: url(../img/point01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
@media (max-width: 480px) {
  #member::before {
    top: 58.9743589744vw;
    right: auto;
    left: -9.4871794872vw;
    transform: none;
    width: 46.4102564103vw;
    height: 50.2564102564vw;
  }
}
#member::after {
  content: "";
  position: absolute;
  top: 53.5%;
  left: 50%;
  transform: translateX(-160%);
  width: 543px;
  height: 546px;
  background-image: url(../img/point01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}
@media (max-width: 480px) {
  #member::after {
    content: none;
  }
}
@media (max-width: 480px) {
  #member .member01 {
    height: 78.2051282051vw;
  }
}
#member .introduction {
  background-color: #fff;
  padding: 130px 0;
}
@media (max-width: 480px) {
  #member .introduction {
    background-color: transparent;
    padding: 18.7179487179vw 0 15.3846153846vw;
  }
}
#member .introduction .section_header {
  position: relative;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 80px;
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  #member .introduction .section_header {
    font-size: 6.1538461538vw;
    text-align: right;
    padding-left: 0;
    margin: 0 7.3076923077vw 50px;
  }
}
#member .introduction .section_header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-color: #492600;
  border-radius: 5px;
}
@media (max-width: 480px) {
  #member .introduction .section_header::before {
    left: 0;
    width: 7.1794871795vw;
    height: 7.1794871795vw;
  }
}
#member .introduction .flex_in {
  align-items: flex-start;
  gap: 158px;
  margin-bottom: 38px;
}
@media (max-width: 480px) {
  #member .introduction .flex_in {
    align-items: center;
    gap: 8.3333333333vw;
  }
}
#member .introduction .flex_in .img {
  width: 395px;
  margin-left: 48px;
}
@media (max-width: 480px) {
  #member .introduction .flex_in .img {
    width: 37.4358974359vw;
    margin-left: 0;
  }
}
#member .introduction .flex_in .txt {
  flex: 1;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media (max-width: 480px) {
  #member .introduction .flex_in .txt {
    font-size: 4.1025641026vw;
    line-height: 1.6;
    letter-spacing: 0.2564102564vw;
  }
}
#member .introduction .link_btn {
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 480px) {
  #member .introduction .link_btn {
    margin: 0 auto;
  }
}
#member .introduction .link_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 44px;
  font-weight: 500;
  color: #fff;
  background-color: #492600;
  border-radius: 5px;
  transition: opacity 0.3s;
}
@media (max-width: 480px) {
  #member .introduction .link_btn a {
    width: 47.6923076923vw;
    height: 10.2564102564vw;
    font-size: 3.8461538462vw;
    border-radius: 0.641025641vw;
  }
}
@media (min-width: 480px) {
  #member .introduction .link_btn a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 480px) {
  #member .overview {
    padding-top: 5.1282051282vw;
  }
}
#member .overview .content_inner {
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 480px) {
  #member .overview .content_inner {
    font-size: 4.1025641026vw;
  }
}
#member .overview .content_inner .ttl {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  #member .overview .content_inner .ttl {
    font-size: 4.6153846154vw;
    padding-left: 7.1794871795vw;
  }
}
#member .overview .content_inner .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-color: #492600;
  border-radius: 5px;
}
@media (max-width: 480px) {
  #member .overview .content_inner .ttl::before {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
  }
}
#member .overview .content_inner .txt {
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  #member .overview .content_inner .txt {
    margin-bottom: 7.6923076923vw;
  }
}
#member .overview .content_inner .img.flex_in {
  justify-content: space-between;
}
@media (max-width: 480px) {
  #member .overview .content_inner .img.flex_in {
    gap: 7.6923076923vw;
  }
}
#member .overview .content_inner .img.flex_in .img_item {
  width: calc((100% - 100px) / 2);
}
@media (max-width: 480px) {
  #member .overview .content_inner .img.flex_in .img_item {
    width: 100%;
  }
}
#member .company {
  background-color: #fff;
}
@media (max-width: 480px) {
  #member .company {
    background-color: transparent;
    padding-top: 5.1282051282vw;
  }
}
#member .company .wrap {
  position: relative;
  z-index: 0;
}
#member .company .wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 334px;
  height: 303px;
  background-image: url(../img/tree05.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 480px) {
  #member .company .wrap::before {
    content: none;
  }
}
#member .company .wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 271px;
  height: 420px;
  background-image: url(../img/tree06.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 480px) {
  #member .company .wrap::after {
    content: none;
  }
}
#member .company .company__table {
  width: 900px;
  border-collapse: collapse;
  border: 4px solid #492600;
  background-color: #fff;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #member .company .company__table {
    width: 100%;
    border: 2px solid #492600;
  }
}
#member .company .company__table th, #member .company .company__table td {
  font-size: 2rem;
  font-weight: normal;
  vertical-align: middle;
  border-bottom: 1px solid #3D2206;
}
@media (max-width: 480px) {
  #member .company .company__table th, #member .company .company__table td {
    font-size: 3.3333333333vw;
  }
}
#member .company .company__table tr:last-child th, #member .company .company__table tr:last-child td {
  border-bottom: none;
}
#member .company .company__table th {
  width: 25%;
  background-color: #F2E4D4;
  text-align: center;
  letter-spacing: 0.1em;
  border-right: 2px solid #3D2206;
  padding: 15px 24px;
}
@media (max-width: 480px) {
  #member .company .company__table th {
    padding: 2.5641025641vw 1.2820512821vw;
    border-right: 1px solid #3D2206;
  }
}
#member .company .company__table td {
  text-align: left;
  line-height: 1.5;
  background-color: #fff;
  padding: 15px 50px;
}
@media (max-width: 480px) {
  #member .company .company__table td {
    padding: 2.5641025641vw 1.2820512821vw;
  }
}
@media (max-width: 480px) {
  #member .m-form {
    padding-top: 5.1282051282vw;
  }
}

.form {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: clip;
  z-index: 0;
}
@media (max-width: 480px) {
  .form::before {
    content: "";
    position: absolute;
    top: -35.8974358974vw;
    right: auto;
    transform: translateX(184%);
    left: -9.4871794872vw;
    transform: none;
    width: 46.4102564103vw;
    height: 50.2564102564vw;
    background-image: url(../img/point01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: -1;
  }
}
@media (max-width: 480px) {
  .form::after {
    content: "";
    position: absolute;
    bottom: -48.7179487179vw;
    right: -11.2820512821vw;
    width: 45.8974358974vw;
    height: 46.2820512821vw;
    background-image: url(../img/point01.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.form .msg,
.m-form .msg {
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 480px) {
  .form .msg,
  .m-form .msg {
    font-size: 4.6153846154vw;
    text-align: left;
  }
}
.form .msg span,
.m-form .msg span {
  font-size: 2rem;
}
@media (max-width: 480px) {
  .form .msg span,
  .m-form .msg span {
    display: block;
    font-size: 4.1025641026vw;
    padding-top: 5.1282051282vw;
  }
}
.form .logo,
.m-form .logo {
  padding-top: 150px;
}
.form .logo .flex_in,
.m-form .logo .flex_in {
  gap: 100px;
}
@media (max-width: 480px) {
  .form .logo .flex_in,
  .m-form .logo .flex_in {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7.6923076923vw;
  }
}
.form .logo .flex_in .logo_item,
.m-form .logo .flex_in .logo_item {
  width: 160px;
}
@media (max-width: 480px) {
  .form .logo .flex_in .logo_item,
  .m-form .logo .flex_in .logo_item {
    width: calc((100% - 7.7vw) / 2);
  }
}

@media (max-width: 480px) {
  .thanks .msg {
    font-size: 4.1025641026vw;
  }
}/*# sourceMappingURL=contents.css.map */