@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
img {
  max-width: 100%;
}

/*display flexキッド 
============================================*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/
.flx_wrap {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx_rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx_btw {
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx_btw {
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx_ard {
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx_end {
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx_center {
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx_alitem-strt {
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx_alitem-strch {
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx_alitem-c {
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx_alitem-end {
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx_alitem-base {
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx_alcont-strt {
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx_alcont-strch {
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx_alcont-end {
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx_alcont-c {
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx_alcont-s-btw {
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx_alcont-s-ard {
  align-content: space-around;
}

img {
  max-width: 100%;
}

/*display flexキッド 
============================================*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/
.flx_wrap {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx_rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx_btw {
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx_btw {
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx_ard {
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx_end {
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx_center {
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx_alitem-strt {
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx_alitem-strch {
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx_alitem-c {
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx_alitem-end {
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx_alitem-base {
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx_alcont-strt {
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx_alcont-strch {
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx_alcont-end {
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx_alcont-c {
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx_alcont-s-btw {
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx_alcont-s-ard {
  align-content: space-around;
}

body {
  color: #231815;
  background-color: #f6f5f3;
  font-family: "Zen Kaku Gothic New", serif;
  box-sizing: border-box;
  font-weight: 500;
}

.inbox {
  margin: 0 auto;
}

.c-title {
  color: #826f59;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
}

.dotted_title {
  padding-bottom: 10px;
  background: url(../img/ttl_dot.png) no-repeat center bottom;
}

.text_l {
  text-align: left;
}

.text_c {
  text-align: center;
}

.text_r {
  text-align: right;
}

.border_txt {
  background: url(../img/border_titl_bg.png) repeat-x bottom center;
}

.accent_text {
  padding-bottom: 3px;
  font-weight: 700;
  border-bottom: dotted #826f59 2px;
}

.tel_icon {
  position: relative;
  font-weight: 700;
  color: #231815;
  padding-left: 25px;
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", serif;
  letter-spacing: 0;
}
.tel_icon:before {
  content: "";
  display: block;
  width: 22px;
  height: 25px;
  position: absolute;
  top: 50%;
  background: url(../img/tel_icon.svg) no-repeat center;
  background-size: 22px 25px;
  transform: translateY(-50%);
}

.tel_txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
}

.arw_r {
  position: relative;
  width: 14px;
  height: 21px;
  margin-left: 10px;
}
.arw_r:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.text_link {
  color: #826f59;
  border-bottom: 1px solid #826f59;
}

.click_button {
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  height: 60px;
  font-family: "Zen Maru Gothic", serif;
  box-sizing: border-box;
  transition: 0.1s all ease-in;
}
.click_button:hover {
  transform: scale(0.98);
}
.click_button .click_button_box {
  height: 100%;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #826f59;
  position: relative;
  bottom: 0;
  color: #fff;
  min-width: 345px;
  border: solid 3px #826f59;
  box-sizing: border-box;
  border-radius: 100px;
  text-align: center;
  transition: 0.1s all ease-in;
  font-size: 16px;
  box-sizing: border-box;
}
.click_button input {
  height: 100%;
}
.click_button .sub_color_button {
  background: #826f59 !important;
}

.com_dl {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  border: solid 0 #231815;
  box-sizing: border-box;
}
.com_dl .in-dl {
  border-bottom: 1px solid #c7c7c7;
}
.com_dl .in-dl:last-of-type {
  border-bottom: none;
}
.com_dl .in-dl dt,
.com_dl .in-dl dd {
  box-sizing: border-box;
  font-weight: 700;
}
.com_dl .in-dl dd a {
  color: #231815;
}

.selectbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: clamp(100px, 70%, 100%);
}
.selectbox:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: translateY(-50%) rotate(45deg);
  border-right: solid 2px #231815;
  border-bottom: solid 2px #231815;
  z-index: 10;
}
.selectbox select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1rem;
    background: #fff;
  }
  .pc-none {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inbox {
    width: 1080px;
    margin: 0 auto;
  }
  .widebox {
    width: 1280px;
    margin: 0 auto;
  }
  .c-title {
    font-size: 40px;
    margin-bottom: 35px;
    line-height: 1.6;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  }
  .c-title.ic-bottom {
    padding-bottom: 30px;
    background: url(../img/c-dots.png) no-repeat left bottom;
  }
  .c-title.text_c {
    background: url(../img/c-dots.png) no-repeat center bottom;
  }
  .title01 {
    font-size: 32px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #826f59;
    padding-bottom: 20px;
    border-bottom: 1px solid #c7c7c7;
  }
  .c-txt p {
    margin-bottom: 30px;
  }
  .c-txt p:last-of-type {
    margin-bottom: 0 !important;
  }
  .arw_frame {
    position: relative;
  }
  .arw_frame:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -60px;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #826f59;
    z-index: 100;
    transform: translateX(-50%);
  }
  .arw_r:before {
    border: solid transparent 7px;
    border-left: solid #231815 7px;
  }
  .c-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #826f59;
    border-radius: 100px;
    transition: 0.1s all ease-in;
    border: solid 4px #826f59;
    box-sizing: border-box;
  }
  .c-button:hover {
    transform: scale(0.95);
    background: #fff;
  }
  .c-button:hover .text,
  .c-button:hover .bi {
    color: #826f59;
  }
  .c-button .text {
    font-weight: 700;
  }
  .c-button .bi {
    margin-right: 10px;
    font-size: 20px;
  }
  .c-button .text,
  .c-button .bi {
    color: #fff;
  }
  .c-button.small-button {
    width: 320px;
    height: 70px;
  }
  .c-button.large-button {
    width: 610px;
    height: 100px;
  }
  .c-button.large-button .text {
    font-size: 28px;
  }
  .sub_visual {
    height: 500px;
    margin-top: -140px;
    font-size: 25px;
    color: #826f59;
    background: #f6f5f3 url(../img/main_visual_bg.png) no-repeat center/100%;
  }
  .sub_visual_title {
    background: #826f59;
    color: #fff;
    padding: 10px 60px;
    box-sizing: border-box;
    border-radius: 100px;
  }
  .common_contents {
    padding: 80px 0 120px;
  }
  .header {
    height: 140px;
    padding: 0 30px;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
  }
  .header_logo {
    width: 151px;
  }
  .header_right {
    width: calc(100% - 151px);
    position: relative;
    gap: 0 30px;
  }
  .header .tel-box {
    line-height: 1;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  }
  .header .tel-box .number {
    color: #826f59;
  }
  .header .tel-box small {
    color: #826f59;
    font-size: 24px;
  }
  .header .worktime {
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
    text-align: right;
    color: #826f59;
    font-size: 12px;
  }
  .header .click_button_item {
    width: 225px;
  }
  .header .click_button_item .click_button {
    width: 100%;
  }
  .header .click_button_item .click_button_box {
    min-width: initial;
  }
  .main_visual {
    height: clamp(700px, 50vw, 900px);
    margin-top: -140px;
    position: relative;
    background: #f6f5f3 url(../img/main_visual_bg.png) no-repeat center bottom/cover;
  }
  .main_visual_box {
    position: relative;
    z-index: 100;
  }
  .main_visual .c-button {
    margin: 40px auto 0;
  }
  .greeting {
    background: url(../img/com_wave_bg.png) no-repeat center bottom/100%;
  }
  .greeting .widebox {
    position: relative;
    padding: 150px 0;
  }
  .greeting .c-txt {
    font-size: 18px;
  }
  .greeting-img {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
  .greeting-img-left {
    left: 0;
  }
  .greeting-img-right {
    right: 0;
  }
  .trouble {
    padding: 60px 0;
    background: #f6f5f3;
  }
  .trouble-title {
    margin-bottom: 40px;
  }
  .trouble-list {
    gap: 50px;
  }
  .trouble-list-card {
    width: 320px;
  }
  .trouble-list-card-img {
    margin-bottom: 10px;
  }
  .trouble-list-card-title {
    text-align: center;
    line-height: 1.6;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
    font-size: 24px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", serif;
    color: #826f59;
  }
  .trouble-catch {
    margin-top: 30px;
    text-align: center;
    line-height: 1.5;
  }
  .trouble-catch-text {
    margin-top: -20px;
    padding: 35px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff;
    font-size: 32px;
    font-weight: 700;
    color: #826f59;
    font-family: "Zen Maru Gothic", serif;
  }
  .movie {
    padding: 80px 0;
    background: url(../img/com_wave_bg.png) no-repeat center bottom/100%;
  }
  .movie-frame {
    height: 608px;
    background: #000;
    margin-bottom: 60px;
  }
  .img-frame {
    width: 760px;
    margin: 0 auto;
  }
  .movie .c-button {
    margin: 50px auto 0;
  }
  .reason {
    padding: 50px 0;
    background: #f6f5f3;
  }
  .reason .c-title {
    margin-bottom: 90px;
  }
  .reason-list {
    gap: 80px 30px;
  }
  .reason-list-card {
    width: 340px;
    position: relative;
    background: #fff;
    padding-top: 30px;
    border-radius: 30px;
  }
  .reason-list-card-title {
    text-align: center;
    line-height: 1.6;
    color: #826f59;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0;
  }
  .reason-list .number {
    position: absolute;
    left: 50%;
    top: -40px;
    width: 80px;
    height: 80px;
    transform: translateX(-50%) rotate(45deg);
    background: #e6cea8;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reason-list .number-text {
    display: block;
    transform: rotate(-45deg);
    color: #fff;
    font-family: "Zen Maru Gothic", serif;
    font-size: 32px;
  }
  .feature {
    background: url(../img/com_wave_bg.png) no-repeat center bottom/100%;
  }
  .feature-contents {
    height: 600px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .feature-contents-box {
    width: 540px;
  }
  .feature-contents-img {
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(50% - 50px);
  }
  .feature-contents-img01 {
    background: url(../img/feature_list_img-01.png) no-repeat center/cover;
  }
  .feature-contents-img02 {
    background: url(../img/feature_list_img-02.png) no-repeat center/cover;
  }
  .feature-contents-img03 {
    background: url(../img/feature_list_img-03.png) no-repeat center/cover;
  }
  .feature-contents-img04 {
    background: url(../img/feature_list_img-04.png) no-repeat center/cover;
  }
  .feature-contents:nth-of-type(odd) .feature-contents-img {
    right: 0;
  }
  .feature-contents:nth-of-type(even) .feature-contents-img {
    left: 0;
  }
  .feature-contents:nth-of-type(even) .feature-contents-box {
    margin: 0 0 0 auto;
  }
  .feature-contents-box {
    width: 540px;
  }
  .contact {
    background: #f6f5f3;
    padding: 80px 0;
  }
  .contact_frame {
    padding: 60px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 30px;
  }
  .contact .click_button {
    display: block;
    padding: 0;
    margin: 0 auto;
    font-family: "Zen Kaku Gothic New", serif;
    width: 320px;
    cursor: pointer;
  }
  .contact .click_button .click_button_box {
    font-size: 18px;
    min-width: initial;
    width: 100%;
    height: 60px;
  }
  .form_container {
    font-family: "Zen Kaku Gothic New", serif;
  }
  .form_container .in-dl {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
  }
  .form_container dt {
    width: 300px;
    text-align: left;
  }
  .form_container dt p {
    display: flex;
    justify-content: flex-end;
  }
  .form_container dt label {
    width: calc(100% - 55px);
    display: block;
    padding-right: 20px;
  }
  .form_container dt .badge_txt {
    position: relative;
    height: 23px;
    width: 55px;
    border-radius: 0;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 23px;
    top: 8px;
  }
  .form_container dt .require_badge {
    color: #fff;
    background: #e53935;
  }
  .form_container dt .free_badge {
    color: #fff;
    background: #9e9e9e;
  }
  .form_container dd {
    width: calc(100% - 300px);
    box-sizing: border-box;
    padding: 0 20px;
  }
  .form_container dd input,
  .form_container dd select,
  .form_container dd textarea {
    line-height: 1.6;
  }
  .form_container .input_def input,
  .form_container .input_def textarea,
  .form_container .input_def select {
    font-weight: 500;
    font-size: 18px;
    border: solid 2px #e4e4e4;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", serif;
  }
  .form_container .input_def input[type=text],
  .form_container .input_def input[type=tel],
  .form_container .input_def input[type=email],
  .form_container .input_def input[type=url],
  .form_container .input_def textarea {
    width: 100%;
  }
  .form_container .input_def input[type=date] {
    width: 200px;
    color: #231815;
  }
  .form_container .input_def .wpcf7-file {
    border: none;
    padding: 0;
    width: 200px;
  }
  .form_container .input_def .wpcf7-file::file-selector-button {
    border: none;
    font-family: "Zen Kaku Gothic New", serif;
    background: #ccc;
    width: 200px;
    padding: 10px 5px;
    display: block;
    cursor: pointer;
    transition: 0.1s all ease-in;
    margin-bottom: 5px;
    color: #231815;
  }
  .form_container .input_def .wpcf7-file::file-selector-button:hover {
    opacity: 0.8;
  }
  .form_container .wpcf7-select {
    width: 400px;
  }
  .form_container .wpcf7-textarea {
    height: 185px;
  }
  .form_container .wpcf7-list-item {
    margin-left: 0 !important;
  }
  .form_container .input_radio .wpcf7-radio,
  .form_container .input_radio .wpcf7-checkbox,
  .form_container .input_checkbox .wpcf7-radio,
  .form_container .input_checkbox .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .form_container .input_radio .wpcf7-list-item-label,
  .form_container .input_checkbox .wpcf7-list-item-label {
    margin-left: 8px;
    cursor: pointer;
  }
  .form_container .form_button-container {
    margin-top: 40px !important;
  }
  .form_container .wpcf7-submit {
    display: block;
    background: none !important;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .form_container .wpcf7-spinner {
    display: none;
  }
  .form_container .arw_r {
    margin-left: 0;
    right: 30px;
  }
  #company {
    padding: 80px 0;
  }
  #company .c-title {
    width: calc(100% - 725px);
  }
  #company-contents {
    width: 725px;
  }
  #company .com_dl dt,
  #company .com_dl dd {
    font-weight: 500;
  }
  #company .com_dl dt {
    color: #826f59;
    width: 215px;
    padding: 20px 10px 20px 0;
  }
  #company .com_dl dd {
    width: calc(100% - 215px);
    padding: 20px 0;
  }
  #company .googlemap {
    height: 250px;
    border-radius: 0;
    overflow: hidden;
    margin-top: 60px;
  }
  #company .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .footer {
    background: #826f59;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
  }
  .footer a {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
  .sp-none {
    display: none !important;
  }
  .inbox,
  .widebox {
    width: 90%;
    margin: 0 auto;
  }
  .c-title {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.6;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  }
  .c-title.ic-bottom {
    padding-bottom: 30px;
    background: url(../img/c-dots.png) no-repeat left bottom/80px;
  }
  .c-title.text_c {
    background: url(../img/c-dots.png) no-repeat center bottom/80px;
  }
  .title01 {
    font-size: 22px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #826f59;
    padding-bottom: 20px;
    border-bottom: 1px solid #c7c7c7;
  }
  .c-txt p {
    margin-bottom: 30px;
  }
  .c-txt p:last-of-type {
    margin-bottom: 0 !important;
  }
  .arw_frame {
    position: relative;
  }
  .arw_frame:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -60px;
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-top: 30px solid #826f59;
    z-index: 100;
    transform: translateX(-50%);
  }
  .arw_r:before {
    border: solid transparent 7px;
    border-left: solid #231815 7px;
  }
  .c-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #826f59;
    border-radius: 100px;
    transition: 0.1s all ease-in;
    border: solid 4px #826f59;
    box-sizing: border-box;
  }
  .c-button:hover {
    transform: scale(0.95);
    background: #fff;
  }
  .c-button:hover .text,
  .c-button:hover .bi {
    color: #826f59;
  }
  .c-button .text {
    font-weight: 700;
  }
  .c-button .bi {
    margin-right: 10px;
    font-size: 18px;
  }
  .c-button .text,
  .c-button .bi {
    color: #fff;
  }
  .c-button.small-button {
    width: 200px;
    height: 60px;
  }
  .c-button.large-button {
    width: 90%;
    height: 60px;
  }
  .c-button.large-button .text {
    font-size: 18px;
  }
  .sub_visual {
    height: 160px;
    color: #826f59;
    background: #f6f5f3 url(../img/main_visual_bg.png) no-repeat center/cover;
  }
  .sub_visual_title {
    background: #826f59;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 100px;
  }
  .common_contents {
    padding: 80px 0 120px;
  }
  .header {
    height: 105px;
    z-index: 100;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .header_logo {
    width: 105px;
    margin: 0 auto;
  }
  .header_right {
    position: fixed;
    border-top: 5px solid #e6cea8;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    padding: 10px 0;
  }
  .header_right-item {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
  }
  .header .tel-box {
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
  }
  .header .tel-box .number {
    color: #826f59;
  }
  .header .tel-box small {
    color: #826f59;
    font-size: 12px;
  }
  .header .worktime {
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
    color: #826f59;
    font-size: 10px;
    margin-top: 10px;
  }
  .header .c-button {
    width: 100%;
    height: 50px;
  }
  .header .c-button .bi {
    font-size: 14px;
    margin-right: 5px;
  }
  .header .c-button .text {
    font-size: 11px;
  }
  .main_visual {
    height: 380px;
    position: relative;
    box-sizing: border-box;
    background: #f6f5f3 url(../img/main_visual_bg.png) no-repeat center bottom/100%;
    padding-top: 20px;
    align-items: flex-start;
  }
  .main_visual_box {
    width: 95%;
    position: relative;
    z-index: 100;
  }
  .main_visual_title {
    width: 90%;
    margin: 0 auto;
  }
  .main_visual .c-button {
    margin: 20px auto 0;
  }
  .greeting {
    background: url(../img/com_wave_bg.png) no-repeat center bottom/100%;
  }
  .greeting .widebox {
    position: relative;
    padding: 60px 0 90%;
  }
  .greeting .c-txt {
    text-align: left;
  }
  .greeting-img {
    bottom: 0;
    position: absolute;
  }
  .greeting-img-left {
    left: 0;
    width: 45%;
  }
  .greeting-img-right {
    right: -4%;
    width: 48%;
  }
  .trouble {
    padding: 60px 0;
    background: #f6f5f3;
  }
  .trouble-title {
    margin-bottom: 40px;
  }
  .trouble-list {
    gap: 50px;
  }
  .trouble-list-card {
    width: 100%;
    text-align: center;
  }
  .trouble-list-card-img {
    margin-bottom: 30px;
  }
  .trouble-list-card-title {
    text-align: center;
    line-height: 1.6;
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
    font-size: 23px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", serif;
    color: #826f59;
  }
  .trouble-catch {
    margin-top: 30px;
    text-align: center;
    line-height: 1.8;
  }
  .trouble-catch .ic {
    width: 40%;
    margin: 0 auto;
  }
  .trouble-catch-text {
    margin-top: -20px;
    padding: 35px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff;
    font-size: 23px;
    font-weight: 700;
    color: #826f59;
    font-family: "Zen Maru Gothic", serif;
  }
  .movie {
    padding: 60px 0;
    background: url(../img/com_wave_bg.png) no-repeat center bottom/100%;
  }
  .movie-frame {
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    margin-bottom: 30px;
  }
  .movie-frame video {
    width: 100%;
    height: 100%;
  }
  .movie .c-button {
    margin: 50px auto 0;
  }
  .reason {
    padding: 50px 0;
    background: #f6f5f3;
  }
  .reason .c-title {
    margin-bottom: 70px;
  }
  .reason-list {
    gap: 60px 30px;
  }
  .reason-list-card {
    width: 90%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding-top: 30px;
    text-align: center;
    border-radius: 30px;
  }
  .reason-list-card-title {
    text-align: center;
    line-height: 1.6;
    color: #826f59;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0;
  }
  .reason-list .number {
    position: absolute;
    left: 50%;
    top: -30px;
    width: 60px;
    height: 60px;
    transform: translateX(-50%) rotate(45deg);
    background: #e6cea8;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .reason-list .number-text {
    display: block;
    transform: rotate(-45deg);
    color: #fff;
    font-family: "Zen Maru Gothic", serif;
    font-size: 23px;
  }
  .feature {
    background: url(../img/com_wave_bg.png) no-repeat center bottom/100%;
  }
  .feature-contents {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 65%;
    margin-bottom: 60px;
  }
  .feature-contents:last-of-type {
    margin-bottom: 0;
  }
  .feature-contents-img {
    position: absolute;
    top: 0;
    height: 33%;
    width: 90%;
  }
  .feature-contents-img01 {
    background: url(../img/feature_list_img-01.png) no-repeat center/cover;
  }
  .feature-contents-img02 {
    background: url(../img/feature_list_img-02.png) no-repeat center/cover;
  }
  .feature-contents-img03 {
    background: url(../img/feature_list_img-03.png) no-repeat center/cover;
  }
  .feature-contents-img04 {
    background: url(../img/feature_list_img-04.png) no-repeat center/cover;
  }
  .feature-contents:nth-of-type(odd) .feature-contents-img {
    right: 0;
  }
  .feature-contents:nth-of-type(even) .feature-contents-img {
    left: 0;
  }
  .feature-contents:nth-of-type(even) .feature-contents-box {
    margin: 0 0 0 auto;
  }
  .contact {
    background: #f6f5f3;
    padding: 60px 0;
  }
  .contact_frame {
    padding: 40px 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 30px;
  }
  .contact .click_button {
    display: block;
    padding: 0;
    margin: 0 auto;
    font-family: "Zen Kaku Gothic New", serif;
    width: 280px;
    cursor: pointer;
  }
  .contact .click_button .click_button_box {
    font-size: 15px;
    min-width: initial;
    width: 100%;
    height: 60px;
  }
  .form_container {
    font-family: "Zen Kaku Gothic New", serif;
  }
  .form_container .in-dl {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 700;
    flex-direction: column;
  }
  .form_container dt {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .form_container dt p {
    display: flex;
    justify-content: flex-end;
  }
  .form_container dt label {
    width: calc(100% - 55px);
    display: block;
    padding-right: 20px;
  }
  .form_container dt .badge_txt {
    position: relative;
    height: 23px;
    width: 55px;
    border-radius: 0;
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 23px;
    top: 8px;
  }
  .form_container dt .require_badge {
    color: #fff;
    background: #e53935;
  }
  .form_container dt .free_badge {
    color: #fff;
    background: #9e9e9e;
  }
  .form_container dd {
    width: 100%;
    box-sizing: border-box;
  }
  .form_container dd input,
  .form_container dd select,
  .form_container dd textarea {
    line-height: 1.6;
  }
  .form_container .input_def input,
  .form_container .input_def textarea,
  .form_container .input_def select {
    font-weight: 500;
    font-size: 18px;
    border: solid 2px #e4e4e4;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", serif;
  }
  .form_container .input_def input[type=text],
  .form_container .input_def input[type=tel],
  .form_container .input_def input[type=email],
  .form_container .input_def input[type=url],
  .form_container .input_def textarea {
    width: 100%;
  }
  .form_container .input_def input[type=date] {
    width: 200px;
    color: #231815;
  }
  .form_container .input_def .wpcf7-file {
    border: none;
    padding: 0;
    width: 200px;
  }
  .form_container .input_def .wpcf7-file::file-selector-button {
    border: none;
    font-family: "Zen Kaku Gothic New", serif;
    background: #ccc;
    width: 200px;
    padding: 10px 5px;
    display: block;
    cursor: pointer;
    transition: 0.1s all ease-in;
    margin-bottom: 5px;
    color: #231815;
  }
  .form_container .input_def .wpcf7-file::file-selector-button:hover {
    opacity: 0.8;
  }
  .form_container .wpcf7-select {
    width: 400px;
  }
  .form_container .wpcf7-textarea {
    height: 185px;
  }
  .form_container .wpcf7-list-item {
    margin-left: 0 !important;
  }
  .form_container .input_radio .wpcf7-radio,
  .form_container .input_radio .wpcf7-checkbox,
  .form_container .input_checkbox .wpcf7-radio,
  .form_container .input_checkbox .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .form_container .input_radio .wpcf7-list-item-label,
  .form_container .input_checkbox .wpcf7-list-item-label {
    margin-left: 8px;
    cursor: pointer;
  }
  .form_container .form_button-container {
    margin-top: 40px !important;
  }
  .form_container .wpcf7-submit {
    display: block;
    background: none !important;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700;
    font-size: 16px;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .form_container .wpcf7-spinner {
    display: none;
  }
  .form_container .arw_r {
    margin-left: 0;
    right: 30px;
  }
  #company {
    padding: 60px 0;
  }
  #company .inbox {
    flex-direction: column;
  }
  #company .c-title, #company-contents {
    width: 100%;
  }
  #company .com_dl {
    padding: 30px;
    box-sizing: border-box;
  }
  #company .com_dl dt,
  #company .com_dl dd {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
  }
  #company .com_dl dt {
    color: #826f59;
    width: 110px;
    padding: 20px 0;
  }
  #company .com_dl dd {
    width: calc(100% - 110px);
    padding: 20px 0;
  }
  #company .googlemap {
    height: 200px;
    border-radius: 0;
    overflow: hidden;
    margin-top: 40px;
  }
  #company .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .footer {
    background: #826f59;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px 0 100px;
  }
  .footer a {
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */oter a {
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */