/*----------------------------------------------------------------------------------
                    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;
  }
}
/*----------------------------------------------------------------------------------
                           home
------------------------------------------------------------------------------------*/
#p-entry {
  padding-bottom: 160px;
}
@media only screen and (max-width: 679px) {
  #p-entry {
    padding-bottom: 60px;
  }
}
#p-entry .p-entry_sec_ttl {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 679px) {
  #p-entry .p-entry_sec_ttl {
    font-size: 11px;
    line-height: 1.3;
  }
}
#p-entry .p-entry_sec_ttl span {
  font-family: "Poppins", "Noto Sans Japanese", sans-serif;
  font-size: 90px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 679px) {
  #p-entry .p-entry_sec_ttl span {
    font-size: 39px;
  }
}

#slideSec {
  box-sizing: border-box;
  padding: 55px 20px 0;
  width: 100%;
}
@media only screen and (max-width: 679px) {
  #slideSec {
    padding: 20px 0 10px;
  }
}
#slideSec .slideSec_inner {
  position: relative;
  max-width: 1008px;
  margin: 0 auto;
}
@media only screen and (max-width: 679px) {
  #slideSec .slideSec_inner {
    width: calc(100% - 20px);
  }
}
#slideSec .top-slider img {
  width: 100%;
}
#slideSec .slideSec_cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#slideSec .slideSec_cover img {
  width: 100%;
}
#leadSec {
  padding: 50px 20px 228px;
}
@media only screen and (max-width: 679px) {
  #leadSec {
    padding: 20px 0 110px;
  }
}
#leadSec .leadSec_lead_box {
  display: flex;
  max-width: 906px;
  margin: 0 auto;
}
@media only screen and (max-width: 679px) {
  #leadSec .leadSec_lead_box {
    display: block;
    max-width: calc(100% - 70px);
  }
}
#leadSec .leadSec_lead_ttl {
  width: 372px;
}
@media only screen and (max-width: 679px) {
  #leadSec .leadSec_lead_ttl {
    width: 100%;
  }
}
#leadSec .leadSec_lead_ttl h2 {
  font-size: 62px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 679px) {
  #leadSec .leadSec_lead_ttl h2 {
    font-size: 34px;
  }
}
#leadSec .leadSec_lead_txt {
  width: calc(100% - 372px);
}
@media only screen and (max-width: 679px) {
  #leadSec .leadSec_lead_txt {
    margin-top: 36px;
    width: 100%;
  }
}
#leadSec .leadSec_lead_txt p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media only screen and (max-width: 679px) {
  #leadSec .leadSec_lead_txt p {
    font-size: 13px;
  }
}
#leadSec .leadSec_lead_txt p + p {
  margin-top: 36px;
}
@media only screen and (max-width: 679px) {
  #leadSec .leadSec_lead_txt p + p {
    margin-top: 28px;
  }
}
#leadSec .leadSec_lead {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-top: 130px;
}
@media only screen and (max-width: 679px) {
  #leadSec .leadSec_lead {
    margin-top: 100px;
    font-size: 15px;
  }
}
#leadSec .leadSec_lead_step {
  display: flex;
  max-width: 800px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 679px) {
  #leadSec .leadSec_lead_step {
    max-width: calc(100% - 70px);
    margin: 30px auto 0;
  }
}
#leadSec .leadSec_lead_step li {
  width: 33.3%;
}
#leadSec .leadSec_lead_step li .leadSec_lead_icn {
  max-width: 211px;
  margin: 0 auto;
}
#leadSec .leadSec_lead_step li .leadSec_lead_icn img {
  width: 100%;
}
#leadSec .leadSec_lead_step li p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  #leadSec .leadSec_lead_step li p {
    font-size: 11px;
  }
}
#leadSec .leadSec_lead_step li p br {
  display: none;
}
@media only screen and (max-width: 679px) {
  #leadSec .leadSec_lead_step li p br {
    display: block;
  }
}

