@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  page.css
 style info :  ページ固有css
=================================================================== */
/*----------------------------------------------------------------------------------
		 								common
------------------------------------------------------------------------------------*/
.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container.--S {
  max-width: 800px;
}
@media only screen and (max-width: 869px) {
  .container.--S {
    width: 100%;
  }
}
.container.--M {
  max-width: 980px;
}
@media only screen and (max-width: 869px) {
  .container.--M {
    width: 100%;
  }
}
.container.--L {
  max-width: 1180px;
}
@media only screen and (max-width: 869px) {
  .container.--L {
    width: 100%;
  }
}

.lpPages {
  padding: 120px 20px;
  background-color: #f9f3e9;
}

.pageTtl {
  margin-bottom: 80px;
  color: #a96c3b;
  font-weight: 500;
  line-height: 0.6;
  text-align: center;
}
.pageTtl span {
  font-family: "Faculty Glyphic", sans-serif;
  font-size: 70px;
  font-weight: 400;
}
@media only screen and (max-width: 869px) {
  .pageTtl span {
    font-size: 40px;
  }
}
.pageTtl small {
  font-size: 16px;
}
@media only screen and (max-width: 869px) {
  .pageTtl small {
    font-size: 14px;
  }
}

/*----------------------------------------------------------------------------------
		 							         lp
------------------------------------------------------------------------------------*/
#lp {
  background-color: #f9f3e9;
  scroll-margin-top: 80px;
}
#lp .secTtl_wrap {
  box-sizing: border-box;
  z-index: -1;
  position: relative;
  box-sizing: border-box;
  width: 938px;
  height: 630px;
  border-radius: 0 315px 315px 0;
  background-color: #fff;
  padding-top: 90px;
}
@media only screen and (max-width: 869px) {
  #lp .secTtl_wrap {
    width: calc(100% - 20px);
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
  }
}
#lp .secTtl_wrap::before {
  position: absolute;
  inset: 0 auto auto -938px;
  width: 938px;
  height: 630px;
  background-color: #fff;
  content: "";
}
#lp .secTtl {
  color: #a96c3b;
  font-weight: 500;
  line-height: 1.1;
}
@media only screen and (max-width: 869px) {
  #lp .secTtl {
    line-height: 1.2;
  }
}
#lp .secTtl span {
  font-family: "Faculty Glyphic", sans-serif;
  font-size: 82px;
  font-weight: 400;
}
@media only screen and (max-width: 869px) {
  #lp .secTtl span {
    font-size: 40px;
  }
}
#lp .secTtl small {
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  #lp .secTtl small {
    font-size: 14px;
  }
}
#lp .secLead {
  width: 1180px;
  margin-top: 40px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.7;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lp .secLead {
    width: 100%;
    font-size: 40px;
  }
}
@media only screen and (max-width: 869px) {
  #lp .secLead {
    width: calc(100% + 20px);
    font-size: 20px;
    margin-top: 20px;
  }
}
#lp .secTxt {
  width: 1180px;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lp .secTxt {
    width: 100%;
  }
}
@media only screen and (max-width: 869px) {
  #lp .secTxt {
    width: calc(100% + 20px);
    margin: 20px auto 30px;
  }
}
#lp .secContent {
  z-index: 2;
}
#lp .secContent.--highest {
  margin-top: -450px;
}
@media only screen and (max-width: 869px) {
  #lp .secContent.--highest {
    margin-top: 0;
  }
}
#lp .secContent.--plans {
  margin-top: -150px;
}
@media only screen and (max-width: 869px) {
  #lp .secContent.--plans {
    margin-top: -20px;
  }
}
#lp .secContent.--floor {
  margin-top: -180px;
}
@media only screen and (max-width: 869px) {
  #lp .secContent.--floor {
    margin-top: -20px;
  }
}
#lp .secContent.--access {
  margin-top: -180px;
}
@media only screen and (max-width: 869px) {
  #lp .secContent.--access {
    margin-top: -20px;
  }
}
#lp .secContent.--location {
  margin-top: -40px;
}
@media only screen and (max-width: 869px) {
  #lp .secContent.--location {
    margin-top: -30px;
  }
}
#lp .secContent.--space {
  margin-top: -10px;
}
@media only screen and (max-width: 869px) {
  #lp .secContent.--space {
    margin-top: -30px;
  }
}
#lp .slider {
  text-align: center;
}
#lp .slider img {
  width: 100%;
}
#lp .slider_ttl {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #lp .slider_ttl {
    margin: 12px 0 8px;
    font-size: 16px;
  }
}
#lp .slider-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 869px) {
  #lp .slider-thumb {
    margin: 18px auto 0;
  }
}
#lp .slider-thumb li img {
  width: 58px;
  height: auto;
  margin: 0 5px;
}
@media only screen and (max-width: 869px) {
  #lp .thumb-item-nav02 {
    margin-left: auto;
    margin-right: auto;
  }
}
#lp .thumb-item-nav03 {
  margin-left: auto;
  margin-right: auto;
}

#lpTopSec {
  position: relative;
}
#lpTopSec .slider01 img {
  width: 100%;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .slider01 img {
    height: calc(100vh - 100px);
    object-fit: cover;
  }
}
#lpTopSec .lpTopSec_dl {
  position: absolute;
  bottom: 28px;
  left: 50px;
  display: block;
  padding: 18px 46px 18px 18px;
  color: #fff;
  background-color: #ff5438;
  box-shadow: 2px 7px 16px -6px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_dl {
    display: none;
    bottom: 90vw;
    left: 10px;
    padding: 12px 36px 12px 15px;
  }
}
#lpTopSec .lpTopSec_dl p {
  position: relative;
  font-size: 15 px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_dl p {
    font-size: 12px;
  }
}
#lpTopSec .lpTopSec_dl p img {
  position: absolute;
  top: 15px;
  right: -30px;
  width: 18px;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_dl p img {
    top: 12px;
    right: -25px;
    width: 15px;
  }
}
#lpTopSec .lpTopSec_linkWrap {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: block;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpTopSec .lpTopSec_linkWrap {
    bottom: 20px;
  }
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_linkWrap {
    right: 10px;
    bottom: 15px;
  }
}
#lpTopSec .lpTopSec_linkWrap:hover {
  opacity: 1;
  opacity: 1;
}
#lpTopSec .lpTopSec_linkWrap:hover .lpTopSec_linkIcn {
  transition: all 0.5s ease;
  transform: translateY(2px);
}
#lpTopSec .lpTopSec_linkWrap:hover .lpTopSec_linkIcn_right {
  transition: all 0.5s ease;
  transform: translateX(2px);
}
#lpTopSec .lpTopSec_link {
  width: 185px;
  box-shadow: 2px 7px 16px -6px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpTopSec .lpTopSec_link {
    width: 165px;
  }
}
#lpTopSec .lpTopSec_link p {
  text-align: center;
  padding: 10px 15px;
  color: #ff5438;
  background-color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpTopSec .lpTopSec_link p {
    padding: 12px 5px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_link p {
    padding: 12px 12px;
    font-size: 15px;
  }
}
#lpTopSec .lpTopSec_link .lpTopSec_linkIcn {
  transition: all 0.5s ease;
  position: relative;
  top: -1px;
  width: 14px;
  margin-left: 3px;
}
#lpTopSec .lpTopSec_link .lpTopSec_linkIcn_right {
  transition: all 0.5s ease;
  position: relative;
  top: -1px;
  width: 14px;
  margin-left: 3px;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_link .lpTopSec_linkImg {
    display: none;
  }
}
#lpTopSec .lpTopSec_ttl {
  z-index: 1;
  position: absolute;
  top: 40px;
  left: 50px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpTopSec .lpTopSec_ttl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_ttl {
    top: 70px;
    bottom: auto;
    left: 20px;
    font-size: 25px;
    line-height: 1.8;
  }
}
#lpTopSec .lpTopSec_ttl span {
  font-family: "Poppins", sans-serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 1.3;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpTopSec .lpTopSec_ttl span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 869px) {
  #lpTopSec .lpTopSec_ttl span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 40px;
  }
}
#lpTopSec .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: -40px;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .slick-dots {
    text-align: left;
    margin-left: 20px;
    margin-top: -30px;
  }
}
#lpTopSec .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .slick-dots li {
    width: 6px;
    height: 6px;
    margin: 0 1.2%;
  }
}
#lpTopSec .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#lpTopSec .slick-dots li button:hover,
#lpTopSec .slick-dots li button:focus {
  outline: none;
}
#lpTopSec .slick-dots li button:hover:before,
#lpTopSec .slick-dots li button:focus:before {
  opacity: 1;
}
#lpTopSec .slick-dots li button:before {
  font-size: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  text-align: center;
  color: #fff;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 869px) {
  #lpTopSec .slick-dots li button:before {
    width: 6px;
    height: 6px;
    font-size: 24px;
  }
}
#lpTopSec .slick-dots li.slick-active button:before {
  opacity: 1;
}

#lpNewsSec {
  background-color: #8c8c8c;
  padding: 60px 20px 60px;
}
#lpNewsSec .lpNewsSec_ttl {
  margin-bottom: 40px;
  color: #f9f3e9;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#lpNewsSec .lpNewsSec_ttl span {
  font-family: "Faculty Glyphic", sans-serif;
  font-size: 60px;
  font-weight: 500;
}
@media only screen and (max-width: 869px) {
  #lpNewsSec .lpNewsSec_ttl span {
    font-size: 36px;
  }
}
#lpNewsSec .all_btn {
  margin-top: 40px;
  text-align: center;
}
#lpNewsSec .all_btn a {
  display: inline-block;
  width: 300px;
  border: solid 1px #fff;
  color: #fff;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  #lpNewsSec .all_btn a {
    width: 335px;
  }
}
@media only screen and (max-width: 599px) {
  #lpNewsSec .all_btn a {
    width: 270px;
  }
}

.news_list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
@media only screen and (max-width: 599px) {
  .news_list {
    gap: 30px 0;
    margin-bottom: 50px;
  }
}
.news_list li {
  width: calc((100% - 40px) / 3);
  background-color: #f5f3f0;
}
@media only screen and (max-width: 599px) {
  .news_list li {
    width: 100%;
  }
}
.news_list a {
  display: block;
}
.news_list .news_thumb img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}
@media only screen and (max-width: 599px) {
  .news_list .news_thumb img {
    height: 60vw;
  }
}
.news_list .news_box_bottom {
  background-color: #f5f3f0;
  padding: 15px 20px 20px;
}
.news_list .news_date {
  margin-bottom: 5px;
  margin-right: 16px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.news_list .news_ttl {
  font-size: 16px;
  font-weight: 700;
}

#lpCampaignSec {
  padding: 80px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec {
    padding: 60px 20px;
  }
}
#lpCampaignSec .lpCampaignSec_banner {
  display: inline-flex;
  padding: 44px 59px 44px 89px;
  margin: 0 auto;
  background: url(../../images/lp/campaign-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_banner {
    display: block;
    padding: 30px 15px;
  }
}
#lpCampaignSec .lpCampaignSec_logo {
  width: 180px;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_logo {
    margin: 0 auto;
  }
}
#lpCampaignSec .lpCampaignSec_info {
  box-sizing: border-box;
  width: calc(100% - 121px);
  padding-left: 35px;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_info {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
}
#lpCampaignSec .lpCampaignSec_ttl {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_ttl {
    font-size: 16px;
  }
}
#lpCampaignSec .lpCampaignSec_ttl span {
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_ttl span {
    font-size: 20px;
  }
}
#lpCampaignSec .lpCampaignSec_time {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_time {
    font-size: 14px;
  }
}
#lpCampaignSec .lpCampaignSec_time span {
  font-size: 28px;
  font-weight: 700;
  margin-right: 16px;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_time span {
    margin-right: 5px;
    font-size: 20px;
  }
}
#lpCampaignSec .lpCampaignSec_time span + span {
  margin-left: 16px;
}
@media only screen and (max-width: 869px) {
  #lpCampaignSec .lpCampaignSec_time span + span {
    margin-left: 5px;
  }
}

#lpPlansSec {
  padding: 0 20px 80px;
  /* Arrows */
}
@media only screen and (max-width: 869px) {
  #lpPlansSec {
    padding: 0 0 60px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .secTtl_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#lpPlansSec .lpPlansSec_tabWrap {
  max-width: 1180px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .lpPlansSec_tabWrap {
    padding: 0;
  }
}
#lpPlansSec .tabnav {
  display: flex;
  justify-content: center;
  width: 665px;
  margin: 0 auto;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .tabnav {
    width: calc(100% - 40px);
  }
}
#lpPlansSec .tabnav > li {
  width: 155px;
  flex-grow: 1;
  padding: 13px;
  list-style: none;
  border: solid 1px #344337;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .tabnav > li {
    font-size: 14px;
  }
}
#lpPlansSec .tabnav > li + li {
  margin-left: 15px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .tabnav > li + li {
    margin-left: 10px;
  }
}
#lpPlansSec .tabnav > li br {
  display: none;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .tabnav > li br {
    display: block;
  }
}
#lpPlansSec .tabnav > li.active {
  position: relative;
  background: #344337;
  color: #fff;
  transition: all 0.2s ease-out;
}
#lpPlansSec .tabnav > li.active::after {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #344337 transparent transparent transparent;
  content: "";
  margin: auto;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .tabnav > li.active::after {
    bottom: -10px;
    border-width: 10px 7px 0 7px;
  }
}
#lpPlansSec .tab-content {
  display: none;
}
#lpPlansSec .tab-content.active {
  display: block;
}
#lpPlansSec #tabcontents {
  margin-top: 45px;
  background-color: #fff;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec #tabcontents {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec #tabcontents {
    margin-top: 23px;
  }
}
#lpPlansSec .office {
  display: flex;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office {
    display: block;
  }
}
#lpPlansSec .office_img {
  width: 48%;
  overflow: hidden;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_img {
    width: 100%;
  }
}
#lpPlansSec .office_img img {
  width: 100%;
  height: auto;
}
#lpPlansSec .office_info {
  box-sizing: border-box;
  width: 52%;
  height: 100%;
  padding: 60px 20px 0;
  background-color: #fff;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .office_info {
    padding: 30px 20px 0 20px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_info {
    width: 100%;
    padding: 30px 12px 50px;
  }
}
#lpPlansSec .office_infoInner {
  position: relative;
  max-width: 425px;
  margin: 0 auto;
}
#lpPlansSec .office_name {
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
#lpPlansSec .office_name span {
  display: inline-block;
  border-radius: 10px;
  padding: 4px 10px;
  margin-top: 13px;
  color: #fff;
  background-color: #ff5438;
  font-size: 13px;
  font-weight: 700;
}
#lpPlansSec .office_number {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_number {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
}
#lpPlansSec .office_feeWrap {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 0px 0 0 10px;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .office_feeWrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_feeWrap {
    margin-top: 20px;
  }
}
#lpPlansSec .office_feeTtl {
  width: 82px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .office_feeTtl {
    font-size: 13px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_feeTtl {
    width: 70px;
    font-size: 13px;
  }
}
#lpPlansSec .office_feeAmount {
  width: calc(100% - 80px);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 10px 0 0px;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .office_feeAmount {
    width: calc(100% - 70px);
    font-size: 12px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_feeAmount {
    width: calc(100% - 70px);
    font-size: 12px;
  }
}
#lpPlansSec .office_feeAmount .office_feeBefore {
  position: relative;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .office_feeAmount .office_feeBefore {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_feeAmount .office_feeBefore {
    margin-left: 10px;
  }
}
#lpPlansSec .office_feeAmount .office_feeBefore::after {
  position: absolute;
  left: -5px;
  bottom: 15px;
  background-color: #ed2d25;
  width: 115%;
  height: 2px;
  content: "";
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .office_feeAmount .office_feeBefore::after {
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_feeAmount .office_feeBefore::after {
    left: 0;
    width: 100%;
  }
}
#lpPlansSec .office_feeAmount .office_fee {
  margin-left: 20px;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .office_feeAmount .office_fee {
    margin-left: 5px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_feeAmount .office_fee {
    margin-left: 5px;
    margin-right: 15px;
  }
}
#lpPlansSec .office_feeAmount .office_feeAfter {
  color: #ed2d25;
}
#lpPlansSec .office_feeDetail {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
#lpPlansSec .office_feeDetail span {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
#lpPlansSec .office_feeDetail .office_feeDetailBefore {
  position: relative;
}
#lpPlansSec .office_feeDetail .office_feeDetailBefore::after {
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: #ed2d25;
  width: 105%;
  height: 2px;
  content: "";
}
#lpPlansSec .office_feeDetail .office_feeDetailAfter {
  color: #ed2d25;
  margin-left: 5px;
}
#lpPlansSec .office_feeDetail .office_feeDetailNoDiscount {
  margin-left: 5px;
}
#lpPlansSec .office_guarantee {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
#lpPlansSec .office_guarantee .fc-red {
  color: #ed2d25;
}
#lpPlansSec .office_guarantee dt,
#lpPlansSec .office_guarantee dd {
  padding: 7px 0 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_guarantee dt,
  #lpPlansSec .office_guarantee dd {
    font-size: 12px;
  }
}
#lpPlansSec .office_guarantee dt {
  display: flex;
  align-items: center;
  width: 120px;
  border-top: solid 1px #000;
  padding: 0px 0 0 10px;
}
#lpPlansSec .office_guarantee dd {
  width: calc(100% - 130px);
  border-top: solid 1px #000;
  text-align: right;
}
#lpPlansSec .office_guarantee dd p {
  margin-right: 10px;
  font-weight: 700;
}
#lpPlansSec .office_guarantee dd .office_guaranteeNone {
  position: relative;
  font-weight: 700;
}
#lpPlansSec .office_guarantee dd .office_guaranteeNone::after {
  position: absolute;
  left: 0;
  bottom: 8px;
  background-color: #ed2d25;
  width: 100%;
  height: 2px;
  content: "";
}
#lpPlansSec .office_guarantee dd .office_guaranteePrice {
  margin: 0 3px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
