@charset "UTF-8";
#container {
  padding-top: 181px;
}
/*==================================================================

  メインビジュアル

==================================================================*/
.top_mainvisual {
  display: block;
  position: relative;
  height: 1154px;
}
.mainvisual_wrap {
  height: 1154px;
}
.mainvisual_movie {
  margin-left: auto;
  width: 87.5%;
  height: 1006px;
}
.mainvisual_movie img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_mainvisual .inner {
  height: inherit;
  margin-left: auto;
  width: 87.5%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
/* キャッチフレーズ */
.mainvisual_catch {
  position: absolute;
  top: /*43.4*/ 40%;
  left: -78px;
}
.mainvisual_catch p {
  display: block;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  text-shadow:
    0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
  position: relative;
  z-index: 1;
}
.mainvisual_catch p::before {
  position: absolute;
  bottom: -19px;
  left: 0;
  background: url("../images/mv_catch_en.png") center no-repeat;
  width: 120%;
  max-width: 778px;
  height: 82px;
  content: "";
  background-size: 100%;
  z-index: -1;
}
.mainvisual_catch span {
  display: block;
  letter-spacing: 0.08em;
  font-size: 15px;
}
.mainvisual_catch small {
  display: block;
  font-size: 26px;
  text-shadow:
    0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  margin-top: 40px;
}
.mainvisual_open {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 250px;
}
.mainvisual_open img {
  width: 100%;
}
.mv_catch_list {
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-top: -330px;
  gap: 0 20px;
  align-items: flex-end;
}
.mv_catch_item img:before {
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  background: url(../images/mv_bnr_icon01.png) center / 50px auto;
}
/*==================================================================

  共通

==================================================================*/
.box01 {
  width: 90%;
  margin: auto;
  max-width: 1200px;
}
/*==================================================================

  .top_trouble

==================================================================*/
.top_trouble {
  position: relative;
  padding-top: 90px;
}
.top_trouble_img {
  position: absolute;
  right: 0;
  top: 125px;
  z-index: 0;
  height: 699px;
  width: calc((100vw - 1200px) / 2 + 811px);
}
.top_trouble_img img {
  object-fit: cover;
  /* object-position: top left; */
  object-position: 230px top;
  width: 100%;
  height: 100%;
}
.top_trouble_inner {
  width: 45%;
}
.top_trouble .tit01 span {
  display: inline-block;
  background: #ddc094;
  background: linear-gradient(90deg, rgba(221, 192, 148, 1) 0%, rgba(179, 144, 95, 1) 100%);
  color: #fff;
  font-size: 18px;
  padding: 2px 10px 7px;
  margin: 10px 0 18px;
}
.check_list {
  letter-spacing: 0.1em;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 56px;
  position: relative;
  z-index: 1;
  padding-bottom: 91px;
}
.check_list::before {
  position: absolute;
  left: -30vw;
  top: 0;
  background: #f9f4ee;
  width: /*45*/ 75vw;
  height: 100%;
  content: "";
  z-index: -1;
}
@media screen and (min-width:641px) {
  .check_list::before {
    max-width: 1500px;
    min-width: 182%;
  }
}
.check_list::after {
  position: absolute;
  top: 0;
  right: -17.7%;
  background: url("../images/tr_list_bg.png") top right no-repeat;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.check_item:first-child {
  font-size: 20px;
}
.check_list_inner .check_item, .check_item {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
  font-size: 18px;
}
.check_item::before {
  position: absolute;
  top: 8px;
  left: 0;
  background: url("../images/check_box.jpg") center no-repeat;
  width: 24px;
  height: 24px;
  content: "";
}
.accordion_li {
  list-style: none;
}
.check_list_inner {
  list-style: inherit;
  padding: 0;
  margin: 0;
}
.accordion_summary {
  display: block;
  list-style: none;
  cursor: pointer;
  padding: 10px 0;
  color: #b69261;
  font-weight: bold;
  outline: none;
}
.accordion_summary::-webkit-details-marker {
  display: none;
}
.accordion_details .accordion_content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}
.accordion_details .accordion_content > * {
  overflow: hidden;
}
.accordion_details[open] .accordion_content {
  grid-template-rows: 1fr;
}
.accordion_details[open] .accordion_summary {
  color: #666;
}
.accordion_flow .accordion_tit {
  background: var(--bg-color);
  font-size: 18px;
  padding: 20px 50px 21px 30px;
  margin-bottom: 30px;
}
.accordion_flow .accordion_tit:hover {
  background-color: #1da66a;
  color: #fff;
}
.accordion_flow .accordion_tit.open {
  background: #1da66a;
}
.top_trouble .tit01 {
  font-size: 16px;
}
.top_trouble_end {
  text-align: center;
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.1em;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  padding-top: 157px;
  margin-top: 60px;
}
.top_trouble_end span {
  color: #efc17f;
}
.top_trouble_end::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  background: url("../images/merit_tit_en.png") center no-repeat;
  width: 90%;
  max-width: 1122px;
  height: 119px;
  content: "";
  margin: auto;
}
.top_trouble_end::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 130px;
  content: "";
  background: #fff;
}
@media screen and (max-width: 1240px) {
  .top_trouble_img {
    width: 66.5%;
  }
}
@media screen and (max-width: 640) {
  .top_trouble .tit01 span {
    font-size: 17px;
  }
}
/*==================================================================

  .top_merit

==================================================================*/
.top_merit {
  position: relative;
  margin-top: 124px;
  padding-bottom: 160px;
  margin-bottom: 165px;
}
.top_merit::before {
  position: absolute;
  left: 0;
  top: -361px;
  width: 100%;
  height: calc(100% + 361px);
  background: url("../images/merit_bg.jpg") center no-repeat;
  background-size: cover;
  content: "";
  z-index: -1;
}
.top_merit::after {
  position: absolute;
  bottom: -165px;
  left: 0;
  width: 100%;
  height: 165px;
  background: url("../images/top_merit_bg_bottom.jpg") bottom center;
  background-size: cover;
  content: "";
}
.top_merit .tit01 {
  font-size: 22px;
}
.top_merit_box {
  overflow: hidden;
  width: 94.8%;
  margin-left: auto;
  background: #fff;
  position: relative;
  z-index: 1;
}
.top_merit_inner {
  width: 38%;
  margin-left: auto;
  padding-top: 64px;
  padding-top: 30px;
}
.top_merit .check_list {
  margin-left: 32%;
  padding-bottom: /*66*/ 50px;
  padding-top: 28px;
}
.top_merit .check_list::before {
  left: auto;
  right: -39vw;
  width: 45vw;
}
.top_merit .check_list::after {
  transform: scale(-1, 1);
  right: 14%;
  width: 180%;
}
.check_item span {
  font-size: 80%;
}
.top_merit_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc((100vw - 1200px) / 2 + 795px);
  height: 699px;
}
.top_merit_img img {
  object-fit: cover;
  object-position: top right;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  .top_merit .check_list {
    margin-left: 29%;
  }
  .top_merit .check_list::after {
    right: 8%;
  }
  .top_merit_img {
    width: 67%;
  }
}
@media screen and (max-width: 1300px) {
  .top_merit_img {
    width: 69%;
  }
}
@media screen and (max-width:640px) {
  .top_merit_box + p {
    font-size: 14px;
    padding: 2%;
  }
}
/*==================================================================

  .top_contact

==================================================================*/
.top_contact {
  background: url("../images/contact_bg.jpg") center no-repeat;
  background-size: cover;
}
.top_contact .tit01_en {
  opacity: 0.26;
}
.top_contact .tit01 {
  color: #fff;
  letter-spacing: 0.18em;
  padding-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}
