body {
  position: relative;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 1.25vw;
  padding-left: 32px;
  padding-right: 32px;
  background: rgba(255, 255, 255, 0.25);
}

@media (min-width: 1920px) {
  header {
    padding-right: 88px;
  }
}

@media (max-width: 1150px) {
  header {
    padding-left: 24px;
    padding-top: 24px;
    padding-bottom: 0.83vw;
    padding-right: 0;
  }
}

header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .wrapper .logo .image img {
  width: auto;
  height: 20px;
  object-fit: contain;
}

@media (max-width: 1150px) {
  header .wrapper .logo .image img {
    height: 16px;
  }
}

@media (max-width: 800px) {
  header .wrapper .logo .image img {
    height: 12px;
  }
}

header .wrapper .nav_pc {
  display: flex;
}

@media (max-width: 1150px) {
  header .wrapper .nav_pc {
    display: none;
  }
}

header .wrapper .nav_pc ul {
  display: flex;
}

header .wrapper .nav_pc ul li {
  margin-left: 16px;
}

@media (min-width: 1440px) {
  header .wrapper .nav_pc ul li {
    margin-left: 32px;
  }
}

header .wrapper .nav_pc ul li a {
  font-weight: 700;
  font-size: 13px;
  color: #000000;
  transition: 0.3s;
}

header .wrapper .nav_pc ul li a:hover {
  opacity: 0.8;
}

header .wrapper .nav_pc ul li:nth-of-type(1) {
  margin-left: 0;
}

.ham_btn {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 999;
  width: 32px;
  height: 24px;
  display: none;
  cursor: pointer;
}

@media (max-width: 1150px) {
  .ham_btn {
    display: block;
  }
}

@media (max-width: 800px) {
  .ham_btn {
    top: 16px;
  }
}

.ham_btn::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: auto;
}

.ham_btn .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.ham_btn .inner div {
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #998a50;
  transition: 0.3s;
}

.ham_btn .inner div:nth-of-type(1) {
  top: 0;
  bottom: 100%;
}

.ham_btn .inner div:nth-of-type(2) {
  top: 0;
  bottom: 0;
}

.ham_btn .inner div:nth-of-type(3) {
  top: 100%;
  bottom: 0;
}

.ham_btn_display::before {
  opacity: 0.3;
  visibility: inherit;
}

.ham_btn_display .inner {
  display: none;
}

.ham_btn_close {
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 999;
  width: 32px;
  height: 24px;
  opacity: 0;
  z-index: -999;
  display: none;
  visibility: hidden;
  cursor: pointer;
}

@media (max-width: 1150px) {
  .ham_btn_close {
    display: block;
  }
}

@media (max-width: 800px) {
  .ham_btn_close {
    top: 16px;
  }
}

.ham_btn_close .inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.ham_btn_close .inner div {
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #000;
  transition: 0.3s;
}

.ham_btn_close .inner div:nth-of-type(1) {
  top: 0;
  bottom: 100%;
}

.ham_btn_close .inner div:nth-of-type(2) {
  top: 0;
  bottom: 0;
}

.ham_btn_close .inner div:nth-of-type(3) {
  top: 100%;
  bottom: 0;
  width: 70%;
}

.ham_btn_close_display {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}

.ham_btn_close_display .inner div:nth-of-type(1) {
  bottom: 0;
  top: 0;
  transform: rotate(45deg);
}

.ham_btn_close_display .inner div:nth-of-type(2) {
  opacity: 0;
}

.ham_btn_close_display .inner div:nth-of-type(3) {
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  width: 100%;
}

.nav_sp {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999;
  width: 70vw;
  height: 100vh;
  background: #ffffff;
  transition: 0.3s;
}

.nav_sp ul {
  padding-top: 120px;
  padding-left: 10.5vw;
  height: 100%;
}

.nav_sp ul li {
  margin-bottom: 40px;
}

.nav_sp ul li a {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  transition: 0.3s;
}

.nav_sp ul li a:hover {
  opacity: 0.8;
}

.nav_sp ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.nav_sp_display {
  right: 0;
}

.first_view {
  position: relative;
  width: 100%;
}

.first_view .image_pc {
  width: 100%;
}

@media (max-width: 800px) {
  .first_view .image_pc {
    display: none;
  }
}

.first_view .image_pc img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.first_view .image_sp {
  width: 100%;
  display: none;
}

@media (max-width: 800px) {
  .first_view .image_sp {
    display: block;
  }
}

.first_view .image_sp img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.first_view .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-left: 14vw;
}

@media (max-width: 800px) {
  .first_view .wrapper {
    top: auto;
    padding: 0 24px;
    height: 90%;
    justify-content: center;
  }
}

.first_view .wrapper .outer h1 {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 1.7vw;
  color: #000000;
}

@media (max-width: 800px) {
  .first_view .wrapper .outer h1 {
    font-size: 18px;
  }
}

.first_view .wrapper .outer .main_title_image {
  margin-bottom: 48px;
}

@media (max-width: 1150px) {
  .first_view .wrapper .outer .main_title_image {
    margin-bottom: 32px;
  }
}