#lpPlansSec .office_campaign {
  display: flex;
  gap: 10px 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
#lpPlansSec .office_campaign li {
  display: inline-block;
  border: solid 1px #ed2d25;
  padding: 6px 6px;
  color: #ed2d25;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-weight: bold;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .office_campaign li {
    font-size: 12px;
  }
}
#lpPlansSec .office_campaignNote {
  opacity: 0.5;
  margin-top: 15px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
#lpPlansSec .office_campaignTxt {
  margin-top: 15px;
}
#lpPlansSec .office_campaignTxt p {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
#lpPlansSec .office_campaignTxt p a {
  color: #ed2d25;
  text-decoration: underline;
}
#lpPlansSec .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: -33px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slick-dots {
    margin-top: -5px;
  }
}
#lpPlansSec .slick-dots li {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 1%;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
#lpPlansSec .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#lpPlansSec .slick-dots li button:hover,
#lpPlansSec .slick-dots li button:focus {
  outline: none;
}
#lpPlansSec .slick-dots li button:hover:before,
#lpPlansSec .slick-dots li button:focus:before {
  opacity: 1;
}
#lpPlansSec .slick-dots li button:before {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: "•";
  text-align: center;
  color: #000;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slick-dots li button:before {
    color: #000;
    opacity: 0.3;
  }
}
#lpPlansSec .slick-dots li.slick-active button:before {
  opacity: 1;
}
#lpPlansSec .slick-prev,
#lpPlansSec .slick-next {
  z-index: 1;
}
#lpPlansSec .slick-prev {
  position: absolute;
  bottom: 0px;
  right: 23px;
  cursor: pointer;
  transform: scale(0.5);
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slick-prev {
    top: -25px;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
  }
}
#lpPlansSec .slick-prev.slick-disabled:before,
#lpPlansSec .slick-next.slick-disabled:before {
  display: none;
}
#lpPlansSec .slick-next {
  position: absolute;
  bottom: 0px;
  right: -2px;
  margin: auto;
  cursor: pointer;
  transform: rotate(180deg) scale(0.5);
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slick-next {
    top: -25px;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
#lpPlansSec .slick-prev:before,
#lpPlansSec .slick-next:before {
  width: 23px;
  height: 23px;
  content: url(../../images/lp/slide-arrow.png);
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slick-prev:before,
  #lpPlansSec .slick-next:before {
    content: url(../../images/lp/slide-arrow-sp.png);
  }
}
#lpPlansSec .secSubTtl {
  max-width: 1060px;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .secSubTtl {
    max-width: calc(100% - 40px);
  }
}
#lpPlansSec .thumb-item-nav08 {
  margin-left: 38px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .thumb-item-nav08 {
    margin-left: auto;
    margin-right: auto;
  }
}
#lpPlansSec .slider-info {
  box-sizing: border-box;
  display: flex;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slider-info {
    display: block;
  }
}
#lpPlansSec .slider-info .slider-infoLeft {
  width: 156px;
  padding-top: 6px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slider-info .slider-infoLeft {
    width: 100%;
  }
}
#lpPlansSec .slider-info .slider-infoRight {
  width: calc(100% - 156px);
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slider-info .slider-infoRight {
    width: 100%;
  }
}
#lpPlansSec .slider-info__linkWrap {
  width: 50%;
  margin-top: -50px;
  margin-left: auto;
  margin-right: 118px;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpPlansSec .slider-info__linkWrap {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slider-info__linkWrap {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
  }
}
#lpPlansSec .slider-info__link {
  width: 156px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slider-info__link {
    display: flex;
    width: 100%;
  }
}
#lpPlansSec .slider-info__link li a {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  text-decoration: underline;
}
#lpPlansSec .slider-info__link li + li {
  margin-top: 8px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slider-info__link li + li {
    margin-top: 0;
    margin-left: 10px;
  }
}
#lpPlansSec .slider-infoLogo {
  width: 128px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .slider-infoLogo {
    margin: 20px auto 20px;
  }
}
#lpPlansSec .slider-infoLogo img {
  width: 100%;
}
#lpPlansSec .slider-info_txt {
  font-size: 13px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .lpPlansSec_campaignWrap {
    padding: 0 20px;
  }
}
#lpPlansSec .lpPlansSec_campaignTtl {
  margin-top: 68px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .lpPlansSec_campaignTtl {
    margin-top: 60px;
  }
}
#lpPlansSec .lpPlansSec_campaignTtl span {
  border: solid 1px #ff5438;
  padding: 3px 7px;
  color: #ff5438;
  font-size: 15px;
}
#lpPlansSec .lpPlansSec_campaignTxt {
  margin-top: 12px;
}
#lpPlansSec .lpPlansSec_campaignTxt p {
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
}
#lpPlansSec .lpPlansSec_campaignList {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px rgba(0, 2, 33, 0.2);
  margin-top: 50px;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .lpPlansSec_campaignList {
    margin-top: 30px;
    font-size: 12px;
  }
}
#lpPlansSec .lpPlansSec_campaignList dt {
  width: 168px;
  border-bottom: solid 1px rgba(0, 2, 33, 0.2);
  padding: 5px 0;
  font-size: 13px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .lpPlansSec_campaignList dt {
    width: 140px;
  }
}
#lpPlansSec .lpPlansSec_campaignList dd {
  width: calc(100% - 168px);
  border-bottom: solid 1px rgba(0, 2, 33, 0.2);
  padding: 5px 0;
  font-size: 13px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  #lpPlansSec .lpPlansSec_campaignList dd {
    width: calc(100% - 140px);
  }
}
#lpPlansSec .lpPlansSec_campaignNote {
  padding: 7px 0;
  border-bottom: solid 1px rgba(0, 2, 33, 0.2);
  font-size: 10px;
  font-weight: 500;
}

