@charset "UTF-8";
html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
  color: #666666;
}
body.is_open {
  overflow: hidden;
}

a {
  color: #004ea2;
  text-decoration: none;
}

.center {
  text-align: center;
}

.box_text p {
  line-height: 1.6em;
  margin-bottom: 1em;
}
.box_text p:last-child {
  margin-bottom: 0;
}

.dontbreak {
  text-wrap: nowrap;
}

.dt {
  display: initial;
}

.sp {
  display: none;
}

@media (max-width: 450px) {
  .dt {
    display: none;
  }
  .sp {
    display: initial;
  }
}
#wrp {
  height: 100%;
  min-height: 100vh;
}

#sticky {
  min-height: calc(100vh - 120px);
  position: relative;
}

#wrp_navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  z-index: 1;
}
#wrp_navi #site_logo a {
  display: block;
}
#wrp_navi #site_logo a img {
  display: block;
  width: 100%;
  height: auto;
}
#wrp_navi.top.pagetop {
  padding: 20px 3vw 20px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
#wrp_navi.top.pagetop #site_logo {
  width: 50%;
  max-width: 250px;
  min-width: 80px;
}
#wrp_navi.top.scrolling {
  left: 0;
  top: 0;
  padding: 20px 3vw 20px;
  background-color: rgba(51, 51, 51, 0.2);
  backdrop-filter: blur(5px);
  position: fixed;
}
#wrp_navi.top.scrolling #site_logo {
  width: 50%;
  max-width: 250px;
  min-width: 80px;
}
#wrp_navi.under {
  padding: 16px 3vw 16px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 4px solid #004ea2;
}
#wrp_navi.under.pagetop {
  background-color: rgba(0, 78, 162, 0.8);
}
#wrp_navi.under.scrolling {
  position: fixed;
  background-color: rgba(0, 78, 162, 0.5);
  backdrop-filter: blur(5px);
}
#wrp_navi.under #site_logo {
  width: 50%;
  max-width: 250px;
}
#wrp_navi #nav_main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding-top: 20px;
}
#wrp_navi #nav_main li {
  display: block;
  margin-left: 20px;
}
#wrp_navi #nav_main li a {
  display: block;
  padding: 1em 10px;
  font-family: "DM Serif Text", serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
#wrp_navi.top.pagetop #nav_main li a {
  color: #FFFFFF;
}

/* mobile navi style */
@media (max-width: 450px) {
  #wrp_navi {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #wrp_navi #site_logo {
    width: 58%;
    max-width: 250px;
  }
  #wrp_navi.top.pagetop {
    padding: 20px 3vw 20px;
  }
  #wrp_navi.top.pagetop #site_logo {
    width: 58%;
    max-width: 250px;
    min-width: 80px;
  }
  #wrp_navi.top.scrolling {
    padding: 10px 3vw 0px;
  }
  #wrp_navi.top.scrolling #site_logo {
    width: 58%;
    max-width: 250px;
  }
  #wrp_navi.under {
    padding: 6px 3vw 0px;
    width: 100%;
  }
  #wrp_navi.under.pagetop {
    background-color: rgb(51, 51, 51);
  }
  #wrp_navi.under #site_logo {
    width: 58%;
    max-width: 250px;
    min-width: 80px;
  }
  #wrp_navi #nav_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
  }
  #wrp_navi #nav_main li {
    margin-left: 0px;
    text-align: center;
  }
  #wrp_navi #nav_main li a {
    padding: 1em 6px;
  }
  #wrp_navi.top.pagetop #nav_main li a {
    color: #FFFFFF;
  }
}
#area_hero {
  width: 100vw;
  height: 80vh;
  position: relative;
  background: url("../images/content/hero.jpg") no-repeat center #333333;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#area_hero.company_hero {
  background-image: url("../images/content/company_hero.jpg");
}
#area_hero.contact_hero {
  background-image: url("../images/content/contact_hero.jpg");
}
#area_hero.under {
  height: 45vh;
}
#area_hero.under .box_text {
  transform: translateY(5vh);
}
#area_hero .box_text {
  position: relative;
}
#area_hero .box_text p {
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  font-size: 2.125em;
  letter-spacing: 0.1em;
}
#area_hero #wrp_downArrow {
  position: absolute;
  left: 50vw;
  bottom: 5vh;
  transform: translate(-50%, 0);
}
#area_hero #wrp_downArrow a {
  display: block;
  width: 30px;
  height: 110px;
  margin: 0px auto;
  background: url("../images/base/arrow_down.svg") no-repeat center;
  background-size: contain;
  position: relative;
  bottom: 0;
  transition: bottom 0.15s ease-out;
}
#area_hero #wrp_downArrow a span {
  position: absolute;
  right: -3em;
  top: 50%;
  transform-origin: center;
  transform: translate(0, -50%) rotate(-90deg);
  color: #FFFFFF;
  width: max-content;
  font-size: 1rem;
  line-height: 1em;
  font-style: italic;
  font-family: "DM Serif Text", serif;
  font-weight: 400;
}
#area_hero #wrp_downArrow a:hover {
  bottom: -5px;
}
#area_hero::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 80vh;
  content: "";
  display: block;
  background-color: rgba(0, 78, 162, 0.7019607843);
  z-index: 0;
}
#area_hero.under::before {
  height: 45vh;
}

#ftr_page {
  height: 120px;
  border-bottom: 10px solid #004ea2;
  background-color: #333333;
  padding-top: 55px;
}

.copyright {
  text-align: center;
  font-size: 1rem;
  line-height: 1em;
  color: #8E8E8E;
}

/* メインコンテンツ */
/* 汎用クラス */
.btn {
  display: block;
  border: 1px solid #004ea2;
  border-radius: 5px;
  padding: 1em 2em;
  font-size: 1.125em;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  color: #004ea2;
  width: fit-content;
  background-color: transparent;
}
.btn.btn_s {
  font-size: 1em;
  line-height: 1em;
  padding: 0.8em 2em;
}
.btn.btn_fitWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.btn.btn_center {
  margin-left: auto;
  margin-right: auto;
}

.reverse_color .btn {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

@media screen and (min-width: 821px) {
  .btn {
    cursor: pointer;
    transition: background-color 0.2s ease-out, color 0.2s linear;
  }
  .btn:hover {
    background-color: #004ea2;
    color: #FFFFFF;
  }
}
.margin_btm_5vh {
  margin-bottom: 5vh;
}

#wrp_body.under {
  padding-top: 15vh;
  padding-bottom: 20vh;
}

@media (max-width: 450px) {
  #wrp_body.under {
    padding-bottom: 20vh;
  }
}
.wrp_contentSection {
  padding: 7vh 0 25vh;
  position: relative;
}
.wrp_contentSection .anchor {
  position: absolute;
  top: -100px;
}
.wrp_contentSection .hdr_contentSection {
  margin-bottom: 7vh;
}
.wrp_contentSection .hdr_contentSection h2.title_section {
  text-align: center;
}
.wrp_contentSection .hdr_contentSection h2.title_section span {
  display: block;
}
.wrp_contentSection .hdr_contentSection h2.title_section .eng {
  font-family: "DM Serif Text", serif;
  font-size: 2.5em;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #004ea2;
  margin-bottom: 0.2em;
}
.wrp_contentSection .hdr_contentSection h2.title_section .jp {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 100;
  color: #333;
}
.wrp_contentSection .hdr_contentSection.reverse_color .title_section .eng {
  color: #FFFFFF;
}
.wrp_contentSection .hdr_contentSection.reverse_color .title_section .jp {
  color: #FFFFFF;
}

/* About */
.body_contentSection {
  width: 96%;
  max-width: 1200px;
  margin: 0px auto;
}

.title_inFrame {
  font-weight: 600;
  color: #1484C7;
  font-size: 1.562em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  padding: 1em 1em 0.5em;
  background-color: #E5F1F8;
}

#section_about .body_contentSection .box_text {
  padding: 3vh 3em 5vh;
  background-color: #F2FAFF;
}

/* Company Profile */
.list_likeTable {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: flex-start;
  align-items: stretch;
}
.list_likeTable dt {
  background-color: #4676aa;
  width: calc(30% - 5px);
  padding: 1.5em;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4em;
  margin-right: 2px;
  margin-bottom: 2px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
}
.list_likeTable dd {
  background-color: #FFFFFF;
  width: 70%;
  padding: 1.5em;
  margin-bottom: 2px;
  line-height: 1.4em;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
}
.list_likeTable dd p {
  margin-bottom: 0.6em;
}
.list_likeTable dd p:last-child {
  margin-bottom: 0;
}