@media (max-width: 800px) {
  .first_view .wrapper .outer .main_title_image {
    margin-bottom: 16px;
  }
}

.first_view .wrapper .outer .main_title_image img {
  width: 31.4vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  .first_view .wrapper .outer .main_title_image img {
    width: 100%;
    height: 24px;
  }
}

.first_view .wrapper .outer .link a {
  margin: 0 auto;
  max-width: 20.8vw;
  width: 100%;
  height: 3.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #998a50;
  border-radius: 40px;
  font-weight: 700;
  font-size: 1.3vw;
  color: #ffffff;
  transition: 0.3s;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}

.first_view .wrapper .outer .link a:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  .first_view .wrapper .outer .link a {
    max-width: 296px;
    height: 48px;
    font-size: 12px;
  }
}

main article .about {
  padding: 0 14vw;
  padding-top: 5.4vw;
  padding-bottom: 10.4em;
  background: #f4f4f4;
}

@media (max-width: 800px) {
  main article .about {
    padding: 0 24px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

main article .about .wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding: 5vw;
  display: flex;
  justify-content: center;
  background: #ffffff;
  border-radius: 72px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}

@media (max-width: 800px) {
  main article .about .wrapper {
    padding: 0 24px;
    padding-top: 48px;
    padding-bottom: 48px;
    flex-direction: column;
    align-items: center;
    border-radius: 40px;
  }
}

main article .about .wrapper .outer {
  padding-right: 5vw;
  max-width: 37vw;
  width: 100%;
}

@media (max-width: 800px) {
  main article .about .wrapper .outer {
    padding-right: 0;
    max-width: 100%;
    text-align: center;
  }
}

main article .about .wrapper .outer h1 {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #998a50;
  font-weight: 700;
  font-size: 1.8vw;
}

@media (max-width: 1150px) {
  main article .about .wrapper .outer h1 {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}

@media (max-width: 800px) {
  main article .about .wrapper .outer h1 {
    display: inline-block;
    text-align: center;
    font-size: 20px;
  }
}

main article .about .wrapper .outer p {
  margin-bottom: 2vw;
  line-height: 2;
  font-weight: 700;
  font-size: 0.9vw;
}

@media (max-width: 800px) {
  main article .about .wrapper .outer p {
    margin-bottom: 24px;
    text-align: left;
    font-size: 14px;
  }
}

main article .about .wrapper .outer .link_pc {
  margin-bottom: 48px;
}

@media (max-width: 1150px) {
  main article .about .wrapper .outer .link_pc {
    margin-bottom: 24px;
  }
}

@media (max-width: 800px) {
  main article .about .wrapper .outer .link_pc {
    display: none;
  }
}

main article .about .wrapper .outer .link_pc a {
  margin: 0 auto;
  width: 100%;
  height: 3.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #998a50;
  border-radius: 40px;
  font-weight: 700;
  font-size: 1.3vw;
  color: #ffffff;
  transition: 0.3s;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}

main article .about .wrapper .outer .link_pc a:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  main article .about .wrapper .outer .people_images {
    display: none;
  }
}

main article .about .wrapper .outer .people_images img {
  width: 5.4vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .about .wrapper .outer .people_images img {
    width: 72px;
  }
}

main article .about .wrapper .about_image {
  width: 100%;
}

main article .about .wrapper .about_image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .about .wrapper .about_image img {
    margin-bottom: 16px;
  }
}

main article .about .wrapper .link_sp {
  display: none;
  width: 100%;
}

@media (max-width: 800px) {
  main article .about .wrapper .link_sp {
    display: block;
  }
}

main article .about .wrapper .link_sp a {
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #998a50;
  border-radius: 40px;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  transition: 0.3s;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}

main article .about .wrapper .link_sp a:hover {
  opacity: 0.8;
}

main article .first_time {
  padding-top: 9.5vw;
  padding-bottom: 12.5vw;
  background: #fcfaf9;
  overflow: hidden;
}

@media (max-width: 800px) {
  main article .first_time {
    padding-top: 72px;
    padding-bottom: 64px;
  }
}

main article .first_time .issue_sale {
  position: relative;
  padding-left: 24px;
  padding-right: 8vw;
}

@media (max-width: 800px) {
  main article .first_time .issue_sale {
    padding-right: 24px;
  }
}

main article .first_time .issue_sale .title {
  margin-bottom: 9.5vw;
  padding-left: 14vw;
}

@media (max-width: 800px) {
  main article .first_time .issue_sale .title {
    margin-bottom: 40px;
    padding-left: 0;
  }
}

main article .first_time .issue_sale .title h1 {
  position: relative;
  padding-bottom: 24px;
  display: inline-block;
  font-weight: 700;
  font-size: 2.6vw;
}

@media (max-width: 1150px) {
  main article .first_time .issue_sale .title h1 {
    padding-bottom: 16px;
  }
}

@media (max-width: 800px) {
  main article .first_time .issue_sale .title h1 {
    padding-bottom: 8px;
    font-size: 20px;
  }
}