#lpContactSec {
  color: #fff;
  background: repeating-linear-gradient(to right, #925b30 0, #925b30 116px, #986133 116px, #986133 232px);
  padding: 94px 0;
}
@media only screen and (max-width: 869px) {
  #lpContactSec {
    padding: 50px 15px;
  }
}
#lpContactSec .lpConceptSec_bgInner {
  position: relative;
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 115px;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #lpContactSec .lpConceptSec_bgInner {
    padding: 0;
  }
}
#lpContactSec .lpConceptSec_ttl span {
  font-family: "Faculty Glyphic", sans-serif;
  font-size: 82px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #lpContactSec .lpConceptSec_ttl span {
    font-size: 36px;
  }
}
#lpContactSec .lpConceptSec_ttl span small {
  font-size: 16px;
  font-weight: 500;
}
#lpContactSec p {
  margin-top: 30px;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpContactSec p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 869px) {
  #lpContactSec p {
    margin-top: 30px;
    font-size: 26px;
  }
}
#lpContactSec .lpContactSec_btn {
  display: flex;
  gap: 0 56px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 869px) {
  #lpContactSec .lpContactSec_btn {
    display: block;
    margin-top: 50px;
  }
}
#lpContactSec .lpContactSec_btn a {
  box-sizing: border-box;
  display: inline-block;
  width: 380px;
  background-color: #fff;
  padding: 27px 0;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  #lpContactSec .lpContactSec_btn a {
    width: 335px;
    margin: 0 auto;
  }
}
#lpContactSec .lpContactSec_btn a:first-child {
  border: solid 1px #fff;
  color: #fff;
  background-color: #ff5438;
}
@media only screen and (max-width: 869px) {
  #lpContactSec .lpContactSec_btn a:first-child {
    margin-bottom: 20px;
  }
}
#lpContactSec .lpContactSec_txt {
  margin-top: 50px;
  font-size: 18px;
  text-align: center;
}
#lpContactSec .lpContactSec_tel {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
}
#lpContactSec .lpContactSec_tel a {
  color: #fff;
}
#lpContactSec .lpContactSec_tel span {
  font-size: 41px;
}
@media only screen and (max-width: 869px) {
  #lpContactSec .lpContactSec_tel span {
    font-size: 32px;
  }
}

#lpLocationSec,
#lpSpaceSec {
  padding: 80px 20px 0;
  /* Arrows */
}
@media only screen and (max-width: 869px) {
  #lpLocationSec,
  #lpSpaceSec {
    padding: 60px 20px 0;
  }
}
#lpLocationSec .slick-prev,
#lpLocationSec .slick-next,
#lpSpaceSec .slick-prev,
#lpSpaceSec .slick-next {
  z-index: 1;
  cursor: pointer;
}
#lpLocationSec .slick-prev,
#lpSpaceSec .slick-prev {
  position: absolute;
  top: calc(50% - 52px);
  left: 20px;
  width: 52px;
  height: 52px;
}
@media only screen and (max-width: 869px) {
  #lpLocationSec .slick-prev,
  #lpSpaceSec .slick-prev {
    top: calc(50% - 50px);
    left: 0;
    transform: scale(0.5);
  }
}
#lpLocationSec .slick-prev:before,
#lpSpaceSec .slick-prev:before {
  content: url(../../images/lp/slide-prev.svg);
}
#lpLocationSec .slick-prev.slick-disabled:before,
#lpLocationSec .slick-next.slick-disabled:before,
#lpSpaceSec .slick-prev.slick-disabled:before,
#lpSpaceSec .slick-next.slick-disabled:before {
  display: none;
}
#lpLocationSec .slick-next,
#lpSpaceSec .slick-next {
  position: absolute;
  top: calc(50% - 52px);
  right: 20px;
  width: 52px;
  height: 52px;
  opacity: 0.7;
}
@media only screen and (max-width: 869px) {
  #lpLocationSec .slick-next,
  #lpSpaceSec .slick-next {
    top: calc(50% - 50px);
    right: 0;
    transform: scale(0.5);
  }
}
#lpLocationSec .slick-next:before,
#lpSpaceSec .slick-next:before {
  content: url(../../images/lp/slide-next.svg);
}

#lpSpaceSec .lpSpaceSec_imgList {
  display: flex;
  gap: 80px 50px;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .lpSpaceSec_imgList {
    gap: 40px 20px;
    margin: 60px auto 0;
  }
}
#lpSpaceSec .lpSpaceSec_imgList li {
  width: calc((100% - 50px) / 2);
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .lpSpaceSec_imgList li {
    width: 100%;
  }
}
#lpSpaceSec .lpSpaceSec_imgList li img {
  width: 100%;
}
#lpSpaceSec .lpSpaceSec_imgListTtl {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .lpSpaceSec_imgListTtl {
    margin-top: 10px;
    font-size: 16px;
  }
}
#lpSpaceSec .lpSpaceSec_imgListTxt {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
#lpSpaceSec .lpSpaceSec_detail {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  border-top: solid 1px #344337;
  margin: 90px auto 0;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .lpSpaceSec_detail {
    display: block;
    margin: 50px auto 0;
  }
}
#lpSpaceSec .lpSpaceSec_detail dt {
  width: 200px;
  border-bottom: solid 1px #344337;
  padding: 30px 0;
  font-size: 19px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .lpSpaceSec_detail dt {
    width: 100%;
    border-bottom: none;
    padding: 16px 0 0;
    font-size: 18px;
  }
  #lpSpaceSec .lpSpaceSec_detail dt br {
    display: none;
  }
}
#lpSpaceSec .lpSpaceSec_detail dd {
  width: calc(100% - 200px);
  border-bottom: solid 1px #344337;
  padding: 30px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 869px) {
  #lpSpaceSec .lpSpaceSec_detail dd {
    width: 100%;
    padding: 5px 0 16px;
    font-size: 14px;
  }
}

#lpServiceSec {
  padding: 80px 20px;
}
@media only screen and (max-width: 869px) {
  #lpServiceSec {
    padding: 50px 15px;
  }
}
#lpServiceSec .lpServiceSec_list {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 30px;
}
@media only screen and (max-width: 869px) {
  #lpServiceSec .lpServiceSec_list {
    gap: 30px 0;
  }
}
#lpServiceSec .lpServiceSec_list li {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 869px) {
  #lpServiceSec .lpServiceSec_list li {
    width: 100%;
  }
}
#lpServiceSec .lpServiceSec_list .lpServiceSec_listTtl {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
#lpServiceSec .lpServiceSec_list .lpServiceSec_listTtl img {
  width: 70px;
  margin-right: 12px;
}
#lpServiceSec .lpServiceSec_list .lpServiceSec_listTxt {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 2;
}
#lpServiceSec .service-list-wrapper {
  margin-top: 80px;
}
@media only screen and (max-width: 869px) {
  #lpServiceSec .service-list-wrapper {
    margin-top: 60px;
  }
}
#lpServiceSec .service-block {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}
@media only screen and (max-width: 869px) {
  #lpServiceSec .service-block {
    padding: 30px 20px;
  }
}
#lpServiceSec .service-block h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#lpServiceSec .service-block + .service-block {
  margin-top: 40px;
}
#lpServiceSec .service-section + .service-section {
  margin-top: 30px;
}
#lpServiceSec .service-section h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}
#lpServiceSec .service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 常に3列 */
  gap: 12px;
}
@media only screen and (max-width: 869px) {
  #lpServiceSec .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  #lpServiceSec .service-grid {
    grid-template-columns: 1fr;
  }
}
#lpServiceSec .service-grid .item {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 14px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 600;
}

.moreBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 838px;
  height: 156px;
  border-radius: 15px;
  margin: 0 auto;
  color: #fff;
  background-color: #344337;
}
@media only screen and (max-width: 869px) {
  .moreBtn a {
    box-sizing: border-box;
    width: 320px;
    height: auto;
    padding: 30px 15px 40px;
    margin: 0 auto;
  }
}
.moreBtn .moreBtn_box {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 869px) {
  .moreBtn .moreBtn_box {
    display: block;
  }
}
.moreBtn .moreBtn_logo {
  width: 116px;
}
@media only screen and (max-width: 869px) {
  .moreBtn .moreBtn_logo {
    margin: 0 auto;
  }
}
.moreBtn .moreBtn_logo img {
  width: 100%;
}
.moreBtn .moreBtn_txt {
  box-sizing: border-box;
  width: calc(100% - 88px);
  padding-left: 42px;
}
@media only screen and (max-width: 869px) {
  .moreBtn .moreBtn_txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.moreBtn .moreBtn_txt p {
  font-size: 29px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  .moreBtn .moreBtn_txt p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
}
.moreBtn .moreBtn_txt p span {
  position: relative;
  font-size: 20px;
}
@media only screen and (max-width: 869px) {
  .moreBtn .moreBtn_txt p span {
    font-size: 16px;
  }
}
.moreBtn .moreBtn_txt p span::after {
  position: absolute;
  inset: 0 -140px auto auto;
  content: url(../../images/lp/more-arrow.svg);
}
@media only screen and (max-width: 869px) {
  .moreBtn .moreBtn_txt p span::after {
    inset: auto 0 -20px 0;
    width: 136px;
    margin: auto;
  }
}

#lpFloorPlanSec {
  padding: 0 20px 80px;
  /* Arrows */
}
@media only screen and (max-width: 869px) {
  #lpFloorPlanSec {
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 869px) {
  #lpFloorPlanSec .secTtl,
  #lpFloorPlanSec .secLead {
    padding: 0 20px;
  }
}
#lpFloorPlanSec .slider04 {
  text-align: center;
}
#lpFloorPlanSec .slider04 img {
  border: solid 1px #cfcfcf;
  width: calc(100% - 52px);
}
#lpFloorPlanSec .slick-prev,
#lpFloorPlanSec .slick-next {
  z-index: 1;
  cursor: pointer;
}
#lpFloorPlanSec .slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 52px;
  height: 52px;
}
@media only screen and (max-width: 869px) {
  #lpFloorPlanSec .slick-prev {
    top: calc(50% - 30px);
    left: 0;
    transform: scale(0.5);
  }
}
#lpFloorPlanSec .slick-prev:before {
  content: url(../../images/lp/slide-prev-floor.svg);
}
#lpFloorPlanSec .slick-prev.slick-disabled:before,
#lpFloorPlanSec .slick-next.slick-disabled:before {
  display: none;
}
#lpFloorPlanSec .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 52px;
  height: 52px;
  opacity: 0.7;
}
@media only screen and (max-width: 869px) {
  #lpFloorPlanSec .slick-next {
    top: calc(50% - 30px);
    right: 0;
    transform: scale(0.5);
  }
}
#lpFloorPlanSec .slick-next:before {
  content: url(../../images/lp/slide-next-floor.svg);
}
#lpFloorPlanSec .slider-thumb {
  width: 100%;
  margin-top: 20px;
  font-family: "Faculty Glyphic", sans-serif;
  text-align: center;
  overflow: visible;
}
#lpFloorPlanSec .slider-thumb .slick-slide {
  opacity: 0.3;
  font-size: 24px;
  line-height: 2;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 869px) {
  #lpFloorPlanSec .slider-thumb .slick-slide {
    font-size: 20px;
  }
}
#lpFloorPlanSec .slider-thumb .slick-slide.slick-current {
  position: relative;
  opacity: 1;
  transform: scale(1.3);
}
@media only screen and (max-width: 869px) {
  #lpFloorPlanSec .slider-thumb .slick-slide.slick-current {
    transform: scale(1.2);
  }
}
#lpFloorPlanSec .slider-thumb .slick-slide.slick-current span {
  position: relative;
}
#lpFloorPlanSec .slider-thumb .slick-slide.slick-current span::after {
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: 2px;
  background-color: #344337;
  margin: auto;
  content: "";
}

#lpAccessSec {
  padding-bottom: 80px;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec {
    padding: 0 0 60px;
  }
}
#lpAccessSec .lpAccessSec_ttl {
  padding: 0 20px;
}
#lpAccessSec .access_wrapper {
  display: flex;
  margin-top: 80px;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .access_wrapper {
    display: block;
  }
}
#lpAccessSec .access_map {
  width: 50%;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .access_map {
    width: 100%;
  }
}
#lpAccessSec .ggmap {
  width: 100%;
  height: 500px;
  margin-left: auto;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .ggmap {
    width: 100%;
    height: auto;
  }
}
#lpAccessSec .ggmap iframe {
  width: 100%;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpAccessSec .ggmap iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .ggmap iframe {
    width: 100%;
  }
}
#lpAccessSec .access_info {
  box-sizing: border-box;
  width: 50%;
  padding-top: 5px;
  padding-left: 50px;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpAccessSec .access_info {
    padding: 5px 20px 0;
  }
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .access_info {
    width: 100%;
    padding: 30px 20px 0;
  }
}
#lpAccessSec .access_info dl {
  display: flex;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .access_info dl {
    display: block;
  }
}
#lpAccessSec .access_info dl + dl {
  margin-top: 40px;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .access_info dl + dl {
    margin-top: 30px;
  }
}
#lpAccessSec .access_info dl dt {
  padding-top: 3px;
}
#lpAccessSec .access_info dl dt span {
  display: block;
  width: 76px;
  padding: 1px 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .access_info dl dt {
    margin-bottom: 10px;
  }
}
#lpAccessSec .access_info dl dd {
  box-sizing: border-box;
  width: calc(100% - 76px);
  padding-left: 10px;
}
@media only screen and (max-width: 869px) {
  #lpAccessSec .access_info dl dd {
    width: 100%;
    padding-left: 0;
  }
}
#lpAccessSec .access_infoMain {
  margin-bottom: 30 px;
  font-size: 18px;
  font-weight: 500;
}
#lpAccessSec .access_infoMain + .access_infoDetail {
  margin-top: 20px;
}
#lpAccessSec .access_infoDetail {
  max-width: 400px;
  font-size: 13px;
  line-height: 1.8;
}
#lpAccessSec .access_infoDetail + .access_infoDetail {
  margin-top: 16px;
}
#lpAccessSec .access_infoDetail span {
  color: #0085ba;
  font-size: 17px;
  font-weight: 500;
}
#lpAccessSec .access_infoFacility {
  max-width: 400px;
  font-size: 17px;
  line-height: 1.8;
}

#lpFaqSec {
  padding: 0 20px;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec {
    padding: 0;
  }
  #lpFaqSec .secTtl {
    padding: 0 20px;
  }
  #lpFaqSec .faq_list {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

#lpFaqSec,
#p-faq {
  position: relative;
  /*accordion*/
}
#lpFaqSec .faq_list,
#p-faq .faq_list {
  max-width: 824px;
  margin: 40px auto;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec .faq_list,
  #p-faq .faq_list {
    margin: 30px auto 50px;
  }
}
#lpFaqSec .faq_list li + li,
#p-faq .faq_list li + li {
  margin-top: 12px;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec .faq_list li + li,
  #p-faq .faq_list li + li {
    margin-top: 10px;
  }
}
#lpFaqSec .question,
#p-faq .question {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 37px;
  margin: auto;
  height: 29px;
  color: #a96c3b;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec .question,
  #p-faq .question {
    left: 20px;
    font-size: 15px;
  }
}
#lpFaqSec dl.accordion,
#p-faq dl.accordion {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #fff;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec dl.accordion,
  #p-faq dl.accordion {
    border-radius: 0;
  }
}
#lpFaqSec dl.accordion dt,
#p-faq dl.accordion dt {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px 92px;
  box-sizing: border-box;
  border-radius: 4px;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec dl.accordion dt,
  #p-faq dl.accordion dt {
    border-radius: 0;
    padding: 20px 60px;
  }
}
#lpFaqSec dl.accordion dt p,
#p-faq dl.accordion dt p {
  color: #344337;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.2;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec dl.accordion dt p,
  #p-faq dl.accordion dt p {
    font-size: 12px;
  }
}
#lpFaqSec dl.accordion dt.open::after,
#p-faq dl.accordion dt.open::after {
  transform: rotate(180deg) scale(0.5);
}
#lpFaqSec dl.accordion dt::after,
#p-faq dl.accordion dt::after {
  content: url(../../images/lp/faq-arrow.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  height: 25px;
  transform: scale(0.5);
}
@media only screen and (max-width: 869px) {
  #lpFaqSec dl.accordion dt::after,
  #p-faq dl.accordion dt::after {
    right: 20px;
  }
}
#lpFaqSec dl.accordion dd,
#p-faq dl.accordion dd {
  word-wrap: break-word;
  box-sizing: border-box;
  padding: 10px 92px 20px;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec dl.accordion dd,
  #p-faq dl.accordion dd {
    padding: 0 20px 30px;
  }
}
#lpFaqSec dl.accordion dd p,
#p-faq dl.accordion dd p {
  font-size: 13px;
  line-height: 1.8;
}
@media only screen and (max-width: 869px) {
  #lpFaqSec dl.accordion dd p,
  #p-faq dl.accordion dd p {
    font-size: 12px;
    line-height: 1.7;
  }
}
#lpFaqSec dl.accordion dd p a,
#p-faq dl.accordion dd p a {
  color: #ff6200;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}