@media (max-width: 450px) {
  .list_likeTable {
    flex-direction: column;
  }
  .list_likeTable dt {
    width: 100%;
    padding: 1em;
    margin-right: 0px;
  }
  .list_likeTable dd {
    width: 100%;
    padding: 1.5em 1em;
  }
}
.list_normal {
  list-style-type: decimal-leading-zero;
}
.list_normal li {
  list-style-type: decimal-leading-zero;
  list-style-position: outside;
  line-height: 1.8em;
  margin-bottom: 0.5em;
  margin-left: 2em;
}

/* Business Model */
.list_card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.list_card .a_card {
  width: calc((100% - 40px) / 2);
  margin-bottom: 5vh;
  display: block;
  border: 1px solid #CACACA;
  padding: 25px 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.list_card .a_card:nth-child(3n) {
  margin-right: 0;
}
.list_card .a_card .box_text {
  margin-bottom: 3vh;
}
.list_card .a_card .thumb_img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5vh;
}
.list_card .a_card .title_card {
  text-align: center;
  margin-bottom: 1.5em;
}
.list_card .a_card .title_card .eng {
  color: #004ea2;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0.3em;
}
.list_card .a_card .title_card .jp {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.2em;
}
.list_card .a_card .desc_card {
  padding: 0 1em;
}
.list_card .a_card .desc_card p {
  line-height: 1.8em;
  text-align: center;
}

/* modal window */
.wrp_BM_detail {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(3px);
  z-index: 1;
  display: none;
}

.wrp_BM_panel {
  background-color: #FFFFFF;
  border: 2px solid #E3E3E3;
  width: 85vw;
  height: 85vh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  padding-bottom: 5vh;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.8);
}

.hdr_panel {
  width: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 5%;
}
.hdr_panel#real {
  background: url("../images/content/panel_real.jpg") no-repeat center #004ea2;
  background-size: cover;
}
.hdr_panel#rent {
  background: url("../images/content/panel_rental.jpg") no-repeat center #004ea2;
  background-size: cover;
}
.hdr_panel#comm {
  background: url("../images/content/panel_comm.jpg") no-repeat center #004ea2;
  background-size: cover;
}
.hdr_panel#manage {
  background: url("../images/content/panel_manage.jpg") no-repeat center #004ea2;
  background-size: cover;
}

.ttl_panel {
  text-align: center;
}
.ttl_panel span {
  display: block;
  font-weight: 400;
}
.ttl_panel .en {
  color: #FFFFFF;
  font-size: 2.5em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
}
.ttl_panel .jp {
  color: #DDDDDD;
  font-size: 1.2em;
  line-height: 1.2em;
}

.body_panel {
  width: 100%;
}

.body_head {
  text-align: center;
}

.body_ttl_panel {
  font-size: 1.725em;
  line-height: 1.4em;
  color: #004ea2;
  margin-block-end: 1em;
}

.desc_panel {
  width: 90%;
  margin: 0px auto 5%;
  line-height: 1.8em;
}

@media screen and (max-width: 450px) {
  .body_ttl_panel {
    text-align: center;
    padding-inline: 1.2em;
  }
  .desc_panel {
    width: 90%;
    margin: 0px auto 5%;
    line-height: 1.8em;
    text-align: left;
    padding-inline: 1.2em;
  }
}
.list_panel {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-top: 1px solid #D9D9D9;
}

.listItem_panel {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  padding: 2em 4vw 3em;
  list-style: none;
}

@media (max-width: 450px) {
  .wrp_BM_panel {
    width: 96vw;
  }
  .list_panel {
    flex-direction: column;
  }
  .listItem_panel {
    width: 100%;
    border-right: none;
    padding-inline: 2vw;
  }
}
.ttl_listItem_panel {
  font-size: 1.5625em;
  font-weight: 400;
  line-height: 1.4em;
  color: #004ea2;
  display: grid;
  grid-template-columns: 1em 1fr;
  margin-bottom: 1em;
  align-items: center;
  gap: 0.5em;
}
.ttl_listItem_panel::before {
  content: "";
  display: block;
  width: 0.65em;
  height: 0.65em;
  transform: rotate(45deg);
  background-color: #004ea2;
}

.desc_listItem_panel {
  line-height: 1.8em;
  padding-inline-start: 2em;
}
.desc_listItem_panel .content_title {
  display: block;
  margin-block: 0.8em;
  color: #004ea2;
  font-size: 1.25em;
  font-weight: 500;
  width: fit-content;
  border-block-end: 1px dashed #004ea2;
}

