@charset "UTF-8";

#container {
  padding-top: 100px;
}

/*==================================================================

  メインビジュアル

==================================================================*/
.top_mainvisual{
  display:block;
  position:relative;
  height: 876px;
  background: url("../images/mv.jpg") center no-repeat;
  background-size: cover;
}

.top_mainvisual .inner{
  height: inherit;
  max-width: 1200px;
  width: 90%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* キャッチフレーズ */
.mainvisual_catch{
  position:absolute;
  top:20.5%;
  left: 10px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

}
.mainvisual_catch_copy{
  letter-spacing: 0.1em;
  font-size: 44px;
  text-shadow: 0 0 13px rgba(255,255,255,1);
}
.mainvisual_catch_copy span{
  display:block;
  letter-spacing: 0.1em;
  font-size: 31px;
  line-height: 1.4
}
.mainvisual_icl_wrapper {
  margin-top: 6%;
  margin-left: -10px;
}
.mainvisual_icl_text{
  margin-bottom: 24px;
}
.mv_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 1200px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 644px;
}
.mv_content_text {
  width: 55%;
  padding-bottom: 12px;
    padding-left: 5px;
}
.mv_content_text > dt {
  font-size: 14px;
  letter-spacing: 0.1em;
  color:#088c9e;
  font-weight: 500;
}
.mv_content_text > dd {
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 0.1em;
}
.mv_content_catch {
  display: flex;
  justify-content: flex-end;
  gap: 0 5px;
  width: 40%;
}
.mv_content_catch img {
  display: block;
  border-radius: 100vh;
  box-shadow: 0 0 40px rgba(0,0,0,0.4);
}
/*==================================================================

  .title

==================================================================*/
.tit01 {
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 1;
}
.tit01 span {
  display:block;
  font-size: 19px;
  line-height: 1;
  padding-top: 20px;
  letter-spacing: 0.1em;
}
.tit01_en {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #b29650;
  font-size: 80px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 5px;
}

/*==================================================================

  .top_trouble

==================================================================*/
.top_trouble {
  text-align: center;
  background: url("../images/trouble_bg.jpg") center no-repeat;
  background-size: cover;
  padding-top:163px;
  padding-bottom: 175px;
  position: relative;
  z-index: 1;
}
.top_trouble::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/trouble_img.png") bottom left no-repeat;
  width: 51%;
  max-width: 984px;
  height: 686px;
  content: "";
  background-size: 100%;
}
.top_trouble::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  background: url("../images/trouble_tr.png") bottom center no-repeat;
  width: 80%;
  max-width: 880px;
  height: 686px;
  margin: auto;
  content: "";
  background-size: 100%;
}
.top_trouble .tit01 {
  position: relative;
  z-index: 2;
}
.top_trouble .tit01::before {
  position: absolute;
  top: -174px;
  right: 0;
  background: url("../images/trouble_contact.png") top right no-repeat;
  width: 50%;
  max-width: 617px;
  height: 476px;
  content: "";
  background-size: 100%;
}