#lpFaqSec .lpFaqSec_all,
#p-faq .lpFaqSec_all {
  text-align: center;
}
#lpFaqSec .lpFaqSec_all a,
#p-faq .lpFaqSec_all a {
  display: inline-block;
  width: 300px;
  border: solid 1px #344337;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: all 0.5s ease;
}
#lpFaqSec .lpFaqSec_all a:hover,
#p-faq .lpFaqSec_all a:hover {
  opacity: 1;
  color: #fff;
  background-color: #344337;
  transition: all 0.5s ease;
}

#lpMoreSec {
  padding: 160px 20px;
}
@media only screen and (max-width: 869px) {
  #lpMoreSec {
    padding: 60px 20px;
  }
}

#lpConceptSec .lpConceptSec_bg {
  background: url(../../images/lp/concept-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0;
  color: #fff;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg {
    padding: 60px 15px;
    border-radius: 0;
  }
}
#lpConceptSec .lpConceptSec_bg .lpConceptSec_bgInner {
  position: relative;
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 115px;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg .lpConceptSec_bgInner {
    padding: 0;
  }
}
#lpConceptSec .lpConceptSec_bg h3 {
  position: absolute;
  top: -30px;
  left: 15px;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg h3 {
    position: static;
    margin-bottom: 10px;
  }
}
#lpConceptSec .lpConceptSec_bg h3 span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.45em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg h3 span {
    position: static;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}
#lpConceptSec .lpConceptSec_bg h3 span small {
  position: relative;
  top: 2px;
  font-size: 11px;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg h3 span small {
    position: static;
  }
}
#lpConceptSec .lpConceptSec_bg p {
  width: 390px;
  margin: 36px auto 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #lpConceptSec .lpConceptSec_bg p {
    font-size: 14px;
    line-height: 3;
  }
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg p {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
}
#lpConceptSec .lpConceptSec_bg .lpConceptSec_wrap {
  display: flex;
  max-width: 732px;
  margin: 0 auto;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg .lpConceptSec_wrap {
    display: block;
    margin: 30px auto 0;
  }
}
#lpConceptSec .lpConceptSec_bg .lpConceptSec_logo {
  width: 50%;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg .lpConceptSec_logo {
    width: 100%;
    text-align: center;
  }
}
#lpConceptSec .lpConceptSec_bg .lpConceptSec_logo img {
  width: 336px;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg .lpConceptSec_logo img {
    width: 260px;
  }
}
#lpConceptSec .lpConceptSec_bg .lpConceptSec_info {
  width: 50%;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec .lpConceptSec_bg .lpConceptSec_info {
    width: 100%;
    margin-top: 20px;
  }
}
#lpConceptSec h4 {
  width: 390px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec h4 {
    width: auto;
  }
}
#lpConceptSec h4 small {
  font-size: 12px;
  letter-spacing: 1em;
  line-height: 1;
}
#lpConceptSec h4 span {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 869px) {
  #lpConceptSec h4 span {
    font-size: 32px;
  }
}

/*----------------------------------------------------------------------------------
		 								p-newsSingle
------------------------------------------------------------------------------------*/
#p-newsSingle {
  padding-bottom: 10px;
}
#p-newsSingle h1 {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: -0.06em;
}
@media only screen and (max-width: 869px) {
  #p-newsSingle h1 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.5;
  }
}
#p-newsSingle .p-news_date {
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 869px) {
  #p-newsSingle .p-news_date {
    margin-bottom: 50px;
    font-size: 17px;
  }
}
#p-newsSingle .p-news_date span {
  color: #ff591c;
  margin-left: 10px;
  letter-spacing: 0.1em;
}
#p-newsSingle .single_content {
  margin-bottom: 200px;
}
@media only screen and (max-width: 869px) {
  #p-newsSingle .single_content {
    margin-bottom: 130px;
  }
}
#p-newsSingle .single_content h2 {
  font-size: 23px;
  font-weight: bold;
  border-left: 5px solid;
  padding-left: 8px;
}
@media only screen and (max-width: 869px) {
  #p-newsSingle .single_content h2 {
    font-size: 20px;
  }
}
#p-newsSingle .single_content h2 + p,
#p-newsSingle .single_content h2 + h2,
#p-newsSingle .single_content h2 + h3,
#p-newsSingle .single_content h2 + ul,
#p-newsSingle .single_content h2 + ol {
  margin-top: 15px;
}
#p-newsSingle .single_content h3 {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 869px) {
  #p-newsSingle .single_content h3 {
    font-size: 17px;
  }
}
#p-newsSingle .single_content h3 + p,
#p-newsSingle .single_content h3 + h2,
#p-newsSingle .single_content h3 + h3,
#p-newsSingle .single_content h3 + ul,
#p-newsSingle .single_content h3 + ol {
  margin-top: 15px;
}
#p-newsSingle .single_content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 869px) {
  #p-newsSingle .single_content p {
    font-size: 13px;
  }
}
#p-newsSingle .single_content p a {
  color: #ff5438;
}
#p-newsSingle .single_content p + p,
#p-newsSingle .single_content p + h2,
#p-newsSingle .single_content p + h3,
#p-newsSingle .single_content p + ul,
#p-newsSingle .single_content p + ol {
  margin-top: 15px;
}
#p-newsSingle .single_content img {
  max-width: 100%;
  height: auto;
}
#p-newsSingle .single_content .single_contact_btn {
  margin: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #p-newsSingle .single_content .single_contact_btn {
    margin: 40px 0;
  }
}
#p-newsSingle .single_content .single_contact_btn a {
  display: inline-block;
  border-radius: 6px;
  width: 280px;
  color: #fff;
  background-color: #902626;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 869px) {
  #p-newsSingle .single_content .single_contact_btn a {
    width: 260px;
  }
}
@media only screen and (max-width: 599px) {
  #p-newsSingle .single_content .single_contact_btn a {
    width: 250px;
  }
}

.pageNav {
  display: flex;
  width: 390px;
  margin: 0 auto;
  margin-bottom: 150px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  .pageNav {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .pageNav {
    font-size: 12px;
  }
}
.pageNav a:hover {
  opacity: 0.3;
  transition: all 0.5s ease;
}
.pageNav span {
  position: relative;
}
.pageNav span:before {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
}
.pageNav .prev:before {
  content: url(../../images/lp/prev.svg);
}
.pageNav .all:before {
  content: url(../../images/lp/back.svg);
}
.pageNav .next:before {
  content: url(../../images/lp/next.svg);
}

.nav-center {
  width: 50%;
}

.nav-side {
  width: 25%;
}

/*------------------------------------------------------------------------------------
		 								pagenavi 
------------------------------------------------------------------------------------*/
.wp-pagenavi_wrapper {
  margin-top: 60px;
  text-align: center;
}

.wp-pagenavi {
  position: relative;
  display: inline-block;
  height: 25px;
  font-family: "Barlow", sans-serif;
  text-align: center;
  border: none;
  clear: both;
}
@media only screen and (max-width: 869px) {
  .wp-pagenavi {
    margin-bottom: 110px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #000;
  padding: 10px;
  margin: 0 4px;
  font-size: 20px;
  font-weight: 400 !important;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  opacity: 0.2;
  border: none;
  transition: all 0.5s ease;
}
.wp-pagenavi a:hover {
  opacity: 1;
  transition: all 0.5s ease;
}
.wp-pagenavi .current {
  font-weight: 400 !important;
  opacity: 1;
}

.nextpostslink,
.previouspostslink {
  border: none !important;
  position: absolute;
  opacity: 1 !important;
}

.nextpostslink {
  position: absolute;
  right: -60px;
}
.nextpostslink::after {
  position: absolute;
  right: 0;
  top: 4px;
  content: url(../../images/lp/next.svg);
}

.previouspostslink {
  left: -60px;
}
.previouspostslink::after {
  position: absolute;
  left: 0;
  top: 4px;
  content: url(../../images/lp/prev.svg);
}

/*----------------------------------------------------------------------------------
		 								p-privacyPolicy
------------------------------------------------------------------------------------*/
#p-privacyPolicy .privacyPolicy_inner {
  max-width: 800px;
  margin: 0 auto;
}
#p-privacyPolicy h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #p-privacyPolicy h1 {
    font-size: 23px;
    margin-bottom: 50px;
  }
}
#p-privacyPolicy h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (max-width: 869px) {
  #p-privacyPolicy h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 599px) {
  #p-privacyPolicy h2 {
    font-size: 15px;
  }
}
#p-privacyPolicy p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media only screen and (max-width: 869px) {
  #p-privacyPolicy p {
    margin-bottom: 40px;
  }
}
#p-privacyPolicy ul {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}