main article .first_time .issue_sale .title h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -200%;
  width: 298%;
  height: 2px;
  background: #998a50;
}

main article .first_time .issue_sale .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  main article .first_time .issue_sale .wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

main article .first_time .issue_sale .wrapper .first_image_wrapper {
  margin-right: 5.4vw;
  margin-left: -88px;
  padding-top: 6.25vw;
  padding-bottom: 9.5vw;
  padding-right: 5.4vw;
  padding-left: 10.4vw;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  border-radius: 72px;
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}

@media (max-width: 800px) {
  main article .first_time .issue_sale .wrapper .first_image_wrapper {
    margin-right: 0;
    margin-left: -56px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 72px;
    width: calc(100% + 56px);
    border-radius: 40px;
  }
}

main article .first_time .issue_sale .wrapper .first_image_wrapper .image img {
  width: 45vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .first_time .issue_sale .wrapper .first_image_wrapper .image img {
    max-width: 100%;
    width: 100%;
  }
}

main article .first_time .issue_sale .wrapper .outer {
  max-width: 31.2vw;
  width: 100%;
}

@media (max-width: 800px) {
  main article .first_time .issue_sale .wrapper .outer {
    margin-bottom: 24px;
    max-width: 100%;
  }
}

main article .first_time .issue_sale .wrapper .outer .inner {
  margin-bottom: 4.5vw;
}

@media (max-width: 800px) {
  main article .first_time .issue_sale .wrapper .outer .inner {
    margin-bottom: 40px;
  }
}

main article .first_time .issue_sale .wrapper .outer .inner .title_image {
  margin-bottom: 1.25vw;
}

@media (max-width: 800px) {
  main article .first_time .issue_sale .wrapper .outer .inner .title_image {
    margin-bottom: 8px;
  }
}

main article .first_time .issue_sale .wrapper .outer .inner .title_image img {
  width: 8vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .first_time .issue_sale .wrapper .outer .inner .title_image img {
    width: 88px;
  }
}

main article .first_time .issue_sale .wrapper .outer .inner h2 {
  margin-bottom: 2vw;
  font-weight: 700;
  font-size: 1.8vw;
}

@media (max-width: 800px) {
  main article .first_time .issue_sale .wrapper .outer .inner h2 {
    margin-bottom: 24px;
    font-size: 18px;
  }
}

main article .first_time .issue_sale .wrapper .outer .inner p {
  line-height: 2;
  font-weight: 700;
  font-size: 0.94vw;
  color: #454545;
}

@media (max-width: 800px) {
  main article .first_time .issue_sale .wrapper .outer .inner p {
    font-size: 12px;
  }
}

main article .first_time .issue_sale .wrapper .outer .inner:nth-last-of-type(1) {
  margin-bottom: 0;
}

main article .first_time .issue_sale .wrapper .people_images {
  position: absolute;
  top: -13.3vw;
  right: 10.4vw;
}

@media (max-width: 800px) {
  main article .first_time .issue_sale .wrapper .people_images {
    top: -24px;
    right: 40px;
  }
}

main article .first_time .issue_sale .wrapper .people_images img {
  width: 7vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .first_time .issue_sale .wrapper .people_images img {
    width: 48px;
  }
}

main article .first_time .buy {
  padding-top: 8.3vw;
  padding-bottom: 8px;
  padding-left: 8vw;
  padding-right: 24px;
  position: relative;
}

@media (max-width: 800px) {
  main article .first_time .buy {
    padding-top: 64px;
    padding-left: 24px;
  }
}

main article .first_time .buy .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  main article .first_time .buy .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

main article .first_time .buy .wrapper .outer {
  max-width: 31.2vw;
}

@media (max-width: 800px) {
  main article .first_time .buy .wrapper .outer {
    max-width: 100%;
    margin-bottom: 24px;
  }
}

main article .first_time .buy .wrapper .outer .inner .title_image {
  margin-bottom: 1.25vw;
}

@media (max-width: 800px) {
  main article .first_time .buy .wrapper .outer .inner .title_image {
    margin-bottom: 8px;
  }
}

main article .first_time .buy .wrapper .outer .inner .title_image img {
  width: 8.2vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .first_time .buy .wrapper .outer .inner .title_image img {
    width: 88px;
  }
}

main article .first_time .buy .wrapper .outer .inner h2 {
  margin-bottom: 2vw;
  font-weight: 700;
  font-size: 1.8vw;
}

@media (max-width: 800px) {
  main article .first_time .buy .wrapper .outer .inner h2 {
    margin-bottom: 24px;
    font-size: 18px;
  }
}

main article .first_time .buy .wrapper .outer .inner p {
  line-height: 2;
  font-weight: 700;
  font-size: 0.94vw;
  color: #454545;
}

@media (max-width: 800px) {
  main article .first_time .buy .wrapper .outer .inner p {
    font-size: 12px;
  }
}

main article .first_time .buy .wrapper .buy_image_wrapper {
  margin-right: -88px;
  margin-left: 5.4vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-left: 5.4vw;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex: 1;
  background: #fff;
  border-radius: 72px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}