@media screen and (max-width: 450px) {
  .ttl_listItem_panel {
    padding-inline-end: 1.2em;
    padding-inline-start: 0.2em;
    gap: 0.1em;
  }
  .desc_listItem_panel {
    padding-inline: 2em;
  }
}
.close_BM_panel {
  position: absolute;
  right: 3vw;
  top: 3vw;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: transform 0.5s ease;
  transform: rotate(0deg);
  transform-origin: center;
}
.close_BM_panel span, .close_BM_panel::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform-origin: center;
}
.close_BM_panel span {
  transform: translate(0, -50%) rotate(45deg);
}
.close_BM_panel::after {
  content: "";
  transform: translate(0, -50%) rotate(-45deg);
}

@media screen and (min-width: 821px) {
  .list_card .a_card {
    cursor: pointer;
    position: relative;
    top: 0;
    transition: box-shadow 0.2s ease-out, top 0.2s linear;
  }
  .list_card .a_card:hover {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    top: -3px;
  }
  .close_BM_panel:hover {
    transform: rotate(270deg);
  }
}
@media screen and (max-width: 450px) {
  .list_card {
    flex-direction: column;
  }
  .list_card .a_card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vh;
  }
}
/* Contact */
.form_desc_text {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 5vh;
}
.form_desc_text p {
  line-height: 1.8em;
  margin-block-end: 1.5em;
}
.form_desc_text p:last-child {
  margin-block-end: 0;
}

@media screen and (max-width: 450px) {
  .form_desc_text {
    text-align: left;
    padding: 0 1em;
  }
}
.wrp_form {
  max-width: 900px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 25px;
}

label {
  display: block;
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 600;
  color: #2c3e50;
}

.required {
  color: #e74c3c;
  margin-left: 4px;
}

::placeholder {
  color: #CACACA;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e6ed;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
  border-color: #3498db;
  background: white;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
  transform: translateY(-2px);
}

.radio-group {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.radio-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 12px 20px;
  border: 2px solid #e0e6ed;
  border-radius: 5px;
  transition: all 0.3s ease;
  background: #f8f9fa;
  min-width: 120px;
  justify-content: center;
}

.radio-item:hover {
  background: #e3f2fd;
  border-color: #3498db;
  transform: translateY(-2px);
}

.radio-item.active {
  background: #3498db;
  border-color: #3498db;
  color: white;
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.radio-item input[type=radio] {
  display: none;
}

.dynamic-fields {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  max-height: 0;
  overflow: hidden;
}

.dynamic-fields.show {
  opacity: 1;
  transform: translateY(0);
  max-height: 300px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.submit-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}
.submit-btn.final-send-btn {
  width: 60%;
  margin-top: 0;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.4);
}

.submit-btn:disabled {
  opacity: 0.7 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

.submit-btn:disabled:hover {
  transform: none !important;
  box-shadow: none !important;
}

.error {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.error.show {
  opacity: 1;
}

.form-group.error input,
.form-group.error textarea {
  border-color: #e74c3c !important;
  background: #fdf2f2 !important;
}

.form-group.error .checkmark {
  border-color: #e74c3c !important;
  background-color: #fdf2f2 !important;
}

.checkbox-group {
  margin-top: 10px;
}

.checkbox-item {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  line-height: 1.5;
}

.checkbox-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f8f9fa;
  border: 2px solid #e0e6ed;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.checkbox-item:hover .checkmark {
  background-color: #e3f2fd;
  border-color: #3498db;
}

.checkbox-item input:checked ~ .checkmark {
  background-color: #3498db;
  border-color: #3498db;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-item input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-item .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-text {
  color: #2c3e50;
  font-weight: 500;
}

.privacy-link {
  color: #3498db;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s ease;
}

.privacy-link:hover {
  color: #2980b9;
}

.radio-group.inquiry-type {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
}

@media (max-width: 768px) {
  .container {
    padding: 20px;
    margin: 10px;
  }
  .radio-group {
    flex-direction: column;
  }
  .radio-group.inquiry-type {
    grid-template-columns: repeat(2, 1fr);
  }
  .radio-item {
    min-width: unset;
  }
}
@media (max-width: 480px) {
  .radio-group.inquiry-type {
    grid-template-columns: 1fr;
  }
}
#section_contact {
  height: 70vh;
  background: url("../images/content/contact_bg1.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  /* Top page Contact Section */
  /* Contact page */
}
#section_contact.top::before {
  content: "";
  display: block;
  background-color: rgba(0, 78, 162, 0.75);
  background-blend-mode: multiply;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#section_contact .hdr_contentSection,
#section_contact .body_contentSection {
  position: relative;
}
#section_contact .body_contentSection {
  max-width: 700px;
}
#section_contact .body_contentSection .box_text {
  color: #FFFFFF;
  margin-bottom: 5vh;
}
#section_contact.under {
  height: auto;
  background-image: none;
  background-size: contain;
  background-position: center top;
}
#section_contact.under .body_contentSection {
  max-width: none;
}
#section_contact.under .body_contentSection .box_text {
  max-width: 700px;
  margin: 0px auto 5vh;
  color: #666666;
}