/*----------------------------------------------------------------------------------
		 								contactArea
------------------------------------------------------------------------------------*/
.page_ttl {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

#p-contact {
  background-color: #f0f0f0;
  padding: 110px 0 200px;
}
@media only screen and (max-width: 869px) {
  #p-contact {
    padding: 80px 20px 100px;
  }
}
#p-contact .page_ttl {
  margin-bottom: 110px;
}
@media only screen and (max-width: 869px) {
  #p-contact .page_ttl {
    margin-bottom: 80px;
  }
}
#p-contact .must {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #dc3232;
  max-width: 550px;
  margin: 0 auto;
}
@media only screen and (max-width: 869px) {
  #p-contact .must {
    position: absolute;
    top: 80px;
    right: 7%;
  }
}
#p-contact .contactForm {
  max-width: 550px;
  margin: 30px auto 0;
  font-size: 16px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 869px) {
  #p-contact .contactForm {
    margin-bottom: 36px;
  }
}
#p-contact .contactForm dt {
  margin-bottom: 10px;
}
#p-contact .contactForm dt span {
  position: relative;
}
#p-contact .contactForm dt span::after {
  content: "＊";
  font-size: 12px;
  font-weight: bold;
  color: #dc3232;
  position: absolute;
  top: -2px;
  right: -16px;
}
#p-contact .contactForm dd {
  margin-bottom: 30px;
}
#p-contact .contactForm input,
#p-contact .contactForm textarea {
  width: 100%;
  font-size: 16px;
  padding: 11px 10px 9px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  background-color: #fff;
}
#p-contact .contactForm input[type=text]:focus {
  outline: 0;
}
#p-contact .contactForm input[type=email]:focus {
  outline: 0;
}
#p-contact .contactForm input[type=text],
#p-contact .contactForm input[type=email],
#p-contact .contactForm input[type=tel],
#p-contact .contactForm input[type=date] {
  max-width: 100%;
}
#p-contact .submitButton {
  text-align: center;
  max-width: 380px;
  margin: 0 auto 36px;
}
@media only screen and (max-width: 869px) {
  #p-contact .submitButton {
    margin: 0 auto 15px;
  }
}
#p-contact .submitButton input {
  width: 100%;
  height: 70px;
  border: none;
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  border-radius: 10px !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 18px;
  font-weight: bold;
}
#p-contact .submitButton input:hover {
  cursor: pointer;
  opacity: 0.65;
  transition: all 0.5s ease;
}
#p-contact input[type=button],
#p-contact input[type=submit],
#p-contact input[type=textarea] {
  -webkit-appearance: none;
}
#p-contact textarea {
  resize: none;
  height: 186px;
  text-align: left;
}
#p-contact input[type=button],
#p-contact input[type=submit] {
  -webkit-appearance: none;
}
#p-contact .thanksTtl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 869px) {
  #p-contact .thanksTtl {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
#p-contact .thankstxt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 869px) {
  #p-contact .thankstxt {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 90px;
  }
}
#p-contact .thankstxt a {
  font-weight: 700;
}
#p-contact .toTopButton {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 869px) {
  #p-contact .toTopButton {
    margin-bottom: 20px;
  }
}
#p-contact .toTopButton a {
  font-size: 16px;
  color: #fff;
  position: relative;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 18px;
}
#p-contact .wpcf7-response-output {
  border: solid 1px #dc3232;
  color: #dc3232;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 50px;
}
#p-contact .wpcf7-not-valid-tip {
  font-size: 14px;
}

.contactFormType span.wpcf7-list-item {
  position: relative;
  width: 100%;
  display: inline;
  margin: 0 20px 0 0;
}
.contactFormType .wpcf7-list-item-label {
  color: #000;
  cursor: pointer;
  font-size: 16px;
}
.contactFormType input[type=radio] {
  position: absolute;
  opacity: 0;
}
.contactFormType .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.contactFormType input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #fff;
}

.contactFormReach {
  margin-top: 20px;
  text-align: left;
}
.contactFormReach .conditionItem {
  width: 174px;
}
@media only screen and (max-width: 869px) {
  .contactFormReach .conditionItem {
    width: 100%;
  }
}
.contactFormReach .conditionInput {
  width: 300px;
}
@media only screen and (max-width: 869px) {
  .contactFormReach .conditionInput {
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
  }
}
.contactFormReach .wpcf7-list-item {
  margin: 0 0 10px !important;
}
.contactFormReach .wpcf7-form-control-wrap {
  display: block;
}
.contactFormReach span.wpcf7-list-item {
  position: relative;
  margin-bottom: 10px !important;
}
.contactFormReach span.wpcf7-list-item.last {
  margin-bottom: 0 !important;
}
.contactFormReach .wpcf7-list-item-label {
  display: inline-block;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.contactFormReach input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.contactFormReach .wpcf7-list-item-label:before {
  content: "";
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: -3px;
  margin-right: 18px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.contactFormReach input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 14px;
  height: 9px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg);
}

.comfirmCheck {
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  .comfirmCheck {
    margin-bottom: 48px;
  }
}
.comfirmCheck span.wpcf7-list-item {
  position: relative;
  width: 100%;
  margin: 0 !important;
}
.comfirmCheck .wpcf7-list-item-label {
  color: #000;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.comfirmCheck .wpcf7-list-item-label::after {
  content: "＊";
  font-size: 12px;
  font-weight: bold;
  color: #dc3232;
  position: absolute;
  top: -2px;
  right: -16px;
}
.comfirmCheck input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.comfirmCheck .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.comfirmCheck input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #000;
  box-shadow: inset 0 0 0 4px #fff;
}

