@charset "UTF-8";
.plan_info_area {
  border-left: 5px solid #817864;
  box-sizing: border-box;
  padding: 15px 0px 15px 25px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .plan_info_area {
    padding: 10px 0px 10px 25px;
    margin-bottom: 20px;
    border-width: 3px;
  }
}
.plan_info_area .tit01 {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #817864;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .plan_info_area .tit01 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.plan_info_area .tit01 span {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .plan_info_area .tit01 span {
    font-size: 16px;
  }
}
.plan_info_area .tit01 b {
  font-size: 16px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .plan_info_area .tit01 b {
    font-size: 13px;
  }
}
.plan_info_area .txt01 {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.plan_info_area .txt01 span {
  font-size: 22px;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #817864;
  display: block;
}
@media screen and (max-width: 767px) {
  .plan_info_area .txt01 span {
    font-size: 16px;
  }
}
.plan_info_area .txt01 span b {
  display: block;
  font-size: 12px;
}
.plan_info_area .dl_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .plan_info_area .dl_area {
    display: block;
  }
}
.plan_info_area .dl_area dl dt, .plan_info_area .dl_area dl dd {
  display: block;
}
.plan_info_area .dl_area dl dd {
  box-sizing: border-box;
  padding-left: 15px;
}
.plan_info_area .dl_area dl:nth-child(1) {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .plan_info_area .dl_area dl:nth-child(1) {
    margin-right: 0px;
  }
}

.plan_info_area_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan_info_area_flex .plan_info_area {
  width: calc(100% - 360px);
}
@media screen and (max-width: 820px) {
  .plan_info_area_flex .plan_info_area {
    width: 100%;
  }
}
.plan_info_area_flex .btn_plan_area_out {
  width: 342px;
}
@media screen and (max-width: 820px) {
  .plan_info_area_flex .btn_plan_area_out {
    width: 100%;
    margin-bottom: 40px;
  }
}
.plan_info_area_flex .btn_plan_area_out .btn_plan_area {
  width: 100%;
}
.plan_info_area_flex .btn_plan_area_out .btn_plan_area .sec_index_btn_area_ul {
  width: 100%;
}
.plan_info_area_flex .btn_plan_area_out .btn_plan_area .sec_index_btn_area_ul li {
  width: 100%;
}
.plan_info_area_flex .btn_plan_area_out .caption.-tc {
  text-align: left;
}
@media screen and (max-width: 820px) {
  .plan_info_area_flex .btn_plan_area_out .caption.-tc {
    text-align: center;
  }
}

.txt_plan_info01 {
  font-size: 13px;
}
.txt_plan_info01 span {
  font-size: 11px;
}

.txt_plan_info02 {
  font-size: 13px;
}
.txt_plan_info02 strong {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .txt_plan_info02 strong {
    font-size: 15px;
  }
}

.floor_area {
  width: 100%;
  border-top: 1px solid #878787;
  border-bottom: 1px solid #878787;
  padding-bottom: 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .floor_area {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.floor_area .btn_floor_no ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .floor_area .btn_floor_no ul {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.floor_area .btn_floor_no ul li {
  cursor: pointer;
  font-size: 18px;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #231815;
  background-color: #c9caca;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .floor_area .btn_floor_no ul li {
    font-size: 16px;
  }
}
.floor_area .btn_floor_no ul li.cur {
  background-color: #817864;
  color: #fff;
}
.floor_area .floor_area_in {
  display: none;
}
.floor_area .floor_area_in .tit_f01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.floor_area .floor_area_in .tit_f01 .img01 {
  width: 220px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .floor_area .floor_area_in .tit_f01 .img01 {
    width: 110px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .floor_area .floor_area_in .tit_f01 .txt_area {
    width: calc(100% - 120px);
  }
}
.floor_area .floor_area_in .tit_f01 .txt_area h3 {
  font-size: 28px;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #817864;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .floor_area .floor_area_in .tit_f01 .txt_area h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.floor_area .floor_area_in .img_floor {
  width: 100%;
  max-width: 860px;
  margin: 0px auto;
  margin-bottom: 30px;
}
.floor_area .floor_area_in .floor_detail_area {
  box-sizing: border-box;
  padding: 30px;
  background-color: #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .floor_area .floor_area_in .floor_detail_area {
    padding: 20px;
    display: block;
  }
}
.floor_area .floor_area_in .floor_detail_area .floor_detail_area_in {
  width: 46.8%;
}
@media screen and (max-width: 767px) {
  .floor_area .floor_area_in .floor_detail_area .floor_detail_area_in {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .floor_area .floor_area_in .floor_detail_area .floor_detail_area_in:nth-last-child(1) {
    margin-bottom: 0px;
  }
}
.floor_area .floor_area_in .floor_detail_area .floor_detail_area_in.-w {
  width: 100%;
}
.floor_area .floor_area_in .floor_detail_area .floor_detail_area_in .tit01 {
  font-size: 13px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #898989;
}
.floor_area .floor_area_in .floor_detail_area .floor_detail_area_in .txt01 {
  font-size: 13px;
}
.floor_area .floor_area_in .floor_detail_area .floor_detail_area_in dl {
  padding: 10px 0px;
  border-bottom: 1px solid #9fa0a0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.floor_area .floor_area_in .floor_detail_area .floor_detail_area_in dl dt, .floor_area .floor_area_in .floor_detail_area .floor_detail_area_in dl dd {
  font-size: 13px;
}
.floor_area.-siteplan {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.floor_area.-siteplan .img_floor {
  padding-top: 30px;
  margin-bottom: 120px;
}

.btn_plan_area {
  width: 100%;
  max-width: 475px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .btn_plan_area {
    width: calc(100% - 60px);
  }
}
.btn_plan_area .sec_index_btn_area_ul {
  width: 100%;
}
.btn_plan_area .sec_index_btn_area_ul li {
  width: 100%;
}

.sec_brand_com .bg {
  display: none;
}
@media screen and (max-width: 820px) {
  .sec_brand_com .bg {
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
  }
  .sec_brand_com .bg img {
    width: auto;
    height: 100vh;
  }
}
.sec_brand_com .sec_brand_com_in {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  .sec_brand_com .sec_brand_com_in {
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
.sec_brand_com .sec_brand_com_in .tit_brand01 {
  color: #fff;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 52px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_brand_com .sec_brand_com_in .tit_brand01 {
    font-size: 36px;
  }
}
.sec_brand_com .sec_brand_com_in .tit_brand01 span {
  font-weight: inherit;
}
.sec_brand_com .sec_brand_com_in .tit_brand01 .logo {
  width: 260px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .sec_brand_com .sec_brand_com_in .tit_brand01 .logo {
    width: 180px;
  }
}
.sec_brand_com .sec_brand_com_in .txt_brand01 {
  font-size: 20px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_brand_com .sec_brand_com_in .txt_brand01 {
    font-size: 16px;
  }
}
.sec_brand_com .sec_brand_com_in.-sticky {
  position: sticky;
}
.sec_brand_com .-hv3 {
  height: 50vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.sec_brand_com.sec_brand01 {
  background: url("../../img/brand/bg01.webp") center 0px no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 820px) {
  .sec_brand_com.sec_brand01 {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    z-index: 1;
    background: none;
  }
}
.sec_brand_com.sec_brand01::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 17.85vw;
  z-index: 0;
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
@media screen and (max-width: 820px) {
  .sec_brand_com.sec_brand01::before {
    height: 250px;
    z-index: 1;
  }
}
.sec_brand_com.sec_brand02 {
  background: url("../../img/brand/bg02.webp") center bottom no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  /*.bg{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 70px);
    min-height: 53.21vw;
  }*/
}
@media screen and (max-width: 820px) {
  .sec_brand_com.sec_brand02 {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    z-index: 2;
    background: none;
  }
}
.sec_brand_com.sec_brand02::before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 15, 27, 0.6);
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .sec_brand_com.sec_brand02::before {
    z-index: 1;
  }
}
.sec_brand_com.sec_brand02::after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 28.57vw;
  z-index: 0;
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  z-index: 0;
}
@media screen and (max-width: 820px) {
  .sec_brand_com.sec_brand02::after {
    height: 200px;
    z-index: 1;
  }
}
.sec_brand_com.sec_brand02 .sec_brand_com_in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}
.sec_brand_com.sec_brand02 .sec_brand_com_in .txt_brand01 {
  font-size: 20px;
  color: #fff;
  padding-top: 17.85vw;
  padding-bottom: 29.28vw;
}
@media screen and (max-width: 820px) {
  .sec_brand_com.sec_brand02 .sec_brand_com_in .txt_brand01 {
    padding-bottom: 200px;
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .sec_brand_com.sec_brand02 .sec_brand_com_in .txt_brand01 {
    font-size: 16px;
  }
}
.sec_brand_com.sec_brand02 .sec_brand_com_in .txt_brand01 span {
  display: block;
  width: 220px;
  margin-top: 20px;
}
.sec_brand_com.sec_brand02 .sec_brand_com_in.-flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
  padding: 50vh 0px;
}
@media screen and (max-width: 820px) {
  .sec_brand_com.sec_brand02 .sec_brand_com_in.-flex {
    box-sizing: border-box;
    padding: 25vh 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec_brand_com.sec_brand02 .sec_brand_com_in.-flex {
    display: block;
    box-sizing: border-box;
    padding: 20vh 40px;
  }
}
.sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_brand02 {
  width: 29.53%;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_brand02 {
    width: 100%;
    max-width: 120px;
    margin-bottom: 10px;
  }
}
.sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_area {
  width: 56.37%;
}
@media screen and (max-width: 767px) {
  .sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_area {
    width: 100%;
  }
}
.sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_area dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_area dl {
    margin-bottom: 20px;
    justify-content: space-between;
  }
}
.sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_area dl dt {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  width: 30%;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_area dl dt {
    font-size: 14px;
  }
}
.sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_area dl dt b {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_area dl dt b {
    font-size: 18px;
    margin-right: 5px;
  }
}
.sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_area dl dd {
  width: 70%;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_area dl dd {
    font-size: 14px;
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_area dl dd {
    font-size: 12px;
  }
}
.sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_area .txt_com02 {
  line-height: 2;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .sec_brand_com.sec_brand02 .sec_brand_com_in.-flex .txt_area .txt_com02 {
    margin-top: 40px;
  }
}
.sec_brand_com .txt_fadein {
  opacity: 0;
  transform: translate(0, 50px);
}
.sec_brand_com .txt_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition: all cubic-bezier(0.56, 0.72, 0.69, 0.99) 800ms;
}
.sec_brand_com .cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-size: 10px;
  text-shadow: 0px 0px 3px rgb(0, 0, 0);
}

.sec_area01 {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec_area01 {
    padding-bottom: 60px;
  }
}
.sec_area01 .sec_area01_in {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  box-sizing: border-box;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .sec_area01 .sec_area01_in {
    width: calc(100% - 60px);
    margin-bottom: 40px;
  }
}
.sec_area01 .sec_area01_in .txt01 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec_area01 .sec_area01_in .txt01 {
    font-size: 15px;
  }
}
.sec_area01 .sec_area01_in .img01 {
  width: 71.25%;
  margin: 0px auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec_area01 .sec_area01_in .img01 {
    width: 100%;
    margin-bottom: 60px;
  }
}
.sec_area01 .sec_area01_in .airport_area .txt_com01 {
  margin-bottom: 20px;
}
.sec_area01 .sec_area01_in .airport_area .img_air {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec_area01 .sec_area01_in .airport_area .img_air {
    overflow-x: scroll;
  }
  .sec_area01 .sec_area01_in .airport_area .img_air img {
    width: 200%;
  }
}
.sec_area01 .direction_area .btn_more_area {
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .sec_area01 .direction_area .btn_more_area {
    border: none;
  }
}
.sec_area01 .direction_area .btn_more_area .btn_more {
  width: 100%;
  max-width: 800px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .sec_area01 .direction_area .btn_more_area .btn_more {
    width: calc(100% - 60px);
  }
}
.sec_area01 .direction_area .btn_more_area .btn_more::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(-135deg);
  vertical-align: middle;
  margin: 0px 0px 0px 10px;
  transition: all 0.1s;
}
.sec_area01 .direction_area .btn_more_area .btn_more.btn_more_on::after {
  transform: rotate(45deg);
  margin: -7px 0px 0px 10px;
}
.sec_area01 .direction_area .direction_area_in {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0px auto;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec_area01 .direction_area .direction_area_in {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .sec_area01 .direction_area .direction_area_in {
    margin-top: 40px;
  }
}
.sec_area01 .direction_area .direction_area_in .img_dir01 {
  width: 440px;
  margin: 0px auto;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .sec_area01 .direction_area .direction_area_in .img_dir01 {
    margin-bottom: 40px;
  }
  .sec_area01 .direction_area .direction_area_in .img_dir01 img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec_area01 .direction_area .direction_area_in .img_dir01 {
    width: 100%;
  }
}
.sec_area01 .direction_area .direction_area_in .img_dir01 .txt_area {
  position: absolute;
  left: 460px;
  bottom: 0px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .sec_area01 .direction_area .direction_area_in .img_dir01 .txt_area {
    position: static;
  }
}
.sec_area01 .direction_area .direction_area_in .img_dir01 .txt_area .tit_com03 {
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .sec_area01 .direction_area .direction_area_in .img_dir01 .txt_area .tit_com03 {
    margin-bottom: 0px;
    text-align: center;
  }
}
.sec_area01 .direction_area .direction_area_in .img_dir01 .txt_area .tit_com03 span {
  font-size: 13px;
  display: block;
}
.sec_area01 .direction_area .direction_area_in .img_dir01 .txt_area .txt_dir01 {
  font-size: 16px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 820px) {
  .sec_area01 .direction_area .direction_area_in .img_dir01 .txt_area .txt_dir01 {
    text-align: center;
  }
}
.sec_area01 .direction_area .direction_area_in .img_dir01 .txt_area .txt_dir01 span {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.sec_area01 .direction_area .direction_area_in .root_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec_area01 .direction_area .direction_area_in .root_area {
    display: block;
  }
}
.sec_area01 .direction_area .direction_area_in .root_area aside {
  width: 47%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #636363;
}
@media screen and (max-width: 767px) {
  .sec_area01 .direction_area .direction_area_in .root_area aside {
    width: 100%;
  }
}
.sec_area01 .direction_area .direction_area_in .root_area aside:nth-last-child(1) {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border: none;
}
.sec_area01 .direction_area .direction_area_in .root_area aside h4 {
  position: relative;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 15px;
  box-sizing: border-box;
  padding-left: 20px;
  width: 38.29%;
}
.sec_area01 .direction_area .direction_area_in .root_area aside h4 span {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #8b282b;
}
.sec_area01 .direction_area .direction_area_in .root_area aside .img {
  width: 55.31%;
}

.sec_area02 {
  background-color: #eee;
  padding: 140px 0px 80px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec_area02 {
    padding: 60px 0px;
    margin-bottom: 60px;
  }
}

.iframe_area {
  width: 100%;
}
.iframe_area iframe {
  width: 100%;
  border: none;
  text-decoration: none;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .iframe_area iframe {
    height: 300px;
  }
}

#map {
  height: 600px;
}
@media screen and (max-width: 767px) {
  #map {
    height: 300px;
  }
}

#menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #menu {
    display: block;
  }
}
#menu .accordion {
  width: 47.4%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #menu .accordion {
    width: 100%;
  }
}
#menu .accordion h3 {
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #686767;
}
#menu .accordion ul li {
  margin-bottom: 10px;
  box-sizing: border-box;
}
#menu .accordion ul li a {
  color: #231815;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#menu .accordion ul li a .num {
  display: none;
}
#menu .accordion.-wid {
  width: 100%;
}
#menu .accordion.-wid ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#menu .accordion.-wid ul li {
  width: 47.4%;
}
@media screen and (max-width: 767px) {
  #menu .accordion.-wid ul li {
    width: 100%;
  }
}

#maparea {
  width: 100%;
  margin-bottom: 20px;
}

.map_nav_area {
  width: 100%;
  margin-bottom: 40px;
}
.map_nav_area ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #231815;
  border-left: none;
  border-top: none;
}
.map_nav_area ul li {
  width: 33.3%;
  border: 1px solid #231815;
  border-right: none;
  border-bottom: none;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .map_nav_area ul li {
    width: 50%;
  }
}
.map_nav_area ul li a {
  color: #231815;
  font-size: 13px;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .map_nav_area ul li a {
    font-size: 11px;
    padding: 5px 0px;
  }
}
.map_nav_area ul li.cur {
  background-color: #231815;
}
.map_nav_area ul li.cur a {
  color: #fff;
}
.map_nav_area ul li.-wid {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .map_nav_area ul li:nth-last-child(1) {
    width: 100%;
  }
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  position: relative;
  background: #fff;
  border: solid 1px #c9caca;
  border-radius: 2px;
  display: block;
  box-shadow: 0 0 0 0 transparent;
  /* アイコン：選択済みの見た目 */
}
input[type=radio]::before,
input[type=checkbox]::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  top: 0px;
  left: 0px;
  background-color: #fff;
  -webkit-mask-image: url("../../img/common/icon_check.svg");
  mask-image: url("../../img/common/icon_check.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 75% auto;
  mask-size: 75% auto;
  -webkit-mask-position: center center;
  mask-position: center center;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background: #1272BA;
  border-color: #1272BA;
}
input[type=radio]:checked::before,
input[type=checkbox]:checked::before {
  opacity: 1;
}

input[type=text],
input[type=tel],
input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border: solid 1px #c9caca;
  background-color: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px 1em;
  box-sizing: border-box;
  height: 2.92em;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=tel],
  input[type=email] {
    font-size: 13px;
  }
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #9fa0a0;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder {
  color: #9fa0a0;
}
input[type=text][aria-invalid=true],
input[type=tel][aria-invalid=true],
input[type=email][aria-invalid=true] {
  border-color: #ED0000;
  background-color: #FFF4F5;
}

.select_wrap {
  position: relative;
  width: 7.5em;
  box-sizing: border-box;
  display: inline-block;
  border: solid 1px #c9caca;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  .select_wrap {
    width: 100%;
  }
}
.select_wrap::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 9px solid #555555;
  border-bottom: 0;
  /*border: solid 2px $c_bk;
  border-top: none;
  border-left: none;
  width: calcEm(14,5);
  aspect-ratio: 1 / 1;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;*/
}
@media screen and (max-width: 767px) {
  .select_wrap::after {
    right: 10px;
  }
}
.select_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  font-size: 1em;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 1em;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .select_wrap select {
    font-size: 13px;
  }
}

textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 10.28em;
  border: solid 1px #c9caca;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
  resize: none;
  font-size: 16px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 13px;
  }
}

.contents_form .txt_form01 {
  text-align: center;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contents_form .txt_form01 {
    font-size: 15px;
  }
}
.contents_form .txt_form01 span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .contents_form .txt_form01 span {
    font-size: 12px;
  }
}
.contents_form .txt_form01 b {
  font-weight: bold;
  font-weight: 500;
  font-size: 18px;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contents_form .txt_form01 b {
    font-size: 15px;
  }
}
.contents_form .txt_form02 {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .contents_form .txt_form02 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.contents_form .txt_form02 span {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .contents_form .txt_form02 span {
    font-size: 11px;
  }
}
.contents_form .txt_form02 a {
  color: #231815;
  display: inline;
  text-decoration: underline;
}
.contents_form .txt_form02.-mb_none {
  margin-bottom: 0px;
}
.contents_form .contents_form_box {
  background-color: #eee;
  box-sizing: border-box;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .contents_form .contents_form_box {
    padding: 20px;
  }
}
.contents_form .contents_form_box .form_com {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contents_form .contents_form_box .form_com {
    margin-bottom: 30px;
  }
}
.contents_form .contents_form_box .form_com .form_tit01 {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .contents_form .contents_form_box .form_com .form_tit01 {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.contents_form .contents_form_box .form_com .form_tit01 span {
  font-size: 12px;
  margin-left: 15px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contents_form .contents_form_box .form_com .form_tit01 span {
    font-size: 11px;
  }
}
.contents_form .contents_form_box .form_com .form_check_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .contents_form .contents_form_box .form_com .form_check_flex {
    display: block;
  }
}
.contents_form .contents_form_box .form_com .form_check_flex label {
  width: 33.3%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .contents_form .contents_form_box .form_com .form_check_flex label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contents_form .contents_form_box .form_com .form_check_flex label p {
  width: calc(100% - 30px);
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .contents_form .contents_form_box .form_com .form_check_flex label p {
    font-size: 14px;
  }
}
.contents_form .contents_form_box .form_com .form_check_flex label p span {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  .contents_form .contents_form_box .form_com .form_check_flex label p span {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .contents_form .contents_form_box .form_com .form_check_flex.-four {
    display: flex;
    flex-wrap: wrap;
  }
}
.contents_form .contents_form_box .form_com .form_check_flex.-four label {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .contents_form .contents_form_box .form_com .form_check_flex.-four label {
    width: 50%;
  }
}
.contents_form .contents_form_box .form_com .form_check_flex.-w label {
  width: 100%;
}
.contents_form .contents_form_box .form_com .formBox_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .contents_form .contents_form_box .form_com .formBox_flex {
    display: block;
  }
}
.contents_form .contents_form_box .form_com .formBox_flex .tit01 {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .contents_form .contents_form_box .form_com .formBox_flex .tit01 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.contents_form .contents_form_box .form_com .formBox_flex .tit01 span {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .contents_form .contents_form_box .form_com .formBox_flex .tit01 span {
    font-size: 11px;
    display: inline-block;
  }
}
.contents_form .contents_form_box .form_com .formBox_flex .form_check_flex, .contents_form .contents_form_box .form_com .formBox_flex .form_input {
  width: 80.23%;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .contents_form .contents_form_box .form_com .formBox_flex .form_check_flex, .contents_form .contents_form_box .form_com .formBox_flex .form_input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contents_form .contents_form_box .form_com .formBox_flex .form_check_flex, .contents_form .contents_form_box .form_com .formBox_flex .form_input {
    font-size: 13px;
  }
}
.contents_form .contents_form_box .form_com .formBox_flex .form_input {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contents_form .contents_form_box .form_com .formBox_flex .form_input dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .contents_form .contents_form_box .form_com .formBox_flex .form_input dl {
    margin-bottom: 10px;
  }
}
.contents_form .contents_form_box .form_com .formBox_flex .form_input dl dt {
  width: 28.07%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  padding-right: 10px;
}
.contents_form .contents_form_box .form_com .formBox_flex .form_input dl dt span {
  font-size: 12px;
}
.contents_form .contents_form_box .form_com .formBox_flex .form_input dl dd {
  width: 71.92%;
}
.contents_form .contents_form_box .-req, .contents_form .contents_form_box .-opt {
  position: relative;
  box-sizing: border-box;
  padding-left: 130px;
}
@media screen and (max-width: 820px) {
  .contents_form .contents_form_box .-req, .contents_form .contents_form_box .-opt {
    padding-left: 0px;
  }
}
.contents_form .contents_form_box .-req::before, .contents_form .contents_form_box .-opt::before {
  display: block;
  line-height: 1;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  position: absolute;
  left: 0px;
  top: 12px;
  text-align: center;
  width: 80px;
}
@media screen and (max-width: 820px) {
  .contents_form .contents_form_box .-req::before, .contents_form .contents_form_box .-opt::before {
    position: static;
    margin-bottom: 10px;
    font-size: 10px;
    width: 70px;
  }
}
.contents_form .contents_form_box .-req.-jpn::before, .contents_form .contents_form_box .-opt.-jpn::before {
  content: "必須";
}
.contents_form .contents_form_box .-req::before {
  content: "Required 必須";
  background-color: #a72126;
}
.contents_form .contents_form_box .-opt::before {
  content: "Optional 任意";
  background-color: #898989;
}

.-wid230 {
  width: 230px !important;
}
@media screen and (max-width: 767px) {
  .-wid230 {
    width: 100% !important;
  }
}

.button_flex {
  width: 100%;
  max-width: 580px;
  margin: 0px auto;
}
@media screen and (max-width: 767px) {
  .button_flex {
    width: 100%;
  }
}
.button_flex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .button_flex ul {
    display: block;
  }
}
.button_flex li {
  width: 44.82%;
}
@media screen and (max-width: 767px) {
  .button_flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.-alert input {
  border-color: #ED0000;
  background-color: #FFF4F5;
}

.alert_txt {
  color: #ED0000;
  font-size: 11px !important;
  margin-top: 5px;
}

.concet_movie {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.concet_movie iframe {
  max-width: none !important;
  aspect-ratio: 1920/1080;
  height: auto !important;
}
.live_camera {
  width: 100%;
  max-width: 1024px;
  margin: 0px auto;
}
.live_camera iframe {
  width: 100%;
  aspect-ratio: 1920/1080;
}
.txt_live01 {
  text-align: center;
  font-size: 16px;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .txt_live01 {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

.sales_service_main .kv {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sales_service_main .kv {
    margin-bottom: 40px;
  }
}
.sales_service_main.-pt_none {
  padding-top: 0px;
}

.sec_salesService {
  padding: 80px 0px;
}
@media screen and (max-width: 767px) {
  .sec_salesService {
    padding: 40px 0px;
  }
}
.sec_salesService .sec_tit01 {
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: 1.423;
  gap: 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec_tit01 {
    margin-bottom: 15px;
    font-size: 16px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.sec_salesService .sec_tit01 .pc_s {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sec_salesService .sec_tit01 .pc_s {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec_tit01 .pc_s {
    display: none;
  }
}
.sec_salesService .sec_tit01 .logo_esqva {
  display: inline-block;
  width: 5.285em;
  vertical-align: -0.3em;
  margin-right: 5px;
}
.sec_salesService .sec_tit01 .eng {
  display: inline-block;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.15em;
}
.sec_salesService .sec_tit01 strong {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #7285A6;
  vertical-align: -0.1em;
  line-height: 1;
  font-size: 2.3em;
}
.sec_salesService .sec_tit01::after {
  display: block;
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #7285A5;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec_tit01::after {
    width: 100%;
  }
}
.sec_salesService .sec_tit01.-line_none::after {
  display: none;
}
.sec_salesService .sec_txt01 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec_txt01 {
    font-size: 14px;
  }
}
.sec_salesService .sec_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_salesService .sec_flex.img_wrap {
  gap: 25px;
}
@media screen and (max-width: 820px) {
  .sec_salesService .sec_flex.img_wrap {
    gap: 10px;
  }
}
.sec_salesService .sec_flex.img_wrap li {
  flex: 1;
}
@media screen and (max-width: 820px) {
  .sec_salesService .sec_flex.img_wrap li {
    flex: none;
    width: calc((100% - 10px) / 2);
  }
}
.sec_salesService .sec_flex.-sec06_new {
  display: block;
}
.sec_salesService .sec_flex.-sec06_new .sec06_box {
  width: 100%;
  margin-bottom: 60px;
}
.sec_salesService .mb10 {
  margin-bottom: 10px;
}
.sec_salesService .mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .mb30 {
    margin-bottom: 15px;
  }
}
.sec_salesService .sec_list01 li {
  padding-left: 1em;
  box-sizing: border-box;
  text-indent: -1em;
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec_list01 li {
    font-size: 14px;
  }
}
.sec_salesService .sec01_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 40px;
}
@media screen and (max-width: 820px) {
  .sec_salesService .sec01_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.sec_salesService .sec01_box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0px;
}
.sec_salesService .sec01_box h4 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sec_salesService .sec01_box h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec01_box h4 {
    margin-bottom: 15px;
  }
}
.sec_salesService .sec01_box h4 span {
  color: #fff;
}
.sec_salesService .sec01_box h4 span:nth-child(1) {
  background-color: #231815;
  font-size: 1.6em;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_salesService .sec01_box h4 span:nth-child(2) {
  display: block;
  width: calc(100% - 3.6em);
  flex-grow: 1;
  background-color: #7285A5;
  font-weight: 500;
  box-sizing: border-box;
  padding: 15px 25px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec01_box h4 span:nth-child(2) {
    padding: 10px;
  }
}
.sec_salesService .sec01_box h4::before, .sec_salesService .sec01_box h4::after {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 10px;
  width: 60px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 3px;
  color: #fff;
  position: absolute;
  top: -25px;
}
.sec_salesService .sec01_box h4.-o::before {
  content: "OCEAN";
  background-color: #4d4397;
  left: 63px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec01_box h4.-o::before {
    left: 57px;
  }
}
.sec_salesService .sec01_box h4.-s::after {
  content: "SKY";
  background-color: #967d5d;
  left: 128px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec01_box h4.-s::after {
    left: 120px;
  }
}
.sec_salesService .sec01_box h4.-s2::after {
  content: "SKY※";
  background-color: #967d5d;
  left: 128px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec01_box h4.-s2::after {
    left: 120px;
  }
}
.sec_salesService .sec01_box .sec01_txt01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec01_box .sec01_txt01 {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.sec_salesService .sec02_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec02_grid {
    margin-bottom: 15px;
    display: block;
  }
}
.sec_salesService .sec02_box {
  width: 23.5%;
  border-bottom: solid 3px #7285A6;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec02_box {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom-width: 2px;
  }
}
.sec_salesService .sec02_box figure {
  margin-bottom: 10px;
}
.sec_salesService .sec02_box h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec02_box h4 {
    font-size: 15px;
  }
}
.sec_salesService .sec02_box h4 + p {
  font-size: 13px;
}
.sec_salesService .sec02_box.-w {
  position: relative;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec02_box.-w {
    width: calc(100% + 60px);
    margin-left: -30px;
    border-bottom: none;
  }
}
.sec_salesService .sec02_box.-w .txt_area {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec02_box.-w .txt_area {
    position: static;
    color: #231815;
    box-sizing: border-box;
    padding: 0px 30px;
  }
}
.sec_salesService.sec03 {
  background: #EEEEEE;
  padding: 150px 0px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec03 {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec03 .contents_in {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 15px;
  }
}
.sec_salesService.sec03 .sec03_in {
  background-color: #fff;
  box-sizing: border-box;
  padding: 80px;
}
@media screen and (max-width: 820px) {
  .sec_salesService.sec03 .sec03_in {
    padding: 20px;
  }
}
.sec_salesService.sec03 .sec03_img18 {
  width: 100%;
  max-width: 750px;
  margin: 0px auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec03 .sec03_img18 {
    margin-bottom: 40px;
  }
}
.sec_salesService.sec03 .sec03_img19 {
  width: 100%;
  max-width: 750px;
  margin: 0px auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec03 .sec03_img19 {
    margin-bottom: 20px;
    overflow-x: scroll;
    width: 100%;
  }
  .sec_salesService.sec03 .sec03_img19 img {
    width: 200%;
  }
}
.sec_salesService .sec04_tit {
  font-size: 40px;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec04_tit {
    font-size: 30px;
  }
}
.sec_salesService .sec04_tit strong {
  color: #7285A6;
  font-size: 1.5em;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sec_salesService .sec04_box {
  width: 48%;
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .sec_salesService .sec04_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec04_box {
    margin-bottom: 30px;
  }
}
.sec_salesService .sec04_box h4 {
  padding-left: 2.77em;
  font-size: 18px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 20px;
  border-bottom: solid 2px #D9E0ED;
  margin-bottom: 15px;
  position: relative;
  /*span{
    @include f(13);
    @include ms($breakpoint-sp){
      @include f(11);
    }
  }*/
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec04_box h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }
}
.sec_salesService .sec04_box h4::before {
  display: block;
  content: "Q";
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #7285A6;
  font-size: 2.22em;
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 1;
  transform: translateY(-0.2em);
}
.sec_salesService .sec04_box h4 + p {
  box-sizing: border-box;
  padding-left: 3.12em;
  position: relative;
}
.sec_salesService .sec04_box h4 + p::before {
  display: block;
  content: "A";
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #7285A6;
  font-size: 2.5em;
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 1;
}
.sec_salesService .sec05_tit01 {
  text-align: center;
  padding: 15px 0px;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec05_tit01 {
    font-size: 15px;
    padding: 10px 0px;
    margin-bottom: 10px;
  }
}
.sec_salesService .sec05_tit01 + p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec05_tit01 + p {
    margin-bottom: 15px;
  }
}
.sec_salesService .sec05_tit01_2 {
  text-align: left;
  padding: 20px 20px;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec05_tit01_2 {
    font-size: 15px;
    padding: 10px 20px;
  }
}
.sec_salesService .sec05_tit01_2 + p {
  padding: 20px 0px 20px 20px;
  box-sizing: border-box;
  border-left: 1px solid #231815;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec05_tit01_2 + p {
    padding: 10px 0px 10px 20px;
    font-size: 13px;
  }
}
.sec_salesService .sec05_box01_2 figure {
  padding: 0px 0px 0px 20px;
  box-sizing: border-box;
  border-left: 1px solid #231815;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec05_box01_2 figure {
    padding: 0px 0px 20px 20px;
    border-bottom: 1px solid #231815;
  }
}
.sec_salesService .sec05_txt01 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec05_txt01 {
    font-size: 13px;
    margin-top: 10px;
  }
}
.sec_salesService .sec05_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 100px;
  gap: 50px;
}
@media screen and (max-width: 820px) {
  .sec_salesService .sec05_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec05_grid {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
}
.sec_salesService .sec05_box01, .sec_salesService .sec05_box01_2 {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0px;
}
.sec_salesService .sec05_box02 {
  grid-column: span 3;
}
@media screen and (max-width: 820px) {
  .sec_salesService .sec05_box02 {
    grid-column: span 1;
  }
}
.sec_salesService .sec05_in {
  box-sizing: border-box;
  border: solid 1px #221815;
  padding: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .sec_salesService .sec05_in {
    padding: 20px;
  }
}
.sec_salesService .sec05_in .sec_tit01::after {
  display: none;
}
.sec_salesService .sec05_box03 {
  width: 48.8%;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .sec_salesService .sec05_box03 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec05_box03 {
    margin-bottom: 20px;
  }
}
.sec_salesService .sec05_box03 h4 {
  background-color: #7285A5;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec05_box03 h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.sec_salesService .sec05_box03 .sec05_box03_in {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec05_box03 .sec05_box03_in {
    margin-bottom: 20px;
  }
}
.sec_salesService .sec06_box {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .sec_salesService .sec06_box {
    width: 100%;
    margin-bottom: 25px;
  }
}
.sec_salesService .sec06_box h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec06_box h3 {
    margin-bottom: 20px;
  }
}
.sec_salesService .sec06_box h3 strong {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec06_box h3 strong {
    font-size: 18px;
  }
}
.sec_salesService .sec06_box h3 span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec06_box h3 span {
    font-size: 12px;
  }
}
.sec_salesService .sec06_box h3.-o {
  background-color: #4d4397;
}
.sec_salesService .sec06_box h3.-s {
  background-color: #967d5d;
}
.sec_salesService .sec06_box h4 {
  background-color: #7285A5;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 20px 0px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec06_box h4 {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 10px 0px;
  }
}
.sec_salesService .sec06_box dl {
  display: flex;
  flex-wrap: wrap;
}
.sec_salesService .sec06_box dl dt {
  width: 120px;
  margin-right: 10px;
  border-bottom: solid 1px #231815;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  padding: 15px 0px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec06_box dl dt {
    font-size: 15px;
    padding: 10px 0px;
    width: 110px;
  }
}
.sec_salesService .sec06_box dl dt b {
  font-size: 1.25em;
}
.sec_salesService .sec06_box dl dt b span {
  display: block;
  text-align: center;
  font-size: 0.8em;
}
.sec_salesService .sec06_box dl dt.price {
  margin-right: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec06_box dl dt.price {
    width: 100%;
    border-bottom: none;
    align-items: center;
  }
}
.sec_salesService .sec06_box dl dd {
  width: calc(100% - 130px);
  border-bottom: solid 1px #231815;
  box-sizing: border-box;
  padding: 15px;
  padding-left: 0px;
  text-align: right;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec06_box dl dd {
    padding: 10px;
    font-size: 15px;
    width: calc(100% - 120px);
  }
}
.sec_salesService .sec06_box dl dd strong {
  font-size: 2em;
}
.sec_salesService .sec06_box dl dd b {
  font-size: 1.5em;
  display: inline-block;
}
.sec_salesService .sec06_box dl dd .madori {
  font-size: 0.8em;
}
.sec_salesService .sec06_box dl dd .madori2 {
  font-size: 0.7em;
}
.sec_salesService .sec06_box dl dd.price {
  padding-top: 0px;
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec06_box dl dd.price {
    width: 100%;
    text-align: center;
  }
}
.sec_salesService .sec06_box dl dd.-three {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .sec_salesService .sec06_box dl dd.-three {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec06_box dl dd.-three {
    width: 100%;
    text-align: left;
  }
}
.sec_salesService .sec06_box dl dd.-three p {
  width: 33.3%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec06_box dl dd.-three p {
    width: 100%;
  }
}
.sec_salesService .sec06_box dl dd.-three p i {
  display: inline-block;
  background-color: #7285a6;
  color: #fff;
  line-height: 1.3;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .sec_salesService .sec06_box dl dd.-three p i {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec06_box dl dd.-three p i {
    padding: 5px;
    font-size: 13px;
    display: inline-block;
  }
}
.sec_salesService .sec06_box dl dd.-three p i > strong {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec06_box dl dd.-three p i > strong {
    font-size: 15px;
  }
}
.sec_salesService .sec06_box dl dd.-three p i > span {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec06_box dl dd.-three p i > span {
    font-size: 11px;
  }
}
.sec_salesService .sec07_list li {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec07_list li {
    margin-bottom: 40px;
  }
}
.sec_salesService .sec07_list li::after {
  display: block;
  content: "";
  aspect-ratio: 36/18;
  position: absolute;
  background: url(../../img/sales_service/img_arrow.svg) center center/contain no-repeat;
  width: 36px;
  left: 50%;
  top: calc(100% + 15px);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec07_list li::after {
    top: calc(100% + 10px);
  }
}
.sec_salesService .sec07_list li:last-child::after {
  display: none;
}
.sec_salesService .sec07_list li h4 {
  font-size: 18px;
  display: flex;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec07_list li h4 {
    font-size: 15px;
  }
}
.sec_salesService .sec07_list li h4 span:nth-child(1) {
  aspect-ratio: 1/1;
  font-size: 1.66em;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  width: 2em;
  background-color: #231815;
  line-height: 2em;
}
.sec_salesService .sec07_list li h4 span:nth-child(2) {
  background-color: #7285A5;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 15px 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec07_list li h4 span:nth-child(2) {
    padding: 12px 10px;
  }
}
.sec_salesService .sec07_list .sec07_box {
  box-sizing: border-box;
  border: solid 1px #7285A6;
  padding: 25px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec07_list .sec07_box {
    padding: 15px;
    display: block;
  }
}
.sec_salesService .sec07_list .sec07_box .qr {
  width: 100%;
  max-width: 110px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .sec07_list .sec07_box .qr {
    margin: 0px auto;
    margin-top: 20px;
  }
}
.sec_salesService .qa_area .sec04_tit {
  position: relative;
  line-height: 1;
  text-align: left;
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .qa_area .sec04_tit {
    font-size: 16px;
    text-align: center;
  }
}
.sec_salesService .qa_area .sec04_tit span {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec_salesService .qa_area .sec04_tit span {
    justify-content: center;
  }
}
.sec_salesService .qa_area .sec04_tit strong {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .qa_area .sec04_tit strong {
    font-size: 26px;
  }
}
.sec_salesService .qa_area .sec04_tit::after {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #D9E0ED;
}
.sec_salesService .qa_area .sec04_box {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .qa_area .sec04_box {
    margin-bottom: 20px;
  }
}
.sec_salesService .qa_area .sec04_box h4 {
  padding-left: 30px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .qa_area .sec04_box h4 {
    font-size: 14px;
  }
}
.sec_salesService .qa_area .sec04_box h4::before {
  font-size: 24px;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .qa_area .sec04_box h4::before {
    font-size: 20px;
  }
}
.sec_salesService .qa_area .sec04_box h4 + p {
  padding-left: 30px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .qa_area .sec04_box h4 + p {
    font-size: 13px;
  }
}
.sec_salesService .qa_area .sec04_box h4 + p::before {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .sec_salesService .qa_area .sec04_box h4 + p::before {
    font-size: 20px;
  }
}
.sec_salesService .qa_area .sec04_box:nth-last-child(1) {
  margin-bottom: 0px;
}
.sec_salesService.sec_ex .sec_ex_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_ex .sec_ex_flex {
    margin-bottom: 10px;
  }
}
.sec_salesService.sec_ex .sec_ex_flex .txt_area {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_ex .sec_ex_flex .txt_area {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec_salesService.sec_ex .sec_ex_flex .img_area {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_ex .sec_ex_flex .img_area {
    width: 100%;
  }
}
.sec_salesService.sec_ex .sec_ex_flex .img_area figure {
  width: 24%;
}
@media screen and (max-width: 820px) {
  .sec_salesService.sec_ex .sec_ex_flex .img_area figure {
    width: 48%;
    margin-bottom: 20px;
  }
}
.sec_salesService.sec_ex .sec_ex_flex .img_area figure figcaption {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_ex .sec_ex_flex .img_area figure figcaption {
    font-size: 10px;
  }
}
.sec_salesService.sec_ex .sec_ex_box {
  background-color: #e6ebf4;
  box-sizing: border-box;
  padding: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_ex .sec_ex_box {
    padding: 15px;
  }
}
.sec_salesService.sec_ex .sec_ex_box .sec_ex_flex {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_ex .sec_ex_box .sec_ex_flex {
    margin-bottom: 0px;
  }
}
.sec_salesService.sec_ex .sec_ex_box .sec_ex_flex .txt_area {
  width: 21.16%;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_ex .sec_ex_box .sec_ex_flex .txt_area {
    width: 100%;
  }
}
.sec_salesService.sec_ex .sec_ex_box .sec_ex_flex .txt_area .tit01 {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_ex .sec_ex_box .sec_ex_flex .txt_area .tit01 {
    font-size: 16px;
  }
}
.sec_salesService.sec_ex .sec_ex_box .sec_ex_flex .txt_area .txt01 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_ex .sec_ex_box .sec_ex_flex .txt_area .txt01 {
    font-size: 13px;
  }
}
.sec_salesService.sec_ex .sec_ex_box .sec_ex_flex .img_area {
  width: 76.19%;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_ex .sec_ex_box .sec_ex_flex .img_area {
    width: 100%;
  }
}
.sec_salesService.sec_ex .sec_ex_box .sec_ex_flex .img_area figure {
  width: 31.38%;
}
@media screen and (max-width: 820px) {
  .sec_salesService.sec_ex .sec_ex_box .sec_ex_flex .img_area figure {
    width: 48%;
  }
}
@media screen and (max-width: 820px) {
  .sec_salesService.sec_ex .sec_ex_box .sec_ex_flex .img_area figure:nth-child(1) {
    width: 100%;
  }
}
.sec_salesService.sec_ex .sec_ex_box .sec_ex_flex02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_salesService.sec_ex .sec_ex_box .sec_ex_flex02 .sec_ex_flex02_in {
  width: 48.46%;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_ex .sec_ex_box .sec_ex_flex02 .sec_ex_flex02_in {
    width: 100%;
  }
}
.sec_salesService.sec_ex .sec_ex_box .sec_ex_flex02 .sec_ex_flex02_in aside {
  margin-bottom: 20px;
}
.sec_salesService.sec_ex .sec_ex_box .sec_ex_flex02 .sec_ex_flex02_in aside .tit02 {
  width: 100%;
  background-color: #7384a5;
  color: #fff;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  padding: 5px 0px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_ex .sec_ex_box .sec_ex_flex02 .sec_ex_flex02_in aside .tit02 {
    font-size: 13px;
  }
}
.sec_salesService.sec_ex .sec_ex_box .sec_ex_flex02 .sec_ex_flex02_in aside .txt02 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_ex .sec_ex_box .sec_ex_flex02 .sec_ex_flex02_in aside .txt02 {
    font-size: 13px;
  }
}
.sec_salesService.sec_bg_box .contents_in {
  background-color: #f4f3f9;
  border: 2px solid #4d4397;
  box-sizing: border-box;
  padding: 40px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_bg_box .contents_in {
    border-width: 1px;
    padding: 15px;
  }
}
.sec_salesService.sec_bg_box .contents_in .tit_tab {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #4d4397;
  padding: 5px 10px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_bg_box .contents_in .tit_tab {
    top: -30px;
    height: 30px;
    right: -1px;
    padding: 0px 10px;
    line-height: 30px;
  }
}
.sec_salesService.sec_bg_box .contents_in .tit_tab span {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  border-right: 1px solid #fff;
  display: block;
  margin-right: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_bg_box .contents_in .tit_tab span {
    font-size: 13px;
  }
}
.sec_salesService.sec_bg_box .contents_in .tit_tab b {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_bg_box .contents_in .tit_tab b {
    font-size: 13px;
  }
}
.sec_salesService.sec_bg_box .contents_in .tit_bg01 {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_bg_box .contents_in .tit_bg01 {
    margin-bottom: 10px;
  }
}
.sec_salesService.sec_bg_box .contents_in .tit_bg01::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  background-color: #4d4397;
}
.sec_salesService.sec_bg_box .contents_in .tit_bg01 span {
  background-color: #f4f3f9;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_bg_box .contents_in .tit_bg01 span {
    font-size: 14px;
    padding-right: 10px;
  }
}
.sec_salesService.sec_bg_box .contents_in .tit_bg01 span b {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_bg_box .contents_in .tit_bg01 span b {
    font-size: 12px;
  }
}
.sec_salesService.sec_bg_box .contents_in .tit_bg02 {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_bg_box .contents_in .tit_bg02 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_bg_box .contents_in .img01 {
    overflow-x: scroll;
  }
  .sec_salesService.sec_bg_box .contents_in .img01 img {
    width: 250%;
  }
}
.sec_salesService.sec_bg_box .contents_in .sec_owner_in {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_bg_box .contents_in .sec_owner_in {
    margin-bottom: 20px;
  }
}
.sec_salesService.sec_bg_box .contents_in .sec_owner_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_salesService.sec_bg_box .contents_in .sec_owner_flex .txt_area {
  width: 32.73%;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_bg_box .contents_in .sec_owner_flex .txt_area {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec_salesService.sec_bg_box .contents_in .sec_owner_flex .img_area {
  width: 63.9%;
}
@media screen and (max-width: 767px) {
  .sec_salesService.sec_bg_box .contents_in .sec_owner_flex .img_area {
    width: 100%;
  }
}

.ul01 li {
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 13px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .ul01 li {
    padding-left: 15px;
    font-size: 12px;
    margin-bottom: 3px;
  }
}
.ul01 li::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "●";
  display: block;
}

.tit_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .tit_flex {
    margin-bottom: 0px;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0px 20px;
  }
}
.tit_flex aside {
  width: 100%;
  max-width: 300px;
  margin: 0px 30px;
}
@media screen and (max-width: 767px) {
  .tit_flex aside {
    width: 49%;
    margin: 0px;
  }
}
.tit_flex aside h3 {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tit_flex aside h3 {
    font-size: 16px;
  }
}
.tit_flex aside h3 span {
  font-family: "century-gothic", "Noto Sans JP", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 10px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .tit_flex aside h3 span {
    margin-left: 5px;
    letter-spacing: 1px;
  }
}
.tit_flex aside h3 b {
  font-family: "Noto Sans JP", "Noto Sans TC", serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 10px;
  box-sizing: border-box;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tit_flex aside h3 b {
    padding: 5px;
    font-size: 12px;
  }
}
.tit_flex aside .sec01_txt01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tit_flex aside .sec01_txt01 {
    text-align: left;
    font-size: 12px;
  }
}