.top_trouble_list {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  background: #fff;
  width: 94%;
  max-width: 1400px;
  margin: auto;
  padding: 4.3% 5.6% 2.9%;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.top_trouble_item {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  white-space: nowrap;
  width: 50%;
  margin-bottom: 3.4%;
  padding-left: 38px;
  position: relative;
}
.top_trouble_item::before {
  position: absolute;
  left: -3px;
  top: -3px;
  background: url("../images/trouble_check_mark.png") center no-repeat;
  width: 32px;
  height: 38px;
  content: "";
  background-size: 100%;
}
.top_trouble_item:nth-child(7),
.top_trouble_item:nth-child(9) {
  width: 59.5%;
}
.top_trouble_item:nth-child(8),
.top_trouble_item:nth-child(10) {
  width: 40.5%;
}
/*==================================================================

  .top_about

==================================================================*/
.top_about {
  text-align: center;
  padding-top: 166px;
  background: url("../images/about_bg.jpg") bottom center no-repeat;
  background-size: 100%;

}
.top_about_caption {
  margin-top: 40px;
  width: 90%;
  max-width: 1200px;
  margin: 49px auto;
  text-align: left;
}
.top_about_caption p {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.888;
  margin-bottom: 34px;

}
.top_about_list {
  overflow: hidden;
  text-align: left;
  padding-top: 50px;
}
.top_about_item {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1450px;
  margin: auto;
  padding-top: 156px;
  position: relative;
  z-index: 1;
  margin-bottom: 102px;
}
.top_about_item::before {
  position: absolute;
  width: 400%;
  right:63%;
  top: 0;
  height: 420px;
  background: #e8e4e2;
  content: "";
  z-index: -1;

}
.top_about_item_img {
  width: 43.4%;
  position: relative;
  z-index: 2;
}
.top_about_item_img img {
  width: 100%;
}
.top_about_item_num {
  position: absolute;
  top: -42px;
  right: -63px;
  font-size: 110px;
  color: #b99948;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top_about_item:nth-child(even) .top_about_item_num{
  left: -10px;
  right: inherit;
}
.top_about_item_detail {
  width: 49%;
  padding-right: 8%;
  padding-top: 30px;
}
.top_about_item_tit_en {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #b99948;
  font-size: 70px;
  letter-spacing: 0.1em;
  text-align: right;
  line-height: 1;
}
.top_about_item_tit {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-align: right;
  line-height: 1;
}
.top_about_item_text {
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.78;
  margin-top: 28px;
  padding-top:  4.5%;
  position: relative;

}
.top_about_item_text::before {
  position: absolute;
  background: rgba(0,0,0,0.1);
  width: 200%;
  height: 1px;
  right: 0;
  top:0;
  content: "";
}


.top_about_item:nth-child(even) {
  flex-direction: row-reverse;
  margin-bottom: 90px;
}
.top_about_item:nth-child(even)::before {
  background: #5f9ea0;
  left: 63%;
  right: auto;
}
.top_about_item:nth-child(even) .top_about_item_img {
  width: 46%;
}
.top_about_item:nth-child(even) .top_about_item_detail {
  padding-right: 0;
  padding-left: 9%;
  width: 50%;
}
.top_about_item:nth-child(even) .top_about_item_tit_en {
  font-size: 67px;
}
.top_about_item:nth-child(even) .top_about_item_tit_en,
.top_about_item:nth-child(even) .top_about_item_tit{
  text-align: left;
}
.top_about_item:nth-child(even)  .top_about_item_text::before  {
  left: 0;
  right: auto;
}
.top_about_ending {
  color: #fff;
  background: #5f9ea0;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.94;
  padding: 4.8%;
  position: relative;
}

.top_about_ending strong {
  font-weight: 600;
  font-size: 26px;

}

/*==================================================================

  .top_reason

==================================================================*/
.top_reason {
  text-align: center;
  position: relative;
  padding-top: 214px;
  background: url("../images/reason_bg.jpg") center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  overflow: hidden;
}
.top_reason::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url("../images/about_tr.png") bottom center no-repeat;
  width: 80%;
  max-width: 880px;
  height: 182px;
  margin: auto;
  content: "";
}
.top_reason_tit_en {
  font-size: 174px;
  letter-spacing: 0.1em;
  color: rgba(90,149,151,0.2);
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.top_reason_tit {
  line-height: 1;
  position: relative;
  z-index: 2;
  font-size: 42px;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  margin-top: -87px;
}
.top_reason_tit::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -44px;
  background: url("../images/reason_tit_kazari.png") center no-repeat;
  width: 31px;
  height: 31px;
  content: "";
}

.top_reason_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding-top: 130px;
}

.top_reason_item {
  width: 46.6%;
  position: relative;
  margin-bottom: 90px;
}
.top_reason_item_num {
  position: absolute;
  top: -32px;
  font-size: 82px;
  color: #b99948;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 2;
}
.top_reason_item_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #b99948;
  height: 120px;
}
.top_reason_item_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.88;
  text-align: left;
}