/*----------------------------------------------------------------------------------
                    p-documents
------------------------------------------------------------------------------------*/
#p-documents {
  padding: 70px 0px 0;
}
@media only screen and (max-width: 869px) {
  #p-documents {
    padding: 50px 0px 0px;
  }
}
#p-documents p {
  color: #000;
}
#p-documents .page_ttl {
  margin-bottom: 110px;
  text-align: center;
  color: #ed2d25;
}
@media only screen and (max-width: 869px) {
  #p-documents .page_ttl {
    margin-bottom: 80px;
  }
}
#p-documents .section-head {
  width: auto;
  margin: 0 auto 50px;
  /*  
  		br{
  		  display: none;
  		}
  */
}
@media only screen and (max-width: 869px) {
  #p-documents .section-head {
    margin: 0 10px 50px;
  }
}
#p-documents .section-head h1 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #p-documents .section-head h1 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
#p-documents .section-head .section-subttl {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
@media only screen and (max-width: 869px) {
  #p-documents .section-head .section-subttl {
    font-size: 15px;
    line-height: 1.6;
  }
}
#p-documents .section-head .must {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #dc3232;
  max-width: 550px;
  margin: 0 auto;
}
@media only screen and (max-width: 869px) {
  #p-documents .section-head .must {
    position: absolute;
    top: 80px;
    right: 7%;
  }
}
#p-documents .section-inner {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 80px;
  background: #e7e6e2;
}
@media only screen and (max-width: 869px) {
  #p-documents .section-inner {
    padding: 50px 0 60px;
  }
}
#p-documents .section-inner .issue-container {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 869px) {
  #p-documents .section-inner .issue-container {
    width: 100%;
  }
}
#p-documents .section-inner .issue-container h3 {
  font-weight: bold;
  font-size: 20px;
}
#p-documents .section-inner .issue-container .required {
  font-size: 13px;
  margin-top: 8px;
  padding: 0 0 0 10px;
}
#p-documents .section-inner .issue-container .required span {
  position: relative;
}
#p-documents .section-inner .issue-container .required span::before {
  content: "＊";
  font-size: 12px;
  font-weight: bold;
  color: #dc3232;
  position: absolute;
  top: -1px;
  left: -15px;
}
#p-documents .section-inner .issue-container .issue-case {
  width: 540px;
  padding: 0px;
}
@media only screen and (max-width: 869px) {
  #p-documents .section-inner .issue-container .issue-case {
    width: 100%;
  }
}
#p-documents .section-inner .issue-container .issue-case .item-inner {
  padding: 0px 30px 40px;
}
@media only screen and (max-width: 869px) {
  #p-documents .section-inner .issue-container .issue-case .item-inner {
    padding: 0px 20px 40px;
  }
}
#p-documents .section-inner .issue-container .issue-case .issue-animation {
  border: solid 1px #a2a2a2;
}
#p-documents .section-inner .issue-container .issue-case .issue-animation img {
  width: 100%;
}
#p-documents .section-inner .issue-container .issue-case .issue-ttl {
  text-align: left;
  font-weight: bold;
  margin: 30px 0 10px;
  padding: 0px 0px 0 10px;
}
#p-documents .section-inner .issue-container .issue-case .issue-item {
  margin-bottom: 5px;
  font-size: 15px;
  padding: 0px 0px 0 20px;
  font-weight: bold;
}
#p-documents .section-inner .issue-container .issue-case .issue-download {
  margin-top: 40px;
  text-align: center;
}
#p-documents .section-inner .issue-container .issue-case .issue-mtg {
  text-align: center;
}
#p-documents .section-inner .issue-container .issue-case .issue-mtg a {
  color: #4a6fd5;
}
#p-documents .section-inner .issue-container .issue-case .issue-mtg a:hover {
  text-decoration: underline;
}
#p-documents .section-inner .contactForm {
  color: #000;
  max-width: 550px;
  margin: 30px auto 0;
  font-size: 16px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 869px) {
  #p-documents .section-inner .contactForm {
    margin-bottom: 36px;
  }
}
#p-documents .section-inner .contactForm dt {
  margin-bottom: 10px;
}
#p-documents .section-inner .contactForm dt span {
  position: relative;
}
#p-documents .section-inner .contactForm dt span::after {
  content: "＊";
  font-size: 12px;
  font-weight: bold;
  color: #dc3232;
  position: absolute;
  top: -2px;
  right: -16px;
}
#p-documents .section-inner .contactForm dd {
  margin-bottom: 30px;
}
#p-documents .section-inner .contactForm dd .ex-txt {
  font-size: 13px;
  color: #494949;
  margin-top: 8px;
}
#p-documents .section-inner .contactForm input,
#p-documents .section-inner .contactForm textarea {
  width: 100%;
  font-size: 16px;
  padding: 11px 10px 9px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  border: solid 1px rgba(112, 112, 112, 0.5);
  background-color: #fff;
}
#p-documents .section-inner .contactForm input[type=text]:focus {
  outline: 0;
}
#p-documents .section-inner .contactForm input[type=email]:focus {
  outline: 0;
}
#p-documents .section-inner .contactForm input[type=text],
#p-documents .section-inner .contactForm input[type=email],
#p-documents .section-inner .contactForm input[type=tel],
#p-documents .section-inner .contactForm input[type=date] {
  max-width: 100%;
}
#p-documents .section-inner .contactForm .contactFormReach .wpcf7-form-control-wrap {
  display: block;
}
#p-documents .section-inner .contactForm .contactFormReach span.wpcf7-list-item {
  position: relative;
  margin-bottom: 10px !important;
}
#p-documents .section-inner .contactForm .contactFormReach span.wpcf7-list-item.last {
  margin-bottom: 0 !important;
}
#p-documents .section-inner .contactForm .contactFormReach .wpcf7-list-item-label {
  display: inline-block;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 5px;
}
#p-documents .section-inner .contactForm .contactFormReach input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
#p-documents .section-inner .contactForm .contactFormReach .wpcf7-list-item-label:before {
  content: "";
  border: solid 1px rgba(112, 112, 112, 0.5);
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: -3px;
  margin-right: 18px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
#p-documents .section-inner .contactForm .contactFormReach input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 14px;
  height: 9px;
  border-left: 3px solid #972626;
  border-bottom: 3px solid #972626;
  transform: rotate(-45deg);
}
#p-documents .section-inner .submitButton {
  text-align: center;
  max-width: 380px;
  margin: 0 auto 36px;
}
@media only screen and (max-width: 869px) {
  #p-documents .section-inner .submitButton {
    margin: 0 auto 15px;
  }
}
#p-documents .section-inner .submitButton input {
  width: 100%;
  height: 70px;
  border: none;
  background-color: #ed2d25;
  box-sizing: border-box;
  color: #fff;
  border-radius: 10px !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 18px;
  font-weight: bold;
}
#p-documents .section-inner .submitButton input:hover {
  cursor: pointer;
  opacity: 0.65;
  transition: all 0.5s ease;
}
#p-documents .section-inner input[type=button],
#p-documents .section-inner input[type=submit],
#p-documents .section-inner input[type=textarea] {
  -webkit-appearance: none;
}
#p-documents .section-inner textarea {
  resize: none;
  height: 186px;
  text-align: left;
}
#p-documents .section-inner input[type=button],
#p-documents .section-inner input[type=submit] {
  -webkit-appearance: none;
}
#p-documents .section-inner .thanksTtl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 48px;
  color: #fff;
}
@media only screen and (max-width: 869px) {
  #p-documents .section-inner .thanksTtl {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
#p-documents .section-inner .thankstxt {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-bottom: 70px;
  color: #fff;
}
@media only screen and (max-width: 869px) {
  #p-documents .section-inner .thankstxt {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 90px;
  }
}
#p-documents .section-inner .thankstxt a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}
#p-documents .section-inner .toTopButton {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 869px) {
  #p-documents .section-inner .toTopButton {
    margin-bottom: 20px;
  }
}
#p-documents .section-inner .toTopButton a {
  font-size: 16px;
  color: #fff;
  position: relative;
  background-color: #ed2d25;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 70px;
  margin: 0 auto;
  border-radius: 10px;
  font-size: 18px;
}
#p-documents .section-inner .wpcf7-response-output {
  border: solid 1px #dc3232;
  color: #dc3232;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 50px;
}
#p-documents .section-inner .wpcf7-not-valid-tip {
  font-size: 14px;
}
#p-documents .section-inner .contactFormType span.wpcf7-list-item {
  position: relative;
  width: 100%;
  display: inline;
  margin: 0 20px 0 0;
}
#p-documents .section-inner .contactFormType .wpcf7-list-item-label {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
}
#p-documents .section-inner .contactFormType input[type=radio] {
  position: absolute;
  opacity: 0;
}
#p-documents .section-inner .contactFormType .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#p-documents .section-inner .contactFormType input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #ed2d25;
  box-shadow: inset 0 0 0 4px #fff;
}
#p-documents .section-inner .comfirmCheck {
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 869px) {
  #p-documents .section-inner .comfirmCheck {
    margin-bottom: 48px;
  }
}
#p-documents .section-inner .comfirmCheck span.wpcf7-list-item {
  position: relative;
  width: 100%;
  margin: 0 !important;
}
#p-documents .section-inner .comfirmCheck .wpcf7-list-item-label {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
#p-documents .section-inner .comfirmCheck .wpcf7-list-item-label::after {
  content: "＊";
  font-size: 12px;
  font-weight: bold;
  color: #dc3232;
  position: absolute;
  top: -2px;
  right: -16px;
}
#p-documents .section-inner .comfirmCheck input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
#p-documents .section-inner .comfirmCheck .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
#p-documents .section-inner .comfirmCheck input[type=checkbox]:checked + .wpcf7-list-item-label:before {
  background-color: #ed2d25;
  box-shadow: inset 0 0 0 4px #fff;
}

.reCAPTCHA {
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}/*# sourceMappingURL=page.css.map */