.top_contact_tit_wrap {
  padding-top: 80px;
  padding-bottom: 18px;
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: 2px;
}
.top_contact_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1px;
  justify-content: space-between;
}
.top_contact_item {
  width: calc(100% / 3 - 2px);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 3.1%;
}
.top_contact_item_tit {
  font-size: 26px;
  letter-spacing: 0.1em;
  padding-top: 16%;
  margin-bottom: 4.7%;
}
.top_contact_item_text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  width: 59%;
  margin: 0 auto 3.8%;
}
.top_contact_item_btn {
  width: 80%;
  /*max-width: 320px;*/
  margin: 0 auto 10px;
}
.top_contact_item_btn a {
  color: #fff;
  display: block;
  background: rgba(0, 0, 0, 0.39);
  padding: 10px 28px 10px 10px;
  /*padding-right: 28px;*/
  letter-spacing: 0.12em;
  font-size: 16px;
  position: relative;
  min-width: 360px;
  margin: auto;
  width: fit-content;
}
.top_contact_item_btn a::before {
  position: absolute;
  right: 14px;
  /*top: 10px;*/
  top: 35%;
  background: url("../images/contact_arrow.png") center no-repeat;
  width: 30px;
  height: 17px;
  content: "";
}
.top_contact_item_btn a:hover {
  opacity: 0.7;
}
.top_contact_item.item_tel .top_contact_item_tit {
  /* margin-bottom:0; */
}
.top_contact_item_tel {
  margin-top: -13px;
}
.top_contact_item_tel a {
  color: #fff;
  display: inline-block;
  padding-left: 46px;
  font-size: 24px;
  letter-spacing: 0em;
  position: relative;
  line-height: 1;
  margin: 20px 0 20px;
}
.top_contact_item_tel a::before {
  position: absolute;
  left: 4px;
  top: 0;
  background: url("../images/contact_tel.png") center no-repeat;
  width: 42px;
  height: 24px;
  content: "";
}
.top_contact_item_sche {
  line-height: 1;
  margin-top: 2.3%;
}
.top_contact_item_sche > dt {
  width: 40%;
  max-width: 161px;
  margin: auto;
  border: solid 1px #fff;
  padding: 0.7%;
}
.top_contact_item_sche > dd {
  letter-spacing: 0.1em;
  padding-top: 2.7%;
  line-height: 1.8;
}
.top_contact.item_bg {
  position: relative;
  margin-bottom: 160px;
}
.top_contact.item_bg::before {
  position: absolute;
  bottom: -160px;
  left: 0;
  background: url(../images/features_bg.jpg) top center no-repeat;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: "";
}
@media screen and (max-width: 1500px) {
  .top_contact_item_text {
    width: 74%;
  }
}
/*==================================================================

  .top_features

==================================================================*/
.top_features {
  padding-top: 154px;
  position: relative;
  padding-bottom: 160px;
}
.top_features::before {
  position: absolute;
  top: 200px;
  left: 0;
  background: url("../images/features_bg.jpg") top center no-repeat;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: "";
}
.top_features::after {
  position: absolute;
  width: 50%;
  height: calc(100% - 800px);
  left: 0;
  top: 685px;
  z-index: -1;
  content: "";
  background: #fff;
}
.top_features .tit01 {
  font-size: 30px;
  line-height: 1.75;
  font-weight: 500;
}
.top_features .tit01 span {
  font-size: 34px;
}
.top_features_list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  justify-content: space-between;
}
.top_features_item {
  width: calc(100% / 4 - 3px);
}
.top_features_item:nth-child(1) {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 111px;
}
.top_features_item:nth-child(2), .top_features_item:nth-child(3) {
  width: 50%;
  text-align: center;
  margin-bottom: 100px;
}
.top_features_item:nth-child(2) .top_features_item_tit, .top_features_item:nth-child(3) .top_features_item_tit {
  width: 84%;
  margin: 30px auto 0;
}
.top_features_item:nth-child(2) .top_features_item_text, .top_features_item:nth-child(3) .top_features_item_text {
  width: 84%;
  margin: 25px auto 0;
  text-align: left;
}
.top_features_item:nth-child(2) .top_features_img, .top_features_item:nth-child(3) .top_features_img {
  width: 94%;
  margin: auto;
}
.top_features_item_tit {
  position: relative;
  padding-left: 128px;
  font-size: 24px;
  letter-spacing: 0.1em;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 24px;
  text-align: left;
  height: 87px;
  display: flex;
  align-items: center;
}
.top_features_item_num {
  position: absolute;
  top: -8px;
  left: -7px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  line-height: 1;
  font-size: 104px;
  background: #abd39d;
  background: linear-gradient(90deg, rgba(171, 211, 157, 1) 0%, rgba(29, 166, 106, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 119px;
}
.top_features_item:nth-child(1) .top_features_img {
  position: relative;
  width: 46%;
}
.top_features_item:nth-child(1) .top_features_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_features_item_detail {
  width: 51.7%;
}
.top_features_item_text {
  letter-spacing: 0.1em;
}
.top_features_catch_list {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  gap: 15px;
  width: 97%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
}
.top_features_item.item_other {
  width: 24%;
  background: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 67px;
  height: 66px;
  letter-spacing: 0.1em;
  /* font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  color: #3d7564;
}
.top_features_item:nth-child(1) .top_features_item_text, .top_features_item01_catch {
  width: 90%;
  max-width: 636px;
}
.top_features_catch_item {
  width: 24%;
  background: #fff;
  text-align: center;
  line-height: 67px;
  height: 66px;
  letter-spacing: 0.1em;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  color: #3d7564;
}
.top_features_item01_catch {
  margin-top: 30px;
  background: rgba(27, 165, 105, 0.21);
  margin-left: 5px;
}
.top_features_item01_catch_list {
  padding: 6.3% 9% 1.3% 8%;
  padding: 6.3% 8%;
}
.top_features_item01_catch_list > dt {
  background: #fff;
  text-align: center;
  color: #3d7564;
  letter-spacing: 0.1em;
  font-size: 22px;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}
.top_features_item01_catch_list > dd {
  padding: 3.5% 0.4%;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 15px;
}
.top_features_item_catch_end {
  background: #3d7564;
  color: #fff;
  text-align: center;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  padding: 1.4% 1.5% 1.8%;
  line-height: 1.8;
}
.top_features_item_catch_end span {
  display: block;
  font-size: 26px;
  margin-bottom: 0.5%;
}
.top_features_item img.item_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.top_features_item.item_other {
  height: 586px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.top_features_item.item_other .top_features_item_tit {
  position: absolute;
  height: 100%;
  align-items: flex-end;
  bottom: 0;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 4%;
  width: 100%;
}
.top_features_item_tit_text {
  /* height: 180px; */
  /* display: flex; */
  align-items: center;
  width: 100%;
  /* padding-left: 14%;
  padding-left: 10%; */
  padding: 4%;
  font-size: /*18*/ 15px;
}
/* .top_features_item_tit_text strong{
  font-size: 110%;
} */
.top_features_item_tit01, .top_features_item_tit02 {
  display: inline-block;
  width: 100%;
}
.top_features_item_tit01 {
  font-size: 127%;
  margin-bottom: 10px;
}
.top_features_item_tit02 {
  font-size: 108%;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  margin-bottom: 10px
}
.top_features_item.item_other .top_features_item_num {
  left: 8%;
  top: 6%;
}
@media screen and (max-width: 1700px) {
  .top_features_item.item_other .top_features_item_num {
    left: 4%;
  }
  .top_features_item.item_other .top_features_item_tit_text {
    padding-left: 5%;
    /* font-size: 23px; */
  }
}
@media screen and (max-width: 1450px) {
  .top_features_item.item_other .top_features_item_num {
    left: 3%;
  }
  .top_features_item.item_other .top_features_item_tit_text {
    padding-left: 4%;
    /* font-size: 20px; */
    padding: 4%;
  }
  .top_features_item:nth-child(1) .top_features_item_text, .top_features_item01_catch {
    width: 96%;
  }
  .top_features_item_detail {
    width: 52%;
  }
  .top_features_catch_item {
    font-size: 16px;
  }
  .top_features_item.item_other {
    height: 460px;
  }
}
@media screen and (min-width: 1920px) {
  .top_features_item:nth-child(1) .top_features_img {
    max-height: 793px;
  }
}
/*==================================================================

  .top_flow

==================================================================*/
.top_flow {
  background-color: #f3eae1;
  padding-top: 173px;
  padding-bottom: 180px;
  position: relative;
}
.top_flow .tb02 {
  max-width: 530px;
  margin: 0 auto;
}
.top_flow::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/flow_bg01.jpg") top center no-repeat;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background-size: 100%;
}
.top_flow_list {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
  background: #fff;
  margin-top: 45px;
  padding: 5% 4.2% 6% 4%;
}
.top_flow_list::before {
  position: absolute;
  right: 0;
  top: 0;
  background: #f7f1ec;
  width: 30%;
  height: 100%;
  content: "";
  z-index: -1;
}
.top_flow_item {
  position: relative;
  padding-left: 13.9%;
  padding-bottom: 76px;
  min-height: 295px;
}
.top_flow_item:not(:last-child)::before {
  position: absolute;
  top: 0;
  left: 9.9%;
  width: 1px;
  height: 100%;
  background: #7ec58d;
  content: "";
}
.top_flow_item:nth-child(2) {
  padding-bottom: 106px;
}
.top_flow_item:nth-child(4) {
  padding-bottom: 156px;
}
.top_flow_item:last-child {
  padding-bottom: 0;
}
.top_flow_item.item_layout1 .top_flow_item_text {
  width: 49.5%;
}
.top_flow_item.item_layout1 .top_flow_item_img {
  position: absolute;
  top: -22px;
  right: 0;
}
.top_flow_item_tit {
  font-size: 24px;
  letter-spacing: 0.1em;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-bottom: 2.2%;
}
.top_flow_item_num {
  position: absolute;
  top: -24px;
  left: 0;
  display: inline-block;
  font-size: 72px;
  width: 100px;
  letter-spacing: 0.02em;
  background: #abd39d;
  background: linear-gradient(90deg, rgba(171, 211, 157, 1) 0%, rgba(29, 166, 106, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  z-index: 2;
}
.top_flow_item_num::before {
  position: absolute;
  top: 32%;
  right: -15%;
  background: #fff;
  border: solid 2px #2dab70;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  content: "";
}
.top_flow_item_text {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: left;
}
.top_flow_item_text p {
  margin-bottom: 6.8%;
}
.top_flow_c_list {
  display: flex;
  margin-left: -3.8%;
  justify-content: space-between;
  margin-top: 55px;
  padding-bottom: 18px;
}
.top_flow_c_item {
  width: 22%;
  position: relative;
}
.top_flow_c_item:not(:last-child)::before {
  position: absolute;
  right: -14.5%;
  top: 31%;
  background: url("../images/flow_arrow.png") center no-repeat;
  width: 23px;
  height: 21px;
  content: "";
}
.top_flow_c_item_num {
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  margin: auto;
  width: 78px;
  height: 30px;
  border-radius: 10px;
  background: #fff;
  color: #2dab70;
  border: solid 1px #2dab70;
  text-align: center;
  line-height: 28px;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
}
.top_flow_c_item_text {
  line-height: 1.86;
  font-size: 15px;
  margin-top: 8%;
  letter-spacing: 0.1em;
}
.top_flow_item_subtit {
  margin-bottom: 15px;
  font-size: 18px;
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  color: var(--main-color);
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.box_style01 {
  background-color: var(--bg-color);
  padding: 20px;
  margin-bottom: 30px;
}
/*==================================================================

  .top_price

==================================================================*/
.top_price {
  padding-top: 182px;
  padding-bottom: 180px;
  background: #f8f7f8;
  position: relative;
  text-align: center;
}
.top_price::before {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/price_bg01.jpg") top center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  content: "";
}
.top_price_box {
  padding-top: 125px;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  background: url("../images/price_bg.jpg");
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 80px;
}
.top_price_box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  z-index: -1;
}
.top_price .tit01 {
  margin-bottom: 20px;
}
.top_price_text {
  letter-spacing: 0.1em;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 4.2%;
}
.top_price_tit01 {
  display: inline-block;
  font-size: 24px;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  color: #6c573a;
  letter-spacing: 0.1em;
  line-height: 1;
  border-top: solid 1px #6c573a;
  border-bottom: solid 1px #6c573a;
  padding: 10px 30px 8px;
  margin-bottom: 3.4%;
}
.top_price_tit01.item_green {
  padding: 10px 0 10px 5px;
  color: #4a8161;
  border-color: #4a8161;
}
.top_price_tb01 {
  width: 90%;
  max-width: 960px;
  margin: auto;
  border-left: solid 1px #f3eae1;
}
.top_price_tb01 tr:first-child {
  background: #caa777;
  background: linear-gradient(90deg, rgba(202, 167, 119, 1) 0%, rgba(181, 146, 97, 1) 100%);
}
.top_price_tb01 th {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1em;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.3;
  height: 68px;
}
.top_price_tb01 th span {
  font-size: 14px;
  display: block;
}
.top_price_tb01 tr th:nth-child(1), .top_price_tb01 tr th:nth-child(2) {
  width: 21.3%;
  border-right: solid 1px #f3eae1;
}
.top_price_tb01 tr {
  border-bottom: solid 1px #f3eae1;
}
.top_price_tb01 td {
  font-size: 16px;
  letter-spacing: 0.1em;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  padding: 1.35% 1.3% 1.44%;
  background: #fff;
  border-right: solid 1px #f3eae1;
}
.top_price_tb01 td i {
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
}
.top_price_tb01 td span {
  font-size: 28px;
  letter-spacing: 0.1em;
}
.top_price_tb01 tr td:nth-child(2) {
  color: #6c573a;
}
.top_price_tb01 tr td:last-child {
  text-align: left;
  font-size: 15px;
  padding-left: 2%;
  line-height: 1.86;
}
.top_price_caption {
  text-align: left;
  width: 90%;
  max-width: 960px;
  margin: auto;
  margin-top: 1.8%;
  margin-bottom: 5.9%;
}
.top_price_caption > dt {
  color: #6c573a;
  font-size: 16px;
  line-height: 1.75;
}
.top_price_caption > dd {
  font-size: 15px;
}
.top_price_caption > dd:last-child,.top_price_caption > dd:nth-last-child(2) {
  font-size: 14px;
  margin-top: 3%;
}
.top_price_tb01.item_green tr:first-child {
  background: #88c58d;
  background: linear-gradient(90deg, rgba(136, 197, 141, 1) 0%, rgba(71, 175, 116, 1) 100%);
}
.top_price_tb01.item_green {
  margin-bottom: 6.8%;
}
.top_price_tb01.item_green, .top_price_tb01.item_green th, .top_price_tb01.item_green tr, .top_price_tb01.item_green td {
  border-color: #c7f6b7 !important;
}
.top_price_tb01.item_green tr td:last-child span {
  font-size: 16px;
  display: inline-block;
  color: #2d704a;
  padding-left: 10px;
}
.top_price_tb01.item_green tr td:nth-child(2) {
  color: #2d704a;
}
.top_price_tb01.item_green tr td:last-child {
  padding-bottom: 2.4%;
}
.top_price_tb01.item_green tr td:last-child i {
  font-size: 28px;
  display: inline-block;
}
.top_price_dl {
  position: relative;
  flex-wrap: wrap;
  padding-left: 95px;
}
.top_price_dl > dt {
  position: absolute;
  left: -9px;
  top: 10px;
}
.top_price_dl > dd {
  line-height: 1.3;
}
.top_price_card_list {
  width: 90%;
  max-width: 960px;
  background: #fff;
  margin: auto;
  padding: 3.3% 3% 4.5%;
}
.top_price_card_list > dt {
  font-size: 16px;
  letter-spacing: 0.1em;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 3%;
}
.top_price_tb01.item_green tr:nth-child(2) th {
  display: none;
}
/*==================================================================

  .top_faq

==================================================================*/
.top_faq {
  background: #e8e8e8;
  padding-top: 156px;
  padding-bottom: 118px;
  position: relative;
}
.top_faq::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
  background: rgba(140, 198, 142, 0.3);
  content: "";
}
.top_faq .tit01_en span {
  width: 380px;
  height: 108px;
}
.top_faq .tit01 {
  margin-bottom: 75px;
}
/*==================================================================

  .top_base

==================================================================*/
.top_base {
  padding-top: 172px;
  padding-bottom: 128px;
  background: #f8f7f8;
}
.top_base_kv {
  height: 770px;
}
.top_base_kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_base .tit01 {
  margin-bottom: 20px;
}
.top_base_text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
.top_base_list {
  width: 96%;
  max-width: 1300px;
  margin: auto;
  padding-top: 48px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.top_base_item {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 3.7% 3.8%;
  padding: 3% 2%;
  margin-bottom: 50px;
  flex-direction: column;
  width: 50%;
}
.top_base_detail_tit {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  white-space: nowrap;
  max-width: 400px;
  /*margin: 0 auto;*/
}
.top_base_detail_tit span {
  display: block;
  font-size: 16px;
}
.top_base_movie {
  width: /*40*/ 100%;
  text-align: center;
}
.top_base_detail {
  /* width: 21.4%; */
  width: 100%;
  margin-top: 15px;
}
.top_base_map {
  width: 35%;
}
.top_base_detal_list {
  letter-spacing: 0.1em;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 15px;
}
.top_base_detal_list > dt {
  font-size: /*18*/ 16px;
  margin-bottom: 3px;
  position: relative;
  padding-left: 28px;
}
.top_base_detal_list > dt::before {
  position: absolute;
  left: 4px;
  top: /*10*/ 9px;
  background: url("../images/base_list_mark.png") center no-repeat;
  width: 18px;
  height: 18px;
  content: "";
}
.top_base_detal_list > dd {
  font-size: 16px;
  line-height: 1.78;
  margin-bottom: 15px;
}
/*==================================================================

  .top_greeting

==================================================================*/
.top_greeting {
  background: url("../images/greeting_bg.jpg") top center no-repeat;
  background-size: cover;
  padding-top: 174px;
  padding-bottom: 127px;
  position: relative;
}
.top_greeting::before {
  position: absolute;
  top: 0px;
  left: 0;
  background: url("../images/greeting_bg02.png") center no-repeat;
  width: 100%;
  height: 100%;
  content: "";
  background-size: cover;
}
.top_greeting .tit01 {
  text-align: left;
  padding-left: 9px;
  font-size: 21px;
}
.top_greeting .tit02 {
  padding: 0 0 14px 0;
  font-size: 19px;
  margin-bottom: 0;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-style: normal;
}
.top_greeting_box {
  /*display: flex;*/
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.top_greeting_detail {
  /*width: 50%;*/
}
.top_greeting_img {
  width: 38%;
  margin-top: 13%;
  text-align: center;
  letter-spacing: 0.1em;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-style: normal;
  float: right;
  margin-left: 80px;
}
.top_greeting_text {
  /* margin-top: 11%; */
}
.top_greeting_text p {
  letter-spacing: 0.1em;
  line-height: 2.43;
  /*font-family: "dnp-shuei-mincho-pr6n", sans-serif;*/
  font-family: "ShueiMinPr6", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 6.6%;
  /* padding-right: 8%; */
}
.top_greeting_name01 {
  font-size: 25px;
  line-height: 1.5;
  margin-top: 30px;
}
.top_greeting_name01 span {
  font-size: 16px;
  padding-right: 15px;
}
.top_greeting_name02 {
  font-size: 27px;
}
.top_greeting_name02 span {
  font-size: 16px;
  padding-right: 15px;
  line-height: 1.5;
}
/*==================================================================================================================

  スマホ

==================================================================================================================*/
@media screen and (max-width: 640px) {
  #wrapper, html, body {
    min-height: 500px;
  }
  #container {
    padding-top: 0;
  }
  /*==================================================================

    メインビジュアル（スマホ）

  ==================================================================*/
  .top_mainvisual {
    /*height: calc(100dvh - 108px);*/
    height: 100dvh;
    overflow: hidden;
  }
  .mainvisual_wrap {
    /*height: calc(100dvh - 108px);*/
    height: 100dvh;
    padding-top: 0;
  }
  .top_mainvisual .inner {
    width: 100%;
  }
  .mainvisual_movie {
    /*height: calc(100dvh - 108px);*/
    height: 100dvh;
    width: 100%;
  }
  /* トップページキャッチフレーズ */
  .mainvisual_catch {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
  }
  .mainvisual_catch p {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 2;
  }
  .mainvisual_catch p::before {
    width: 110%;
  }
  .mainvisual_catch small {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 20px;
  }
  .mv_catch_list {
    width: 100%;
    position: static;
    margin-top: 0;
    flex-wrap: wrap;
    gap: 10px 2%;
    justify-content: center;
    padding: 35px 3%;
    background: url("../images/top_merit_bg_bottom.jpg") center no-repeat;
    background-size: cover;
  }
  .mv_catch_item:nth-child(1), .mv_catch_item:nth-child(2) {
    width: 40%;
  }
  .mv_catch_item {
    width: 32%;
  }
  /*==================================================================

    top_trouble（スマホ）

  ==================================================================*/
  .top_trouble {
    overflow: hidden;
    padding-top: 70px;
    padding-top: 30px;
  }
  .top_trouble_inner {
    width: 100%;
  }
  .top_trouble_img {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .top_trouble_img img {
    object-position: top left;
  }
  .top_trouble_end {
    padding-top: 50px;
    margin-top: 30px;
    font-size: 24px;
  }
  .top_trouble_end::before {
    background-size: 100%;
  }
  .top_trouble_end::after {
    height: 80px;
    top: -28px;
  }
  .top_trouble_end + p {
    font-size: 14px;
    text-align: left !important;
    padding: 2%;
  }
  .check_list {
    padding-bottom: 30px;
  }
  .check_list::before {
    width: 150vw;
  }
  .check_list::after {
    background-size: cover;
  }
  .check_item:first-child {
    font-size: 20px;
  }
  .check_list_inner .check_item, .check_item {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-left: 30px;
  }
  .check_item::before {
    top: 2px;
    width: 20px;
    background-size: 100%;
  }
  /*==================================================================

    .top_merit（スマホ）

  ==================================================================*/
  .top_merit {
    margin-top: 24px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .top_merit::after {
    height: 100px;
    bottom: -100px;
  }
  .top_merit::before {
    top: /*-170*/ -370px;
  }
  .top_merit_inner {
    width: 100%;
  }
  .top_merit_img {
    height: 43vh;
    position: static;
    top: auto;
    bottom: 0;
    width: 110%;
  }
  .top_merit .check_list {
    margin-left: 13vw;
  }
  /*==================================================================

    top_contact（スマホ）

  ==================================================================*/
  .top_contact_tit_wrap {
    padding-bottom: 25px;
  }
  .top_contact.item_bg {
    margin-bottom: 70px;
  }
  .top_contact_item {
    width: calc(100% / 2 - 1px);
    padding-bottom: 30px;
  }
  .top_contact_item:last-child {
    width: 100%;
    margin-top: 3px;
    padding-bottom: 35px;
  }
  .top_contact_item_tit {
    font-size: 18px;
    margin-top: 20px;
  }
  .top_contact_item_btn a {
    font-size: 15px;
    line-height: 1.3;
    padding: 10px 15px 10px 5px;
    text-align: center;
    letter-spacing: 0;
    min-width: 100%;
    margin: auto;
  }
  .top_contact_item_btn a::before {
    width: 12px;
    right: 3%;
    top: 30%;
    background-size: 100%;
  }
  .top_contact_item_tit {
    padding-top: 12px;
  }
  .top_contact_item:last-child .top_contact_item_tit {
    padding-top: 4%;
  }
  .top_contact_item_text {
    font-size: 14px;
    width: 90%;
    margin: 15px auto 30px;
  }
  .top_contact_item_btn {
    width: 90%;
  }
  /*==================================================================

    top_flow（スマホ）

  ==================================================================*/
  .top_flow {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .top_flow_list {
    width: 95%;
    padding: 20px 10px;
  }
  .top_flow_item {
    padding-left: 66px;
    padding-bottom: 50px;
  }
  .top_flow_item:nth-child(2) {
    padding-bottom: 50px;
  }
  .top_flow_item:nth-child(3) {
    /* padding-bottom: 4px; */
  }
  .top_flow_item:not(:last-child)::before {
    left: 48px;
    top: 10px;
  }
  .top_flow_item:nth-child(4) {
    padding-bottom: 50px;
  }
  .top_flow_item.item_layout1 .top_flow_item_img {
    position: static;
  }
  .top_flow_item.item_layout1 .top_flow_item_text {
    width: 100%;
  }
  .top_flow_item_num {
    font-size: 40px;
    width: 50px;
    top: -10px;
    left: -6px;
  }
  .top_flow_item_num::before {
    width: 18px;
    height: 18px;
    right: -14px;
  }
  .top_flow_item_tit {
    font-size: 20px;
    margin-bottom: 5%;
  }
  .top_flow_c_list {
    flex-wrap: wrap;
  }
  .top_flow_c_item {
    width: 48%;
    margin-bottom: 30px;
  }
  .top_flow_c_item:not(:last-child)::before {
    z-index: 2;
    top: 18vw;
  }
  .top_flow_c_item:nth-child(2)::before {
    display: none;
  }
  .top_flow_c_item_text {
    font-size: 14px;
    line-height: 1.6;
  }
  .top_flow .tb02 th, .top_flow .tb02 td {
    padding: 8px 10px;
  }
  /*==================================================================

    top_price（スマホ）

  ==================================================================*/
  .top_price {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .top_price_box {
    padding-top: 50px;
    width: 96%;
  }
  .top_price_tit01 {
    font-size: 20px;
  }
  .top_price_text {
    margin-bottom: 30px;
  }
  .top_price_tit01 {
    margin-bottom: 30px;
  }
  .top_price_tb01 {
    width: 96%;
  }
  .top_price_tb01 th {
    font-size: 14px;
  }
  .top_price_tb01 td {
    font-size: 13px;
  }
  .top_price_tb01 tr td:last-child {
    font-size: 13px;
  }
  .top_price_tb01 td span {
    font-size: 18px;
  }
  .top_price_caption {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .top_price_tb01.item_green {
    width: 90%;
    margin: 0 auto 40px;
  }
  .top_price_tb01.item_green, .top_price_tb01.item_green tbody {
    display: block;
  }
  .top_price_tb01.item_green tr {
    display: block;
  }
  .top_price_tb01.item_green th {
    display: block;
    width: 100% !important;
  }
  .top_price_tb01.item_green td {
    display: block;
    width: 100% !important;
    font-size: 15px !important;
  }
  .top_price_tb01.item_green td span {
    font-size: 20px;
  }
  .top_price_dl {
    padding-left: 125px;
  }
  .top_price_tb01.item_green tr td:last-child i {
    font-size: 22px;
  }
  .top_price_tb01.item_green tr:nth-child(1) {
    display: none;
  }
  .top_price_tb01.item_green tr:nth-child(2) th {
    display: block;
    background: #88c58d;
    background: linear-gradient(90deg, rgba(136, 197, 141, 1) 0%, rgba(71, 175, 116, 1) 100%);
    padding: 10px;
    height: auto;
  }
  .top_price_tb01.item_green tr:nth-child(2) td {
    padding: 20px;
  }
  .top_price_card_list > dt {
    font-size: 15px;
  }
  /*==================================================================

    top_faq（スマホ）

  ==================================================================*/
  .top_faq {
    overflow: hidden;
    padding: 70px 0;
  }
  .top_faq .tit01_en span {
    height: auto;
  }
  .top_faq .tit01 {
    margin-bottom: 30px;
  }
  /*==================================================================

    top_features（スマホ）

  ==================================================================*/
  .top_features {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .top_features .tit01 {
    font-size: 21px;
  }
  .top_features .tit01 span {
    font-size: 24px;
  }
  .top_features_item {
    width: calc(100% / 2 - 3px);
  }
  .top_features_item_num {
    font-size: 64px;
    left: 3%;
    top: 5px;
  }
  .top_features_item.item_other {
    height: /*40*/ /*55vh*/ 500px;
    margin-bottom: 7px;
    width: calc(100% / 2 - 3px);
  }
  .top_features_item_tit {
    font-size: 20px;
  }
  .top_features_item:nth-child(1) {
    display: block;
    margin-bottom: 65px;
  }
  .top_features_item:nth-child(1) .top_features_img {
    width: 100%;
  }
  .top_features_catch_list {
    flex-wrap: wrap;
    position: static;
    background: #3d7564;
    width: 100%;
    padding: 15px;
    gap: 10px 15px;
  }
  .top_features_catch_item {
    width: 150px;
    height: auto;
    line-height: 1.5;
    padding: 10px;
  }
  .top_features_item_detail {
    width: 100%;
    margin-top: 50px;
  }
  .top_features_item_tit {
    padding-left: 90px;
    height: 72px;
  }
  .top_features_item01_catch_list {
    margin-top: 20px;
    padding: 14px;
  }
  .top_features_item:nth-child(1) .top_features_item_text, .top_features_item01_catch {
    width: 90%;
    margin: auto;
  }
  .top_features_item01_catch_list > dt {
    font-size: 19px;
  }
  .top_features_item_catch_end span {
    font-size: 20px;
  }
  .top_features_item_catch_end {
    padding: 20px 8px;
  }
  .top_features_item:nth-child(2), .top_features_item:nth-child(3) {
    width: 100%;
    margin-bottom: 50px;
  }
  .top_features_item:nth-child(2) .top_features_item_tit, .top_features_item:nth-child(3) .top_features_item_tit, .top_features_item:nth-child(2) .top_features_item_text, .top_features_item:nth-child(3) .top_features_item_text {
    width: 90%;
    margin-top: 15px;
  }
  .top_features_item:nth-child(2) .top_features_item_text, .top_features_item:nth-child(3) .top_features_item_text {
    margin-top: 10px;
  }
  .top_features_item_text .tit03 {
    font-size: 17px;
  }
  .top_features_item.item_other .top_features_item_tit_text {
    letter-spacing: 0.04em;
    font-size: /*16*/ 14px;
  }
  /*==================================================================

    top_base（スマホ）

  ==================================================================*/
  .top_base_kv {
    height: 36vh;
  }
  .top_base {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .top_base_movie {
    display: block;
  }
  .top_base_item:last-child {
    margin-bottom: 0;
  }
  .top_base_movie, .top_base_detail, .top_base_map {
    width: 100%;
  }
  .top_base_text {
    font-size: 15px;
  }
  .top_base_list {
    padding-top: 30px;
    display: block;
  }
  .top_base_item {
    padding: 30px 5%;
    width: 100%;
  }
  .top_base_detail_tit {
    font-size: 18px;
    margin-top: 14px;
  }
  .top_base_detal_list > dt, .top_base_detal_list > dd {
    font-size: /*16*/ 14px;
  }
  .top_base_detal_list > dt:before {
    top: 5px;
  }
  /*==================================================================

    top_greeting（スマホ）

  ==================================================================*/
  .top_greeting {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .top_greeting .tit01_en {
    text-align: left;
  }
  .top_greeting_box {
    /*display: block;*/
    display: flex;
    flex-direction: column-reverse;
  }
  .top_greeting_detail {
    width: 100%;
  }
  .top_greeting_text {
    margin-top: 20px;
  }
  .top_greeting_text p {
    padding-right: 0;
  }
  .top_greeting_img {
    width: 82%;
    margin: auto;
    float: none;
  }
  .top_greeting_name01 {
    font-size: 19px;
  }
  .top_greeting_name02 {
    font-size: 20px;
  }
}
/*  */
.white {
  color: white;
}