@media (max-width: 800px) {
  main article .first_time .buy .wrapper .buy_image_wrapper {
    margin-right: -56px;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 56px;
    padding-left: 40px;
    width: calc(100% + 56px);
    border-radius: 40px;
  }
}

main article .first_time .buy .wrapper .buy_image_wrapper .image img {
  width: 48vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .first_time .buy .wrapper .buy_image_wrapper .image img {
    max-width: 100%;
    width: 100%;
  }
}

main article .first_time .buy .wrapper .people_images {
  position: absolute;
  top: 0vw;
  left: 16.6vw;
}

@media (max-width: 1150px) {
  main article .first_time .buy .wrapper .people_images {
    top: -16px;
  }
}

@media (max-width: 800px) {
  main article .first_time .buy .wrapper .people_images {
    top: -24px;
    right: 40px;
    left: auto;
  }
}

main article .first_time .buy .wrapper .people_images img {
  width: 9.5vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .first_time .buy .wrapper .people_images img {
    width: 56px;
  }
}

main article .first_time .market {
  position: relative;
  padding-top: 8.3vw;
  padding-bottom: 8px;
  padding-right: 8vw;
  padding-left: 24px;
}

@media (max-width: 800px) {
  main article .first_time .market {
    padding-top: 64px;
    padding-right: 24px;
  }
}

main article .first_time .market .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (max-width: 800px) {
  main article .first_time .market .wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

main article .first_time .market .wrapper .market_image_wrapper {
  margin-right: 5.4vw;
  margin-left: -88px;
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-right: 5.4vw;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  background: #fff;
  border-radius: 72px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}

@media (max-width: 800px) {
  main article .first_time .market .wrapper .market_image_wrapper {
    margin-right: 0;
    margin-left: -56px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 56px;
    width: calc(100% + 56px);
    border-radius: 40px;
  }
}

@media (max-width: 800px) {
  main article .first_time .market .wrapper .market_image_wrapper .image_pc {
    display: none;
  }
}

main article .first_time .market .wrapper .market_image_wrapper .image_pc img {
  width: 48vw;
  height: auto;
  object-fit: contain;
}

main article .first_time .market .wrapper .market_image_wrapper .image_sp {
  width: 100%;
  display: none;
}

@media (max-width: 800px) {
  main article .first_time .market .wrapper .market_image_wrapper .image_sp {
    display: block;
  }
}

main article .first_time .market .wrapper .market_image_wrapper .image_sp img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

main article .first_time .market .wrapper .outer {
  max-width: 31.2vw;
}

@media (max-width: 800px) {
  main article .first_time .market .wrapper .outer {
    max-width: 100%;
    margin-bottom: 24px;
  }
}

main article .first_time .market .wrapper .outer .inner .title_image {
  margin-bottom: 1.25vw;
}

@media (max-width: 800px) {
  main article .first_time .market .wrapper .outer .inner .title_image {
    margin-bottom: 8px;
  }
}

main article .first_time .market .wrapper .outer .inner .title_image img {
  width: 13.2vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .first_time .market .wrapper .outer .inner .title_image img {
    width: 136px;
  }
}

main article .first_time .market .wrapper .outer .inner h2 {
  margin-bottom: 2vw;
  font-weight: 700;
  font-size: 1.8vw;
}

@media (max-width: 800px) {
  main article .first_time .market .wrapper .outer .inner h2 {
    margin-bottom: 24px;
    font-size: 18px;
  }
}

main article .first_time .market .wrapper .outer .inner p {
  line-height: 2;
  font-weight: 700;
  font-size: 0.94vw;
  color: #454545;
}

@media (max-width: 800px) {
  main article .first_time .market .wrapper .outer .inner p {
    font-size: 12px;
  }
}

main article .first_time .market .wrapper .people_images {
  position: absolute;
  top: 0px;
  right: 40px;
}

@media (max-width: 1150px) {
  main article .first_time .market .wrapper .people_images {
    right: 0;
  }
}

@media (max-width: 800px) {
  main article .first_time .market .wrapper .people_images {
    top: -24px;
    right: 40px;
  }
}

main article .first_time .market .wrapper .people_images img {
  width: 6.25vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .first_time .market .wrapper .people_images img {
    width: 48px;
  }
}

main article .first_time .partner {
  position: relative;
  padding-top: 8.3vw;
  padding-bottom: 8px;
  padding-right: 24px;
  padding-left: 8vw;
}

@media (max-width: 800px) {
  main article .first_time .partner {
    padding-top: 64px;
    padding-left: 24px;
  }
}

main article .first_time .partner .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  main article .first_time .partner .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

main article .first_time .partner .wrapper .outer {
  max-width: 31.2vw;
}

@media (max-width: 800px) {
  main article .first_time .partner .wrapper .outer {
    max-width: 100%;
    margin-bottom: 24px;
  }
}

main article .first_time .partner .wrapper .outer .inner .title_image {
  margin-bottom: 1.25vw;
}

@media (max-width: 800px) {
  main article .first_time .partner .wrapper .outer .inner .title_image {
    margin-bottom: 8px;
  }
}

main article .first_time .partner .wrapper .outer .inner .title_image img {
  width: 13.5vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .first_time .partner .wrapper .outer .inner .title_image img {
    width: 144px;
  }
}

main article .first_time .partner .wrapper .outer .inner h2 {
  margin-bottom: 2vw;
  font-weight: 700;
  font-size: 1.8vw;
}

@media (max-width: 800px) {
  main article .first_time .partner .wrapper .outer .inner h2 {
    margin-bottom: 24px;
    font-size: 18px;
  }
}

main article .first_time .partner .wrapper .outer .inner p {
  line-height: 2;
  font-weight: 700;
  font-size: 0.94vw;
  color: #454545;
}

@media (max-width: 800px) {
  main article .first_time .partner .wrapper .outer .inner p {
    font-size: 12px;
  }
}

main article .first_time .partner .wrapper .partner_image_wrapper {
  margin-right: -88px;
  margin-left: 5.4vw;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  padding-left: 5.4vw;
  display: flex;
  justify-content: flex-start;
  flex: 1;
  background: #fff;
  border-radius: 72px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}

@media (max-width: 800px) {
  main article .first_time .partner .wrapper .partner_image_wrapper {
    margin-right: -56px;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 56px;
    padding-left: 40px;
    width: calc(100% + 56px);
    border-radius: 40px;
  }
}

main article .first_time .partner .wrapper .partner_image_wrapper .image img {
  width: 48vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .first_time .partner .wrapper .partner_image_wrapper .image img {
    max-width: 100%;
    width: 100%;
  }
}

main article .first_time .partner .wrapper .people_images {
  position: absolute;
  bottom: -72px;
  left: 0px;
}

@media (max-width: 800px) {
  main article .first_time .partner .wrapper .people_images {
    top: -32px;
    right: 40px;
    left: auto;
    bottom: auto;
  }
}

main article .first_time .partner .wrapper .people_images img {
  width: 9.5vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .first_time .partner .wrapper .people_images img {
    width: 72px;
  }
}

main article .service {
  position: relative;
  padding: 0 24px;
  padding-top: 12.5vw;
  padding-bottom: 12.5vw;
  background: #f4f4f4;
}

@media (max-width: 1150px) {
  main article .service {
    padding-top: 80px;
    padding-bottom: 152px;
  }
}

@media (max-width: 800px) {
  main article .service {
    padding-top: 56px;
    padding-bottom: 72px;
  }
}

main article .service .title {
  margin-bottom: 9.5vw;
  padding-left: 14vw;
}

@media (max-width: 800px) {
  main article .service .title {
    margin-bottom: 40px;
    padding-left: 0;
  }
}

main article .service .title h1 {
  position: relative;
  padding-bottom: 24px;
  display: inline-block;
  font-weight: 700;
  font-size: 2.6vw;
}

@media (max-width: 1150px) {
  main article .service .title h1 {
    padding-bottom: 16px;
  }
}

@media (max-width: 800px) {
  main article .service .title h1 {
    padding-bottom: 8px;
    font-size: 20px;
  }
}

main article .service .title h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -200%;
  width: 298%;
  height: 2px;
  background: #998a50;
}

