@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* font */
/* Support
*****************************************************************/
.support {
  padding-bottom: 80px;
}
@media all and (max-width: 896px) {
  .support {
    padding-bottom: 50px;
  }
}
.support .ttl_common {
  max-width: 200px;
}
@media all and (max-width: 896px) {
  .support .ttl_common {
    max-width: 160px;
  }
}
.support .main_support {
  padding-top: 50px;
}
.support .sec_ttl_support {
  box-sizing: border-box;
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #231103, #B1A69C);
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 896px) {
  .support .sec_ttl_support {
    display: block;
  }
}
.support .sec_ttl_support::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: linear-gradient(#CA9935 0%, #FBF8CB 50%, #CA9935 100%);
  position: absolute;
  top: -16px;
  left: -16px;
  transform: rotate(-45deg);
  transform-origin: center;
}
.support .sec_ttl_support::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: linear-gradient(#CA9935 0%, #FBF8CB 50%, #CA9935 100%);
  position: absolute;
  bottom: -16px;
  right: -16px;
  transform: rotate(-45deg);
  transform-origin: center;
}
.support .sec_ttl_support h2 {
  font-family: 'EB Garamond', serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin-right: 0.5em;
  background: -webkit-linear-gradient(0deg, #F2C330 0%, #FBF8CA 22%, #CA9935 55%, #ECD489 85%, #FBF8CB 100%);
  color: #F2C330;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (max-width: 896px) {
  .support .sec_ttl_support h2 {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
}
.support .sec_ttl_support p {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .support .sec_ttl_support p {
    font-size: 1.8rem;
  }
}
.support .subttl_service {
  font-size: 3rem;
  padding-bottom: 0.2em;
  border-bottom: 3px solid #231103;
  border-image: linear-gradient(to right, #F2C330 0%, #FBF8CA 22%, #CA9935 55%, #ECD489 85%, #FBF8CB 100%);
  border-image-slice: 1;
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  .support .subttl_service {
    font-size: 2.2rem;
  }
}
.support .name_service {
  box-sizing: border-box;
  padding: 5px 12px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background: #231103;
  border-radius: 0.4em;
  position: relative;
  margin-bottom: 10px;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0 50%);
}
@media all and (max-width: 896px) {
  .support .name_service {
    font-size: 1.6rem;
  }
}
.support .name_service.narrow {
  letter-spacing: -0.1em;
}
.support .name_service .txt_small {
  font-size: 0.7em;
}
.support .name_service .icon_service {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.support .txt_support {
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .support .txt_support {
    font-size: 1.6rem;
  }
}
.support .box_img {
  text-align: center;
}
.support .box_img .txt_cap {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 10px;
}
.support .area_consierge .sec_service01 {
  padding-top: 20px;
}
.support .area_consierge .sec_hapisapo {
  position: relative;
}
.support .area_consierge .list_hapisapo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support .area_consierge .list_hapisapo > li:first-of-type {
  width: 30%;
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_hapisapo > li:first-of-type {
    width: 100%;
  }
}
.support .area_consierge .list_hapisapo > li:last-of-type {
  box-sizing: border-box;
  padding-bottom: 100px;
  background: url("../images/hapisapo_img01.jpg") right bottom/auto 100% no-repeat;
  width: 66%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_hapisapo > li:last-of-type {
    padding-bottom: 0;
    width: 100%;
    margin-top: 10px;
  }
}
@media all and (max-width: 480px) {
  .support .area_consierge .list_hapisapo > li:last-of-type {
    background: none;
  }
}
.support .area_consierge .list_hapisapo > li:last-of-type .box_img {
  display: none;
  width: 40%;
}
@media all and (max-width: 480px) {
  .support .area_consierge .list_hapisapo > li:last-of-type .box_img {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}
.support .area_consierge .list_hapisapo > li:last-of-type .box_txt {
  width: 60%;
}
@media all and (max-width: 480px) {
  .support .area_consierge .list_hapisapo > li:last-of-type .box_txt {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .support .area_consierge .logo_hapisapo {
    max-width: 300px;
    margin: 0 auto;
  }
}
.support .area_consierge .txt_hapisapo {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 20px;
}
@incude media(landscape) {
  .support .area_consierge .txt_hapisapo {
    font-size: 1.6rem;
  }
}
.support .area_consierge .note_hapisapo {
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .support .area_consierge .note_hapisapo {
    font-size: 1.2rem;
    position: static;
    margin-top: 10px;
  }
}
.support .area_consierge .list_service01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_service01 {
    margin-bottom: -20px;
  }
}
.support .area_consierge .list_service01 > li {
  width: 22%;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_service01 > li {
    width: 46%;
    margin-bottom: 20px;
  }
}
.support .area_consierge .list_service01 > li:first-of-type {
  width: 48%;
}
.support .area_consierge .list_service01 > li .name_service {
  padding-right: 35px;
}
.support .area_consierge .list_service01 > li .box_img {
  margin-bottom: 10px;
}
.support .area_consierge .list_service01 > li .list_column {
  display: flex;
  justify-content: space-between;
}
.support .area_consierge .list_service01 > li .list_column > li:first-of-type {
  padding-right: 10px;
}
.support .area_consierge .list_service01 > li .list_column > li:last-of-type {
  padding-left: 10px;
}
.support .area_consierge .sec_service02 {
  padding-top: 60px;
}
@media all and (max-width: 896px) {
  .support .area_consierge .sec_service02 {
    padding-top: 30px;
  }
}
.support .area_consierge .list_service02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support .area_consierge .list_service02 > li:first-of-type {
  width: 74%;
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_service02 > li:first-of-type {
    width: 100%;
    margin-bottom: 20px;
  }
}
.support .area_consierge .list_service02 > li:last-of-type {
  width: 22%;
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_service02 > li:last-of-type {
    width: 46%;
  }
}
.support .area_consierge .list_yuipota {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.support .area_consierge .list_yuipota > li {
  width: 48%;
}
@media all and (max-width: 480px) {
  .support .area_consierge .list_yuipota > li {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_yuipota > li:first-of-type {
    margin-bottom: 10px;
  }
}
.support .area_consierge .list_feature {
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #898989;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_feature {
    padding: 5px;
  }
}
.support .area_consierge .list_feature > li {
  width: 48%;
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_feature > li {
    width: 100%;
  }
}
.support .area_consierge .list_feature > li:first-of-type {
  padding-right: 10px;
  position: relative;
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_feature > li:first-of-type {
    padding-right: 0;
  }
}
.support .area_consierge .list_feature > li:first-of-type::after {
  content: "";
  display: block;
  width: 2px;
  height: 95%;
  background-image: linear-gradient(to bottom, #dcdcdc, #dcdcdc 5px, transparent 5px, transparent 9px);
  background-size: 2px 9px;
  background-position: center center;
  background-repeat: repeat-y;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_feature > li:first-of-type::after {
    content: none;
  }
}
.support .area_consierge .list_feature > li:last-of-type {
  padding-left: 10px;
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_feature > li:last-of-type {
    padding-left: 0;
  }
}
.support .area_consierge .logo_yuipota {
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .support .area_consierge .logo_yuipota {
    margin-bottom: 10px;
  }
}
.support .area_consierge .sec_service03 {
  padding-top: 60px;
}
@media all and (max-width: 896px) {
  .support .area_consierge .sec_service03 {
    padding-top: 30px;
  }
}
.support .area_consierge .list_service03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support .area_consierge .list_service03 > li {
  width: 22%;
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_service03 > li {
    width: 46%;
  }
}
.support .area_consierge .sec_service04 {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .support .area_consierge .sec_service04 {
    padding-top: 30px;
  }
}
.support .area_consierge .block_service04 {
  width: 48%;
}
@media all and (max-width: 896px) {
  .support .area_consierge .block_service04 {
    width: 100%;
  }
}
.support .area_consierge .block_guide {
  width: 48%;
}
@media all and (max-width: 896px) {
  .support .area_consierge .block_guide {
    width: 100%;
  }
}
.support .area_consierge .block_guide .copy_guide {
  font-size: 2.4rem;
  font-weight: bold;
  color: #231103;
  padding-bottom: 10px;
  border-bottom: 1px solid #231815;
}
@media all and (max-width: 896px) {
  .support .area_consierge .block_guide .copy_guide {
    font-size: 2rem;
  }
}
.support .area_consierge .block_guide .txt_guide {
  font-size: 1.5rem;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .support .area_consierge .block_guide .txt_guide {
    font-size: 1.4rem;
  }
}
.support .area_consierge .block_guide .list_guide {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .support .area_consierge .block_guide .list_guide {
    margin-top: 10px;
  }
}
.support .area_consierge .block_guide .list_guide > li:first-of-type {
  width: 30%;
}
@media all and (max-width: 480px) {
  .support .area_consierge .block_guide .list_guide > li:first-of-type {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .support .area_consierge .block_guide .list_guide > li:first-of-type .box_img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.support .area_consierge .block_guide .list_guide > li:last-of-type {
  width: 66%;
}
@media all and (max-width: 480px) {
  .support .area_consierge .block_guide .list_guide > li:last-of-type {
    width: 100%;
    margin-top: 10px;
  }
}
.support .area_consierge .block_guide .txt_flow {
  font-size: 2.2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #231815;
  margin-top: 15px;
}
@media all and (max-width: 896px) {
  .support .area_consierge .block_guide .txt_flow {
    font-size: 1.8rem;
  }
}
.support .area_consierge .block_guide .name_guide {
  font-size: 1.5rem;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .support .area_consierge .block_guide .name_guide {
    font-size: 1.4rem;
  }
}
.support .area_consierge .block_guide .box_contact {
  box-sizing: border-box;
  padding: 15px;
  background: linear-gradient(to right, #FBEDC2 0%, #FDF8E1 28%, #EFE0C2 55%, #F9F2DB 85%, #FDFCEE 100%);
  position: relative;
  margin-top: 20px;
}
.support .area_consierge .block_guide .box_contact::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #898989;
}
.support .area_consierge .block_guide .box_call {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.support .area_consierge .block_guide .box_call > p {
  width: 49%;
}
@media all and (max-width: 480px) {
  .support .area_consierge .block_guide .box_call > p {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .support .area_consierge .block_guide .box_call > p:first-of-type {
    margin-bottom: 10px;
  }
}
.support .area_consierge .block_guide .txt_contact {
  font-size: 1.5rem;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .support .area_consierge .block_guide .txt_contact {
    font-size: 1.4rem;
  }
}
.support .area_consierge .list_service04 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_service04 {
    margin-bottom: -20px;
  }
}
.support .area_consierge .list_service04 > li {
  width: 46%;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_service04 > li {
    margin-bottom: 20px;
  }
}
.support .area_consierge .list_service04 > li:last-of-type {
  width: 100%;
}
@media all and (max-width: 896px) {
  .support .area_consierge .list_service04 > li:last-of-type {
    margin-top: 20px;
  }
}
.support .area_support {
  padding-top: 100px;
}
@media all and (max-width: 896px) {
  .support .area_support {
    padding-top: 50px;
  }
}
.support .area_support .list_security {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.support .area_support .list_security > li:first-of-type {
  width: 30%;
}
@media all and (max-width: 896px) {
  .support .area_support .list_security > li:first-of-type {
    width: 100%;
    margin-bottom: 10px;
  }
}
.support .area_support .list_security > li:nth-of-type(2) {
  width: 38%;
}
@media all and (max-width: 896px) {
  .support .area_support .list_security > li:nth-of-type(2) {
    width: 64%;
  }
}
.support .area_support .list_security > li:last-of-type {
  width: 22%;
}
@media all and (max-width: 896px) {
  .support .area_support .list_security > li:last-of-type {
    width: 32%;
  }
}
.support .area_support .copy_security {
  font-size: 3.2rem;
  margin-bottom: 15px;
}
@media all and (max-width: 896px) {
  .support .area_support .copy_security {
    font-size: 2.4rem;
  }
}
.support .area_support .ttl_follow {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media all and (max-width: 896px) {
  .support .area_support .ttl_follow {
    font-size: 1.8rem;
  }
}
.support .area_support .list_follow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.support .area_support .list_follow > li:first-of-type {
  width: 66%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .support .area_support .list_follow > li:first-of-type {
    width: 100%;
  }
}
.support .area_support .list_follow > li:first-of-type .box_txt {
  width: 42%;
}
@media all and (max-width: 896px) {
  .support .area_support .list_follow > li:first-of-type .box_txt {
    width: 100%;
  }
}
.support .area_support .list_follow > li:first-of-type .box_img {
  width: 56%;
}
@media all and (max-width: 896px) {
  .support .area_support .list_follow > li:first-of-type .box_img {
    width: 100%;
    margin-top: 10px;
  }
}
.support .area_support .list_follow > li:last-of-type {
  width: 32%;
}
@media all and (max-width: 896px) {
  .support .area_support .list_follow > li:last-of-type {
    width: 100%;
    margin-top: 20px;
  }
}
.support .area_support .box_after {
  box-sizing: border-box;
  padding: 15px;
  background: linear-gradient(135deg, #FAECB8 0%, #FCFAE3 25%, #EFE1BA 50%, #E5CD9C 75%, #F2E4BD 100%);
  border-radius: 20px;
}
.support .area_support .box_after .ttl_follow {
  text-align: center;
}
.support .area_support .box_after .list_after {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.support .area_support .box_after .list_after > li:first-of-type {
  width: 36%;
}
.support .area_support .box_after .list_after > li:last-of-type {
  width: 62%;
}
.support .area_support .box_after .txt_after {
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .support .area_support .box_after .txt_after {
    font-size: 1.4rem;
  }
}
.support .note_common {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .support .note_common {
    margin-top: 40px;
  }
}