.confDL {
  padding: 5vh 0;
  width: 94%;
  max-width: 700px;
  margin: 0px auto;
}
.confDL dt {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1em;
  background-color: #004ea2;
  line-height: 1em;
  padding: 1em 1.4em;
  border-radius: 5px;
}
.confDL dd {
  margin-bottom: 3em;
  color: #393939;
  line-height: 1.4em;
  padding: 1em 2em;
}

.wrp_btns {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  inline-size: 94%;
  max-inline-size: 700px;
  margin: 0px auto;
}

.wrp_pp {
  max-width: 900px;
  margin: 0px auto 5vh;
  border-radius: 5px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
  overflow: auto;
  height: 40vh;
}

.ppDL {
  padding: 2em;
}
.ppDL dt {
  font-weight: 700;
  margin-bottom: 1.5em;
}
.ppDL dd {
  line-height: 1.8em;
  margin-bottom: 3em;
}
.ppDL dd ol {
  list-style-position: inside;
  margin-left: 1em;
}
.ppDL dd ul {
  list-style-position: inside;
  list-style-type: initial;
  margin: 1em;
}

/* Page Top Scroll Btn */
#wrp_toTop {
  position: absolute;
  width: fit-content;
  bottom: 5vh;
  left: 50vw;
  transform: translate(-50%, 0);
}
#wrp_toTop a {
  display: block;
  width: 30px;
  height: 110px;
  margin: 0px auto;
  background: url("../images/base/arrow_up.svg") no-repeat center;
  background-size: contain;
  position: relative;
  bottom: 0;
  transition: bottom 0.15s ease-out;
}
#wrp_toTop a span {
  position: absolute;
  right: -3em;
  top: 50%;
  transform-origin: center;
  transform: translate(0, -50%) rotate(-90deg);
  color: #FFFFFF;
  width: max-content;
  font-size: 1rem;
  line-height: 1em;
  font-style: italic;
  font-family: "DM Serif Text", serif;
  font-weight: 400;
}
#wrp_toTop a:hover {
  bottom: -5px;
}
#wrp_toTop.under a {
  background-image: url("../images/base/arrow_up_gray.svg");
}
#wrp_toTop.under a span {
  color: #666666;
}

.main-logo {
  width: 50%;
  max-width: 400px;
  margin: 0 auto 12vh;
}
.main-logo img {
  display: block;
  width: 100%;
  height: auto;
}

/**ANCHOR - privacypolicy modal */
/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 1000;
  animation: fadeIn 0.3s ease-out;
}

.modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-content {
  background: white;
  border-radius: 20px;
  padding: 40px;
  max-width: 700px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  animation: slideIn 0.4s ease-out;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.modal-title {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.4em;
  color: #333;
  background: linear-gradient(45deg, #667eea, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.close-btn {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #999;
  padding: 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-btn:hover {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  transform: rotate(90deg);
}

.modal-body {
  color: #555;
  line-height: 1.8;
  font-size: 15px;
}

.modal-body h3 {
  color: #333;
  margin: 25px 0 15px 0;
  font-size: 1.3em;
  font-weight: 600;
}

.modal-body p {
  margin-bottom: 15px;
}

.modal-body ul {
  margin: 15px 0;
  padding-left: 25px;
}

.modal-body li {
  margin-bottom: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .modal-content {
    padding: 30px 20px;
    width: 95%;
  }
  .modal-title {
    font-size: 1.5em;
  }
}/*# sourceMappingURL=style.css.map */