main article .service .wrapper {
  margin: 0 auto;
  max-width: 68.5vw;
  background: #fff;
  border-radius: 14px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
}

@media (max-width: 800px) {
  main article .service .wrapper {
    max-width: 100%;
  }
}

main article .service .wrapper .image {
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
}

main article .service .wrapper .image img {
  margin-top: -1%;
  margin-left: -0.6%;
  width: 101.2%;
  height: auto;
  object-fit: contain;
}

main article .service .wrapper .outer {
  padding-top: 0.41vw;
  padding-bottom: 2.5vw;
}

@media (max-width: 800px) {
  main article .service .wrapper .outer {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

main article .service .wrapper .outer h2 {
  margin-bottom: 1.6vw;
  text-align: center;
  font-weight: 700;
  font-size: 1.8vw;
}

@media (max-width: 800px) {
  main article .service .wrapper .outer h2 {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  main article .service .wrapper .outer h2 span {
    display: block;
  }
}

main article .service .wrapper .outer .link {
  text-align: center;
}

main article .service .wrapper .outer .link a {
  font-weight: 400;
  font-size: 0.93vw;
  color: #454545;
  transition: 0.3s;
}

main article .service .wrapper .outer .link a:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  main article .service .wrapper .outer .link a {
    font-size: 12px;
  }
}

main article .start {
  position: relative;
  padding: 0 24px;
  padding-top: 12.5vw;
  padding-bottom: 12.5vw;
  background: #f8f8f8;
}

@media (max-width: 800px) {
  main article .start {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}

main article .start .title {
  margin-bottom: 9.5vw;
  padding-left: 14vw;
}

@media (max-width: 800px) {
  main article .start .title {
    margin-bottom: 40px;
    padding-left: 0;
  }
}

main article .start .title h1 {
  position: relative;
  padding-bottom: 24px;
  display: inline-block;
  font-size: 2.6vw;
  font-weight: 700;
}

@media (max-width: 1150px) {
  main article .start .title h1 {
    padding-bottom: 16px;
  }
}

@media (max-width: 800px) {
  main article .start .title h1 {
    padding-bottom: 8px;
    font-size: 20px;
  }
}

main article .start .title h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -200%;
  width: 298%;
  height: 2px;
  background: #998a50;
}

main article .start .wrapper {
  margin: 0 auto;
  margin-bottom: 5vw;
  max-width: 56.25vw;
  display: flex;
  flex-direction: column;
}

@media (max-width: 800px) {
  main article .start .wrapper {
    margin-bottom: 64px;
  }
}

main article .start .wrapper .outer {
  margin-bottom: 5vw;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 800px) {
  main article .start .wrapper .outer {
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  main article .start .wrapper .outer .inner {
    margin-bottom: 40px;
  }
}

main article .start .wrapper .outer .inner .image {
  margin-bottom: 1.6vw;
  text-align: center;
}

@media (max-width: 800px) {
  main article .start .wrapper .outer .inner .image {
    margin-bottom: 16px;
  }
}

main article .start .wrapper .outer .inner .image img {
  width: 11.6vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .start .wrapper .outer .inner .image img {
    width: 160px;
  }
}

main article .start .wrapper .outer .inner h2 {
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.3vw;
}

@media (max-width: 800px) {
  main article .start .wrapper .outer .inner h2 {
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  main article .start .wrapper .outer:nth-of-type(1) {
    margin-bottom: 0;
  }
}

main article .start .wrapper .outer:nth-last-of-type(1) {
  margin-bottom: 0;
  justify-content: center;
}

main article .start .wrapper .outer:nth-last-of-type(1) .inner {
  margin-right: 5vw;
}

@media (max-width: 800px) {
  main article .start .wrapper .outer:nth-last-of-type(1) .inner {
    margin-right: 0;
  }
}

main article .start .wrapper .outer:nth-last-of-type(1) .inner:nth-last-of-type(1) {
  margin-bottom: 0;
  margin-right: 0;
}

main article .start .link a {
  margin: 0 auto;
  max-width: 20.8vw;
  width: 100%;
  height: 3.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #998a50;
  border-radius: 40px;
  font-weight: 700;
  font-size: 1.3vw;
  color: #ffffff;
  transition: 0.3s;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}

main article .start .link a:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  main article .start .link a {
    max-width: 320px;
    height: 56px;
    font-size: 18px;
  }
}

main article .plan {
  position: relative;
  padding-top: 12.5vw;
  padding-bottom: 12.5vw;
  padding-left: 14vw;
  background: #f4f4f4;
  overflow: hidden;
}

@media (max-width: 800px) {
  main article .plan {
    padding-top: 56px;
    padding-bottom: 64px;
    padding-left: 24px;
  }
}

main article .plan .title {
  margin-bottom: 9.5vw;
}

@media (max-width: 800px) {
  main article .plan .title {
    margin-bottom: 40px;
    padding-left: 0;
  }
}

main article .plan .title h1 {
  position: relative;
  padding-bottom: 24px;
  display: inline-block;
  font-size: 2.6vw;
  font-weight: 700;
}

@media (max-width: 1150px) {
  main article .plan .title h1 {
    padding-bottom: 16px;
  }
}

@media (max-width: 800px) {
  main article .plan .title h1 {
    padding-bottom: 8px;
    font-size: 20px;
  }
}

main article .plan .title h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -200%;
  width: 298%;
  height: 2px;
  background: #998a50;
}

main article .plan .wrapper {
  padding-right: 0;
  padding-left: 5vw;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 72px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}

@media (max-width: 800px) {
  main article .plan .wrapper {
    margin-right: -40px;
    padding-top: 64px;
    padding-bottom: 64px;
    padding-right: 64px;
    padding-left: 40px;
    width: calc(100% + 40px);
    border-radius: 40px;
    flex-direction: column;
  }
}

main article .plan .wrapper .outer {
  padding-right: 4.5vw;
}

@media (max-width: 800px) {
  main article .plan .wrapper .outer {
    margin-bottom: 48px;
    padding-right: 0;
    width: 100%;
  }
}

main article .plan .wrapper .outer .inner {
  width: 100%;
  margin-bottom: 4.1vw;
}

@media (max-width: 800px) {
  main article .plan .wrapper .outer .inner {
    margin-bottom: 96px;
    max-width: 100%;
  }
}

main article .plan .wrapper .outer .inner h2 {
  position: relative;
  margin-bottom: 1.6vw;
  padding-bottom: 1.25vw;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.8vw;
}

@media (max-width: 800px) {
  main article .plan .wrapper .outer .inner h2 {
    padding-bottom: 8px;
    font-size: 18px;
  }
}

main article .plan .wrapper .outer .inner h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #998a50;
  right: 0%;
  width: 100%;
}

@media (max-width: 800px) {
  main article .plan .wrapper .outer .inner h2::before {
    right: -100%;
    width: 200%;
  }
}

main article .plan .wrapper .outer .inner .image {
  width: 25vw;
  margin: 0 auto;
}

main article .plan .wrapper .outer .inner .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

main article .plan .wrapper .outer .inner:nth-of-type(1) .image {
  max-width: 304px;
}

@media (max-width: 800px) {
  main article .plan .wrapper .outer .inner:nth-of-type(1) .image {
    width: 100%;
  }
}

@media (max-width: 450px) {
  main article .plan .wrapper .outer .inner:nth-of-type(1) .image {
    max-width: 256px;
  }
}

@media (max-width: 1920px) {
  main article .plan .wrapper .outer .inner:nth-of-type(1) .image img {
    margin-left: -.5vw;
  }
}

@media (max-width: 800px) {
  main article .plan .wrapper .outer .inner:nth-of-type(1) .image img {
    margin-left: -2.5vw;
  }
}

main article .plan .wrapper .outer .inner:nth-last-of-type(1) {
  margin-bottom: 0;
}

main article .plan .wrapper .outer .inner:nth-last-of-type(1) .image {
  max-width: 392px;
}

@media (max-width: 800px) {
  main article .plan .wrapper .outer .inner:nth-last-of-type(1) .image {
    width: 100%;
  }
}

main article .plan .wrapper .plan_image {
  margin-right: calc(50% - 50vw);
  padding: 104px 0;
  padding: 5.4vw 0;
  flex: 1;
  background: #ffffff;
}

@media (max-width: 800px) {
  main article .plan .wrapper .plan_image {
    margin-right: 0;
    padding: 0;
  }
}

main article .plan .wrapper .plan_image img {
  width: 41.6vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .plan .wrapper .plan_image img {
    width: 100%;
  }
}

main article .strong {
  position: relative;
  padding: 0 24px;
  padding-top: 12.5vw;
  background: #f8f8f8;
  padding-bottom: 12.5vw;
}

@media (max-width: 800px) {
  main article .strong {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}

main article .strong .title {
  margin-bottom: 9.5vw;
  padding-left: 14vw;
}

@media (max-width: 800px) {
  main article .strong .title {
    margin-bottom: 40px;
    padding-left: 0;
  }
}

main article .strong .title h1 {
  position: relative;
  padding-bottom: 24px;
  display: inline-block;
  font-weight: 700;
  font-size: 2.6vw;
}

@media (max-width: 1150px) {
  main article .strong .title h1 {
    padding-bottom: 16px;
  }
}

@media (max-width: 800px) {
  main article .strong .title h1 {
    padding-bottom: 8px;
    font-size: 20px;
  }
}

main article .strong .title h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -200%;
  width: 298%;
  height: 2px;
  background: #998a50;
}

main article .strong .wrapper {
  max-width: 75vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  main article .strong .wrapper {
    max-width: 100%;
    flex-direction: column-reverse;
  }
}

main article .strong .wrapper .outer {
  width: 100%;
}

@media (max-width: 800px) {
  main article .strong .wrapper .outer {
    margin-bottom: 56px;
  }
}

main article .strong .wrapper .outer .inner {
  margin-bottom: 2.1vw;
  padding: 1.6vw 3.3vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #998a50;
  border-radius: 88px;
}

@media (max-width: 800px) {
  main article .strong .wrapper .outer .inner {
    margin-bottom: 24px;
    padding: 16px 24px;
    padding-left: 16px;
  }
}

main article .strong .wrapper .outer .inner p {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.3vw;
}

@media (max-width: 800px) {
  main article .strong .wrapper .outer .inner p {
    text-align: center;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  main article .strong .wrapper .outer .inner p span {
    display: block;
  }
}

main article .strong .wrapper .outer .inner:nth-last-of-type(1) {
  margin-bottom: 0;
}

main article .strong .wrapper .person_image {
  margin-right: 6.25vw;
}

@media (max-width: 1150px) {
  main article .strong .wrapper .person_image {
    margin-right: 64px;
  }
}

@media (max-width: 800px) {
  main article .strong .wrapper .person_image {
    margin-right: 0;
  }
}

main article .strong .wrapper .person_image img {
  width: 12.5vw;
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  main article .strong .wrapper .person_image img {
    width: 120px;
  }
}

main article .contact {
  position: relative;
  padding: 0 24px;
  padding-top: 12.5vw;
  padding-bottom: 12.5vw;
  padding-left: 14vw;
  background: #f4f4f4;
}

@media (max-width: 800px) {
  main article .contact {
    padding-top: 56px;
    padding-bottom: 64px;
    padding-left: 24px;
  }
}

main article .contact .title {
  margin-bottom: 9.5vw;
}

@media (max-width: 800px) {
  main article .contact .title {
    margin-bottom: 40px;
    padding-left: 0;
  }
}

main article .contact .title h1 {
  position: relative;
  padding-bottom: 24px;
  display: inline-block;
  font-weight: 700;
  font-size: 2.6vw;
}

@media (max-width: 1150px) {
  main article .contact .title h1 {
    padding-bottom: 16px;
  }
}

@media (max-width: 800px) {
  main article .contact .title h1 {
    padding-bottom: 8px;
    font-size: 20px;
  }
}

main article .contact .title h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -200%;
  width: 298%;
  height: 2px;
  background: #998a50;
}

main article .contact .wrapper {
  padding: 5vw;
  padding-right: 8.3vw;
  max-width: 75vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border-radius: 40px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}

@media (max-width: 800px) {
  main article .contact .wrapper {
    padding: 0 24px;
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 100%;
    flex-direction: column;
  }
}

main article .contact .wrapper .outer .pc {
  line-height: 2;
  font-weight: 700;
  font-size: 1.8vw;
}

@media (max-width: 800px) {
  main article .contact .wrapper .outer .pc {
    display: none;
  }
}

main article .contact .wrapper .outer .sp {
  margin-bottom: 40px;
  display: none;
  text-align: center;
  line-height: 2;
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 800px) {
  main article .contact .wrapper .outer .sp {
    display: block;
  }
}

main article .contact .wrapper .link {
  max-width: 20.8vw;
  width: 100%;
}

@media (max-width: 800px) {
  main article .contact .wrapper .link {
    max-width: 320px;
  }
}

main article .contact .wrapper .link a {
  margin: 0 auto;
  width: 100%;
  height: 3.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #998a50;
  border-radius: 40px;
  font-weight: 700;
  font-size: 1.3vw;
  color: #ffffff;
  transition: 0.3s;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}

main article .contact .wrapper .link a:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {
  main article .contact .wrapper .link a {
    height: 56px;
    font-size: 18px;
  }
}

main article .about_us {
  position: relative;
  padding: 0 24px;
  padding-top: 12.5vw;
  padding-bottom: 72px;
  padding-left: 14vw;
  background: #ffffff;
}

@media (max-width: 800px) {
  main article .about_us {
    padding-top: 56px;
    padding-bottom: 64px;
    padding-left: 24px;
  }
}

main article .about_us .title {
  margin-bottom: 9.5vw;
}

@media (max-width: 800px) {
  main article .about_us .title {
    margin-bottom: 40px;
    padding-left: 0;
  }
}

main article .about_us .title h1 {
  position: relative;
  padding-bottom: 24px;
  display: inline-block;
  font-size: 2.6vw;
  font-weight: 700;
}

@media (max-width: 1150px) {
  main article .about_us .title h1 {
    padding-bottom: 16px;
  }
}

@media (max-width: 800px) {
  main article .about_us .title h1 {
    padding-bottom: 8px;
    font-size: 20px;
  }
}

main article .about_us .title h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -200%;
  width: 298%;
  height: 2px;
  background: #998a50;
}