/*==================================================================

  .top_diff

==================================================================*/
.top_diff {
  text-align: center;
  padding-top: 165px;
  padding-bottom: 160px;
  background: url(../images/diff_bg.jpg) center no-repeat;
  background-size: cover;
}
.top_diff .inner {
  text-align: left;
  margin-top: 63px;
}
.top_diff_caption {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.88;
}
.top_diff_tb_wrapper {
  margin-top: 62px;
  margin-bottom: 38px;

}
.top_diff_tb {
  width: 100%;

}
.top_diff_tb th,
.top_diff_tb td{
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  height: 82px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}
.top_diff_tb tr:first-child th{
  width: 25%;
  background: #5f9ea0;
  color: #fff;
  text-align: center;
  padding-left: 0;
}
.top_diff_tb tr:first-child th:nth-child(1){
  background: #f4f1ee;
  color: #333;
  text-align: left;
  padding-left: 3.3%;
}
.top_diff_tb tr:first-child th:last-child{
  background: #bebcb7;
}
.top_diff_tb th {
  background: #f4f1ee;
  text-align: left;
  padding-left: 3.3%;
}
.top_diff_tb td {
  background: #d3e9ea;
}
.top_diff_tb tr td:last-child {
  background: #ede8e4;
}
.top_diff_tb td span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.top_diff_tb th span {
  font-size: 16px;
}
.top_diff_text > dt {
  font-size: 17px;
  letter-spacing: 0.1em;
}
.top_diff_text > dd {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.top_diff_ending {
  background: #fff;
  border: solid 3px #cbb992;
  padding:6.2% 3% 6%;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 2.27;
  text-align: center;
  margin-top: 90px;
}
.top_diff_ending  strong {
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #c79a30;
  font-weight: 600;
}
/*==================================================================

  .top_features

==================================================================*/
.top_features {
  text-align: center;
  padding-top: 165px;
  position: relative;
}
.top_features::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: #5f9ea0;
  z-index: -1;
  content: "";
}
.top_features::after {
  position: absolute;
  top: 0;
  left: 8%;
  width: 37.7%;
  max-width: 730px;
  height: calc(100% - 156px);
  background:url("../images/features_bg01.jpg") bottom center no-repeat;
  background-size: cover;
  z-index: -1;
  content: "";
}
.top_feaures_text {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.88;
  padding: 58px 2% 72px 0;
}
.top_features_list {
  padding-bottom: 240px;
  position: relative;
}
.top_features_list::before {
  position: absolute;
  width: 100%;
  height: 158px;
  left: 0;
  bottom: 0;
  background: #5f9ea0;
  content: ""
}
.top_features_item {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: left;
  margin-bottom: 101px;
}
.top_features_item_img {
  width: 38%;
  position: relative;
  z-index: 1;
}
.top_features_item_img::before {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  content: "";
  background: #5f9ea0;
  z-index: -1;
}
.top_features_item_detail {
  width: 51.7%;
  padding-top: 33px;
}
.top_features_item_tit {
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.7;
    margin-bottom: 21px;
    margin-top: -3px;
}
.top_features_item_tit_en {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #b29650;
  font-size: 40px;
  line-height: 1;
}
.top_features_item_text {
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
/*==================================================================

  .top_flow

==================================================================*/
.top_flow {
  text-align: center;
  padding-top: 165px;
  background: url("../images/flow_bg.jpg") top center no-repeat;
  background-size: cover;
  padding-bottom: 160px;
}
.top_flow_mv {
  width: 100%;
  height: 626px;
}
.top_flow_mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_flow_text {
  font-size: 19px;
  letter-spacing: 0.1em;
  margin-top: 31px;
}
.top_flow_list {
  text-align: left;
  padding-top: 70px;
}
.top_flow_item {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  background: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 116px;
}
.top_flow_item:not(:last-child)::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -110px;
  margin: auto;
  background: url("../images/flow_arrow.png") bottom center no-repeat;
  width: 70%;
  max-width: 343px;
  height: 204px;
  content: "";
  background-size: 100%;
  z-index: -2;
}
.top_flow_item_inner {
  display: flex;
  justify-content: space-between;
  padding: 50px 50px 46px 84px;
  background: #fff;
  min-height: 460px
}
.top_flow_item::before {
  position: absolute;
  top: 30px;
  left: 30px;
  background: url("../images/flow_item_bg.jpg") center no-repeat;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-size: cover;
}
.top_flow_item_num {
  display: inline-block;
  padding-left: 40px;
  position: absolute;
  top: 27px;
  left: 0;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: italic;
  color: #b29650;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top_flow_item_num::before {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 90%;
  height: 1px;
  background: #b29650;
  content: "";
}
.top_flow_item_num span {
  display: inline-block;
  font-size: 82px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top_flow_item_tit {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #b29650;
  margin-bottom: 10px;
}
.top_flow_item_detail {
  margin-top: 70px;
  width: 60%;
}
.top_flow_item_text {
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height:1.78;
}
.top_flow_item_dl {
  margin-top: 30px;
}
.top_flow_item_dl > dt {
  font-size: 19px;
  letter-spacing: 0.1em;
  color: #599495;
  font-weight: 500;
  line-height: 1.9;
}
.top_flow_item_dl > dd {
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.top_flow_item_img {
  width: 32.8%;
}
.top_flow_item_img  img {
  width: 100%;
}


.top_flow_ending {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  background: #f4f1ee;
  margin-top: 130px;
  padding: 4.9% 2.7% 2.3% 3.7%;
  position: relative;
}
.top_flow_ending::before {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  content: "";
  border: solid 1px #b99948;
}
.top_flow_ending_tit {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 4.3%;
  position: relative;
  z-index: 1;
}
.top_flow_ending_tit span {
  display: block;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #b29650;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top_flow_ending_item {
  text-align: left;
  position: relative;
  z-index: 1;
}
.top_flow_ending_item_tit {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #b29650;
  margin-bottom: 10px;
}
.top_flow_ending_item_text {
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height:1.78;
  margin-bottom: 47px;
}
/*==================================================================

  .top_price

==================================================================*/
.top_price {
  background: url("../images/price_bg.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 165px;
  padding-bottom: 160px
}
.top_price .tit01_en,
.top_price .tit01 {
  color: #fff;
}
.top_price_list {
  background: #fff;
  width: 96%;
  max-width: 1300px;
  margin: auto;
  margin-top: 80px;
  text-align: left;
  padding: 40px 50px 53px;
}
.top_price_tit {
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
}
.top_price_tit::before {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cccccc;
  content: "";
  z-index: -1;

}
.top_price_tit span {
  display: inline-block;
  background: #fff;
  padding-right: 16px;
}
.top_price_table {
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.top_price_table tr {
  border-bottom: solid 2px #fff;
}
.top_price_table th {
  background: #8db8b9;
  color: #fff;
  height: 80px;
  width: 33.33%;
  padding-left: 40px;
}
.top_price_table td {
  background: #f4f1ee;
  border-left: solid 2px #fff;
  width: 33.33%;
  text-align: center;
}
.top_price_item {
  margin-bottom: 40px;
}
.top_price_table.item02 th{
  background: #bebcb7;
}
.top_price_table.item02 td {
  width: 66.666%;
}


/*==================================================================

  .top_qa

==================================================================*/
.top_qa {
  background: url("../images/qa_bg.jpg") center no-repeat;
  background-size: cover;
  padding-top: 166px;
  padding-bottom: 155px;
  text-align: center;
}
.top_qa .tit01_en {
  padding-bottom: 20px;
}


/*==================================================================

  .scroll-hint

==================================================================*/
.scroll-container-wrapper {
position: relative;
  width: 100%;
}
/* ヒントの見た目 */
.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 13px;

  /* 変更点：pointer-events: none; を削除する または auto にする */
  pointer-events: auto;
  cursor: pointer; /* マウスを載せたときにポインターにする */

  transition: opacity 0.4s ease, visibility 0.4s;
  z-index: 2;
}

/* 指マークのアニメーション（左右に揺れる） */
.finger-icon {
  display: inline-block;
  font-size: 18px;
  animation: swipe-anim 1.5s infinite ease-in-out;
}

@keyframes swipe-anim {
  0%   { transform: translateX(5px); }
  50%  { transform: translateX(-5px); }
  100% { transform: translateX(5px); }
}

/* JSで付与する非表示用クラス */
.scroll-hint.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/*==================================================================================================================

  スマホ

==================================================================================================================*/
@media screen and (max-width:640px) {
  #wrapper, html, body{
    min-height:500px;
  }
  #container {
    padding-top: 0;
  }

  /*==================================================================

    メインビジュアル（スマホ）

  ==================================================================*/
  .top_mainvisual {
    height: 450px;
    background: url("../images/mv_sp.jpg") no-repeat center / cover;
  }

  .top_mainvisual .inner {
    width: auto;
  }

  /* トップページキャッチフレーズ */
  .mainvisual_catch {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .mainvisual_catch_copy {
    margin-bottom: 16px;
    font-size: 24px;
    text-align: center;
    filter: drop-shadow(0 0 5px #ffffff) drop-shadow(0 0 5px #ffffff) drop-shadow(0 0 5px #ffffff);
  }

  .mainvisual_catch_copy span {
    font-size: 16px;
  }

  .mainvisual_icl_wrapper {
    margin: 0;
    padding: 16px 0;
    background: rgb(255, 255, 255, 0.8);
  }

  .mainvisual_icl_text {
    width: 80%;
    margin: 0 auto;
  }

  .mainvisual_icl_img {
    width: 80%;
    margin: 0 auto;
    padding: 24px 0 0;
    background: #cdeeeb;
  }

  .mv_content {
    width: 100%;
    position: static;
    display: block;
    background: #cdeeeb;
  }
  .mv_content_text {
    width: 100%;
    width: 90%;
    margin: 0 auto 0;
    padding-top: 20px;
  }
  .mv_content_catch {
    width: 88%;
    margin: 10px auto 0;
    gap: 0 10px;
    padding-bottom: 40px;
  }

  /*==================================================================

    title（スマホ）

  ==================================================================*/
  .tit01 {
    font-size: 22px;
    line-height: 1.5;
  }
  .tit01 span {
    font-size: 17px;
  }
  .tit01_en {
    font-size: 50px;
  }


  /*==================================================================

    .top_trouble（スマホ）

  ==================================================================*/
  .top_trouble {
    padding-top: 120px;
    overflow: hidden;
  }
  .top_trouble::before {
    width: 100%;
    bottom: -70px;
  }
  .top_trouble::after {
    height: 100px;
    bottom: 110px
  }
  .top_trouble_list {
    display: block;
  }
  .top_trouble_item {
    white-space: normal;
    width: 100% !important;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 33px;
  }
  .top_trouble_item::before {
    width: 27px;

  }
  /*==================================================================

    .top_about（スマホ）

  ==================================================================*/

  .top_about {
    padding-top: 80px;
  }
  .top_about_caption p {
    font-size: 15px;
  }
  .top_about_item {
    display: block;
    padding-top: 50px;
    margin-bottom: 40px !important;
    width: 90%;
  }
  .top_about_item:last-child {
    margin-bottom: 50px !important;
  }
  .top_about_item_img {
    width: 100% !important;
  }
  .top_about_item_detail {
    width: 100% !important;
    padding: 20px 0 0 !important ;
  }
  .top_about_item_num {
    font-size: 90px !important;
    right: 0;
  }
  .top_about_item_tit_en {
    font-size: 40px !important;
    line-height: 1.3;
  }
  .top_about_item_tit {
    font-size: 20px;

  }
  .top_about_item_text {
    font-size: 15px;
  }
  .top_about_ending {
    font-size: 15px;
  }
  .top_about_ending strong {
    font-size: 19px;
  }


  /*==================================================================

    .top_reason（スマホ）

  ==================================================================*/
  .top_reason {
    padding-top: 150px;
    padding-bottom: 10px;
    overflow: hidden;
  }
  .top_reason::before {
    height: 75px;
  }
  .top_reason_tit {
    font-size: 24px;
  }
  .top_reason_tit_en {
    font-size: 70px;
  }
  .top_reason_list {
    display: block;
    padding-top: 110px;
  }
  .top_reason_item {
    width: 100%;
    margin-bottom: 60px;
  }
  .top_reason_item_tit {
    font-size: 21px;
    height: auto;
    margin: 25px auto 18px;
  }
  .top_reason_item_num {
    font-size: 70px;
  }
  .top_reason_item_text {
    font-size: 15px;
  }





  /*==================================================================

    .top_diff（スマホ）

  ==================================================================*/
  .top_diff {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top_diff  .tit01_en {
  font-size: 40px;
  }
  .top_diff .inner {
    margin: 25px auto 10px;
    padding: 0;
  }
  .top_diff_caption {
    font-size:  15px;
  }
  .top_diff_tb_wrapper {
    overflow: auto;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .top_diff_tb {
    width: 800px;;
  }
  .top_diff_tb td span {
    font-size: 12px;
  }
  .top_diff_tb th, .top_diff_tb td {
    font-size: 15px;
  }
  .top_diff_tb tr:first-child th:nth-child(1),
  .top_diff_tb th{
    padding-left: 2%
  }
  .top_diff_text > dt {
    font-size: 16px;
  }
  .top_diff_ending {
    margin-top: 40px;
  }
  .top_diff_ending {
    font-size: 15px;
  }
  .top_diff_ending strong {
    font-size: 18px;
  }
  /*==================================================================

    .top_features（スマホ）

  ==================================================================*/
  .top_features {
    padding-top: 60px;
  }
  .top_features::after{
    left: 3%;
    height: calc(100% - 60px);
  }
  .top_feaures_text {
    padding: 0;
    font-size: 15px;
    margin: 30px auto;
  }
  .top_features_list {
    padding-bottom: 100px;
  }
  .top_features_list::before {
    height: 60px;
  }
  .top_features_item {
    display: block;
    margin-bottom: 50px;
  }
  .top_features_item:last-child {
    margin-bottom: 10px;
  }
  .top_features_item_img {
    width: 100%;
  }
  .top_features_item_detail {
    width: 100%;
  }
  .top_features_item_img::before {
    left: 20px;
  }
  .top_features_item_detail {
    padding-top: 55px;
  }
  .top_features_item_tit {
    font-size: 20px;
    margin-bottom: 15px
  }
  .top_features_item_tit_en {
    line-height: 1.3;
    font-size: 34px;
  }
  .top_features_item_text {
    font-size: 15px;
  }


  /*==================================================================

    .top_flow（スマホ）

  ==================================================================*/
  .top_flow {
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top_flow_mv {
    height: 200px;
  }
  .top_flow_text {
    font-size: 17px;
  }
  .top_flow_item {
    margin-bottom: 96px
  }
  .top_flow_item:last-child {
    margin-bottom: 50px
  }
  .top_flow_item:not(:last-child)::after {
    bottom: -70px
  }
  .top_flow_item::before {
    left: 15px;
    top: 15px;
  }
  .top_flow_item_inner {
    flex-wrap: wrap;
    padding: 4% 1%;
  }
  .top_flow_item_num{
    top: -11px;
  }
  .top_flow_item_num span {
    font-size: 60px;
  }
  .top_flow_item_detail {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .top_flow_item_img {
    width: 100%;
    order: -1;
  }
  .top_flow_item_tit {
    font-size: 22px;
    line-height: 1.5;
  }
  .top_flow_item_text {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .top_flow_item_dl {
    margin-top: 20px;
  }
  .top_flow_item_dl > dt {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .top_flow_item_dl > dd {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .top_flow_ending {
    margin-top: 0;
    padding:25px;
  }
  .top_flow_ending::before {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .top_flow_ending_tit span {
    font-size: 30px;
    padding-top: 30px;
  }
  .top_flow_ending_tit {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .top_flow_ending_item_tit {
    font-size: 18px;
  }
  .top_flow_ending_item_text {
    font-size: 15px;
    margin-bottom: 25px;
  }





  /*==================================================================

    .top_price（スマホ）

  ==================================================================*/
  .top_price {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .top_price_list {
    margin-top: 40px;
  }
  .top_price_list {
    padding: 15px;
  }
  .top_price_item {
    margin-bottom: 20px;
  }
  .top_price_tit span {
    font-size: 22px;
  }
  .top_price_table {
    font-size: 14px;
  }
  .top_price_table th {
    padding-left: 0;
    letter-spacing: 0.05em;
    text-align: center;

  }
  /*==================================================================

    .top_price（スマホ）

  ==================================================================*/
  .top_qa {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .accordion-qa {
    padding-top: 40px;
  }
  .accordion_tit {
    font-size: 16px;
    padding: 10px 40px 20px 15px;
    line-height: 1.5;
  }
  .accordion.accordion-qa .accordion_tit, .accordion.accordion-qa .accordion_text {
    padding-left: 60px;
  }
  .accordion.accordion-qa .accordion_tit > *:after {
    width: 45px;
  }
  .accordion.accordion-qa .accordion_tit > *:before, .accordion.accordion-qa .accordion_text:before {
    left: 10px;
    top: 33%;
  }
  .accordion_tit::before, .accordion_tit::after {
    width: 18px;
    right: 15px;
  }
  .accordion.accordion-qa .accordion_text {
    font-size: 15px;
    padding-right: 40px;
    padding-bottom: 30px;
    line-height: 1.5;
  }














}
