:root {
  --grad-progress: 0;
  --intro-progress: 0;
  --g-padding-s: 36rem;
  --g-padding-m: 80px;
  --g-padding-l: 180rem;
  --g-color-base: #8b6b2f;
  --g-color-brown: #71561d;
  --g-color-luxury: #0E131E;
  --g-color-black: #000000;
  --g-color-white: #fff;
  --g-color-border: #735700;
  --g-color-grey: #EBEBEB;
  --g-color-gray: #E2E2DC;
  --g-color-shadow: #31260a;
  --g-color-red: #D33333;
}
@media screen and (max-width: 1500px) {
  :root {
    --g-padding-m: 80rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --g-padding-m: 0;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 0.0666666667vw;
}
html::-webkit-scrollbar {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 1300rem;
    padding-inline: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding-inline: 50rem;
  }
}

body {
  overflow-wrap: break-word;
  width: 100%;
  min-height: 100%;
  overflow-x: clip;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-family: "HiraMinPro W3-83pv-RKSJ-H*", serif;
}
body::-webkit-scrollbar {
  display: none;
}
body.is-menu-active {
  overflow: hidden;
}
body.stop {
  overflow: hidden;
}
body.is-loading main {
  filter: blur(20px);
}

a {
  text-decoration: none;
  color: #000000;
  display: flex;
}