main article .about_us .wrapper {
  padding-top: 1.25vw;
  padding-bottom: 5vw;
  max-width: 75vw;
  width: 100%;
  background-image: url(../image/about_us_01.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  main article .about_us .wrapper {
    padding: 0;
    margin-left: 0;
    max-width: 100%;
    background-image: none;
  }
}

main article .about_us .wrapper dl .inner {
  margin-bottom: 3.3vw;
  display: flex;
}

@media (max-width: 800px) {
  main article .about_us .wrapper dl .inner {
    margin-bottom: 24px;
    flex-direction: column;
  }
}

main article .about_us .wrapper dl .inner:nth-last-of-type(1) {
  margin-bottom: 0;
}

main article .about_us .wrapper dl .inner dt {
  margin-right: 3.75vw;
  max-width: 5.4vw;
  width: 100%;
  font-size: 1.3vw;
  font-weight: 700;
  color: #998a50;
}

@media (max-width: 800px) {
  main article .about_us .wrapper dl .inner dt {
    margin-bottom: 4px;
    margin-right: 0;
    max-width: 72px;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  main article .about_us .wrapper dl .inner dt {
    font-size: 12px;
  }
}

main article .about_us .wrapper dl .inner dd {
  font-weight: 400;
  font-size: 1.3vw;
  color: #000000;
}

@media (max-width: 800px) {
  main article .about_us .wrapper dl .inner dd {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  main article .about_us .wrapper dl .inner dd {
    font-size: 12px;
  }
}

main article .about_us .people_images {
  position: absolute;
  top: 72px;
  right: 40px;
  display: none;
}

@media (max-width: 800px) {
  main article .about_us .people_images {
    display: block;
  }
}

main article .about_us .people_images img {
  width: 104px;
  height: auto;
  object-fit: contain;
}

.footer {
  padding: 0 16px;
  padding-top: 80px;
  padding-bottom: 56px;
  background: #000000;
  text-align: center;
}

.footer small {
  font-size: 20px;
  color: #fff;
}

@media (max-width: 1150px) {
  .footer small {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .footer small {
    font-size: 12px;
  }
}

#page_top {
  position: fixed;
  bottom: 0;
  right: 4%;
  z-index: 10;
  width: 64px;
  height: 64px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 800px) {
  #page_top {
    width: 56px;
    height: 56px;
  }
}

#page_top a {
  transition: 0.4s;
}

#page_top a:hover {
  opacity: 0.8;
}

#page_top a img {
  width: 64px;
  height: 64px;
}

@media (max-width: 800px) {
  #page_top a img {
    width: 56px;
    height: 56px;
  }
}