.sec01_new .contents_in {
  position: relative;
}
.sec01_new .contents_in .ul_tab {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 200px;
}
@media screen and (max-width: 820px) {
  .sec01_new .contents_in .ul_tab {
    position: static;
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
.sec01_new .contents_in .ul_tab li {
  width: 100%;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .sec01_new .contents_in .ul_tab li {
    width: 48%;
  }
}
.sec01_new .contents_in .ul_tab li strong, .sec01_new .contents_in .ul_tab li span {
  display: block;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.sec01_new .contents_in .ul_tab li strong {
  width: 36%;
  color: #fff;
  border-radius: 5px 0px 0px 5px;
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sec01_new .contents_in .ul_tab li strong {
    font-size: 12px;
  }
}
.sec01_new .contents_in .ul_tab li span {
  width: 64%;
  border-radius: 0px 5px 5px 0px;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
}
@media screen and (max-width: 767px) {
  .sec01_new .contents_in .ul_tab li span {
    font-size: 10px;
  }
}
.sec01_new .contents_in .ul_tab li span.-c_o {
  border-color: #4d4397;
  color: #4d4397;
  background-color: #f4f3f9;
}
.sec01_new .contents_in .ul_tab li span.-c_s {
  border-color: #967d5d;
  color: #967d5d;
  background-color: #f9f4ee;
}
.sec01_new .contents_in .ul_tab li:nth-child(1) {
  margin-bottom: 5px;
}
.sec01_new .contents_in .sec_tit01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec01_new .contents_in .sec_tit01 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec01_new .sec01_box {
    margin-bottom: 20px;
  }
}

.c_o {
  background-color: #4d4397;
}

.c_s {
  background-color: #967d5d;
}

@media screen and (max-width: 767px) {
  .logo_esqva_img {
    width: 120px;
    margin: 0px auto;
  }
}

.mb_com {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb_com {
    margin-bottom: 40px;
  }
}