.bar {
  width: 10px;
  height: 80px;
  background-color: #71561d;
}
@media screen and (max-width: 1500px) {
  .bar {
    width: 10rem;
    height: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .bar {
    width: 15rem;
    height: 150rem;
  }
}

.content .title {
  font-size: 30px;
  font-family: "Candara Light", sans-serif;
  color: #71561d;
}
@media screen and (max-width: 1500px) {
  .content .title {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .content .title {
    font-size: 50rem;
  }
}
.content .detail {
  font-size: 15px;
  color: #000000;
}
@media screen and (max-width: 1500px) {
  .content .detail {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .content .detail {
    font-size: 26rem;
  }
}

img {
  width: 100%;
  height: 100%;
}

.topics {
  scale: 0.8;
  background: url(../img/direction_button.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 173rem;
  height: 56rem;
  padding: 14rem 27rem;
  font-size: 17rem;
  margin-right: -13rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .topics {
    cursor: pointer;
    width: 291rem;
    height: 94rem;
    padding: 14rem 27rem;
    font-size: 30rem;
    margin-right: -50rem;
  }
}

/** end direction_button */
/** start block_top */
.block_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  overflow-x: hidden;
}
.block_top img {
  width: 320rem;
  height: 320rem;
}
@media screen and (max-width: 1500px) {
  .block_top img {
    width: 300rem;
    height: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .block_top img {
    width: 250rem;
    height: 250rem;
  }
}
.block_top div:nth-of-type(1) {
  margin-left: -50rem;
}
.block_top div:nth-of-type(2) {
  margin-right: -50rem;
}

/** end block_top */
/** start Block_bottom */
.block_bottom {
  z-index: -1;
  margin-top: -230rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  overflow-x: hidden;
}
@media screen and (max-width: 1500px) {
  .block_bottom {
    margin-top: -215rem;
  }
}
@media screen and (max-width: 768px) {
  .block_bottom {
    margin-top: -160rem;
  }
}
.block_bottom img {
  width: 320rem;
  height: 320rem;
}
@media screen and (max-width: 1500px) {
  .block_bottom img {
    width: 300rem;
    height: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .block_bottom img {
    width: 250rem;
    height: 250rem;
  }
}
.block_bottom div:nth-of-type(1) {
  margin-left: -50rem;
}
.block_bottom div:nth-of-type(2) {
  margin-right: -50rem;
}

/** end Block_bottom */
/** start Dropbutton */
.dropbtn {
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 15rem;
  background-color: #fff;
  color: rgb(0, 0, 0);
  font-size: 16rem;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .dropbtn {
    padding: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .dropbtn {
    padding: 30rem;
  }
}
.dropbtn div {
  background-color: rgb(65, 60, 60);
  width: 50rem;
  height: 2rem;
}

.dropdown {
  float: right;
  position: relative;
  display: inline-block;
  background-color: #fff;
  display: none;
}
@media screen and (max-width: 1500px) {
  .dropdown {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .dropdown {
    display: block;
  }
}

.dropdown-content {
  color: #ffffff;
  display: none;
  position: absolute;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  min-width: 420rem;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  right: 0;
  z-index: 1;
  border-radius: 20rem;
  background-color: rgba(255, 254, 254, 0.6);
  padding: 10rem 10rem;
}
.dropdown-content .outline {
  outline: 1rem solid rgb(71, 69, 69);
  border-radius: 10rem;
}

@media screen and (max-width: 768px) {
  .dropdown-content a {
    padding: 12rem 16rem;
    text-decoration: none;
    display: block;
    font-size: 30rem;
  }
}

.dropdown a:hover {
  background-color: #ffffff;
}

.show {
  display: block;
}

.big_bar {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .big_bar {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .big_bar {
    margin-top: 60rem;
  }
}
.big_bar .big_button {
  width: 50%;
  cursor: pointer;
}
.big_bar .big_button img {
  width: 100%;
}

.sec-intro {
  position: relative;
}
.sec-intro-header {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .sec-intro-header {
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-header {
    margin-top: 70rem;
  }
}
.sec-intro-header .head {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-header .head {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-header .head {
    gap: 30rem;
  }
}
.sec-intro-content {
  margin-top: 15px;
  padding-inline: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content {
    margin-top: 15rem;
    padding-inline: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content {
    margin-top: 10rem;
    padding-inline: 20rem;
  }
}
.sec-intro-content-img .con_ {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-img .con_ {
    display: flex;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-img .con_ {
    flex-direction: column;
  }
}
.sec-intro-content-img .con {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-img .con {
    margin-top: 20rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-img .con {
    width: 100%;
    gap: 20rem;
    justify-content: space-around;
  }
}
.sec-intro-content-img img {
  width: 100%;
  height: auto;
}

.sec-line {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .sec-line {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-line {
    margin-top: 50rem;
  }
}
.sec-line p {
  font-size: 20px;
  color: var(--g-color-brown);
  font-weight: bold;
  font-family: "HiraginoSans", sans-serif;
}
@media screen and (max-width: 1500px) {
  .sec-line p {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-line p {
    font-size: 50rem;
  }
}
.sec-line .line {
  width: 100%;
  height: 3px;
  background-color: var(--g-color-brown);
}
@media screen and (max-width: 1500px) {
  .sec-line .line {
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-line .line {
    height: 3rem;
  }
}

.social-w {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1500px) {
  .social-w {
    width: 30rem;
    height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .social-w {
    width: 50rem;
    height: 50rem;
  }
}

.sec-footer {
  margin-top: 50rem;
  width: 100%;
  height: 400px;
  background: url(../img/footer_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: inherit;
}
@media screen and (max-width: 1500px) {
  .sec-footer {
    height: 400rem;
  }
}
.sec-footer-top {
  background: url(../img/footer_color.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 1500px) {
  .sec-footer-top {
    height: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer-top {
    height: 780rem;
  }
}
.sec-footer-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
}
@media screen and (max-width: 1500px) {
  .sec-footer-buttons {
    font-size: 15rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer-buttons {
    font-size: 20rem;
  }
}
.sec-footer-buttons button {
  background-color: #fff;
  padding: 6px 15px;
  outline: none;
  border-color: white;
  color: #735700;
  font-size: 12px;
}
@media screen and (max-width: 1500px) {
  .sec-footer-buttons button {
    font-size: 11rem;
    gap: 5rem;
    padding: 6rem 11rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer-buttons button {
    font-size: 20rem;
    padding: 6rem 15rem;
  }
}
.sec-footer-buttons .footer_01 {
  color: #fff;
}
.sec-footer-buttons .footer_02 {
  color: #fff;
  margin-top: 84px;
  line-height: 2;
}
@media screen and (max-width: 1500px) {
  .sec-footer-buttons .footer_02 {
    margin-top: 84rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer-buttons .footer_02 {
    margin-top: 150rem;
  }
}
.sec-footer-buttons .footer_03 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .sec-footer-buttons .footer_03 {
    gap: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer-buttons .footer_03 {
    justify-content: none;
    gap: 40rem;
  }
}
.sec-footer-buttons .footer_04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}
.sec-footer .footer_house {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_house {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer .footer_house {
    margin-top: 90rem;
  }
}
.sec-footer .footer_house .ft_img {
  width: 170px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_house .ft_img {
    width: 170rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer .footer_house .ft_img {
    width: 350rem;
    height: auto;
  }
}
.sec-footer .footer_house .ft_img img {
  width: 100%;
  height: auto;
}
.sec-footer .footer_end {
  background-color: #735700;
  height: 200px;
  display: flex;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_end {
    height: 200rem;
  }
}
.sec-footer .footer_end .footer_button_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-footer .footer_end .footer_button_group .footer_end {
  width: 200px;
  height: 49px;
  background: url(../img/footer_house/footer_end.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_end .footer_button_group .footer_end {
    width: 200rem;
    height: 49rem;
    padding-left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer .footer_end .footer_button_group .footer_end {
    width: 300rem;
    height: 75rem;
    padding-left: 43rem;
  }
}
.sec-footer .footer_end .footer_button_group .footer_end a {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_end .footer_button_group .footer_end a {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer .footer_end .footer_button_group .footer_end a {
    font-size: 20rem;
  }
}
.sec-footer .footer_end .footer_button_group .footer_end_01 {
  width: 262px;
  height: 45px;
  background: url(../img/footer_house/footer_button.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_end .footer_button_group .footer_end_01 {
    width: 271rem;
    height: 45rem;
  }
}
.sec-footer .footer_end .Copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_end .Copyright {
    margin-top: 60rem;
  }
}
.sec-footer .footer_end .Copyright p {
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_end .Copyright p {
    font-size: 15rem;
  }
}
.sec-footer .social {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-left: 346px;
}
@media screen and (max-width: 1500px) {
  .sec-footer .social {
    gap: 50rem;
    margin-left: 346rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer .social {
    margin-left: unset;
  }
}
.sec-footer .social a {
  scale: 0.8;
}

@font-face {
  font-family: "TA_fuga_fude";
  src: url("../fonts/Fuder.ttf");
  font-weight: 400;
}
html {
  font-family: "Noto Serif JP", serif;
}

._bold {
  font-weight: 700;
}

.u-font-en {
  font-family: "MPLUS1";
}

.footer {
  padding: 20px 0;
}
.footer p {
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer p {
    font-size: 9rem;
  }
}
.footer p a {
  display: inline-block;
  margin-left: 5px;
  color: rgb(59, 93, 245);
}

.main .sec-header {
  background: var(--g-color-white);
  border-top: 8.5px solid var(--g-color-base);
  position: relative;
  padding: 7px 20px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header {
    border-top: 8.5rem solid var(--g-color-base);
    padding: 7rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header {
    border-top: 5.6rem solid var(--g-color-base);
    padding: 5rem 15rem;
  }
}
.main .sec-header-container {
  flex-direction: column;
  align-items: center;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container {
    display: flex;
    flex-direction: column;
  }
}
.main .sec-header-container-logo {
  width: 175px;
  height: 75px;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-logo {
    width: 175rem;
    height: 75rem;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-logo {
    width: 350rem;
    height: 150rem;
    margin-top: 10rem;
  }
}
.main .sec-header-container-info {
  position: absolute;
  top: 40px;
  right: 20px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info {
    top: 40rem;
    right: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info {
    position: relative;
    display: flex;
    gap: 120rem;
  }
}
.main .sec-header-container-info-button {
  margin-bottom: 7px;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-button {
    margin-bottom: 7rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-button {
    margin-bottom: 5rem;
    gap: 30rem;
  }
}
.main .sec-header-container-info-button button {
  background-color: var(--g-color-white);
  padding: 6px 15px;
  border-radius: 7px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-button button {
    padding: 6rem 15rem;
    border-radius: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-button button {
    border-radius: 15rem;
  }
}
.main .sec-header-container-info-first {
  font-size: 12px;
  letter-spacing: 4px;
  border: 2px solid var(--g-color-black);
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-first {
    font-size: 12rem;
    letter-spacing: 4rem;
    border: 2rem solid var(--g-color-black);
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-first {
    font-size: 30rem;
    letter-spacing: 12rem;
    border: 3rem solid var(--g-color-black);
  }
}
.main .sec-header-container-info-first:hover {
  color: var(--g-color-border);
  border: 2rem solid var(--g-color-border);
}
.main .sec-header-container-info-second {
  font-size: 12px;
  border: 2px solid var(--g-color-black);
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-second {
    font-size: 12rem;
    border: 2rem solid var(--g-color-black);
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-second {
    font-size: 30rem;
    border: 3rem solid var(--g-color-black);
  }
}
.main .sec-header-container-info-second:hover {
  color: var(--g-color-border);
  border: 2px solid var(--g-color-border);
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-second:hover {
    border: 2rem solid var(--g-color-border);
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-second:hover {
    border: 3rem solid var(--g-color-border);
  }
}
.main .sec-header-container-info-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-group {
    flex-direction: row;
    gap: 30rem;
  }
}
.main .sec-header-container-info-group p:nth-of-type(1) {
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-group p:nth-of-type(1) {
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-group p:nth-of-type(1) {
    font-size: 30rem;
  }
}
.main .sec-header-container-info-group p:nth-of-type(2) {
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-group p:nth-of-type(2) {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-group p:nth-of-type(2) {
    font-size: 18rem;
  }
}
.main .sec-header-container-info-social {
  margin-top: 10px;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-social {
    margin-top: 10rem;
    gap: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-social {
    gap: 20rem;
  }
}
.main .sec-header-container-info-social a {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-social a {
    width: 30rem;
    height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-social a {
    width: 60rem;
    height: 60rem;
  }
}
.main .sec-header-container-info-phone :nth-of-type(1) {
  font-family: "HiraginoSans", sans-serif;
}
.main .sec-header-container-info-phone :nth-of-type(2) {
  font-family: "HiraMinPro W3-83pv-RKSJ-H", sans-serif;
}
.main .sec-header-container-nav {
  margin-top: 30px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-nav {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-nav {
    display: none;
  }
}
.main .sec-header-container-nav ul {
  margin-inline: 350px;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-nav ul {
    margin-inline: 350rem;
    height: 64rem;
  }
}
.main .sec-header-container-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main .sec-header-container-nav ul a {
  color: var(--g-color-black);
  font-size: 15px;
  font-weight: 300;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-nav ul a {
    font-size: 15rem;
  }
}
.main .sec-header-container-nav ul a::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--g-color-border);
  transition: width 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-nav ul a::after {
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-nav ul a::after {
    height: 1rem;
  }
}
.main .sec-header-container-nav ul a:hover {
  color: var(--g-color-border);
}
.main .sec-header-container-nav ul a:hover::after {
  width: 100%;
}
.main .sec-header-container-nav ul a p {
  text-align: center;
}
.main .sec-catchphrase {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 2px;
  background: url(../img/room.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 14%;
  padding-bottom: 90px;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase {
    margin-top: 2rem;
    padding-bottom: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase {
    margin-top: 50rem;
    padding-bottom: 100rem;
  }
}
.main .sec-catchphrase-main {
  width: 100%;
  padding-inline: 240px;
  outline: 3px var(--g-color-black);
  text-shadow: 4px 4px 10px var(--g-color-shadow), 4px 4px 10px var(--g-color-shadow), 0px 0px 20px var(--g-color-shadow);
  font-weight: bold;
  font-family: "Acumin Variable Concept", sans-serif;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase-main {
    padding-inline: 240rem;
    outline: 3rem var(--g-color-black);
    text-shadow: 4rem 4rem 10rem var(--g-color-shadow), 4rem 4rem 10rem var(--g-color-shadow), 0rem 0rem 20rem var(--g-color-shadow);
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase-main {
    padding-inline: 100rem;
    margin-top: 0;
  }
}
.main .sec-catchphrase-main-ttl p:nth-last-of-type(1) {
  font-size: 30px;
  line-height: 1.6;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase-main-ttl p:nth-last-of-type(1) {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase-main-ttl p:nth-last-of-type(1) {
    font-size: 60rem;
  }
}
.main .sec-catchphrase-main-ttl p:nth-last-of-type(2) {
  font-size: 55px;
  line-height: 1.6;
  color: var(--g-color-white);
  letter-spacing: 6px;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase-main-ttl p:nth-last-of-type(2) {
    font-size: 55rem;
    letter-spacing: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase-main-ttl p:nth-last-of-type(2) {
    font-size: 100rem;
    margin-top: 250rem;
    letter-spacing: 2rem;
  }
}
.main .sec-catchphrase-main-content p {
  font-size: 36px;
  font-weight: 500;
  color: var(--g-color-white);
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase-main-content p {
    font-size: 36rem;
  }
}
.main .sec-catchphrase-watch {
  width: 100%;
  display: flex;
  justify-content: right;
  display: flex;
  justify-content: right;
  margin-top: 100px;
  padding-right: 200px;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase-watch {
    margin-top: 100rem;
    justify-content: right;
    padding-right: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase-watch {
    margin-top: 200rem;
    justify-content: center;
    padding-right: unset;
  }
}
.main .sec-catchphrase-watch img {
  z-index: 2;
  scale: 1.5;
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase-watch img {
    width: 200rem;
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase-watch img {
    width: 400rem;
    height: 400rem;
  }
}

.sec-about-header {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .sec-about-header {
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-header {
    margin-top: 70rem;
  }
}
.sec-about-header .head {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1500px) {
  .sec-about-header .head {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-header .head {
    gap: 30rem;
  }
}
.sec-about-content {
  margin-top: 5px;
  padding-inline: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-about-content {
    margin-top: 5rem;
    padding-inline: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content {
    margin-top: 30rem;
    padding-inline: 20rem;
  }
}
.sec-about-content-img .con2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec-about-content-img .con2 {
    flex-direction: column;
    gap: 40rem;
  }
}
.sec-about-content-img .con2 .con_about_img_1 {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 40%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .sec-about-content-img .con2 .con_about_img_1 {
    width: 100%;
  }
}
.sec-about-content-img .con2 .con_about_img_1 img {
  width: 100%;
  height: auto;
}
.sec-about-content-img .con2 .con_about_img_2 {
  width: 60%;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec-about-content-img .con2 .con_about_img_2 {
    width: 100%;
  }
}
.sec-about-content-img .con2 .con_about_img_2 img {
  width: 100%;
  height: auto;
}
.sec-about-content-img-modea {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea {
    margin-top: 50rem;
  }
}
.sec-about-content-img-modea-modea2 {
  background: url(../img/modea2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 320px;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea-modea2 {
    height: 70rem;
    width: 320rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content-img-modea-modea2 {
    height: 120rem;
    width: 530rem;
  }
}
.sec-about-content-img-modea-modea2 h1 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea-modea2 h1 {
    font-size: 16rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content-img-modea-modea2 h1 {
    font-size: 40rem;
    margin-top: 20rem;
  }
}
.sec-about-content-img-modea-images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea-images {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content-img-modea-images {
    flex-direction: column;
  }
}
.sec-about-content-img-modea-images-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea-images-left {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content-img-modea-images-left {
    width: 100%;
    padding-inline: 20rem;
    gap: 50rem;
  }
}
.sec-about-content-img-modea-images-left p {
  font-size: 12px;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea-images-left p {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content-img-modea-images-left p {
    font-size: 32rem;
  }
}
.sec-about-content-img-modea-images-left .left_images :nth-of-type(1) {
  display: flex;
  justify-content: space-between;
}
.sec-about-content-img-modea-images-left .left_images :nth-of-type(2) {
  display: flex;
  justify-content: space-between;
}
.sec-about-content-img-modea-images-left .left_images .under_small_a {
  margin-top: 5px;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea-images-left .left_images .under_small_a {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content-img-modea-images-left .left_images .under_small_a {
    margin-top: 20rem;
  }
}
.sec-about-content-img-modea-images-left .left_images .small_a_1 {
  width: 34%;
}
.sec-about-content-img-modea-images-left .left_images .small_a_2 {
  width: 34%;
}
.sec-about-content-img-modea-images-left .left_images .small_a_3 {
  width: 28%;
}
.sec-about-content-img-modea-images-left .left_images .small_a_4 {
  width: 34%;
}
.sec-about-content-img-modea-images-left .left_images .small_a_5 {
  width: 34%;
}
.sec-about-content-img-modea-images-left .left_images .small_a_6 {
  width: 28%;
}
.sec-about-content-img-modea-images-left .left_images img {
  width: 100%;
  height: auto;
}
.sec-about-content-img-modea-images-right {
  width: 58%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea-images-right {
    width: 61%;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content-img-modea-images-right {
    width: 100%;
    margin-top: 40rem;
  }
}
.sec-about-content-img-modea-images-right .right_on {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea-images-right .right_on {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content-img-modea-images-right .right_on {
    gap: unset;
  }
}
.sec-about-content-img-modea-images-right .right_on .small_b_1 {
  width: 204px;
  height: auto;
  background-image: url(../img/about/small_b_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea-images-right .right_on .small_b_1 {
    width: 204rem;
  }
}
.sec-about-content-img-modea-images-right .right_on .small_b_2 {
  width: 194px;
  height: auto;
  background-image: url(../img/about/small_b_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea-images-right .right_on .small_b_2 {
    width: 194rem;
  }
}
.sec-about-content-img-modea-images-right .right_on .small_b_3 {
  width: 165px;
  height: 172px;
  background-image: url(../img/about/small_b_3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea-images-right .right_on .small_b_3 {
    width: 165rem;
    height: 172rem;
  }
}
.sec-about-content-img-modea-images-right .right_on img {
  width: 100%;
}
.sec-about-content-img-modea-images-right .right_under {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: -8px;
  scale: 0.968;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea-images-right .right_under {
    gap: 20rem;
    margin-bottom: -8rem;
  }
}
.sec-about-content-img-modea-images-right .right_under .small_b_4 {
  width: 50%;
  height: 257px;
  background-image: url(../img/about/small_b_4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea-images-right .right_under .small_b_4 {
    height: 257rem;
    margin-bottom: -5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content-img-modea-images-right .right_under .small_b_4 {
    margin-top: 40rem;
    height: 605rem;
  }
}
.sec-about-content-img-modea-images-right .right_under .small_b_5 {
  width: 50%;
  height: 257px;
  background-image: url(../img/about/small_b_5.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1500px) {
  .sec-about-content-img-modea-images-right .right_under .small_b_5 {
    height: 257rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-about-content-img-modea-images-right .right_under .small_b_5 {
    margin-top: 40rem;
    height: 605rem;
  }
}
.sec-about-content-img-modea-images-right .right_under img {
  width: 100%;
}

.sec-photos {
  display: flex;
  justify-content: space-between;
  padding-inline: 120px;
  margin-top: 40px;
}
@media screen and (max-width: 1500px) {
  .sec-photos {
    padding-inline: 120rem;
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-photos {
    padding-inline: 80rem;
    flex-direction: column;
    gap: 20rem;
  }
}
.sec-photos .people {
  display: flex;
  width: 32%;
  background-color: rgba(115, 87, 0, 0.1);
  height: 120px;
}
@media screen and (max-width: 1500px) {
  .sec-photos .people {
    height: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-photos .people {
    width: 100%;
    height: 260rem;
  }
}
.sec-photos .people img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
}
.sec-photos .people .detail-letter {
  padding: 20px 10px;
  width: 70%;
}
@media screen and (max-width: 1500px) {
  .sec-photos .people .detail-letter {
    padding: 20rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-photos .people .detail-letter {
    padding: 25rem 25rem;
  }
}
.sec-photos .people .people_image {
  width: 40%;
}
@media screen and (max-width: 1500px) {
  .sec-photos .people .people_image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .sec-photos .people .people_image {
    width: 20%;
  }
}
.sec-photos .people .detail-letter :nth-of-type(1) {
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  .sec-photos .people .detail-letter :nth-of-type(1) {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-photos .people .detail-letter :nth-of-type(1) {
    font-size: 35rem;
  }
}
.sec-photos .people .detail-letter :nth-of-type(2) {
  font-size: 11px;
}
@media screen and (max-width: 1500px) {
  .sec-photos .people .detail-letter :nth-of-type(2) {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-photos .people .detail-letter :nth-of-type(2) {
    font-size: 27rem;
  }
}

.sec-video-header {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .sec-video-header {
    margin-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-video-header {
    margin-top: 80rem;
  }
}
.sec-video-header .head {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1500px) {
  .sec-video-header .head {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-video-header .head {
    gap: 30rem;
  }
}
.sec-video-content {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 1%;
}
@media screen and (max-width: 1500px) {
  .sec-video-content {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-video-content {
    margin-top: 20rem;
  }
}
.sec-video-content-video {
  width: 80%;
}
.sec-video-content-detail {
  width: 19%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec-video-content-detail .detail-a {
  height: 49%;
  width: auto;
}
.sec-video-content-detail .detail-b {
  height: 49%;
  width: auto;
}

.video-footer-button {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .video-footer-button {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .video-footer-button {
    margin-top: 20rem;
  }
}
.video-footer-button .soc {
  height: 80px;
  font-size: 20px;
}
@media screen and (max-width: 1500px) {
  .video-footer-button .soc {
    height: 80rem;
    font-size: 20rem;
  }
}
.video-footer-button .next {
  background: url(../img/modea2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.video-footer-button .press {
  background: url(../img/modea2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.video-footer-button .video_social {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1500px) {
  .video-footer-button .video_social {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .video-footer-button .video_social {
    gap: 30rem;
  }
}
.video-footer-button .video_social .social-w {
  scale: 0.8;
}
.video-footer-button .video_social .social-w img {
  color: var(--g-color-grey);
}

.main .sec-header {
  background: var(--g-color-white);
  border-top: 8.5px solid var(--g-color-base);
  position: relative;
  padding: 7px 20px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header {
    border-top: 8.5rem solid var(--g-color-base);
    padding: 7rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header {
    border-top: 5.6rem solid var(--g-color-base);
    padding: 5rem 15rem;
  }
}
.main .sec-header-container {
  flex-direction: column;
  align-items: center;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container {
    display: flex;
    flex-direction: column;
  }
}
.main .sec-header-container-logo img {
  width: 175px;
  height: 75px;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-logo img {
    width: 175rem;
    height: 75rem;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-logo img {
    width: 350rem;
    height: 150rem;
    margin-top: 10rem;
  }
}
.main .sec-header-container-info {
  position: absolute;
  top: 40rem;
  right: 20rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info {
    position: relative;
    display: flex;
    gap: 120rem;
  }
}
.main .sec-header-container-info-button {
  display: flex;
  gap: 10rem;
}
.main .sec-header-container-info-button button {
  background-color: var(--g-color-white);
  padding: 6rem 15rem;
  border-radius: 7rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-button button {
    border-radius: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-button button {
    border-radius: 15rem;
  }
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-button {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-button {
    gap: 30rem;
  }
}
.main .sec-header-container-info-first {
  font-size: 12px;
  letter-spacing: 4rem;
  border: 2rem solid var(--g-color-black);
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-first {
    font-size: 12rem;
    letter-spacing: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-first {
    font-size: 30rem;
    letter-spacing: 12rem;
  }
}
.main .sec-header-container-info-second {
  font-size: 12px;
  border: 2rem solid var(--g-color-border);
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-second {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-second {
    font-size: 30rem;
  }
}
.main .sec-header-container-info-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .sec-header-container-info-group p:nth-of-type(1) {
  font-size: 17rem;
}
.main .sec-header-container-info-group p:nth-of-type(2) {
  font-size: 14rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-group {
    font-size: 14rem;
    flex-direction: column;
  }
  .main .sec-header-container-info-group p:nth-of-type(1) {
    font-size: 17rem;
  }
  .main .sec-header-container-info-group p:nth-of-type(2) {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-group {
    flex-direction: row;
    gap: 30rem;
    font-size: 30rem;
  }
  .main .sec-header-container-info-group p:nth-of-type(1) {
    font-size: 30rem;
  }
  .main .sec-header-container-info-group p:nth-of-type(2) {
    font-size: 18rem;
  }
}
.main .sec-header-container-info-social {
  display: flex;
  gap: 12rem;
}
.main .sec-header-container-info-social a img {
  width: 30rem;
  height: 30rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-social {
    gap: 12rem;
  }
  .main .sec-header-container-info-social a img {
    width: 30rem;
    height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-social {
    gap: 20rem;
  }
  .main .sec-header-container-info-social a img {
    width: 60rem;
    height: 60rem;
  }
}
.main .sec-header-container-info-phone :nth-of-type(1) {
  font-family: "HiraginoSans", sans-serif;
}
.main .sec-header-container-info-phone :nth-of-type(2) {
  font-family: "HiraMinPro W3-83pv-RKSJ-H", sans-serif;
}
.main .sec-header-container-nav {
  margin-top: 30rem;
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-nav {
    display: none;
  }
}
.main .sec-header-container-nav ul {
  margin-inline: 350px;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-nav ul {
    margin-inline: 350rem;
    height: 64rem;
  }
}
.main .sec-header-container-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main .sec-header-container-nav ul a {
  color: var(--g-color-black);
  font-size: 15px;
  font-weight: 300;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-nav ul a {
    font-size: 15rem;
  }
}
.main .sec-header-container-nav ul a::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--g-color-border);
  transition: width 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-nav ul a::after {
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-nav ul a::after {
    height: 1rem;
  }
}
.main .sec-header-container-nav ul a:hover {
  color: var(--g-color-border);
}
.main .sec-header-container-nav ul a:hover::after {
  width: 100%;
}
.main .sec-header-container-nav ul a p {
  text-align: center;
}
.main .sec-catchphrase1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-top: 2px;
  background: url(../img/room4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 130px;
  padding-bottom: 90px;
  height: 100vh;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase1 {
    margin-top: 2rem;
    padding-top: 115rem;
    padding-bottom: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase1 {
    margin-top: 50rem;
    padding-top: 115rem;
    padding-bottom: 100rem;
  }
}
.main .sec-catchphrase1-main {
  width: 100%;
  padding-inline: 300px;
  outline: 3rem var(--g-color-black);
  text-shadow: 4rem 4rem 10rem var(--g-color-shadow), 4rem 4rem 10rem var(--g-color-shadow), 0rem 0rem 20rem var(--g-color-shadow);
  font-weight: bold;
  font-family: "Acumin Variable Concept", sans-serif;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase1-main {
    padding-inline: 300rem;
  }
}
.main .sec-catchphrase1-main-ttl {
  display: flex;
  flex-direction: column;
  justify-content: right;
}
.main .sec-catchphrase1-main-ttl :nth-last-of-type(1) {
  display: flex;
  justify-content: right;
  font-size: 55px;
  line-height: 1.6;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase1-main-ttl :nth-last-of-type(1) {
    font-size: 55rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase1-main-ttl :nth-last-of-type(1) {
    font-size: 60rem;
  }
}
.main .sec-catchphrase1-main-ttl :nth-last-of-type(2) {
  display: flex;
  justify-content: right;
  font-size: 50px;
  line-height: 1.6;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase1-main-ttl :nth-last-of-type(2) {
    font-size: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase1-main-ttl :nth-last-of-type(2) {
    font-size: 100rem;
    margin-top: 250rem;
  }
}
.main .sec-catchphrase1-watch {
  font-weight: bold;
  font-family: "Acumin Variable Concept", sans-serif;
  width: 100%;
  display: flex;
  padding-inline: 300px;
  font-size: 30px;
  color: var(--g-color-white);
  text-shadow: 4rem 4rem 10rem var(--g-color-shadow), 4rem 4rem 10rem var(--g-color-shadow), 0rem 0rem 20rem var(--g-color-shadow);
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase1-watch {
    margin-top: 0;
    margin-top: 100rem;
    font-size: 30rem;
    padding-inline: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase1-watch {
    margin-top: 500rem;
    justify-content: center;
    padding-right: unset;
    font-size: 50rem;
  }
}

.sec-intro-content-first {
  display: flex;
  margin-top: 50px;
  gap: 3%;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first {
    flex-direction: column;
  }
}
.sec-intro-content-first .room_left {
  width: 53%;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_left {
    width: 53%;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_left {
    width: 100%;
  }
}
.sec-intro-content-first .room_left img {
  width: 100%;
}
.sec-intro-content-first .room_left .under_img {
  margin-top: 40px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_left .under_img {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_left .under_img {
    margin-top: 40rem;
  }
}
.sec-intro-content-first .room_right {
  margin-top: -20px;
  width: 44%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_right {
    margin-top: -20rem;
    width: 44%;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_right {
    margin-top: 20rem;
    width: 100%;
  }
}
.sec-intro-content-first .room_right .modea2 {
  background: url(../img/modea2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 320px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_right .modea2 {
    height: 70rem;
    width: 310rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_right .modea2 {
    height: 120rem;
    width: 530rem;
  }
}
.sec-intro-content-first .room_right .modea2 h1 {
  text-align: center;
  font-size: 14px;
  margin-top: 10rem;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_right .modea2 h1 {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_right .modea2 h1 {
    font-size: 40rem;
  }
}
.sec-intro-content-first .room_right .contain {
  margin-top: 15px;
}
.sec-intro-content-first .room_right .contain p {
  font-size: 9px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_right .contain p {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_right .contain p {
    font-size: 32rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_right .contain {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_right .contain {
    margin-top: 20rem;
  }
}
.sec-intro-content-first .room_right .room_right_img {
  width: 900px;
  height: auto;
  margin-right: -50px;
  z-index: -1;
  scale: 0.7;
  margin-top: -50px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_right .room_right_img {
    width: 900rem;
    margin-right: -50rem;
    margin-top: -50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_right .room_right_img {
    width: 900rem;
    margin-right: -50rem;
    margin-top: 70rem;
    scale: 1.2;
  }
}
.sec-intro-content-first .room_right .room_right_img img {
  width: 100%;
  height: auto;
}
.sec-intro-content-second {
  display: flex;
  gap: 1%;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second {
    flex-direction: column;
    margin-top: 120rem;
  }
}
.sec-intro-content-second .room_left {
  margin-top: -20px;
  width: 44%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second .room_left {
    margin-top: -20rem;
    width: 44%;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second .room_left {
    margin-top: 20rem;
    width: 100%;
  }
}
.sec-intro-content-second .room_left .modea2 {
  background: url(../img/modea2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 320px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second .room_left .modea2 {
    height: 70rem;
    width: 310rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second .room_left .modea2 {
    height: 120rem;
    width: 530rem;
  }
}
.sec-intro-content-second .room_left .modea2 h1 {
  text-align: center;
  font-size: 14px;
  margin-top: 10rem;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second .room_left .modea2 h1 {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second .room_left .modea2 h1 {
    font-size: 40rem;
  }
}
.sec-intro-content-second .room_left .contain {
  margin-top: 15px;
}
.sec-intro-content-second .room_left .contain p {
  font-size: 9px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second .room_left .contain p {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second .room_left .contain p {
    font-size: 32rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second .room_left .contain {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second .room_left .contain {
    margin-top: 20rem;
  }
}
.sec-intro-content-second .room_left .contain_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec-intro-content-second .room_left .contain_img img {
  width: 130px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second .room_left .contain_img img {
    width: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second .room_left .contain_img img {
    width: 350rem;
  }
}
.sec-intro-content-second .room_right {
  width: 55%;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second .room_right {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second .room_right {
    width: 100%;
  }
}
.sec-intro-content-second .room_right img {
  width: 100%;
}

.sec-photos {
  display: flex;
  justify-content: space-between;
  padding-inline: 20rem;
  margin-top: 40px;
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  .sec-photos {
    flex-direction: column;
    gap: 20rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec-photos {
    margin-top: 40rem;
    padding-inline: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-photos {
    margin-top: 40rem;
    padding-inline: 80rem;
  }
}
.sec-photos .people {
  display: flex;
  width: 32%;
  background-color: rgba(115, 87, 0, 0.1);
  height: 120px;
}
@media screen and (max-width: 1500px) {
  .sec-photos .people {
    height: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-photos .people {
    width: 100%;
    height: 260rem;
  }
}
.sec-photos .people img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
}
.sec-photos .people .detail-letter {
  padding: 20px 10px;
  width: 70%;
}
@media screen and (max-width: 1500px) {
  .sec-photos .people .detail-letter {
    padding: 20rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-photos .people .detail-letter {
    padding: 25rem 25rem;
  }
}
.sec-photos .people .people_image {
  width: 40%;
}
@media screen and (max-width: 1500px) {
  .sec-photos .people .people_image {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .sec-photos .people .people_image {
    width: 20%;
  }
}
.sec-photos .people .detail-letter :nth-of-type(1) {
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  .sec-photos .people .detail-letter :nth-of-type(1) {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-photos .people .detail-letter :nth-of-type(1) {
    font-size: 35rem;
  }
}
.sec-photos .people .detail-letter :nth-of-type(2) {
  font-size: 11px;
}
@media screen and (max-width: 1500px) {
  .sec-photos .people .detail-letter :nth-of-type(2) {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-photos .people .detail-letter :nth-of-type(2) {
    font-size: 30rem;
  }
}

.contact {
  background-color: var(--g-color-gray);
  height: 400px;
  width: 100%;
  margin-top: 90px;
  padding: 40px 0 0 0;
  display: flex;
}
@media screen and (max-width: 1500px) {
  .contact {
    height: 400rem;
    margin-top: 90rem;
    padding: 40rem 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    height: 1500rem;
    margin-top: 100rem;
  }
}
.contact .head {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.contact .head .bar {
  width: 10px;
  height: 50px;
  background-color: var(--g-color-brown);
}
@media screen and (max-width: 1500px) {
  .contact .head .bar {
    width: 10rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .head .bar {
    width: 15rem;
    height: 50rem;
  }
}
.contact .contact_detail {
  padding: 20rem 20rem 0 20rem;
  display: flex;
}
.contact .contact_detail-left {
  width: 85%;
}
.contact .contact_detail-left .contact_on {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .contact .contact_detail-left .contact_on {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_detail-left .contact_on {
    flex-direction: column;
    gap: 25rem;
  }
}
.contact .contact_detail-left .contact_on .area {
  width: 30%;
  height: 95px;
  padding: 10px 10px;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .contact .contact_detail-left .contact_on .area {
    width: 30%;
    height: 95rem;
    padding: 10rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_detail-left .contact_on .area {
    width: 100%;
    height: 215rem;
  }
}
.contact .contact_detail-left .contact_on .area .area_first {
  font-size: 15px;
}
@media screen and (max-width: 1500px) {
  .contact .contact_detail-left .contact_on .area .area_first {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_detail-left .contact_on .area .area_first {
    font-size: 40rem;
  }
}
.contact .contact_detail-left .contact_on .area .area_second {
  font-size: 8px;
}
@media screen and (max-width: 1500px) {
  .contact .contact_detail-left .contact_on .area .area_second {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_detail-left .contact_on .area .area_second {
    font-size: 20rem;
  }
}
.contact .contact_detail-left .contact_on .area .area_third {
  font-size: 14px;
  color: var(--g-color-border);
  background-color: var(--g-color-white);
  padding: 0 15px;
}
@media screen and (max-width: 1500px) {
  .contact .contact_detail-left .contact_on .area .area_third {
    font-size: 14rem;
    padding: 0 15rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_detail-left .contact_on .area .area_third {
    font-size: 32rem;
  }
}
.contact .contact_detail-left .contact_on .area .area_third_apply {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .contact_detail-left .contact_on .brown_color {
  background-color: var(--g-color-border);
}
.contact .contact_detail-left .contact_on .no_color {
  color: var(--g-color-border);
  border: 2px solid var(--g-color-border);
}
@media screen and (max-width: 1500px) {
  .contact .contact_detail-left .contact_on .no_color {
    border: 2px solid var(--g-color-border);
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_detail-left .contact_on .no_color {
    border: 2rem solid var(--g-color-border);
  }
}
.contact .contact_detail-left .contact_on .no_color .area_third_group {
  display: flex;
  justify-content: space-between;
}
.contact .contact_detail-left .contact_on .no_color .area_third_group .area_third {
  font-size: 14px;
  color: var(--g-color-white);
  background-color: var(--g-color-border);
  padding: 0 15px;
  width: 45%;
}
@media screen and (max-width: 1500px) {
  .contact .contact_detail-left .contact_on .no_color .area_third_group .area_third {
    font-size: 14rem;
    padding: 0 15rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_detail-left .contact_on .no_color .area_third_group .area_third {
    font-size: 32rem;
  }
}
.contact .contact_detail-left .contact_on .no_color .area_third_group .area_third_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .contact_detail-left .contact_under .contact_under_ {
  width: 97%;
  height: 95px;
  padding: 10px 10px;
  color: var(--g-color-border);
  background-color: var(--g-color-white);
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .contact .contact_detail-left .contact_under .contact_under_ {
    margin-top: 30rem;
    height: 95rem;
    padding: 10rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_detail-left .contact_under .contact_under_ {
    height: 420rem;
    flex-direction: column;
    width: 100%;
  }
}
.contact .contact_detail-left .contact_under .contact_under_ .left {
  color: var(--g-color-black);
}
.contact .contact_detail-left .contact_under .contact_under_ .area_first {
  font-size: 15px;
}
@media screen and (max-width: 1500px) {
  .contact .contact_detail-left .contact_under .contact_under_ .area_first {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_detail-left .contact_under .contact_under_ .area_first {
    font-size: 40rem;
  }
}
.contact .contact_detail-left .contact_under .contact_under_ .area_second {
  font-size: 12px;
}
@media screen and (max-width: 1500px) {
  .contact .contact_detail-left .contact_under .contact_under_ .area_second {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_detail-left .contact_under .contact_under_ .area_second {
    font-size: 32rem;
  }
}
.contact .contact_detail-left .contact_under .contact_under_right {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.contact .contact_detail-left .contact_under .contact_under_right .area_third {
  width: 228px;
  font-size: 14px;
  color: var(--g-color-white);
  background-color: var(--g-color-border);
  padding: 0 15px;
}
@media screen and (max-width: 1500px) {
  .contact .contact_detail-left .contact_under .contact_under_right .area_third {
    font-size: 14rem;
    padding: 0 15rem;
    width: 228rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_detail-left .contact_under .contact_under_right .area_third {
    font-size: 32rem;
    width: 100%;
  }
}
.contact .contact_detail-left .contact_under .contact_under_right .area_third_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .contact_detail-right {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.contact .contact_detail-right-under {
  position: absolute;
  height: auto;
  width: 400px;
  bottom: -31px;
  right: -100px;
}
@media screen and (max-width: 1500px) {
  .contact .contact_detail-right-under {
    width: 400rem;
    bottom: -31rem;
    right: -100rem;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_detail-right-under {
    bottom: -86rem;
    right: 0;
  }
}
.contact .contact_detail-right-under img {
  width: 100%;
}

.main .sec-header-ache {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 7px 70px;
  background-color: var(--g-color-base);
  height: 80px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-ache {
    padding: 7rem 70rem;
    height: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-ache {
    padding: 5rem 0;
    height: 300rem;
  }
}
.main .sec-header-ache-container {
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-ache-container {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-ache-container {
    display: flex;
    flex-direction: column;
  }
}
.main .sec-header-ache-container-logo {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-ache-container-logo {
    width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-ache-container-logo {
    width: 360rem;
  }
}
.main .sec-header-ache-container-logo img {
  width: 100%;
}
.main .sec-header-ache-container-nav {
  width: 100%;
  padding-inline: 50rem;
}
@media screen and (max-width: 768px) {
  .main .sec-header-ache-container-nav {
    display: none;
  }
}
.main .sec-header-ache-container-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 64px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-ache-container-nav ul {
    height: 64rem;
  }
}
.main .sec-header-ache-container-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main .sec-header-ache-container-nav ul a {
  color: var(--g-color-white);
  font-size: 15px;
  font-weight: 300;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-ache-container-nav ul a {
    font-size: 15rem;
  }
}
.main .sec-header-ache-container-nav ul a::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--g-color-white);
  transition: width 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  .main .sec-header-ache-container-nav ul a::after {
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-ache-container-nav ul a::after {
    height: 1rem;
  }
}
.main .sec-header-ache-container-nav ul a:hover {
  color: var(--g-color-white);
}
.main .sec-header-ache-container-nav ul a:hover::after {
  width: 100%;
}
.main .sec-header-ache-container-nav ul a p {
  text-align: center;
}
.main .sec-header-ache-container-info {
  display: flex;
}
@media screen and (max-width: 768px) {
  .main .sec-header-ache-container-info {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30rem;
    padding-top: 30rem;
    padding-left: 50rem;
  }
}
.main .sec-header-ache-container-info-button {
  display: flex;
  gap: 10rem;
}
.main .sec-header-ache-container-info-button button {
  background-color: unset;
  padding: 6rem 15rem;
  border-radius: 7rem;
  width: 160px;
  height: 40px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-ache-container-info-button button {
    border-radius: 7rem;
    width: 160rem;
    height: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-ache-container-info-button button {
    border-radius: 15rem;
    width: 320rem;
    height: 70rem;
  }
}
@media screen and (max-width: 1500px) {
  .main .sec-header-ache-container-info-button {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-ache-container-info-button {
    gap: 30rem;
  }
}
.main .sec-header-ache-container-info-first {
  font-size: 14px;
  letter-spacing: 4rem;
  border: 2rem solid var(--g-color-white);
  cursor: pointer;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .main .sec-header-ache-container-info-first {
    font-size: 15rem;
    letter-spacing: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-ache-container-info-first {
    font-size: 30rem;
    letter-spacing: 15rem;
  }
}
.main .sec-header-ache-container-info-second {
  font-size: 15px;
  border: 2rem solid var(--g-color-white);
  cursor: pointer;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .main .sec-header-ache-container-info-second {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-ache-container-info-second {
    font-size: 30rem;
  }
}
.main .sec-header-ache-container-info-group {
  width: 200px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--g-color-white);
  align-items: center;
}
.main .sec-header-ache-container-info-group .dropdown_color {
  background-color: unset;
}
.main .sec-header-ache-container-info-group .dropdown_color button {
  background-color: unset;
}
.main .sec-header-ache-container-info-group .dropdown_color button div {
  background-color: var(--g-color-white);
}
.main .sec-header-ache-container-info-group p:nth-of-type(1) {
  font-size: 17rem;
}
.main .sec-header-ache-container-info-group p:nth-of-type(2) {
  font-size: 14rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-ache-container-info-group {
    font-size: 14rem;
    flex-direction: column;
    width: 200rem;
  }
  .main .sec-header-ache-container-info-group p:nth-of-type(1) {
    font-size: 17rem;
  }
  .main .sec-header-ache-container-info-group p:nth-of-type(2) {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-ache-container-info-group {
    flex-direction: row;
    gap: 30rem;
    font-size: 30rem;
    width: 400rem;
  }
  .main .sec-header-ache-container-info-group p:nth-of-type(1) {
    font-size: 30rem;
  }
  .main .sec-header-ache-container-info-group p:nth-of-type(2) {
    font-size: 18rem;
  }
}
.main .sec-header-ache-container-info-group-phone {
  font-family: "HiraginoSans", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-ache-container-info-group-phone {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-ache-container-info-group-phone {
    font-size: 25rem;
  }
}
.main .sec-catchphrase2 {
  display: flex;
  width: 100%;
  height: auto;
  color: var(--g-color-white);
  font-family: "HiraMinPro W3-83pv-RKSJ-H", sans-serif;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase2 {
    height: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase2 {
    height: 500rem;
  }
}
.main .sec-catchphrase2 .title {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.main .sec-catchphrase2 .title p {
  font-size: 50px;
  letter-spacing: 5px;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase2 .title p {
    font-size: 50rem;
    letter-spacing: 5rem;
  }
}
.main .sec-catchphrase2 .title .title_direction {
  width: 50%;
}
.main .sec-catchphrase2 .title .title_reno {
  width: 65%;
}
.main .sec-catchphrase2 .title .title_reno p {
  letter-spacing: 0;
}
.main .sec-catchphrase2 .title .green_direction {
  background: url(../img/third_page/green_direction.png);
}
.main .sec-catchphrase2 .title .purple_direction {
  background: url(../img/third_page/purple_direction.png);
}
.main .sec-catchphrase2 .title .yellow_direction {
  background: url(../img/third_page/yellow_direction.png);
}
.main .sec-catchphrase2 .title .image_direction {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 44px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase2 .title .image_direction {
    height: 44rem;
    font-size: 15rem;
  }
}
.main .sec-catchphrase2-first {
  background: url(../img/third_page/third_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  width: 100%;
  padding: 20rem 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase2-first {
    height: 500rem;
  }
}
.main .sec-catchphrase2-second {
  background: url(../img/third_page/third_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  width: 100%;
  padding: 20rem 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase2-second {
    height: 500rem;
  }
}
.main .sec-catchphrase2-third {
  background: url(../img/third_page/third_03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
  width: 100%;
  padding: 20rem 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase2-third {
    height: 500rem;
  }
}
.sec-intro {
  position: relative;
}
.sec-intro-on {
  display: flex;
  justify-content: center;
}
.sec-intro-on .room_center {
  margin-top: 60px;
  width: 67%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1500px) {
  .sec-intro-on .room_center {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-on .room_center {
    margin-top: 60rem;
    width: 100%;
  }
}
.sec-intro-on .room_center .modea2 {
  background: url(../img/modea2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 320px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-on .room_center .modea2 {
    height: 70rem;
    width: 310rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-on .room_center .modea2 {
    height: 120rem;
    width: 530rem;
  }
}
.sec-intro-on .room_center .modea2 h1 {
  text-align: center;
  font-size: 16rem;
  margin-top: 10rem;
  letter-spacing: 5rem;
}
@media screen and (max-width: 768px) {
  .sec-intro-on .room_center .modea2 h1 {
    font-size: 40rem;
  }
}
.sec-intro-on .room_center .contain {
  margin-top: 30rem;
}
@media screen and (max-width: 768px) {
  .sec-intro-on .room_center .contain {
    margin-top: 20rem;
  }
}
.sec-intro-on .room_center .contain p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1500px) {
  .sec-intro-on .room_center .contain p {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-on .room_center .contain p {
    font-size: 32rem;
  }
}
.sec-intro-content {
  margin-top: 15px;
  padding-inline: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content {
    margin-top: 15rem;
    padding-inline: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content {
    margin-top: 10rem;
    padding-inline: 20rem;
  }
}
.sec-intro-content-img .con_ {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-img .con_ {
    display: flex;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-img .con_ {
    flex-direction: column;
  }
}
.sec-intro-content-img .con {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-img .con {
    margin-top: 20rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-img .con {
    width: 100%;
    gap: 20rem;
  }
}
.sec-intro-content-img img {
  width: 100%;
  height: auto;
}
.sec-intro-content-img .topic {
  justify-content: right;
  margin-right: -50px;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid var(--g-color-brown);
  color: var(--g-color-brown);
  border-radius: 25px;
  font-weight: bold;
}
.sec-intro-content-first {
  display: flex;
  margin-top: 50px;
  gap: 3%;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first {
    flex-direction: column;
  }
}
.sec-intro-content-first .room_left {
  width: 53%;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_left {
    width: 53%;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_left {
    width: 100%;
  }
}
.sec-intro-content-first .room_left img {
  width: 100%;
}
.sec-intro-content-first .room_left .under_img {
  margin-top: 40px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_left .under_img {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_left .under_img {
    margin-top: 40rem;
  }
}
.sec-intro-content-first .room_right {
  margin-top: -20px;
  width: 44%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_right {
    margin-top: -20rem;
    width: 44%;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_right {
    margin-top: 20rem;
    width: 100%;
  }
}
.sec-intro-content-first .room_right .modea2 {
  background: url(../img/modea2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 320px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_right .modea2 {
    height: 70rem;
    width: 310rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_right .modea2 {
    height: 120rem;
    width: 530rem;
  }
}
.sec-intro-content-first .room_right .modea2 h1 {
  text-align: center;
  font-size: 14px;
  margin-top: 10rem;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_right .modea2 h1 {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_right .modea2 h1 {
    font-size: 40rem;
  }
}
.sec-intro-content-first .room_right .contain {
  margin-top: 15px;
}
.sec-intro-content-first .room_right .contain p {
  font-size: 9px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_right .contain p {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_right .contain p {
    font-size: 32rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_right .contain {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_right .contain {
    margin-top: 20rem;
  }
}
.sec-intro-content-first .room_right .room_right_img {
  width: 900px;
  height: auto;
  margin-right: -50px;
  z-index: -1;
  scale: 0.7;
  margin-top: -50px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-first .room_right .room_right_img {
    width: 900rem;
    margin-right: -50rem;
    margin-top: -50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-first .room_right .room_right_img {
    width: 900rem;
    margin-right: -50rem;
    margin-top: 70rem;
    scale: 1.2;
  }
}
.sec-intro-content-first .room_right .room_right_img img {
  width: 100%;
  height: auto;
}
.sec-intro-content-second {
  display: flex;
  gap: 1%;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second {
    flex-direction: column;
    margin-top: 120rem;
  }
}
.sec-intro-content-second .room_left {
  margin-top: -20px;
  width: 44%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second .room_left {
    margin-top: -20rem;
    width: 44%;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second .room_left {
    margin-top: 20rem;
    width: 100%;
  }
}
.sec-intro-content-second .room_left .modea2 {
  background: url(../img/modea2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  width: 320px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second .room_left .modea2 {
    height: 70rem;
    width: 310rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second .room_left .modea2 {
    height: 120rem;
    width: 530rem;
  }
}
.sec-intro-content-second .room_left .modea2 h1 {
  text-align: center;
  font-size: 14px;
  margin-top: 10rem;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second .room_left .modea2 h1 {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second .room_left .modea2 h1 {
    font-size: 40rem;
  }
}
.sec-intro-content-second .room_left .contain {
  margin-top: 15px;
}
.sec-intro-content-second .room_left .contain p {
  font-size: 9px;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second .room_left .contain p {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second .room_left .contain p {
    font-size: 32rem;
  }
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second .room_left .contain {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second .room_left .contain {
    margin-top: 20rem;
  }
}
.sec-intro-content-second .room_left .contain_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec-intro-content-second .room_left .contain_img img {
  width: 130px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second .room_left .contain_img img {
    width: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second .room_left .contain_img img {
    width: 350rem;
  }
}
.sec-intro-content-second .room_right {
  width: 55%;
}
@media screen and (max-width: 1500px) {
  .sec-intro-content-second .room_right {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .sec-intro-content-second .room_right {
    width: 100%;
  }
}
.sec-intro-content-second .room_right img {
  width: 100%;
}

.sec-penimage {
  margin-top: 70px;
}
@media screen and (max-width: 1500px) {
  .sec-penimage {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-penimage {
    margin-top: 150rem;
  }
}
.sec-penimage-on {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec-penimage-on {
    flex-direction: column;
  }
}
.sec-penimage-on-left {
  position: relative;
  background: url(../img/third_page/note.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  width: 400px;
  margin-left: -50px;
  z-index: 1;
  scale: 1.1;
}
@media screen and (max-width: 1500px) {
  .sec-penimage-on-left {
    height: 350rem;
    width: 400rem;
    margin-left: -50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-penimage-on-left {
    height: 785rem;
    width: 900rem;
  }
}
.sec-penimage-on-left .letters {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--g-color-border);
  gap: 13px;
}
@media screen and (max-width: 1500px) {
  .sec-penimage-on-left .letters {
    gap: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-penimage-on-left .letters {
    gap: 26rem;
  }
}
.sec-penimage-on-left .letters :nth-of-type(1) {
  font-size: 17px;
}
@media screen and (max-width: 1500px) {
  .sec-penimage-on-left .letters :nth-of-type(1) {
    font-size: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-penimage-on-left .letters :nth-of-type(1) {
    font-size: 34rem;
  }
}
.sec-penimage-on-left .letters .contain {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media screen and (max-width: 1500px) {
  .sec-penimage-on-left .letters .contain {
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-penimage-on-left .letters .contain {
    gap: 6rem;
  }
}
.sec-penimage-on-left .letters .contain p {
  font-size: 11px;
}
@media screen and (max-width: 1500px) {
  .sec-penimage-on-left .letters .contain p {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-penimage-on-left .letters .contain p {
    font-size: 22rem;
  }
}
.sec-penimage-on-left .letters .contain img {
  height: 5px;
  margin-left: -15px;
}
@media screen and (max-width: 1500px) {
  .sec-penimage-on-left .letters .contain img {
    height: 5rem;
    margin-left: -15rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-penimage-on-left .letters .contain img {
    height: 5rem;
    margin-left: -15rem;
  }
}
.sec-penimage-on-left-mark {
  position: absolute;
  background: url(../img/third_page/mark.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  width: 150px;
  margin-left: -400px;
  margin-top: -250px;
}
@media screen and (max-width: 1500px) {
  .sec-penimage-on-left-mark {
    height: 150rem;
    width: 150rem;
    margin-left: -400rem;
    margin-top: -250rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-penimage-on-left-mark {
    height: 300rem;
    width: 300rem;
    margin-left: -800rem;
    margin-top: -500rem;
  }
}
.sec-penimage-on-right {
  background: url(../img/third_page/pencle_image_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 329px;
  width: 562px;
  z-index: -1;
  margin-left: -10px;
  margin-top: -120px;
  scale: 1.1;
}
@media screen and (max-width: 1500px) {
  .sec-penimage-on-right {
    height: 329rem;
    width: 562rem;
    margin-left: -10rem;
    margin-top: -120rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-penimage-on-right {
    height: 494rem;
    width: 798rem;
    margin-left: 0rem;
    margin-top: 200rem;
    scale: 1.5;
  }
}
.sec-penimage-on-right-detail {
  position: absolute;
  background: url(../img/third_page/title_block.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  scale: 0.7;
  margin-top: 392px;
  margin-right: -375px;
  width: 376px;
  height: 172px;
  rotate: 16deg;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .sec-penimage-on-right-detail {
    margin-top: 392rem;
    margin-right: -375rem;
    width: 376rem;
    height: 172rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-penimage-on-right-detail {
    margin-top: 586rem;
    margin-right: -490rem;
    width: 376rem;
    height: 172rem;
    scale: 1.1;
  }
}
.sec-penimage-on-right-detail .letter {
  rotate: -11deg;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1500px) {
  .sec-penimage-on-right-detail .letter {
    gap: 15rem;
  }
}
.sec-penimage-on-right-detail .letter p:nth-of-type(1) {
  font-size: 17px;
  font-family: "Acumin Variable Concept", sans-serif;
}
@media screen and (max-width: 1500px) {
  .sec-penimage-on-right-detail .letter p:nth-of-type(1) {
    font-size: 17rem;
  }
}
.sec-penimage-on-right-detail .letter p:nth-of-type(2) {
  font-size: 60px;
  font-family: "D7MBI";
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .sec-penimage-on-right-detail .letter p:nth-of-type(2) {
    font-size: 60rem;
  }
}
.sec-penimage-under {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .sec-penimage-under {
    display: flex;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-penimage-under {
    margin-top: 300rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50rem;
    padding: 50rem;
  }
}
.sec-penimage-under .other {
  height: 228px;
  width: 24%;
}
@media screen and (max-width: 1500px) {
  .sec-penimage-under .other {
    height: 228rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-penimage-under .other {
    width: 100%;
    height: 500rem;
  }
}

.man_01 {
  position: relative;
}
.man_01 .man_1 {
  position: absolute;
  background: url(../img/third_page/man_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 201px;
  width: 156px;
  margin-top: -201px;
  margin-left: 57px;
}
@media screen and (max-width: 1500px) {
  .man_01 .man_1 {
    height: 201rem;
    width: 156rem;
    margin-top: -201rem;
    margin-left: 57rem;
  }
}
@media screen and (max-width: 768px) {
  .man_01 .man_1 {
    height: 402rem;
    width: 312rem;
    margin-top: -402rem;
    margin-left: 114rem;
  }
}

.man_02 {
  position: relative;
}
.man_02 .man_2 {
  position: absolute;
  background: url(../img/third_page/man_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 223px;
  width: 156px;
  top: -100px;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .man_02 .man_2 {
    height: 223rem;
    width: 156rem;
    top: -100rem;
  }
}
@media screen and (max-width: 768px) {
  .man_02 .man_2 {
    height: 311rem;
    width: 221rem;
    top: -170rem;
  }
}

.main {
  overflow-x: hidden;
}
.main .sec-header-lux {
  background: var(--g-color-luxury);
  position: relative;
  padding: 7px 20px;
  border-top: unset;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-lux {
    padding: 7rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-lux {
    padding: 5rem 15rem;
  }
}
.main .sec-header-lux-container {
  flex-direction: column;
  align-items: center;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-lux-container {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-lux-container {
    display: flex;
    flex-direction: column;
  }
}
.main .sec-header-lux-container-logo {
  position: relative;
}
.main .sec-header-lux-container-logo .Branding-Life {
  position: absolute;
  left: 90px;
  width: 200px;
  top: 45px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-lux-container-logo .Branding-Life {
    left: 90rem;
    width: 200rem;
    top: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-lux-container-logo .Branding-Life {
    left: 18rem;
    width: 400rem;
    top: 120rem;
  }
}
.main .sec-header-lux-container-logo .Branding-Life p {
  font-size: 30px;
  font-family: "Snell Roundhand", sans-serif;
  color: var(--g-color-white);
  rotate: -17deg;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-lux-container-logo .Branding-Life p {
    font-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-lux-container-logo .Branding-Life p {
    font-size: 60rem;
  }
}
.main .sec-header-lux-container-logo img {
  width: 175px;
  height: 75px;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-lux-container-logo img {
    width: 175rem;
    height: 75rem;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-lux-container-logo img {
    width: 350rem;
    height: 150rem;
    margin-top: 10rem;
  }
}
.main .sec-header-lux-container-info {
  position: absolute;
  top: 40rem;
  right: 20rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-lux-container-info {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-lux-container-info {
    position: relative;
    display: flex;
    gap: 120rem;
  }
}
.main .sec-header-lux-container-info-button {
  display: flex;
  gap: 10rem;
}
.main .sec-header-lux-container-info-button button {
  background-color: var(--g-color-white);
  padding: 6rem 15rem;
  border-radius: 7rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-lux-container-info-button button {
    border-radius: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-lux-container-info-button button {
    border-radius: 15rem;
  }
}
@media screen and (max-width: 1500px) {
  .main .sec-header-lux-container-info-button {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-lux-container-info-button {
    gap: 30rem;
  }
}
.main .sec-header-lux-container-info-first {
  font-size: 12px;
  letter-spacing: 4rem;
  border: 2rem solid var(--g-color-black);
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-lux-container-info-first {
    font-size: 12rem;
    letter-spacing: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-lux-container-info-first {
    font-size: 30rem;
    letter-spacing: 12rem;
  }
}
.main .sec-header-lux-container-info-second {
  font-size: 12px;
  border: 2rem solid var(--g-color-border);
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-lux-container-info-second {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-lux-container-info-second {
    font-size: 30rem;
  }
}
.main .sec-header-lux-container-info-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .sec-header-lux-container-info-group p:nth-of-type(1) {
  font-size: 17rem;
}
.main .sec-header-lux-container-info-group p:nth-of-type(2) {
  font-size: 14rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-lux-container-info-group {
    font-size: 14rem;
    flex-direction: column;
  }
  .main .sec-header-lux-container-info-group p:nth-of-type(1) {
    font-size: 17rem;
  }
  .main .sec-header-lux-container-info-group p:nth-of-type(2) {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-lux-container-info-group {
    flex-direction: row;
    gap: 30rem;
    font-size: 30rem;
  }
  .main .sec-header-lux-container-info-group p:nth-of-type(1) {
    font-size: 30rem;
  }
  .main .sec-header-lux-container-info-group p:nth-of-type(2) {
    font-size: 18rem;
  }
}
.main .sec-header-lux-container-info-social {
  display: flex;
  gap: 12rem;
}
.main .sec-header-lux-container-info-social a img {
  width: 30rem;
  height: 30rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-lux-container-info-social {
    gap: 12rem;
  }
  .main .sec-header-lux-container-info-social a img {
    width: 30rem;
    height: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-lux-container-info-social {
    gap: 20rem;
  }
  .main .sec-header-lux-container-info-social a img {
    width: 60rem;
    height: 60rem;
  }
}
.main .sec-header-lux-container-info-phone :nth-of-type(1) {
  font-family: "HiraginoSans", sans-serif;
}
.main .sec-header-lux-container-info-phone :nth-of-type(2) {
  font-family: "HiraMinPro W3-83pv-RKSJ-H", sans-serif;
}
.main .sec-header-lux-container-nav {
  margin-top: 20rem;
  color: var(--g-color-white);
}
.main .sec-header-lux-container-nav ul {
  margin-inline: 350rem;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54rem;
}
@media screen and (max-width: 768px) {
  .main .sec-header-lux-container-nav ul {
    margin-inline: 150rem;
  }
}
.main .sec-header-lux-container-nav ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1.3;
}
.main .sec-header-lux-container-nav ul a {
  color: var(--g-color-white);
  font-size: 15px;
  font-weight: 300;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  transition: color 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-lux-container-nav ul a {
    font-size: 15rem;
  }
}
.main .sec-header-lux-container-nav ul a::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--g-color-border);
  transition: width 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1500px) {
  .main .sec-header-lux-container-nav ul a::after {
    height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-lux-container-nav ul a::after {
    height: 1rem;
  }
}
.main .sec-header-lux-container-nav ul a:hover {
  color: var(--g-color-border);
}
.main .sec-header-lux-container-nav ul a:hover::after {
  width: 100%;
}
.main .sec-header-lux-container-nav ul a p {
  text-align: center;
}
.main .sec-catchphrase3 {
  display: flex;
  height: 800px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase3 {
    height: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase3 {
    height: 1060rem;
  }
}
.main .sec-catchphrase3 .post-A {
  cursor: pointer;
  background: url(../img/slide/slide1.png);
  background-size: cover;
}
.main .sec-catchphrase3 .post-B {
  cursor: pointer;
  background: url(../img/slide/slide2.png);
  background-size: cover;
}
.main .sec-catchphrase3 .post-C {
  cursor: pointer;
  background: url(../img/slide/slide3.png);
  background-size: cover;
}
.main .sec-catchphrase3 .post-D {
  cursor: pointer;
  background: url(../img/slide/slide4.png);
  background-size: cover;
}
.main .sec-catchphrase3 .image-box {
  flex-grow: 1;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
}
.main .sec-catchphrase3 .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.main .sec-catchphrase3 #img1 {
  width: 50%;
}
.main .sec-catchphrase3 #img2 {
  width: 17%;
}
.main .sec-catchphrase3 #img3 {
  width: 17%;
}
.main .sec-catchphrase3 #img4 {
  width: 16%;
}
.main .sec-catchphrase3 .container:hover .image-box {
  width: 12%;
  height: 100%;
}
.main .sec-catchphrase3 .container:hover .image-box:hover {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase3 {
    flex-direction: column;
    height: 2000rem;
  }
  .main .sec-catchphrase3 .post-A {
    cursor: pointer;
    background: url(../img/slide/slide1.png);
    background-size: cover;
  }
  .main .sec-catchphrase3 .post-B {
    cursor: pointer;
    background: url(../img/slide/slide2.png);
    background-size: cover;
  }
  .main .sec-catchphrase3 .post-C {
    cursor: pointer;
    background: url(../img/slide/slide3.png);
    background-size: cover;
  }
  .main .sec-catchphrase3 .post-D {
    cursor: pointer;
    background: url(../img/slide/slide4.png);
    background-size: cover;
  }
  .main .sec-catchphrase3 .image-box {
    flex-grow: 1;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
  }
  .main .sec-catchphrase3 .image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .main .sec-catchphrase3 #img1 {
    height: 50%;
    width: 100%;
  }
  .main .sec-catchphrase3 #img2 {
    height: 17%;
    width: 100%;
  }
  .main .sec-catchphrase3 #img3 {
    height: 17%;
    width: 100%;
  }
  .main .sec-catchphrase3 #img4 {
    height: 16%;
    width: 100%;
  }
  .main .sec-catchphrase3 .container:hover .image-box {
    height: 12%;
  }
  .main .sec-catchphrase3 .container:hover .image-box:hover {
    height: 50%;
  }
}
.main .sec-catchphrase3-main {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  outline: 3rem var(--g-color-black);
  text-shadow: 4rem 4rem 10rem #252421, 4rem 4rem 10rem #252420, 0rem 0rem 20rem #31260a;
  font-weight: bold;
  font-family: "Acumin Variable Concept", sans-serif;
}
.main .sec-catchphrase3-main-ttl {
  position: relative;
  display: flex;
  justify-content: right;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 15px;
  height: 100%;
  padding-block: 50px;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase3-main-ttl {
    padding-left: 15rem;
    padding-block: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase3-main-ttl {
    padding-left: 30rem;
    padding-block: 100rem;
  }
}
.main .sec-catchphrase3-main-ttl .title-number {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  color: var(--g-color-white);
  font-family: "Bebas Neue", sans-serif;
  font-style: "Regular";
  padding-left: 30px;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase3-main-ttl .title-number {
    padding-left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase3-main-ttl .title-number {
    padding-left: 60rem;
  }
}
.main .sec-catchphrase3-main-ttl .title-number p:nth-of-type(1) {
  font-size: 57px;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase3-main-ttl .title-number p:nth-of-type(1) {
    font-size: 57rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase3-main-ttl .title-number p:nth-of-type(1) {
    font-size: 114rem;
  }
}
.main .sec-catchphrase3-main-ttl .title-content {
  width: -moz-max-content;
  width: max-content;
  margin-left: 33rem;
  display: flex;
  flex-direction: column;
  justify-content: bottom;
}
.main .sec-catchphrase3-main-ttl .title-content div:nth-of-type(1) {
  width: 140px;
  margin-left: 23px;
  width: 310px;
}
.main .sec-catchphrase3-main-ttl .title-content div:nth-of-type(1) img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase3-main-ttl .title-content div:nth-of-type(1) {
    margin-left: 23rem;
    width: 310rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase3-main-ttl .title-content div:nth-of-type(1) {
    margin-left: 25rem;
    width: 280rem;
    width: 620rem;
  }
}
.main .sec-catchphrase3-main-ttl .title-content p:nth-of-type(1) {
  color: var(--g-color-white);
  font-size: 65px;
  padding-left: 30px;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase3-main-ttl .title-content p:nth-of-type(1) {
    font-size: 65rem;
    padding-left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase3-main-ttl .title-content p:nth-of-type(1) {
    font-size: 130rem;
  }
}
.main .sec-catchphrase3-main-ttl .title-content p:nth-of-type(2) {
  font-size: 16px;
  padding-left: 30px;
  margin-top: 30px;
  color: var(--g-color-white);
  font-family: "Candara Light", sans-serif;
  font-weight: bold;
  letter-spacing: 2rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase3-main-ttl .title-content p:nth-of-type(2) {
    font-size: 16rem;
    padding-left: 30rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase3-main-ttl .title-content p:nth-of-type(2) {
    font-size: 28rem;
    padding-left: 60rem;
    margin-top: 60rem;
  }
}
.main .sec-catchphrase3-main-ttl .title-content .social {
  display: flex;
  margin-top: 20px;
  padding-left: 6px;
  gap: 10px;
}
.main .sec-catchphrase3-main-ttl .title-content .social div {
  width: 35px;
  height: 35px;
}
.main .sec-catchphrase3-main-ttl .title-content .social div img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase3-main-ttl .title-content .social div {
    width: 35rem;
    height: 35rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase3-main-ttl .title-content .social div {
    width: 40rem;
    height: 40rem;
  }
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase3-main-ttl .title-content .social {
    margin-top: 20rem;
    padding-left: 6rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase3-main-ttl .title-content .social {
    margin-top: 40rem;
    padding-left: 12rem;
    gap: 20rem;
  }
}
.main .sec-catchphrase3-main-ttl .under-letter {
  font-size: 40px;
  color: var(--g-color-white);
  padding-left: 40px;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase3-main-ttl .under-letter {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase3-main-ttl .under-letter {
    font-size: 80rem;
  }
}
.main .sec-catchphrase3-main-ttl .under-letter-under {
  display: flex;
  gap: 30px;
  margin-left: -10px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 1500px) {
  .main .sec-catchphrase3-main-ttl .under-letter-under {
    gap: 30rem;
    margin-left: -10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-catchphrase3-main-ttl .under-letter-under {
    gap: 60rem;
    margin-left: -20rem;
  }
}
.main .sec-catchphrase3-main-content p {
  font-size: 36px;
  font-weight: 500;
  color: var(--g-color-white);
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.main .sec-content-top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--g-color-border);
  font-family: "Candara Bold", sans-serif;
}
.main .sec-content-top .tree {
  position: absolute;
  background: url(../img/tree.png);
  background-size: cover;
  background-position: center;
  top: 0px;
  right: -60px;
  width: 183px;
  height: 312px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .tree {
    right: -60rem;
    width: 183rem;
    height: 312rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .tree {
    right: 35rem;
    width: 366rem;
    height: 624rem;
  }
}
.main .sec-content-top .letters {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.7;
  margin-top: 30px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .letters {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .letters {
    margin-top: 60rem;
  }
}
.main .sec-content-top .letters :nth-of-type(1) {
  font-size: 45px;
  letter-spacing: 4px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .letters :nth-of-type(1) {
    font-size: 45rem;
    letter-spacing: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .letters :nth-of-type(1) {
    font-size: 90rem;
    letter-spacing: 8rem;
  }
}
.main .sec-content-top .letters :nth-of-type(2) {
  margin-top: -6px;
  font-size: 21px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .letters :nth-of-type(2) {
    margin-top: -6rem;
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .letters :nth-of-type(2) {
    margin-top: -12rem;
    font-size: 42rem;
  }
}
.main .sec-content-top .letters :nth-of-type(3) {
  margin-top: 5rem;
  font-size: 11px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .letters :nth-of-type(3) {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .letters :nth-of-type(3) {
    margin-top: 30rem;
    font-size: 22rem;
  }
}
.main .sec-content-top .letters :nth-of-type(4) {
  font-size: 11px;
  margin-top: 5rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .letters :nth-of-type(4) {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .letters :nth-of-type(4) {
    margin-top: 30rem;
    font-size: 22rem;
  }
}
.main .sec-content-top .letters :nth-of-type(5) {
  font-size: 11px;
  margin-top: 5rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .letters :nth-of-type(5) {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .letters :nth-of-type(5) {
    margin-top: 30rem;
    font-size: 22rem;
  }
}
.main .sec-content-top .letters :nth-of-type(6) {
  font-size: 11px;
  margin-top: 5rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .letters :nth-of-type(6) {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .letters :nth-of-type(6) {
    margin-top: 30rem;
    font-size: 22rem;
  }
}
.main .sec-content-top .picture {
  background: url(../img/slide/slide1.png);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
  width: 500px;
  height: 300px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .picture {
    margin-top: 30rem;
    width: 500rem;
    height: 300rem;
    border-radius: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .picture {
    margin-top: 60rem;
    width: 1000rem;
    height: 600rem;
    border-radius: 100rem;
  }
}
.main .sec-content-top .picture .picture_in {
  position: absolute;
  width: 102%;
  height: 103%;
  top: -7px;
  right: -6px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .picture .picture_in {
    top: -7rem;
    right: -6rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .picture .picture_in {
    top: -14rem;
    right: -12rem;
  }
}
.main .sec-content-top .picture .left {
  position: absolute;
}
.main .sec-content-top .picture .right {
  position: absolute;
  background: url(../img/letter_a.png);
  background-size: cover;
  background-position: center;
  margin-top: -5px;
  width: 170px;
  height: 330px;
  top: -186px;
  right: -128px;
  background-color: #FFF0F0;
  opacity: 0.6;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .picture .right {
    margin-top: -5rem;
    width: 170rem;
    height: 330rem;
    top: -186rem;
    right: -128rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .picture .right {
    margin-top: -10rem;
    width: 340rem;
    height: 660rem;
    top: -372rem;
    right: -256rem;
  }
}
.main .sec-content-top .picture .let {
  position: absolute;
  font-size: 27px;
  width: 382px;
  height: 330px;
  top: 200px;
  right: 363px;
  opacity: 0.6;
  letter-spacing: 5rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .picture .let {
    font-size: 27rem;
    width: 382rem;
    height: 330rem;
    top: 200rem;
    right: 363rem;
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .picture .let {
    font-size: 54rem;
    width: 698rem;
    height: 660rem;
    top: -55rem;
    right: 500rem;
    opacity: 0.6;
  }
}
.main .sec-content-top .picture .left {
  position: absolute;
  background: url(../img/post_a.png);
  background-size: cover;
  background-position: center;
  margin-top: -5px;
  width: 336px;
  height: 335px;
  top: -186px;
  right: 435px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .picture .left {
    margin-top: -5rem;
    width: 336rem;
    height: 335rem;
    top: -186rem;
    right: 435rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .picture .left {
    margin-top: -10rem;
    width: 672rem;
    height: 570rem;
    top: -372rem;
    right: 870rem;
  }
}
.main .sec-content-top .picture .left .left_in {
  width: 100%;
  scale: 0.73;
  margin-left: 30px;
  margin-top: 64px;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .picture .left .left_in {
    margin-left: 30rem;
    margin-top: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .picture .left .left_in {
    margin-left: 60rem;
    margin-top: 128rem;
  }
}
.main .sec-content-top .picture .left_pench {
  position: absolute;
  background-size: cover;
  background-position: center;
  margin-top: -5px;
  width: 81px;
  height: 145px;
  top: -160px;
  right: 500px;
  scale: 0.7;
}
.main .sec-content-top .picture .left_pench img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .picture .left_pench {
    margin-top: -5rem;
    width: 81rem;
    height: 145rem;
    top: -160rem;
    right: 500rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .picture .left_pench {
    margin-top: -10rem;
    width: 100rem;
    height: auto;
    top: -255rem;
    right: 1000rem;
  }
}
.main .sec-content-top .picture .green_flower {
  position: absolute;
  background: url(../img/green_flower.png);
  background-size: cover;
  background-position: center;
  margin-top: -5px;
  width: 140px;
  height: 220px;
  top: 100px;
  right: 755px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .picture .green_flower {
    margin-top: -5rem;
    width: 140rem;
    height: 220rem;
    top: 100rem;
    right: 755rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .picture .green_flower {
    margin-top: -10rem;
    width: 280rem;
    height: 440rem;
    top: 200rem;
    right: 1550rem;
  }
}
.main .sec-content-top .picture .girl_plant {
  position: absolute;
  background: url(../img/girl_plant.png);
  background-size: cover;
  background-position: center;
  margin-top: -5px;
  width: 367px;
  height: 190px;
  top: 153px;
  right: -255px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-top .picture .girl_plant {
    margin-top: -5rem;
    width: 367rem;
    height: 190rem;
    top: 153rem;
    right: -255rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-top .picture .girl_plant {
    margin-top: -10rem;
    width: 734rem;
    height: 380rem;
    top: 306rem;
    right: -290rem;
  }
}
.main .sec-content-under {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--g-color-border);
  font-family: "Candara Bold", sans-serif;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under {
    margin-top: 100rem;
  }
}
.main .sec-content-under .grid {
  position: absolute;
  background: url(../img/grid.png);
  background-size: cover;
  background-position: center;
  top: 170px;
  right: -60px;
  width: 206px;
  height: 178px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .grid {
    top: 170rem;
    right: -60rem;
    width: 206rem;
    height: 178rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .grid {
    top: 340rem;
    right: -120rem;
    width: 412rem;
    height: 356rem;
  }
}
.main .sec-content-under .letters {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.7;
  margin-top: 30px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .letters {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .letters {
    margin-top: 60rem;
  }
}
.main .sec-content-under .letters :nth-of-type(1) {
  font-size: 45px;
  letter-spacing: 4px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .letters :nth-of-type(1) {
    font-size: 45rem;
    letter-spacing: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .letters :nth-of-type(1) {
    font-size: 90rem;
    letter-spacing: 8rem;
  }
}
.main .sec-content-under .letters :nth-of-type(2) {
  margin-top: -6px;
  font-size: 21px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .letters :nth-of-type(2) {
    margin-top: -6rem;
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .letters :nth-of-type(2) {
    margin-top: -12rem;
    font-size: 42rem;
  }
}
.main .sec-content-under .letters :nth-of-type(3) {
  margin-top: 5px;
  font-size: 11px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .letters :nth-of-type(3) {
    margin-top: 5rem;
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .letters :nth-of-type(3) {
    margin-top: 30rem;
    font-size: 22rem;
  }
}
.main .sec-content-under .letters :nth-of-type(4) {
  font-size: 11px;
  margin-top: 5rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .letters :nth-of-type(4) {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .letters :nth-of-type(4) {
    margin-top: 30rem;
    font-size: 22rem;
  }
}
.main .sec-content-under .letters :nth-of-type(5) {
  font-size: 11px;
  margin-top: 5rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .letters :nth-of-type(5) {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .letters :nth-of-type(5) {
    margin-top: 30rem;
    font-size: 22rem;
  }
}
.main .sec-content-under .letters :nth-of-type(6) {
  font-size: 11px;
  margin-top: 5rem;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .letters :nth-of-type(6) {
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .letters :nth-of-type(6) {
    margin-top: 30rem;
    font-size: 22rem;
  }
}
.main .sec-content-under .picture {
  background: url(../img/slide/slide3.png);
  background-size: cover;
  background-position: center;
  margin-top: 30px;
  width: 500px;
  height: 300px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .picture {
    margin-top: 30rem;
    width: 500rem;
    height: 300rem;
    border-radius: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .picture {
    margin-top: 60rem;
    width: 1000rem;
    height: 600rem;
    border-radius: 100rem;
  }
}
.main .sec-content-under .picture .picture_in {
  position: absolute;
  width: 102%;
  height: 105%;
  top: -4px;
  right: -9px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .picture .picture_in {
    top: -4rem;
    right: -9rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .picture .picture_in {
    top: -7rem;
    right: -12rem;
  }
}
.main .sec-content-under .picture .left {
  position: absolute;
}
.main .sec-content-under .picture .right {
  position: absolute;
  background: url(../img/letter_b.png);
  background-size: cover;
  background-position: center;
  background-color: #FFF0F0;
  margin-top: -5px;
  width: 170px;
  height: 330px;
  top: -85px;
  right: 459px;
  opacity: 0.6;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .picture .right {
    margin-top: -5rem;
    width: 170rem;
    height: 330rem;
    top: -85rem;
    right: 459rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .picture .right {
    margin-top: -10rem;
    width: 340rem;
    height: 660rem;
    top: -170rem;
    right: 918rem;
  }
}
.main .sec-content-under .picture .reserve {
  position: absolute;
  font-size: 27px;
  margin-top: 236px;
  width: 349px;
  height: 330px;
  top: -85px;
  right: -381px;
  opacity: 0.6;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .picture .reserve {
    font-size: 27rem;
    margin-top: 236rem;
    width: 349rem;
    height: 330rem;
    top: -85rem;
    right: -381rem;
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .picture .reserve {
    font-size: 54rem;
    margin-top: 572rem;
    width: 698rem;
    height: 660rem;
    top: -170rem;
    right: -370rem;
    opacity: 0.6;
  }
}
.main .sec-content-under .picture .square {
  position: absolute;
  background: url(../img/square.png);
  background-size: cover;
  background-position: center;
  margin-top: -65px;
  width: 102px;
  height: 216px;
  top: -121px;
  right: 675px;
  opacity: 0.6;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .picture .square {
    margin-top: -65rem;
    width: 102rem;
    height: 216rem;
    top: -121rem;
    right: 675rem;
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .picture .square {
    margin-top: -130rem;
    width: 204rem;
    height: 432rem;
    top: -242rem;
    right: 1350rem;
    opacity: 0.6;
  }
}
.main .sec-content-under .picture .left {
  position: absolute;
  background: url(../img/post_a.png);
  background-size: cover;
  background-position: center;
  margin-top: -27px;
  width: 336px;
  height: 335px;
  top: -194px;
  right: -222px;
  rotate: -15deg;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .picture .left {
    margin-top: -27rem;
    width: 336rem;
    height: 335rem;
    top: -194rem;
    right: -222rem;
    rotate: -15deg;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .picture .left {
    margin-top: -54rem;
    width: 672rem;
    height: 670rem;
    top: -392rem;
    right: -444rem;
    rotate: -15deg;
  }
}
.main .sec-content-under .picture .left .left_in {
  width: 100%;
  scale: 0.73;
  margin-left: 30px;
  margin-top: 64px;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .picture .left .left_in {
    margin-left: 30rem;
    margin-top: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .picture .left .left_in {
    margin-left: 60rem;
    margin-top: 128rem;
  }
}
.main .sec-content-under .picture .left_pench {
  position: absolute;
  background-size: cover;
  background-position: center;
  margin-top: -41px;
  width: 81px;
  height: 145px;
  top: -172px;
  right: -134px;
  scale: 0.7;
  rotate: -16deg;
}
.main .sec-content-under .picture .left_pench img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .picture .left_pench {
    margin-top: -41rem;
    width: 81rem;
    height: 145rem;
    top: -172rem;
    right: -134rem;
    scale: 0.7;
    rotate: -16deg;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .picture .left_pench {
    margin-top: -82rem;
    width: 162rem;
    height: 290rem;
    top: -344rem;
    right: -268rem;
    scale: 0.7;
    rotate: -16deg;
  }
}
.main .sec-content-under .picture .girl_dog {
  position: absolute;
  background: url(../img/girl_dog.png);
  background-size: cover;
  background-position: center;
  margin-top: -29px;
  width: 254px;
  height: 261px;
  top: 100px;
  right: 639px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .picture .girl_dog {
    margin-top: -29rem;
    width: 254rem;
    height: 261rem;
    top: 100rem;
    right: 639rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .picture .girl_dog {
    margin-top: -58rem;
    width: 508rem;
    height: 522rem;
    top: 200rem;
    right: 1278rem;
  }
}
.main .sec-content-under .picture .flower {
  position: absolute;
  background: url(../img/flower.png);
  background-size: cover;
  background-position: center;
  margin-top: 44px;
  width: 180px;
  height: 105px;
  top: 153px;
  right: -302px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-under .picture .flower {
    margin-top: 44rem;
    width: 180rem;
    height: 105rem;
    top: 153rem;
    right: -302rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-under .picture .flower {
    margin-top: 88rem;
    width: 360rem;
    height: 210rem;
    top: 306rem;
    right: -240rem;
  }
}
.main .sec-content-end {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--g-color-border);
  font-family: "Candara Bold", sans-serif;
}
.main .sec-content-end .man {
  position: absolute;
  background: url(../img/man.png);
  background-size: cover;
  background-position: center;
  top: 55px;
  right: -285px;
  width: 432px;
  height: 232px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-end .man {
    top: 55rem;
    right: -285rem;
    width: 432rem;
    height: 232rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-end .man {
    top: 110rem;
    right: -570rem;
    width: 864rem;
    height: 464rem;
  }
}
.main .sec-content-end .letters {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.7;
  margin-top: 30px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-end .letters {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-end .letters {
    margin-top: 60rem;
  }
}
.main .sec-content-end .letters :nth-of-type(1) {
  font-size: 45px;
  letter-spacing: 4px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-end .letters :nth-of-type(1) {
    font-size: 45rem;
    letter-spacing: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-end .letters :nth-of-type(1) {
    font-size: 90rem;
    letter-spacing: 8rem;
  }
}
.main .sec-content-end .letters :nth-of-type(2) {
  margin-top: -6px;
  font-size: 21px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-end .letters :nth-of-type(2) {
    margin-top: -6rem;
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-end .letters :nth-of-type(2) {
    margin-top: -12rem;
    font-size: 42rem;
  }
}
.main .sec-content-end .letters :nth-of-type(3) {
  margin-top: 15px;
  font-size: 11px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-end .letters :nth-of-type(3) {
    margin-top: 15rem;
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-end .letters :nth-of-type(3) {
    margin-top: 30rem;
    font-size: 22rem;
  }
}
.main .sec-content-end .letters :nth-of-type(4) {
  font-size: 11px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-end .letters :nth-of-type(4) {
    margin-top: 15rem;
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-end .letters :nth-of-type(4) {
    margin-top: 30rem;
    font-size: 22rem;
  }
}
.main .sec-content-end .letters :nth-of-type(5) {
  font-size: 11px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-end .letters :nth-of-type(5) {
    margin-top: 15rem;
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-end .letters :nth-of-type(5) {
    margin-top: 30rem;
    font-size: 22rem;
  }
}
.main .sec-content-end .letters :nth-of-type(6) {
  font-size: 11px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-end .letters :nth-of-type(6) {
    margin-top: 15rem;
    font-size: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-end .letters :nth-of-type(6) {
    margin-top: 30rem;
    font-size: 22rem;
  }
}
.main .sec-content-end .picture {
  position: relative;
}
.main .sec-content-end .picture .picture_in {
  position: absolute;
  width: 102%;
  top: -33px;
  right: -6px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-end .picture .picture_in {
    top: -33rem;
    right: -6rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-end .picture .picture_in {
    top: -66rem;
    right: -12rem;
  }
}
.main .sec-content-end .picture .left {
  position: absolute;
}
.main .sec-content-end .picture .right {
  position: absolute;
  background: url(../img/letter_c.png);
  background-size: cover;
  background-position: center;
  margin-top: -5px;
  width: 170px;
  height: 330px;
  top: -186px;
  right: -378px;
  background-color: #FFF0F0;
  opacity: 0.6;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-end .picture .right {
    margin-top: -5rem;
    width: 170rem;
    height: 330rem;
    top: -186rem;
    right: -378rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-end .picture .right {
    margin-top: -10rem;
    width: 340rem;
    height: 660rem;
    top: -372rem;
    right: -756rem;
  }
}
.main .sec-content-end .picture .let {
  position: absolute;
  font-size: 27px;
  width: 349px;
  height: 330px;
  top: -90px;
  right: 265px;
  opacity: 0.6;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-end .picture .let {
    font-size: 27rem;
    width: 349rem;
    height: 330rem;
    top: -90rem;
    right: 265rem;
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-end .picture .let {
    font-size: 54rem;
    width: 698rem;
    height: 550rem;
    top: -170rem;
    right: 20rem;
    opacity: 0.6;
  }
}
.main .sec-content-end .picture .left {
  position: absolute;
  background: url(../img/post_a.png);
  background-size: cover;
  background-position: center;
  margin-top: -5px;
  width: 336px;
  height: 335px;
  top: -286px;
  right: 210px;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-end .picture .left {
    margin-top: -5rem;
    width: 336rem;
    height: 335rem;
    top: -286rem;
    right: 210rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-end .picture .left {
    margin-top: -10rem;
    width: 672rem;
    height: 570rem;
    top: -572rem;
    right: 420rem;
  }
}
.main .sec-content-end .picture .left .left_in {
  width: 100%;
  scale: 0.73;
  margin-left: 30px;
  margin-top: 64px;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-end .picture .left .left_in {
    margin-left: 30rem;
    margin-top: 64rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-end .picture .left .left_in {
    margin-left: 60rem;
    margin-top: 128rem;
  }
}
.main .sec-content-end .picture .left_pench {
  position: absolute;
  background-size: cover;
  background-position: center;
  margin-top: -5px;
  width: 81px;
  height: 145px;
  top: -252px;
  right: 276px;
  scale: 0.7;
}
.main .sec-content-end .picture .left_pench img {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .main .sec-content-end .picture .left_pench {
    margin-top: -5rem;
    width: 81rem;
    height: 145rem;
    top: -252rem;
    right: 276rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-content-end .picture .left_pench {
    margin-top: -10rem;
    width: 162rem;
    height: 90rem;
    top: -504rem;
    right: 552rem;
  }
}

.main .sec-contact {
  background-color: #e2e2dc;
  height: 740px;
  width: 100%;
  padding-top: 50px;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact {
    height: 740rem;
    padding-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact {
    height: 2180rem;
    padding-top: 100rem;
  }
}
.main .sec-contact .head {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .head {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .head {
    gap: 20rem;
  }
}
.main .sec-contact .head .bar {
  width: 10px;
  height: 50px;
  background-color: #71561d;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .head .bar {
    width: 10rem;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .head .bar {
    width: 15rem;
    height: 50rem;
  }
}
.main .sec-contact .contact_detail {
  width: 100%;
  padding-inline: 20px;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .contact_detail {
    padding-inline: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .contact_detail {
    padding-inline: 20rem;
  }
}
.main .sec-contact .contact_detail .contact_on {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .contact_detail .contact_on {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .contact_detail .contact_on {
    flex-direction: column;
    gap: 80rem;
  }
}
.main .sec-contact .contact_detail .contact_on .area {
  width: 30%;
  height: 95px;
  padding: 10px 10px;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .contact_detail .contact_on .area {
    width: 30%;
    height: 95rem;
    padding: 10rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .contact_detail .contact_on .area {
    width: 100%;
    height: 215rem;
  }
}
.main .sec-contact .contact_detail .contact_on .area .area_first {
  font-size: 15px;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .contact_detail .contact_on .area .area_first {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .contact_detail .contact_on .area .area_first {
    font-size: 40rem;
  }
}
.main .sec-contact .contact_detail .contact_on .area .area_second {
  font-size: 8px;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .contact_detail .contact_on .area .area_second {
    font-size: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .contact_detail .contact_on .area .area_second {
    font-size: 20rem;
  }
}
.main .sec-contact .contact_detail .contact_on .area .area_third {
  cursor: pointer;
  font-size: 14px;
  color: #735700;
  background-color: #fff;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .contact_detail .contact_on .area .area_third {
    font-size: 14rem;
    padding: 0 15rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .contact_detail .contact_on .area .area_third {
    font-size: 32rem;
  }
}
.main .sec-contact .contact_detail .contact_on .brown_color {
  background-color: #735700;
}
.main .sec-contact .contact_detail .contact_on .no_color {
  color: #735700;
  border: 2px solid #735700;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .contact_detail .contact_on .no_color {
    border: 2px solid #735700;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .contact_detail .contact_on .no_color {
    border: 2rem solid #735700;
  }
}
.main .sec-contact .contact_detail .contact_on .no_color .area_third_group {
  display: flex;
  justify-content: space-between;
}
.main .sec-contact .contact_detail .contact_on .no_color .area_third_group .area_third {
  font-size: 14px;
  color: #ffffff;
  background-color: #735700;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  width: 45%;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .contact_detail .contact_on .no_color .area_third_group .area_third {
    font-size: 14rem;
    padding: 0 15rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .contact_detail .contact_on .no_color .area_third_group .area_third {
    font-size: 32rem;
  }
}
.main .sec-contact .contact_detail .contact_under .contact_under_ {
  height: 95px;
  padding: 10px 10px;
  color: #735700;
  background-color: #fff;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .contact_detail .contact_under .contact_under_ {
    margin-top: 30rem;
    height: 95rem;
    padding: 10rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .contact_detail .contact_under .contact_under_ {
    height: 420rem;
    flex-direction: column;
    width: 100%;
  }
}
.main .sec-contact .contact_detail .contact_under .contact_under_ .area_first {
  font-size: 15px;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .contact_detail .contact_under .contact_under_ .area_first {
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .contact_detail .contact_under .contact_under_ .area_first {
    font-size: 40rem;
  }
}
.main .sec-contact .contact_detail .contact_under .contact_under_ .area_second {
  font-size: 12px;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .contact_detail .contact_under .contact_under_ .area_second {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .contact_detail .contact_under .contact_under_ .area_second {
    font-size: 32rem;
  }
}
.main .sec-contact .contact_detail .contact_under .contact_under_right {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.main .sec-contact .contact_detail .contact_under .contact_under_right .area_third {
  cursor: pointer;
  width: 228px;
  font-size: 14px;
  color: #fff;
  background-color: #735700;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .contact_detail .contact_under .contact_under_right .area_third {
    font-size: 14rem;
    padding: 0 15rem;
    width: 228rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .contact_detail .contact_under .contact_under_right .area_third {
    font-size: 32rem;
    width: 100%;
  }
}
.main .sec-contact .slider-container {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .slider-container {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .slider-container {
    margin-top: 50rem;
  }
}
.main .sec-contact .slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 20s linear infinite;
}
.main .sec-contact .slide {
  flex: 0 0 auto;
  text-align: center;
  background: #ccc;
  width: 450px;
  height: 300px;
  margin-right: 20px;
  line-height: 200px;
  font-size: 24px;
  border-radius: 8px;
}
@media screen and (max-width: 1500px) {
  .main .sec-contact .slide {
    width: 450rem;
    height: 300rem;
    margin-right: 20rem;
    line-height: 200rem;
    font-size: 24rem;
    border-radius: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-contact .slide {
    width: 900rem;
    height: 600rem;
    margin-right: 40rem;
    line-height: 400rem;
    font-size: 48rem;
    border-radius: 16rem;
  }
}
.main .sec-contact .slide img {
  width: 100%;
  height: 100%;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.main .sec-form .top_content_bar {
  margin-top: 50px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form .top_content_bar {
    margin-top: 50rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form .top_content_bar {
    margin-top: 100rem;
    margin-bottom: 30rem;
  }
}
.main .sec-form .top_content_bar .message-box {
  display: flex;
  align-items: center;
  background-color: #c9bda0;
  max-width: 100%;
  padding: 5px;
  border: 1px solid #332b21;
}
@media screen and (max-width: 1500px) {
  .main .sec-form .top_content_bar .message-box {
    padding: 5rem;
    border: 1rem solid #332b21;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form .top_content_bar .message-box {
    padding: 10rem;
    border: 2rem solid #332b21;
  }
}
.main .sec-form .top_content_bar .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-color: #6d5323;
}
@media screen and (max-width: 1500px) {
  .main .sec-form .top_content_bar .icon {
    width: 20rem;
    height: 20rem;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form .top_content_bar .icon {
    width: 40rem;
    height: 40rem;
    margin-right: 10rem;
  }
}
.main .sec-form .top_content_bar .message {
  padding: 2px 5px;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 1500px) {
  .main .sec-form .top_content_bar .message {
    padding: 2rem 5rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form .top_content_bar .message {
    padding: 2rem 5rem;
    font-size: 28rem;
  }
}
.main .sec-form .top_direction .step-form-svg {
  height: 60px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form .top_direction .step-form-svg {
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form .top_direction .step-form-svg {
    height: 120rem;
  }
}
.main .sec-form .small_explain {
  background-color: #f4efeb;
  color: #7a5c12;
  text-align: center;
  line-height: 1.8;
  padding: 20px 20px;
  border-radius: 6px;
  font-size: 16px;
  max-width: 1000px;
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form .small_explain {
    padding: 20rem 20rem;
    border-radius: 6rem;
    font-size: 16rem;
    max-width: 1000rem;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form .small_explain {
    padding: 30rem 30rem;
    border-radius: 12rem;
    font-size: 32rem;
    max-width: 2000rem;
    margin-top: 120rem;
  }
}
.main .sec-form .skip-button-house {
  display: flex;
  justify-content: center;
  margin-block: 25px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form .skip-button-house {
    margin-block: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form .skip-button-house {
    margin-block: 50rem;
  }
}
.main .sec-form .skip-button {
  background-color: #b29a95;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 20px;
  font-size: 16px;
  border-radius: 4px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form .skip-button {
    padding: 5rem 20rem;
    font-size: 16rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form .skip-button {
    padding: 10rem 40rem;
    font-size: 32rem;
    border-radius: 8rem;
  }
}
.main .sec-form .skip-button:hover {
  background-color: #a08a85;
}
.main .sec-form .content_in {
  width: 100%;
  height: auto;
  padding: 50px 50px;
  border: 1px solid rgba(107, 76, 0, 0.5019607843);
  border-top: none;
}
@media screen and (max-width: 1500px) {
  .main .sec-form .content_in {
    padding: 50rem 50rem;
    border: 1rem solid rgba(107, 76, 0, 0.5019607843);
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form .content_in {
    padding: 50rem 50rem;
    border: 2rem solid rgba(107, 76, 0, 0.5019607843);
    border-top: none;
  }
}
.main .sec-form-contact {
  font-family: "HiraMinPro W3-83pv-RKSJ-H", serif;
}
.main .sec-form-contact-box {
  width: 100%;
  display: inline-block;
  border: 2px solid #6b4c00;
  color: #6b4c00;
  padding: 10px 30px;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-box {
    border: 2rem solid #6b4c00;
    color: #6b4c00;
    padding: 10rem 30rem;
    margin-bottom: 10rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-box {
    border: 4rem solid #6b4c00;
    color: #6b4c00;
    padding: 20rem 60rem;
    margin-bottom: 20rem;
    font-size: 36rem;
  }
}
.main .sec-form-contact-box .contact-desc {
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-box .contact-desc {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-box .contact-desc {
    font-size: 28rem;
  }
}
.main .sec-form-contact-letter {
  width: 100%;
  display: flex;
  justify-content: center;
}
.main .sec-form-contact-letter .note {
  padding: 2px 4px;
  font-size: 14px;
  color: #6b4c00;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-letter .note {
    padding: 2rem 4rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-letter .note {
    padding: 2rem 4rem;
    font-size: 28rem;
  }
}
.main .sec-form-contact-table {
  font-family: "Helvetica Neue", sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px 10px;
  border-spacing: 0px;
  color: #6b4c00;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table {
    margin-top: 20rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table {
    margin-top: 40rem 20rem;
  }
}
.main .sec-form-contact-table th,
.main .sec-form-contact-table tr {
  font-weight: 100;
}
.main .sec-form-contact-table th input,
.main .sec-form-contact-table th select,
.main .sec-form-contact-table tr input,
.main .sec-form-contact-table tr select {
  color: #6b4c00;
  width: 100%;
  background: #fff9f0;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table th input,
  .main .sec-form-contact-table th select,
  .main .sec-form-contact-table tr input,
  .main .sec-form-contact-table tr select {
    padding: 10rem;
    font-size: 12rem;
    border: 1rem solid #ccc;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table th input,
  .main .sec-form-contact-table th select,
  .main .sec-form-contact-table tr input,
  .main .sec-form-contact-table tr select {
    padding: 20rem;
    font-size: 22rem;
    border: 2rem solid #ccc;
    border-radius: 8rem;
  }
}
.main .sec-form-contact-table th select,
.main .sec-form-contact-table tr select {
  margin-bottom: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="20" viewBox="0 0 10 20"><polygon points="5,3.5 0,8.5 10,8.5" fill="%23888"/><polygon points="0,11.5 10,11.5 5,16.5" fill="%23888"/></svg>') no-repeat right 0.5em center;
  padding-right: 2px;
  background-size: 10px 20px;
  border: 1px solid #aaa;
  border-radius: 4px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table th select,
  .main .sec-form-contact-table tr select {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table th select,
  .main .sec-form-contact-table tr select {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table th select,
  .main .sec-form-contact-table tr select {
    padding-right: 2em;
    background-size: 10rem 20rem;
    border: 1rem solid #aaa;
    border-radius: 4rem;
  }
}
.main .sec-form-contact-table p.warning {
  color: #ff0000;
}
.main .sec-form-contact-table tr {
  border: 1px solid rgba(107, 76, 0, 0.5019607843);
  font-weight: 100;
}
.main .sec-form-contact-table tr .required {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6b4a1d;
  color: white;
}
.main .sec-form-contact-table tr .radio {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr .radio {
    margin-right: 20rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr .radio {
    margin-right: 40rem;
    font-size: 28rem;
  }
}
.main .sec-form-contact-table tr th:nth-of-type(1) {
  width: 20%;
}
.main .sec-form-contact-table tr th:nth-of-type(2) {
  width: 10%;
}
.main .sec-form-contact-table tr th:nth-of-type(3) {
  width: 25%;
}
.main .sec-form-contact-table tr th:nth-of-type(4) {
  width: 45%;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr {
    border: 1rem solid rgba(107, 76, 0, 0.5019607843);
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr {
    border: 2rem solid rgba(107, 76, 0, 0.5019607843);
  }
}
.main .sec-form-contact-table th,
.main .sec-form-contact-table td {
  padding: 20px;
  text-align: left;
  font-size: 12px;
  color: #6b4c00;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table th,
  .main .sec-form-contact-table td {
    padding: 20rem;
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table th,
  .main .sec-form-contact-table td {
    font-size: 18rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(1) {
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(2) {
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(2) .radio-radio {
  display: flex;
}
.main .sec-form-contact-table tr:nth-of-type(2) .radio-radio .radio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #6b4c00;
  font-size: 12px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(2) .radio-radio .radio {
    gap: 6rem;
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(2) .radio-radio .radio {
    gap: 12rem;
    font-size: 24rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(2) .radio-radio .radio input {
  width: 20rem;
  height: auto;
}
.main .sec-form-contact-table tr:nth-of-type(3) {
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(4) {
  border-top: none;
  border-bottom: none;
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(4) {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(4) {
    font-size: 28rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(4) .three-td {
  padding-right: 200px;
}
.main .sec-form-contact-table tr:nth-of-type(4) .three-td select {
  width: 135px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(4) .three-td select {
    width: 135rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(4) .three-td select {
    width: 270rem;
  }
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(4) .three-td {
    padding-right: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(4) .three-td {
    padding-right: 400rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(5) {
  border-top: none;
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(6) {
  border-top: none;
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(7) {
  border-top: none;
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(8) {
  border-top: none;
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(8) .letter_long {
  display: flex;
  justify-self: center;
}
.main .sec-form-contact-table tr:nth-of-type(9) {
  border-top: none;
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(9) .big_button {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.main .sec-form-contact-table tr:nth-of-type(9) .big_button button {
  background: #6b4a1d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 300px;
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(9) .big_button button {
    width: 300rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(9) .big_button button {
    width: 600rem;
    font-size: 28rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(9) .big_button #back-btn {
  display: none;
  background: #c7bb9d;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(9) .big_button {
    gap: 20rem;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(9) .big_button {
    gap: 30rem;
    flex-direction: column;
    align-items: center;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) {
  border-top: none;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_content_bar {
  margin-top: 50px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_content_bar {
    margin-top: 50rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_content_bar {
    margin-top: 100rem;
    margin-bottom: 30rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_content_bar .message-box {
  display: flex;
  align-items: center;
  background-color: #c9bda0;
  max-width: 100%;
  padding: 5px;
  border: 1px solid #332b21;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_content_bar .message-box {
    padding: 5rem;
    border: 1rem solid #332b21;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_content_bar .message-box {
    padding: 10rem;
    border: 2rem solid #332b21;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_content_bar .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-color: #6d5323;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_content_bar .icon {
    width: 20rem;
    height: 20rem;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_content_bar .icon {
    width: 40rem;
    height: 40rem;
    margin-right: 10rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_content_bar .message {
  padding: 2px 5px;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_content_bar .message {
    padding: 2rem 5rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_content_bar .message {
    padding: 2rem 5rem;
    font-size: 28rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_direction .step-form-svg {
  height: 60px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_direction .step-form-svg {
    height: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .top_direction .step-form-svg {
    height: 120rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form .small_explain {
  background-color: #f4efeb;
  color: #7a5c12;
  text-align: center;
  line-height: 1.8;
  padding: 20px 20px;
  border-radius: 6px;
  font-size: 16px;
  max-width: 1000px;
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .small_explain {
    padding: 20rem 20rem;
    border-radius: 6rem;
    font-size: 16rem;
    max-width: 1000rem;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .small_explain {
    padding: 30rem 30rem;
    border-radius: 12rem;
    font-size: 32rem;
    max-width: 2000rem;
    margin-top: 120rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form .skip-button-house {
  display: flex;
  justify-content: center;
  margin-block: 25px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .skip-button-house {
    margin-block: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .skip-button-house {
    margin-block: 50rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form .skip-button {
  background-color: #b29a95;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
  padding: 5px 20px;
  font-size: 16px;
  border-radius: 4px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .skip-button {
    padding: 5rem 20rem;
    font-size: 16rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .skip-button {
    padding: 10rem 40rem;
    font-size: 32rem;
    border-radius: 8rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form .skip-button:hover {
  background-color: #a08a85;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form .content_in {
  width: 100%;
  height: auto;
  padding: 50px 50px;
  border: 1px solid rgba(107, 76, 0, 0.5019607843);
  border-top: none;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .content_in {
    padding: 50rem 50rem;
    border: 1rem solid rgba(107, 76, 0, 0.5019607843);
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form .content_in {
    padding: 50rem 50rem;
    border: 2rem solid rgba(107, 76, 0, 0.5019607843);
    border-top: none;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact {
  font-family: "HiraMinPro W3-83pv-RKSJ-H", serif;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-box {
  width: 100%;
  display: inline-block;
  border: 2px solid #6b4c00;
  color: #6b4c00;
  padding: 10px 30px;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-box {
    border: 2rem solid #6b4c00;
    color: #6b4c00;
    padding: 10rem 30rem;
    margin-bottom: 10rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-box {
    border: 4rem solid #6b4c00;
    color: #6b4c00;
    padding: 20rem 60rem;
    margin-bottom: 20rem;
    font-size: 36rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-box .contact-desc {
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-box .contact-desc {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-box .contact-desc {
    font-size: 28rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-letter {
  width: 100%;
  display: flex;
  justify-content: center;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-letter .note {
  padding: 2px 4px;
  font-size: 14px;
  color: #6b4c00;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-letter .note {
    padding: 2rem 4rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-letter .note {
    padding: 2rem 4rem;
    font-size: 28rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table {
  font-family: "Helvetica Neue", sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px 10px;
  border-spacing: 0px;
  color: #6b4c00;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table {
    margin-top: 20rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table {
    margin-top: 40rem 20rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table th,
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr {
  font-weight: 100;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table th input,
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table th select,
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr input,
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr select {
  color: #6b4c00;
  width: 100%;
  background: #fff9f0;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table th input,
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table th select,
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr input,
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr select {
    padding: 10rem;
    font-size: 12rem;
    border: 1rem solid #ccc;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table th input,
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table th select,
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr input,
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr select {
    padding: 20rem;
    font-size: 22rem;
    border: 2rem solid #ccc;
    border-radius: 8rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table th select,
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr select {
  margin-bottom: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="20" viewBox="0 0 10 20"><polygon points="5,3.5 0,8.5 10,8.5" fill="%23888"/><polygon points="0,11.5 10,11.5 5,16.5" fill="%23888"/></svg>') no-repeat right 0.5em center;
  padding-right: 2px;
  background-size: 10px 20px;
  border: 1px solid #aaa;
  border-radius: 4px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table th select,
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr select {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table th select,
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr select {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table th select,
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr select {
    padding-right: 2em;
    background-size: 10rem 20rem;
    border: 1rem solid #aaa;
    border-radius: 4rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table p.warning {
  color: #ff0000;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr {
  border: 1px solid rgba(107, 76, 0, 0.5019607843);
  font-weight: 100;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr .required {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6b4a1d;
  color: white;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr .radio {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr .radio {
    margin-right: 20rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr .radio {
    margin-right: 40rem;
    font-size: 28rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr th:nth-of-type(1) {
  width: 20%;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr th:nth-of-type(2) {
  width: 10%;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr th:nth-of-type(3) {
  width: 25%;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr th:nth-of-type(4) {
  width: 45%;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr {
    border: 1rem solid rgba(107, 76, 0, 0.5019607843);
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr {
    border: 2rem solid rgba(107, 76, 0, 0.5019607843);
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table th,
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table td {
  padding: 20px;
  text-align: left;
  font-size: 12px;
  color: #6b4c00;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table th,
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table td {
    padding: 20rem;
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table th,
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table td {
    font-size: 18rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(1) {
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(2) {
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(2) .radio-radio {
  display: flex;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(2) .radio-radio .radio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #6b4c00;
  font-size: 12px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(2) .radio-radio .radio {
    gap: 6rem;
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(2) .radio-radio .radio {
    gap: 12rem;
    font-size: 24rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(2) .radio-radio .radio input {
  width: 20rem;
  height: auto;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(3) {
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(4) {
  border-top: none;
  border-bottom: none;
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(4) {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(4) {
    font-size: 28rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(4) .three-td {
  padding-right: 200px;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(4) .three-td select {
  width: 135px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(4) .three-td select {
    width: 135rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(4) .three-td select {
    width: 270rem;
  }
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(4) .three-td {
    padding-right: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(4) .three-td {
    padding-right: 400rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(5) {
  border-top: none;
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(6) {
  border-top: none;
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(7) {
  border-top: none;
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(8) {
  border-top: none;
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(8) .letter_long {
  display: flex;
  justify-self: center;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(9) {
  border-top: none;
  border-bottom: none;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(9) .big_button {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(9) .big_button button {
  background: #6b4a1d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 300px;
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(9) .big_button button {
    width: 300rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(9) .big_button button {
    width: 600rem;
    font-size: 28rem;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(9) .big_button #back-btn {
  display: none;
  background: #c7bb9d;
}
@media screen and (max-width: 1500px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(9) .big_button {
    gap: 20rem;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(9) .big_button {
    gap: 30rem;
    flex-direction: column;
    align-items: center;
  }
}
.main .sec-form-contact-table tr:nth-of-type(10) .sec-form-contact-table tr:nth-of-type(10) {
  border-top: none;
}
.main .sec-footer-end {
  margin-top: 50rem;
  width: 100%;
  height: 421px;
  background: url(../img/footer_house/footer_back_line.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1500px) {
  .main .sec-footer-end {
    height: 421rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-footer-end {
    height: 421rem;
  }
}
.main .sec-footer-end-top {
  background: url(../img/footer_house/footer_color.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 1500px) {
  .main .sec-footer-end-top {
    height: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-footer-end-top {
    height: 780rem;
  }
}
.main .sec-footer-end-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
}
@media screen and (max-width: 1500px) {
  .main .sec-footer-end-buttons {
    font-size: 15rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-footer-end-buttons {
    font-size: 20rem;
  }
}
.main .sec-footer-end-buttons button {
  background-color: #fff;
  padding: 6px 15px;
  outline: none;
  border-color: white;
  color: #735700;
  font-size: 12px;
}
@media screen and (max-width: 1500px) {
  .main .sec-footer-end-buttons button {
    font-size: 11rem;
    gap: 5rem;
    padding: 6rem 11rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-footer-end-buttons button {
    font-size: 20rem;
    padding: 6rem 15rem;
  }
}
.main .sec-footer-end-buttons .footer_01 {
  color: #fff;
  line-height: 2;
}
.main .sec-footer-end-buttons .footer_02 {
  color: #fff;
  margin-top: 150px;
  line-height: 2;
}
@media screen and (max-width: 1500px) {
  .main .sec-footer-end-buttons .footer_02 {
    margin-top: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-footer-end-buttons .footer_02 {
    margin-top: 150rem;
  }
}
.main .sec-footer-end-buttons .footer_03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2px;
}
@media screen and (max-width: 1500px) {
  .main .sec-footer-end-buttons .footer_03 {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-footer-end-buttons .footer_03 {
    justify-content: none;
  }
}
.main .sec-footer-end-buttons .footer_04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}
.main .sec-footer-end .footer_end {
  background-color: #735700;
  height: 200px;
  display: flex;
}
@media screen and (max-width: 1500px) {
  .main .sec-footer-end .footer_end {
    height: 200rem;
  }
}
.main .sec-footer-end .footer_end .footer_button_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .sec-footer-end .footer_end .footer_button_group .footer_end {
  width: 200px;
  height: 49px;
  background: url(../img/footer_house/footer_end.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .main .sec-footer-end .footer_end .footer_button_group .footer_end {
    width: 200rem;
    height: 49rem;
  }
}
.main .sec-footer-end .footer_end .footer_button_group .footer_end a {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .main .sec-footer-end .footer_end .footer_button_group .footer_end a {
    font-size: 12rem;
  }
}
.main .sec-footer-end .footer_end .footer_button_group .footer_end_01 {
  width: 262px;
  height: 45px;
  background: url(../img/footer_house/footer_button.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1500px) {
  .main .sec-footer-end .footer_end .footer_button_group .footer_end_01 {
    width: 271rem;
    height: 45rem;
  }
}
.main .sec-footer-end .footer_end .Copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .main .sec-footer-end .footer_end .Copyright {
    margin-top: 60rem;
  }
}
.main .sec-footer-end .footer_end .Copyright p {
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .main .sec-footer-end .footer_end .Copyright p {
    font-size: 15rem;
  }
}
.main .sec-footer-end .social {
  display: flex;
  gap: 50rem;
  align-items: center;
}
.main .sec-footer-end .social a {
  scale: 0.8;
}
.main .footer_02_change_height {
  margin-top: 0 !important;
}
.main .footer_03_add_bottom {
  margin-bottom: 25px;
}
@media screen and (max-width: 1500px) {
  .main .footer_03_add_bottom {
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .main .footer_03_add_bottom {
    margin-bottom: 50rem;
  }
}
.main .sec-footer-end_change {
  height: 355px;
}
@media screen and (max-width: 1500px) {
  .main .sec-footer-end_change {
    height: 355rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-footer-end_change {
    height: 470em;
  }
}

.container {
  max-width: 1200rem;
}

html {
  line-height: 2;
}/*# sourceMappingURL=style.css.map */

/* Chrome / Firefox / mobile scroll fix */
html,
body {
  height: auto !important;
  min-height: 100% !important;
  overflow-y: auto !important;
  touch-action: pan-y;
}

body {
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

main,
.main {
  height: auto !important;
  overflow: visible !important;
}



/* SNS非表示後、電話番号・受付時間グループに下マージンを補填 */
.main .sec-header-container-info-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-group {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-group {
    margin-bottom: 20rem;
  }
}
/* フッター: SNS非表示後、フッター下部のスペースを確保 */
.sec-footer .footer_03 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_03 {
    padding-bottom: 30rem;
  }
}

/* SNS非表示後、電話番号・受付時間グループに下マージンを補填 */
.main .sec-header-container-info-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-group {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-group {
    margin-bottom: 20rem;
  }
}
/* フッター: SNS非表示後、フッター下部のスペースを確保 */
.sec-footer .footer_03 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_03 {
    padding-bottom: 30rem;
  }
}
/* フッター: お問合せ一覧削除後、ボタングループの間隔を調整 */
.sec-footer .footer_end .footer_button_group {
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_end .footer_button_group {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-footer .footer_end .footer_button_group {
    gap: 20rem;
    flex-wrap: wrap;
  }
}

.main .sec-header-container-info-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-group {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-group {
    margin-bottom: 20rem;
  }
}
.sec-footer .footer_03 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_03 {
    padding-bottom: 30rem;
  }
}
/* フッターボタングループ: 4種類ある全パターンに対応・space-around で均等分散 */
.sec-footer .footer_end .footer_button_group,
.main .sec-footer-end .footer_end .footer_button_group,
.main .sec-footer .footer_end .footer_button_group {
  justify-content: space-around !important;
  gap: 0 !important;
}
@media screen and (max-width: 768px) {
  .sec-footer .footer_end .footer_button_group,
  .main .sec-footer-end .footer_end .footer_button_group,
  .main .sec-footer .footer_end .footer_button_group {
    flex-wrap: wrap;
    gap: 20rem !important;
    justify-content: center !important;
  }
}


.main .sec-header-container-info-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-group {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-group {
    margin-bottom: 20rem;
  }
}
.sec-footer .footer_03 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_03 {
    padding-bottom: 30rem;
  }
}
.sec-footer .footer_end .footer_button_group,
.main .sec-footer-end .footer_end .footer_button_group,
.main .sec-footer .footer_end .footer_button_group {
  justify-content: space-around !important;
  gap: 0 !important;
}
@media screen and (max-width: 768px) {
  .sec-footer .footer_end .footer_button_group,
  .main .sec-footer-end .footer_end .footer_button_group,
  .main .sec-footer .footer_end .footer_button_group {
    flex-wrap: wrap;
    gap: 20rem !important;
    justify-content: center !important;
  }
}

/* お問合せボタンの幅を電話番号と揃える */
.main .sec-header-container-info-button {
  width: 100%;
}
.main .sec-header-container-info-button .sec-header-container-info-second {
  width: 100%;
  padding: 0 10px;
}
.main .sec-header-container-info-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-group {
    margin-bottom: 10rem;
  }
  .main .sec-header-container-info-button .sec-header-container-info-second {
    padding: 0 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-group {
    margin-bottom: 20rem;
  }
}
/* 電話番号リンクの色・装飾は親と同じに */
.sec-header-container-info-phone a,
.sec-header-ache-container-info-group-phone a,
.main .sec-header-container-info-phone a,
.main .sec-header-ache-container-info-group-phone a {
  color: inherit;
  text-decoration: none;
}
/* ache ページの受付時間スタイル */
.sec-header-ache-container-info-hours,
.main .sec-header-ache-container-info-hours {
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 1500px) {
  .sec-header-ache-container-info-hours,
  .main .sec-header-ache-container-info-hours {
    font-size: 12rem;
  }
}
.sec-footer .footer_03 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_03 {
    padding-bottom: 30rem;
  }
}
.sec-footer .footer_end .footer_button_group,
.main .sec-footer-end .footer_end .footer_button_group,
.main .sec-footer .footer_end .footer_button_group {
  justify-content: space-around !important;
  gap: 0 !important;
}
@media screen and (max-width: 768px) {
  .sec-footer .footer_end .footer_button_group,
  .main .sec-footer-end .footer_end .footer_button_group,
  .main .sec-footer .footer_end .footer_button_group {
    flex-wrap: wrap;
    gap: 20rem !important;
    justify-content: center !important;
  }
}

/* お問合せボタン：電話番号と同じくらい幅広く */
.main .sec-header-container-info-button .sec-header-container-info-second {
  min-width: 170px !important;
  padding: 8px 30px !important;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-button .sec-header-container-info-second {
    min-width: 170rem !important;
    padding: 8rem 30rem !important;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-button .sec-header-container-info-second {
    min-width: 300rem !important;
    padding: 15rem 30rem !important;
  }
}
.main .sec-header-container-info-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-group {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-group {
    margin-bottom: 20rem;
  }
}
/* 電話番号リンクの色・装飾は親と同じに */
.sec-header-container-info-phone a,
.sec-header-ache-container-info-group-phone a,
.main .sec-header-container-info-phone a,
.main .sec-header-ache-container-info-group-phone a {
  color: inherit;
  text-decoration: none;
}
/* ache ページの受付時間スタイル */
.sec-header-ache-container-info-hours,
.main .sec-header-ache-container-info-hours {
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 1500px) {
  .sec-header-ache-container-info-hours,
  .main .sec-header-ache-container-info-hours {
    font-size: 12rem;
  }
}
.sec-footer .footer_03 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_03 {
    padding-bottom: 30rem;
  }
}
.sec-footer .footer_end .footer_button_group,
.main .sec-footer-end .footer_end .footer_button_group,
.main .sec-footer .footer_end .footer_button_group {
  justify-content: space-around !important;
  gap: 0 !important;
}
@media screen and (max-width: 768px) {
  .sec-footer .footer_end .footer_button_group,
  .main .sec-footer-end .footer_end .footer_button_group,
  .main .sec-footer .footer_end .footer_button_group {
    flex-wrap: wrap;
    gap: 20rem !important;
    justify-content: center !important;
  }
}

/* お問合せボタン：幅のみ拡大（フォントサイズ・paddingは触らない） */
.main .sec-header-container-info-button .sec-header-container-info-second {
  width: 170px !important;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-button .sec-header-container-info-second {
    width: 170rem !important;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-button .sec-header-container-info-second {
    width: 300rem !important;
  }
}
.main .sec-header-container-info-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-group {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-group {
    margin-bottom: 20rem;
  }
}
.sec-header-container-info-phone a,
.sec-header-ache-container-info-group-phone a,
.main .sec-header-container-info-phone a,
.main .sec-header-ache-container-info-group-phone a {
  color: inherit;
  text-decoration: none;
}
.sec-header-ache-container-info-hours,
.main .sec-header-ache-container-info-hours {
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 1500px) {
  .sec-header-ache-container-info-hours,
  .main .sec-header-ache-container-info-hours {
    font-size: 12rem;
  }
}
.sec-footer .footer_03 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1500px) {
  .sec-footer .footer_03 {
    padding-bottom: 30rem;
  }
}
.sec-footer .footer_end .footer_button_group,
.main .sec-footer-end .footer_end .footer_button_group,
.main .sec-footer .footer_end .footer_button_group {
  justify-content: space-around !important;
  gap: 0 !important;
}
@media screen and (max-width: 768px) {
  .sec-footer .footer_end .footer_button_group,
  .main .sec-footer-end .footer_end .footer_button_group,
  .main .sec-footer .footer_end .footer_button_group {
    flex-wrap: wrap;
    gap: 20rem !important;
    justify-content: center !important;
  }
}

.main .sec-header-container-info-button .sec-header-container-info-second {
  width: 170px !important;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-button .sec-header-container-info-second {
    width: 170rem !important;
  }
}
/* 電話番号リンクの色・装飾は親と同じに */
.sec-header-container-info-phone a,
.sec-header-ache-container-info-group-phone a,
.main .sec-header-container-info-phone a,
.main .sec-header-ache-container-info-group-phone a {
  color: inherit;
  text-decoration: none;
}
/* ache ページの受付時間スタイル */
.sec-header-ache-container-info-hours,
.main .sec-header-ache-container-info-hours {
  text-align: center;
  font-size: 12px;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .sec-header-ache-container-info-hours,
  .main .sec-header-ache-container-info-hours {
    font-size: 12rem;
  }
}
/* フッターボタングループ調整 */
.sec-footer .footer_end .footer_button_group,
.main .sec-footer-end .footer_end .footer_button_group,
.main .sec-footer .footer_end .footer_button_group {
  justify-content: space-around !important;
  gap: 0 !important;
}

.main .sec-header-container-info-button .sec-header-container-info-second {
  width: 170px !important;
}
@media screen and (max-width: 1500px) {
  .main .sec-header-container-info-button .sec-header-container-info-second {
    width: 170rem !important;
  }
}
/* 茶色背景ヘッダー：採用情報非表示後にお問合せが上にズレる問題対策（垂直中央寄せ） */
.main .sec-header-ache-container-info-button {
  align-items: center !important;
}
.main .sec-header-ache-container-info {
  align-items: center !important;
}
/* 電話番号リンクの色・装飾は親と同じに */
.sec-header-container-info-phone a,
.sec-header-ache-container-info-group-phone a,
.main .sec-header-container-info-phone a,
.main .sec-header-ache-container-info-group-phone a {
  color: inherit;
  text-decoration: none;
}
/* ache ページの受付時間スタイル */
.sec-header-ache-container-info-hours,
.main .sec-header-ache-container-info-hours {
  text-align: center;
  font-size: 12px;
  color: var(--g-color-white);
}
@media screen and (max-width: 1500px) {
  .sec-header-ache-container-info-hours,
  .main .sec-header-ache-container-info-hours {
    font-size: 12rem;
  }
}
/* フッターボタングループ調整 */
.sec-footer .footer_end .footer_button_group,
.main .sec-footer-end .footer_end .footer_button_group,
.main .sec-footer .footer_end .footer_button_group {
  justify-content: space-around !important;
  gap: 0 !important;
}
/* 電話番号リンクの色・装飾は親と同じに */
.sec-header-container-info-phone a,
.sec-header-ache-container-info-group-phone a,
.main .sec-header-container-info-phone a,
.main .sec-header-ache-container-info-group-phone a {
  color: inherit !important;
  text-decoration: none !important;
}

/* === arai-kensetsu カスタマイズ === */
/* 非表示処理 */
.sec-header-container-info-first,
.main .sec-header-container-info-first,
.sec-header-container-info-social,
.main .sec-header-container-info-social,
.sec-header-ache-container-info-first,
.main .sec-header-ache-container-info-first,
.sec-header-ache-container-info-social,
.main .sec-header-ache-container-info-social,
.sec-footer .social,
.main .sec-footer .social,
.sec-footer-end .social,
.main .sec-footer-end .social {
  display: none !important;
}

/* 電話番号リンク装飾 */
.sec-header-container-info-phone a,
.sec-header-ache-container-info-group-phone a,
.main .sec-header-container-info-phone a,
.main .sec-header-ache-container-info-group-phone a {
  color: inherit !important;
  text-decoration: none !important;
}

/* 電話番号 div を flex column で縦並び・中央 */
.main .sec-header-container-info-group-phone,
.main .sec-header-ache-container-info-group-phone {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 2px !important;
}
.main .sec-header-container-info-group-phone > p,
.main .sec-header-ache-container-info-group-phone > p {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

/* 電話番号・受付時間を改行禁止 */
.main .sec-header-container-info-phone,
.main .sec-header-container-info-phone a,
.main .sec-header-container-info-hours,
.main .sec-header-container-info-group-phone p,
.main .sec-header-container-info-group-phone p a,
.main .sec-header-ache-container-info-group-phone p,
.main .sec-header-ache-container-info-group-phone p a,
.main .sec-header-ache-container-info-hours {
  white-space: nowrap !important;
  word-break: keep-all !important;
}
/* SP: 白背景ヘッダーのフォントサイズのみ拡大（レイアウト不変） */
@media screen and (max-width: 768px) {
  .main .sec-header-container-info-phone,
  .main .sec-header-container-info-phone a,
  .main .sec-header-container-info-group-phone p:first-child,
  .main .sec-header-container-info-group-phone p:first-child a {
    font-size: 14px !important;
  }
  .main .sec-header-container-info-hours {
    font-size: 9px !important;
  }
  .main .sec-header-container-info-button .sec-header-container-info-second {
    font-size: 12px !important;
  }
}
/* SP: ハンバーガーメニュー包括調整（font-size + padding + min-width） */
@media screen and (max-width: 768px) {
  .dropdown-content,
  .main .dropdown-content,
  #myDropdown,
  .main #myDropdown {
    min-width: 240px !important;
    border-radius: 8px !important;
  }
  .dropdown-content .outline,
  .main .dropdown-content .outline,
  #myDropdown .outline,
  .main #myDropdown .outline {
    border-radius: 8px !important;
    outline: 1px solid rgba(71, 69, 69, 0.8) !important;
  }
  .dropdown-content a,
  .main .dropdown-content a,
  #myDropdown a,
  .main #myDropdown a {
    font-size: 16px !important;
    padding: 14px 20px !important;
    line-height: 1.4 !important;
  }
}
/* SP: 白背景ヘッダーを茶色と同じ左右分散レイアウト */
@media screen and (max-width: 768px) {
  .main .sec-header-container-info {
    width: 100% !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
  }
  /* 電話番号 div を縮ませない */
  .main .sec-header-container-info-group-phone {
    flex-shrink: 0 !important;
  }
  /* hamburger 含む group も縮ませない */
  .main .sec-header-container-info-group {
    flex-shrink: 0 !important;
  }
  /* ハンバーガーメニュー幅を更に拡大 */
  .dropdown-content,
  .main .dropdown-content,
  #myDropdown,
  .main #myDropdown {
    min-width: 280px !important;
  }
}
