@charset "UTF-8";
/* =======================================================
cta
======================================================= */
.bl_cta {
  padding: 56px 0;
  background: url("../images/common/cta_bg.jpg") top center/cover no-repeat;
}
.bl_cta_ttl {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.bl_cta_def {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.bl_cta_dttl {
  padding: 7px 16px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  background: #007364;
  border: 1px solid #fff;
}
.bl_cta_ditem {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (width <= 750px) {
  .bl_cta {
    padding: 80px 0;
    background: url("../images/common/cta_bg_sp.jpg") top center/cover no-repeat;
  }
  .bl_cta_ttl {
    margin-bottom: 56px;
    font-size: 40px;
  }
  .bl_cta_def {
    display: grid;
    gap: 40px;
  }
  .bl_cta_dttl {
    justify-self: center;
    padding: 16px 27px;
    font-size: 28px;
    border-width: 2px;
  }
  .bl_cta_ditem {
    font-size: 40px;
  }
}
/* =======================================================
共通
======================================================= */
.ttl_deco_line {
  display: grid;
  grid-template-columns: auto max-content auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
}
.ttl_deco_line::before,
.ttl_deco_line::after {
  width: 100%;
  max-width: 150px;
  height: 1px;
  content: "";
  background: #fff;
}
.ttl_deco_line::before {
  justify-self: end;
}
.el_att {
  font-size: 14px;
}
.bl_comma_list {
  display: flex;
  flex-wrap: wrap;
}
.bl_comma_item {
  display: flex;
}
.bl_comma_item::after {
  content: "、";
}
.bl_comma_item:last-of-type::after {
  display: none;
}
@media screen and (width <= 750px) {
  .ttl_deco_line {
    gap: 32px;
    margin-bottom: 56px;
    font-size: 40px;
  }
  .ttl_deco_line::before,
  .ttl_deco_line::after {
    height: 2px;
  }
  .el_att {
    font-size: 20px;
  }
}
/* =======================================================
mv
======================================================= */
.bl_mv {
  background: linear-gradient(180deg, #e9e4e3 0%, #fff 100%);
}
.bl_mv_container {
  position: relative;
  padding: 302px 0 170px;
}
.bl_mv_container::before {
  position: absolute;
  top: 0;
  left: -488px;
  width: 470px;
  height: 754px;
  content: "";
  background: url("../images/top/mv_deco.png") top center/contain no-repeat;
}
.bl_mv_container::after {
  position: absolute;
  top: 0;
  left: 316px;
  width: 1196px;
  height: 736px;
  content: "";
  background: url("../images/top/mv_deco02.jpg") top center/contain no-repeat;
  border-bottom-left-radius: 20px;
}
.bl_mv_ttl {
  position: relative;
  z-index: 2;
  width: 290px;
  margin-bottom: 24px;
}
.bl_mv_txt {
  position: relative;
  z-index: 2;
  width: 488px;
}
@media screen and (width <= 750px) {
  .bl_mv {
    padding: 216px 0 80px;
    margin-bottom: 80px;
    background: url("../images/top/mv_sp.jpg") top center/cover no-repeat;
  }
  .bl_mv_container {
    padding: 0;
  }
  .bl_mv_container::before {
    display: none;
  }
  .bl_mv_container::after {
    display: none;
  }
  .bl_mv_ttl {
    width: 630px;
    margin: 0 auto 261px;
  }
  .bl_mv_txt {
    width: 690px;
  }
}
/* =======================================================
about
======================================================= */
.bl_about {
  padding-bottom: 56px;
}
.bl_about_ttl {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 32px;
}
.bl_about_ttl::after {
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-color: #6b492d transparent transparent;
  border-style: solid;
  border-width: 22px 28px 0;
  transform: translateX(-50%);
}
.bl_about_ttl_inner {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  background: #6b492d;
}
.bl_about_ttl_inner::before,
.bl_about_ttl_inner::after {
  width: 76px;
  height: 96px;
  content: "";
}
.bl_about_ttl_inner::before {
  background: url("../images/top/about_ttl_deco01.svg") top center/contain no-repeat;
}
.bl_about_ttl_inner::after {
  background: url("../images/top/about_ttl_deco02.svg") top center/contain no-repeat;
}
.bl_about_list {
  display: grid;
  gap: 40px;
  margin-bottom: 40px;
}
.bl_about_item {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
}
.bl_about_item:nth-of-type(odd) {
  grid-template-areas: "imgWrapper ttl" "imgWrapper txt";
}
.bl_about_item:nth-of-type(even) {
  grid-template-areas: "ttl imgWrapper" "txt imgWrapper";
}
.bl_about_item .bl_item_imgWrapper {
  grid-area: imgWrapper;
}
.bl_about_item .bl_item_ttl {
  grid-area: ttl;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #a88163;
}
.bl_about_license {
  display: grid;
  grid-template: "imgWrapper ttl" auto "imgWrapper txt" 1fr/244px 1fr;
  gap: 24px 32px;
  width: 798px;
  padding: 40px 32px;
  margin: 0 auto;
  background: #f3dfb8;
}
.bl_about_license .bl_license_imgWrapper {
  position: relative;
  grid-area: imgWrapper;
  align-self: start;
}
.bl_about_license .bl_license_imgWrapper::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #9b785d;
  transform: translate(-50%, -50%);
}
.bl_about_license .bl_license_ttl {
  grid-area: ttl;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.bl_about_license .bl_license_txt {
  grid-area: txt;
  letter-spacing: 0.03em;
}
@media screen and (width <= 750px) {
  .bl_about {
    padding-bottom: 80px;
  }
  .bl_about_ttl {
    padding-bottom: 54px;
    margin-bottom: 27px;
  }
  .bl_about_ttl::after {
    border-width: 54px 41px 0;
  }
  .bl_about_ttl_inner {
    font-size: 40px;
  }
  .bl_about_ttl_inner::before,
  .bl_about_ttl_inner::after {
    display: none;
  }
  .bl_about_list {
    gap: 80px;
    margin-bottom: 48px;
  }
  .bl_about_item {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
    gap: 0;
  }
  .bl_about_item:nth-of-type(odd) {
    grid-template-areas: "ttl" "imgWrapper" "txt";
  }
  .bl_about_item:nth-of-type(even) {
    grid-template-areas: "ttl" "imgWrapper" "txt";
  }
  .bl_about_item .bl_item_imgWrapper {
    margin-bottom: 32px;
  }
  .bl_about_item .bl_item_ttl {
    padding-bottom: 10px;
    margin-bottom: 24px;
    font-size: 36px;
    text-align: center;
    border-width: 2px;
  }
  .bl_about_license {
    display: grid;
    grid-template-areas: "imgWrapper" "ttl" "txt";
    grid-template-rows: auto;
    grid-template-columns: auto;
    gap: 0;
    width: 100%;
    padding: 56px 30px;
  }
  .bl_about_license .bl_license_imgWrapper {
    margin-bottom: 40px;
  }
  .bl_about_license .bl_license_ttl {
    margin-bottom: 40px;
    font-size: 36px;
    text-align: center;
  }
  .bl_about_license .bl_license_txt {
    letter-spacing: 0.04em;
  }
}
/* =======================================================
flow
======================================================= */
.bl_flow {
  padding: 56px 0;
  background: url("../images/top/flow_bg.jpg") top center/cover no-repeat;
}
.bl_flow_intro {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.bl_flow_list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-auto-flow: column;
  gap: 8px;
}
.bl_flow_item {
  position: relative;
}
.bl_flow_item:not(:last-of-type) {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-auto-flow: column;
  gap: 8px;
}
.bl_flow_item:not(:last-of-type)::after {
  display: block;
  align-self: center;
  width: 0;
  height: 0;
  margin-top: 50px;
  content: "";
  border-color: transparent transparent transparent #f3dfb8;
  border-style: solid;
  border-width: 24px 0 24px 16px;
}
.bl_flow_item .bl_item_step {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #f3dfb8;
  text-align: center;
  letter-spacing: 0.06em;
}
.bl_flow_item .bl_item_container {
  padding: 24px 20px 40px;
  background: #fff;
}
.bl_flow_item .bl_item_imgWrapper {
  display: flex;
  margin-bottom: 16px;
}
.bl_flow_item .bl_item_ttl {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
.bl_flow_item .bl_item_txt {
  padding: 0 10px;
}
@media screen and (width <= 750px) {
  .bl_flow {
    padding: 80px 0;
    background: url("../images/top/flow_bg_sp.jpg") top center/cover no-repeat;
  }
  .bl_flow_intro {
    margin-bottom: 56px;
    font-size: 32px;
  }
  .bl_flow_list {
    grid-template-columns: auto;
    grid-auto-flow: row;
    gap: 56px;
  }
  .bl_flow_item:not(:last-of-type) {
    grid-template-columns: auto;
    grid-auto-flow: row;
    gap: 56px;
  }
  .bl_flow_item:not(:last-of-type)::after {
    justify-self: center;
    margin-top: 0;
    border-color: #fff transparent transparent;
    border-width: 63px 94.5px 0;
  }
  .bl_flow_item .bl_item_step {
    margin-bottom: 32px;
    font-size: 40px;
  }
  .bl_flow_item .bl_item_container {
    padding: 56px 30px;
  }
  .bl_flow_item .bl_item_imgWrapper {
    margin-bottom: 40px;
  }
  .bl_flow_item .bl_item_ttl {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .bl_flow_item .bl_item_txt {
    padding: 0;
    text-align: center;
  }
}
/* =======================================================
price
======================================================= */
.bl_price {
  padding: 56px 0;
}
.bl_price_ttl {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
}
.bl_price_intro {
  margin-bottom: 40px;
  text-align: center;
}
.bl_price_tbl {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
  border: 1px solid #9b785d;
}
.bl_price_thead .bl_price_th {
  padding: 8px 0;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  background: #9b785d;
}
.bl_price_thead .bl_price_th .bl_th_tax {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  transform: translateY(-3px);
}
.bl_price_tbody .bl_price_tr {
  border-bottom: 1px solid #9b785d;
}
.bl_price_tbody .bl_price_tr:last-of-type .bl_price_th {
  border-bottom: none;
}
.bl_price_tbody .bl_price_th {
  width: 50%;
  font-size: 20px;
  font-weight: 700;
  background: #fff7ef;
}
.bl_price_tbody .bl_price_th .bl_th_deco {
  display: block;
  margin-top: 13px;
  font-size: 14px;
}
.bl_price_tbody .bl_price_td {
  width: 50%;
  padding: 24px 27px 27px;
  font-size: 20px;
  border-left: 1px solid #9b785d;
}
@media screen and (width <= 750px) {
  .bl_price {
    padding: 80px 0;
  }
  .bl_price_ttl {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .bl_price_tbl {
    display: block;
    margin-bottom: 40px;
    border: none;
  }
  .bl_price_thead {
    display: block;
    margin-bottom: 40px;
  }
  .bl_price_thead .bl_price_tr {
    display: block;
  }
  .bl_price_thead .bl_price_th {
    display: block;
    padding: 16px 0;
    font-size: 32px;
  }
  .bl_price_thead .bl_price_th .bl_th_tax {
    font-size: 24px;
    transform: translateY(0);
  }
  .bl_price_tbody {
    display: block;
  }
  .bl_price_tbody .bl_price_tr {
    display: block;
    border-bottom: none;
  }
  .bl_price_tbody .bl_price_tr:nth-of-type(2) {
    margin-bottom: 56px;
  }
  .bl_price_tbody .bl_price_tr:last-of-type .bl_price_th {
    border-bottom: none;
  }
  .bl_price_tbody .bl_price_th {
    display: block;
    width: 100%;
    padding: 40px 0;
    font-size: 32px;
    border: 1px solid #9b785d;
  }
  .bl_price_tbody .bl_price_th .bl_th_deco {
    margin-top: 24px;
    font-size: 24px;
  }
  .bl_price_tbody .bl_price_td {
    display: block;
    width: 100%;
    padding: 24px 0;
    font-size: 32px;
    text-align: center;
    border: 1px solid #9b785d;
    border-top: none;
  }
}
/* =======================================================
area
======================================================= */
.bl_area {
  padding: 56px 0 57px;
  background: url("../images/top/area_bg.jpg") top center/cover no-repeat;
}
.bl_area_ttl {
  margin-bottom: 40px;
}
.bl_area_intro {
  margin-bottom: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.bl_area .bl_column {
  display: flex;
  flex-wrap: wrap;
  gap: 116px;
  align-items: center;
  padding: 16px 24px 24px 60px;
  background: #fff;
}
.bl_area .bl_column_imgWrapper {
  flex: 0 1 368px;
}
.bl_area .bl_column .bl_body_def {
  display: grid;
  flex: 1;
  gap: 40px;
  margin-bottom: 8px;
}
.bl_area .bl_column .bl_body_dwrap {
  display: grid;
  gap: 16px;
}
.bl_area .bl_column .bl_body_dttl {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (width <= 750px) {
  .bl_area {
    padding: 80px 0;
    background: url("../images/top/area_bg_sp.jpg") top center/cover no-repeat;
  }
  .bl_area_intro {
    font-size: 28px;
  }
  .bl_area .bl_column {
    gap: 0;
    padding: 56px 0;
  }
  .bl_area .bl_column_imgWrapper {
    flex: 0 1 690px;
  }
  .bl_area .bl_column .bl_body_def {
    gap: 56px;
    padding: 0 30px;
    margin-bottom: 0;
  }
  .bl_area .bl_column .bl_body_dttl {
    font-size: 32px;
  }
}
/* =======================================================
access
======================================================= */
.bl_access {
  padding: 54px 0 56px;
}
.bl_access .bl_column {
  display: grid;
  grid-template: "mapWrapper imgWrapper" auto "mapWrapper address" auto "mapWrapper btn" 1fr/496px auto;
  gap: 0 32px;
}
.bl_access .bl_column_mapWrapper {
  display: flex;
  grid-area: mapWrapper;
}
.bl_access .bl_column_mapWrapper > iframe {
  width: 496px;
  height: 280px;
}
.bl_access .bl_column_imgWrapper {
  display: flex;
  grid-area: imgWrapper;
  width: 170px;
  margin-bottom: 16px;
}
.bl_access .bl_column_address {
  grid-area: address;
  margin-bottom: 40px;
}
.bl_access .bl_column_def {
  display: flex;
  flex-wrap: wrap;
}
.bl_access .bl_column_dttl {
  display: flex;
}
.bl_access .bl_column_dttl::after {
  content: "：";
}
.bl_access .bl_column_btn {
  grid-area: btn;
  place-self: start start;
  width: 320px;
  height: 48px;
  padding: 9px 0 13px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  background: #a88163;
  border-radius: 2px;
}
.bl_access .bl_column_btn_inner {
  position: relative;
}
.bl_access .bl_column_btn_inner::after {
  position: absolute;
  top: 50%;
  right: -24px;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  transform: translateY(-50%);
}
@media screen and (width <= 750px) {
  .bl_access {
    padding: 80px 0 96px;
  }
  .bl_access .bl_column {
    grid-template: "imgWrapper" auto "mapWrapper" auto "address" auto "btn" auto/auto;
    gap: 0;
  }
  .bl_access .bl_column_mapWrapper {
    margin-bottom: 40px;
  }
  .bl_access .bl_column_mapWrapper > iframe {
    width: 690px;
    height: 388px;
  }
  .bl_access .bl_column_imgWrapper {
    justify-self: center;
    width: 432px;
    margin-bottom: 40px;
  }
  .bl_access .bl_column_address {
    margin-bottom: 56px;
    text-align: center;
  }
  .bl_access .bl_column_def {
    justify-content: center;
  }
  .bl_access .bl_column_btn {
    width: 517px;
    height: 78px;
    padding: 0 0 8px;
    margin: 0 auto;
    font-size: 28px;
  }
  .bl_access .bl_column_btn_inner::after {
    right: -29px;
    margin-top: 2px;
    border-width: 8px 0 8px 13px;
  }
}