.caseForSec {
  position: relative;
  background-color: #fff;
  border: solid;
  padding: 178px 0 184px;
}
.caseForSec .caseForSec_inner {
  max-width: 1038px;
  margin: 0 auto;
}
.caseForSec .caseForSec_img {
  position: absolute;
  top: -104px;
  left: 0;
  right: 0;
  margin: auto;
  width: 204px;
  height: auto;
}
@media only screen and (max-width: 679px) {
  .caseForSec .caseForSec_img {
    top: -40px;
    width: 104px;
  }
}
.caseForSec .caseForSec_img img {
  width: 100%;
}
.caseForSec h3 {
  font-family: "Poppins", "Noto Sans Japanese", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  .caseForSec h3 {
    font-size: 19px;
  }
}
.caseForSec h3 span {
  font-size: 100px;
}
@media only screen and (max-width: 679px) {
  .caseForSec h3 span {
    font-size: 39px;
  }
}
.caseForSec .caseForSec_lead {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 679px) {
  .caseForSec .caseForSec_lead {
    font-size: 11px;
  }
}
.caseForSec .caseForSec_list {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 10%;
  margin-top: 90px;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .caseForSec .caseForSec_list {
    gap: 100px 4%;
  }
}
@media only screen and (max-width: 679px) {
  .caseForSec .caseForSec_list {
    gap: 58px 0;
    margin-top: 60px;
  }
}
.caseForSec .caseForSec_list li {
  display: flex;
  width: 45%;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .caseForSec .caseForSec_list li {
    width: 48%;
  }
}
@media only screen and (max-width: 679px) {
  .caseForSec .caseForSec_list li {
    display: block;
    width: 100%;
  }
}
.caseForSec .caseForSec_list li img {
  width: 100%;
}
.caseForSec .caseForSec_list_icn {
  width: 168px;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .caseForSec .caseForSec_list_icn {
    width: 130px;
  }
}
@media only screen and (max-width: 679px) {
  .caseForSec .caseForSec_list_icn {
    width: 120px;
    margin: 0 auto;
  }
}
.caseForSec .caseForSec_list_icn img {
  width: 100%;
}
.caseForSec .caseForSec_list_info {
  box-sizing: border-box;
  width: calc(100% - 168px);
  padding-left: 45px;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .caseForSec .caseForSec_list_info {
    width: calc(100% - 130px);
    padding-left: 10px;
  }
}
@media only screen and (max-width: 679px) {
  .caseForSec .caseForSec_list_info {
    padding-left: 0;
    width: 100%;
  }
}
.caseForSec .caseForSec_list_info h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 680px) and (max-width: 1039px) {
  .caseForSec .caseForSec_list_info h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 679px) {
  .caseForSec .caseForSec_list_info h4 {
    margin-top: 10px;
    font-size: 20px;
  }
  .caseForSec .caseForSec_list_info h4 br {
    display: none;
  }
}
.caseForSec .caseForSec_list_info .caseForSec_list_txt {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 679px) {
  .caseForSec .caseForSec_list_info .caseForSec_list_txt {
    margin-top: 5px;
  }
  .caseForSec .caseForSec_list_info .caseForSec_list_txt br {
    display: none;
  }
}
.caseForSec .caseForSec_list_add {
  border-top: solid 1px #000;
  padding-top: 12px;
  margin-top: 10px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 679px) {
  .caseForSec .caseForSec_list_add {
    font-size: 11px;
  }
}

#userSec {
  padding: 178px 10px 184px;
  border-radius: 28px 28px 0 0;
}
@media only screen and (max-width: 679px) {
  #userSec {
    padding: 108px 35px 140px;
  }
}
#userSec h3 span {
  color: #005ea2;
}
#userSec h4 {
  color: #005ea2;
}

#ownerSec {
  border-radius: 28px;
  margin-top: -28px;
  margin-bottom: 126px;
  padding: 178px 10px 220px;
}
@media only screen and (max-width: 679px) {
  #ownerSec {
    padding: 108px 35px 116px;
    margin-bottom: 88px;
  }
}
#ownerSec h3 span {
  color: #8b3833;
}
#ownerSec h4 {
  color: #8b3833;
}
@media only screen and (max-width: 679px) {
  #ownerSec ul li:last-child {
    margin-top: -25px;
  }
}

#faqSec {
  padding: 0 20px 56px;
}
@media only screen and (max-width: 679px) {
  #faqSec {
    padding: 0 20px 60px;
  }
}
#faqSec .faqSec_inner {
  max-width: 900px;
  margin: 0 auto;
}
#faqSec .p-entry_sec_ttl {
  margin-bottom: 30px;
}
#faqSec .faqp-entry_sec_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 333px;
  height: 54px;
  border-radius: 27px;
  color: #fff;
  background-color: #000;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#faqSec .fadebox:nth-of-type(2) {
  margin-top: 88px;
}
#faqSec dl.accordion {
  border-bottom: solid 1px #000;
}
#faqSec dl.accordion dt {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 22px 50px 22px 0;
  box-sizing: border-box;
}
#faqSec dl.accordion dt p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#faqSec dl.accordion dt.open::after {
  top: 30px;
  content: url(../images/entry/arrow.svg);
  transform: rotate(180deg);
}
#faqSec dl.accordion dt::after {
  content: url(../images/entry/arrow.svg);
  position: absolute;
  top: 15px;
  right: 20px;
  width: 12px;
  height: 10px;
}
#faqSec dl.accordion dd {
  word-wrap: break-word;
  box-sizing: border-box;
  padding-bottom: 22px;
}
#faqSec dl.accordion dd p {
  padding-right: 50px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
#faqSec dl.accordion dd p a {
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

#contactSec {
  width: 100%;
  height: 930px;
  background: url(../images/entry/contact-bg.png) no-repeat center;
  background-size: 1444px 930px;
}
@media only screen and (max-width: 679px) {
  #contactSec {
    height: 336px;
    background-size: 500px 328px;
  }
}
#contactSec a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#contactSec p {
  margin-top: 26px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 679px) {
  #contactSec p {
    margin-top: 20px;
    font-size: 13px;
  }
}/*# sourceMappingURL=entry.css.map */