@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&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://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
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: #383e32;
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", serif;
  box-sizing: border-box;
  font-weight: 500;
}

.inbox {
  margin: 0 auto;
}

.c-title {
  color: #77cc2d;
  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 #77cc2d 2px;
}

.tel_icon {
  position: relative;
  font-weight: 700;
  color: #383e32;
  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: #f3f5e9;
  border-bottom: 1px solid #f3f5e9;
}

.click_button {
  display: inline-block;
  background: #383e32;
  border-radius: 0;
  height: 60px;
  font-family: "Zen Maru Gothic", serif;
  box-sizing: border-box;
}
.click_button .click_button_box {
  height: 100%;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
  color: #383e32;
  min-width: 410px;
  border: solid 3px none;
  box-sizing: border-box;
  border-radius: 0;
  text-align: center;
  transition: 0.1s all ease-in;
  font-size: 24px;
  box-sizing: border-box;
}
.click_button input {
  height: 100%;
}
.click_button .sub_color_button {
  background: #77cc2d !important;
}

.com_dl {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  border: solid 0 #c7c7c7;
  box-sizing: border-box;
}
.com_dl .in-dl {
  border-bottom: 1px solid #c7c7c7;
}
.com_dl .in-dl dt,
.com_dl .in-dl dd {
  box-sizing: border-box;
  font-weight: 700;
}
.com_dl .in-dl dt {
  color: #77cc2d;
}
.com_dl .in-dl dd a {
  color: #383e32;
}

.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 #383e32;
  border-bottom: solid 2px #383e32;
  z-index: 10;
}
.selectbox select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

.grecaptcha-badge {
  visibility: hidden;
}

.text_link {
  color: #77cc2d;
  border-bottom: 1px solid #77cc2d;
  margin: 0 10px;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
    font-size: 16px;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }
  .pc-none {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inbox {
    width: 1080px;
  }
  .widebox {
    width: 1280px;
    margin: 0 auto;
  }
  .c-title {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .c-title .band-bg {
    display: inline-block;
    line-height: 1;
    padding: 0 10px 5px;
  }
  .c-title small {
    font-size: 26px;
  }
  .c-title .lang-en {
    position: relative;
    letter-spacing: 0.5rem;
    font-size: 18px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .c-title .lang-en:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff39b;
    transform: translateY(-50%);
  }
  .c-title .lang-ja {
    display: block;
  }
  .c-text p {
    margin-bottom: 25px;
  }
  .c-text p:last-of-type {
    margin-bottom: 0 !important;
  }
  .band-bg {
    background: #fff39b;
  }
  .border-text {
    background: url(../img/line.jpg) repeat-x center bottom;
  }
  .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 #77cc2d;
    z-index: 100;
    transform: translateX(-50%);
  }
  .arw_r:before {
    border: solid transparent 7px;
    border-left: solid #383e32 7px;
  }
  .c-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #77cc2d;
    min-width: 295px;
    height: 68px;
    transition: 0.2s all ease-in;
  }
  .c-button:hover {
    transform: scale(0.95);
  }
  .c-button .text,
  .c-button .bi {
    color: #fff;
  }
  .c-button .bi {
    margin-left: 10px;
  }
  .c-button.large-button {
    width: 437px;
    height: 84px;
  }
  .c-button.large-button .text {
    font-size: 24px;
  }
  .tel-box {
    font-weight: 700;
  }
  .tel-box .icon {
    margin-right: 10px;
  }
  .tel-box .number {
    color: #77cc2d;
    font-size: 32px;
  }
  .wave-bg {
    background: #fff url(../img/com_bg_wave-green.png) no-repeat center bottom/100%;
  }
  .wave-bg-wht {
    background: #f3f5e9 url(../img/com_bg_wave-white.png) no-repeat center bottom/100%;
  }
  .sub-visual {
    height: 400px;
    font-size: 25px;
    color: #77cc2d;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f5e9 url(../img/town-bg.png) no-repeat center bottom/100%;
  }
  .sub-visual-title {
    background: #fff;
    color: #77cc2d;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .common_contents {
    padding: 80px 0 120px;
  }
  .header {
    height: 120px;
    position: relative;
    z-index: 10;
  }
  .header-logo {
    width: 290px;
  }
  .header-list {
    width: 640px;
    padding: 25px 30px;
    background: #fff;
    border-radius: 0 0 0 30px;
    gap: 0 30px;
  }
  .main-visual {
    display: flex;
    margin-top: -120px;
    gap: 0 60px;
    background: #f3f5e9 url(../img/town-bg.png) no-repeat center bottom/100%;
    padding: 50px 0;
  }
  .main-visual-left {
    position: relative;
  }
  .main-visual-right {
    display: flex;
    align-items: flex-end;
    margin-bottom: -50px;
  }
  .main-visual-titlebox {
    position: absolute;
    left: 52%;
    top: 142px;
    transform: translateX(-50%);
    width: 574px;
    text-align: center;
  }
  .main-visual-title {
    margin-bottom: 40px;
  }
  .main-visual .c-button {
    margin: 0 auto;
  }
  .greeting {
    padding: 80px 0 35px;
  }
  .greeting-contents {
    order: 2;
    width: 630px;
  }
  .greeting-text {
    font-size: 18px;
  }
  .greeting-img {
    width: 540px;
    position: relative;
    left: -20px;
  }
  .trouble {
    padding: 60px 0 60px;
  }
  .trouble-list {
    gap: 40px;
  }
  .trouble-list-card {
    width: 400px;
  }
  .trouble-list-card-text {
    background: #fff;
    border-radius: 0 0 30px 30px;
    line-height: 1.6;
    text-align: center;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }
  .trouble-contact {
    text-align: center;
    margin-top: 40px;
    position: relative;
  }
  .trouble-contact-text {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #77cc2d;
    font-size: 28px;
    padding: 0 25px;
    margin-bottom: 24px;
  }
  .trouble-contact-text:before, .trouble-contact-text:after {
    content: "";
    width: 1px;
    height: 30px;
    background: #77cc2d;
    position: absolute;
    top: 50%;
  }
  .trouble-contact-text:before {
    left: 0;
    transform: translateY(-50%) rotate(-40deg);
  }
  .trouble-contact-text:after {
    right: 0;
    transform: translateY(-50%) rotate(40deg);
  }
  .trouble-contact-img {
    position: absolute;
    bottom: 0;
  }
  .trouble-contact-img.img-l {
    left: 118px;
    bottom: -59px;
  }
  .trouble-contact-img.img-r {
    right: 29px;
    bottom: -80px;
  }
  .trouble .c-button {
    width: 657px;
    margin: 0 auto;
    height: 94px;
  }
  .trouble .c-button .text {
    font-size: 24px;
  }
  .comic {
    padding: 80px 0;
    text-align: center;
  }
  .comic-img {
    width: 100%;
    margin: 0 auto;
  }
  .reason {
    padding: 80px 0;
    background: url(../img/town-bg.png) no-repeat center bottom/100%;
  }
  .reason-title {
    position: relative;
  }
  .reason-title-icon {
    position: absolute;
    bottom: 0;
  }
  .reason-title .icon-left {
    left: 0;
  }
  .reason-title .icon-right {
    right: 100px;
  }
  .reason-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
    justify-content: center;
  }
  .reason-list-item {
    width: 400px;
  }
  .reason-list-img {
    margin-bottom: 20px;
  }
  .reason-list-box {
    display: flex;
    align-items: center;
    height: 68px;
    margin-bottom: 10px;
  }
  .reason-list-box .number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #77cc2d;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 32px;
  }
  .reason-list-title {
    width: calc(100% - 50px);
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 1.4;
    color: #77cc2d;
    font-size: 24px;
  }
  .reason .text {
    font-size: 18px;
    line-height: 1.5;
    text-align: justify;
  }
  .feature {
    padding: 50px;
    box-sizing: border-box;
    background: #f3f5e9;
    display: grid;
    gap: 50px 0;
  }
  .feature-title {
    position: relative;
  }
  .feature-title-icon {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .feature-title .icon-02 {
    right: -50px;
  }
  .feature-title .c-title .main {
    font-size: 38px;
  }
  .feature-item {
    height: 850px;
    display: grid;
    align-items: center;
    position: relative;
  }
  .feature-item:nth-of-type(odd) .feature-img {
    right: 0;
  }
  .feature-item:nth-of-type(even) .feature-img {
    left: 0;
  }
  .feature-item:nth-of-type(even) .feature-item-box {
    margin: 0 0 0 auto;
  }
  .feature-item-box {
    background: #fff;
    width: 700px;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
    z-index: 10;
  }
  .feature-item-text {
    font-size: 18px;
  }
  .feature-img {
    position: absolute;
    top: 0;
    width: 1200px;
    height: 100%;
  }
  .feature-img01 {
    background: url(../img/feature_list_bg-01.png) no-repeat center/cover;
  }
  .feature-img02 {
    background: url(../img/feature_list_bg-02.png) no-repeat center/cover;
  }
  .feature-img03 {
    background: url(../img/feature_list_bg-03.png) no-repeat center/cover;
  }
  .repair {
    padding: 80px 0 145px;
  }
  .repair .inbox {
    position: relative;
  }
  .repair-container {
    width: 633px;
  }
  .repair-text {
    font-size: 18px;
  }
  .repair-img {
    position: absolute;
    right: -70px;
    top: 30px;
  }
  .message {
    background: #f3f5e9;
    padding: 80px 0 40px;
  }
  .message-container {
    text-align: center;
    background: #fff;
    border-radius: 30px;
    margin-top: -60px;
    padding: 50px 36px 30px;
    box-sizing: border-box;
    font-size: 18px;
  }
  .message-container strong {
    position: relative;
    font-size: 24px;
    padding: 0 20px;
    color: #77cc2d;
  }
  .message-container strong:before, .message-container strong:after {
    content: "";
    width: 1px;
    height: 30px;
    background: #77cc2d;
    position: absolute;
    top: 50%;
  }
  .message-container strong:before {
    left: 0;
    transform: translateY(-50%) rotate(-40deg);
  }
  .message-container strong:after {
    right: 0;
    transform: translateY(-50%) rotate(40deg);
  }
  .message-imgbox {
    height: 195px;
    position: relative;
  }
  .message-img {
    position: absolute;
    bottom: 0;
  }
  .message-img-left {
    left: 30px;
  }
  .message-img-right {
    right: -50px;
  }
  #contact {
    padding: 65px 0 70px;
  }
  #contact .contat_title {
    margin-bottom: 40px;
  }
  #contact .contact_frame {
    padding: 60px;
    box-sizing: border-box;
  }
  #contact .click_button {
    display: block;
    padding: 0;
    margin: 0 auto;
    font-family: "Zen Kaku Gothic New", serif;
    background: none;
    width: 410px;
    border-radius: 100px;
    cursor: pointer;
  }
  #contact .click_button .click_button_box {
    font-size: 24px;
    min-width: initial;
    width: 100%;
    height: 84px;
    color: #fff;
    background: #77cc2d;
    border-radius: 100px;
  }
  .form_container {
    font-family: "Zen Maru Gothic", 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: 5px;
    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 Maru Gothic", 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: #383e32;
  }
  .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 Maru Gothic", serif;
    background: #ccc;
    width: 200px;
    padding: 10px 5px;
    display: block;
    cursor: pointer;
    transition: 0.1s all ease-in;
    margin-bottom: 5px;
    color: #383e32;
  }
  .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 Maru Gothic", 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: 50px 0px;
  }
  .company .c-title {
    width: calc(100% - 725px);
  }
  .company .com_dl {
    width: 725px;
    font-size: 18px;
  }
  .company .com_dl dt {
    width: 215px;
    padding: 20px 10px 20px 20px;
  }
  .company .com_dl dd {
    width: calc(100% - 215px);
    padding: 20px 20px 20px 10px;
  }
  .company .googlemap {
    height: 335px;
    border-radius: 0;
    overflow: hidden;
    margin-top: 60px;
  }
  .company .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .footer {
    background: #77cc2d;
    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;
    font-weight: 700;
    letter-spacing: 0.1rem;
  }
  .sp-none {
    display: none !important;
  }
  .inbox {
    width: 90%;
  }
  .widebox {
    width: 90%;
    margin: 0 auto;
  }
  .c-title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .c-title .band-bg {
    display: inline-block;
    line-height: 1;
    padding: 0 10px 5px;
  }
  .c-title small {
    font-size: 18px;
  }
  .c-title .lang-en {
    position: relative;
    letter-spacing: 0.5rem;
    font-size: 16px;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .c-title .lang-en:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff39b;
    transform: translateY(-50%);
  }
  .c-title .lang-ja {
    display: block;
  }
  .c-text p {
    margin-bottom: 25px;
  }
  .c-text p:last-of-type {
    margin-bottom: 0 !important;
  }
  .band-bg {
    background: #fff39b;
  }
  .border-text {
    background: url(../img/line.jpg) repeat-x center bottom;
  }
  .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 #77cc2d;
    z-index: 100;
    transform: translateX(-50%);
  }
  .arw_r:before {
    border: solid transparent 7px;
    border-left: solid #383e32 7px;
  }
  .c-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #77cc2d;
    min-width: 220px;
    height: 60px;
    font-size: 15px;
    transition: 0.2s all ease-in;
  }
  .c-button:hover {
    transform: scale(0.95);
  }
  .c-button .text,
  .c-button .bi {
    color: #fff;
  }
  .c-button .bi {
    margin-left: 5px;
  }
  .c-button.large-button {
    width: 90%;
    height: 60px;
  }
  .c-button.large-button .text {
    font-size: 16px;
  }
  .tel-box {
    font-weight: 700;
    justify-content: center;
  }
  .tel-box .icon {
    width: 20px;
    margin-right: 5px;
  }
  .tel-box .number {
    color: #77cc2d;
    font-size: 20px;
  }
  .wave-bg {
    background: #fff url(../img/com_bg_wave-green.png) no-repeat center bottom/100%;
  }
  .wave-bg-wht {
    background: #f3f5e9 url(../img/com_bg_wave-white.png) no-repeat center bottom/100%;
  }
  .sub-visual {
    height: 150px;
    color: #77cc2d;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f5e9 url(../img/town-bg.png) no-repeat center bottom/100%;
  }
  .sub-visual-title {
    background: #fff;
    color: #77cc2d;
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
  }
  .common_contents {
    padding: 80px 0 120px;
  }
  .header {
    background: #f3f5e9;
    position: relative;
    z-index: 1000;
    align-items: flex-start;
  }
  .header-logo {
    width: 120px;
    line-height: 1;
  }
  .header-list {
    height: 70px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000;
  }
  .header-list-item {
    width: 50%;
  }
  .header-list-item .c-button {
    width: 100%;
    height: 50px;
    min-width: initial;
  }
  .header-list-item .c-button .text {
    font-size: 11px;
  }
  .main-visual {
    display: flex;
    gap: 0 10px;
    background: #f3f5e9 url(../img/town-bg.png) no-repeat center bottom/100%;
    padding: 20px 0;
  }
  .main-visual-left {
    position: relative;
  }
  .main-visual-right {
    display: flex;
    align-items: flex-end;
    margin-bottom: -20px;
  }
  .main-visual-titlebox {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
  }
  .main-visual-title {
    width: 60%;
    margin: 0 auto 5%;
  }
  .main-visual .c-button {
    margin: 0 auto;
    width: 70%;
    height: 50px;
  }
  .main-visual .c-button .text {
    font-size: 14px;
  }
  .greeting {
    padding: 50px 0 35px;
  }
  .greeting-box {
    flex-direction: column;
  }
  .greeting-contents {
    margin-bottom: 50px;
  }
  .greeting-img {
    text-align: center;
    position: relative;
  }
  .trouble {
    padding: 60px 0;
  }
  .trouble-list {
    gap: 40px;
  }
  .trouble-list-card {
    width: 100%;
  }
  .trouble-list-card-text {
    background: #fff;
    border-radius: 0 0 30px 30px;
    line-height: 1.6;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  .trouble-contact {
    text-align: center;
    margin-top: 40px;
    position: relative;
    padding-bottom: 80px;
  }
  .trouble-contact-text {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #77cc2d;
    font-size: 20px;
    padding: 0 15px;
    margin-bottom: 24px;
    line-height: 1.6;
  }
  .trouble-contact-text:before, .trouble-contact-text:after {
    content: "";
    width: 1px;
    height: 30px;
    background: #77cc2d;
    position: absolute;
    bottom: 0;
  }
  .trouble-contact-text:before {
    left: 0;
    transform: rotate(-40deg);
  }
  .trouble-contact-text:after {
    right: 0;
    transform: rotate(40deg);
  }
  .trouble-contact-img {
    position: absolute;
    bottom: 0;
  }
  .trouble-contact-img.img-l {
    width: 100px;
    left: 0;
    bottom: -59px;
  }
  .trouble-contact-img.img-r {
    width: 60px;
    right: 0;
    bottom: -80px;
  }
  .trouble .c-button {
    width: 90%;
    margin: 0 auto;
    height: 60px;
  }
  .trouble .c-button .text {
    font-size: 16px;
  }
  .comic {
    padding: 60px 0;
    text-align: center;
  }
  .reason {
    padding: 60px 0;
    background: url(../img/town-bg.png) no-repeat center bottom/100%;
  }
  .reason-title {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .reason-title-icon {
    position: absolute;
    bottom: 0;
  }
  .reason-title .icon-left {
    left: 0;
    width: 90px;
  }
  .reason-title .icon-right {
    right: 0;
    width: 70px;
  }
  .reason-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
    justify-content: center;
  }
  .reason-list-item {
    width: 100%;
  }
  .reason-list-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .reason-list-box {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .reason-list-box .number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #77cc2d;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
  }
  .reason-list-title {
    width: calc(100% - 50px);
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 1.4;
    color: #77cc2d;
    font-size: 22px;
  }
  .reason .text {
    font-size: 18px;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
  }
  .feature {
    padding: 60px 0;
    box-sizing: border-box;
    background: #f3f5e9;
    display: grid;
    gap: 50px 0;
  }
  .feature-title {
    position: relative;
  }
  .feature-title-icon {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .feature-title .icon-01 {
    width: 80px;
    bottom: 40px;
  }
  .feature-title .icon-02 {
    width: 100px;
    right: -30px;
    bottom: 70px;
  }
  .feature-item {
    display: grid;
    align-items: center;
    position: relative;
    padding-top: 30%;
  }
  .feature-item:nth-of-type(odd) .feature-img {
    right: 0;
    border-radius: 20px 0 0 20px;
  }
  .feature-item:nth-of-type(even) .feature-img {
    left: 0;
    border-radius: 0 20px 20px 0;
  }
  .feature-item:nth-of-type(even) .feature-item-box {
    margin: 0 0 0 auto;
  }
  .feature-item-box {
    background: #fff;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 30px;
    position: relative;
    z-index: 10;
  }
  .feature-img {
    position: absolute;
    top: 0;
    width: 90%;
    padding-top: 40%;
  }
  .feature-img01 {
    background: url(../img/feature_list_bg-01.png) no-repeat center/cover;
  }
  .feature-img02 {
    background: url(../img/feature_list_bg-02.png) no-repeat center/cover;
  }
  .feature-img03 {
    background: url(../img/feature_list_bg-03.png) no-repeat center/cover;
  }
  .repair {
    padding: 60px 0;
  }
  .repair-container {
    margin-bottom: 60px;
  }
  .repair-img {
    text-align: center;
  }
  .message {
    background: #f3f5e9;
    padding: 60px 0 40px;
  }
  .message-container {
    text-align: left;
    background: #fff;
    border-radius: 30px;
    margin-top: -40px;
    padding: 40px 36px 30px;
    box-sizing: border-box;
  }
  .message-container .lead-text {
    text-align: center;
    margin-bottom: 10px;
  }
  .message-container strong {
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding: 0 10px;
    line-height: 1.6;
    color: #77cc2d;
  }
  .message-container strong:before, .message-container strong:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #77cc2d;
    position: absolute;
    top: 50%;
  }
  .message-container strong:before {
    left: 0;
    transform: translateY(-50%) rotate(-40deg);
  }
  .message-container strong:after {
    right: 0;
    transform: translateY(-50%) rotate(40deg);
  }
  .message-imgbox {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
  }
  .message-img-left {
    width: 50%;
    left: 30px;
  }
  .message-img-right {
    width: 30%;
  }
  #contact {
    padding: 65px 0 70px;
  }
  #contact .contact_frame {
    padding: 20px;
    box-sizing: border-box;
  }
  #contact .click_button {
    display: block;
    padding: 0;
    margin: 0 auto;
    font-family: "Zen Kaku Gothic New", serif;
    background: none;
    width: 100%;
    border-radius: 100px;
    cursor: pointer;
  }
  #contact .click_button .click_button_box {
    font-size: 18px;
    min-width: initial;
    width: 100%;
    height: 60px;
    color: #fff;
    background: #77cc2d;
    border-radius: 100px;
  }
  .form_container {
    font-family: "Zen Maru Gothic", serif;
  }
  .form_container .in-dl {
    padding: 10px 0 20px;
    font-size: 15px;
    font-weight: 700;
    flex-direction: column;
  }
  .form_container dt {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  .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: 5px;
    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;
    padding: 0;
  }
  .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 Maru Gothic", 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: #383e32;
  }
  .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 Maru Gothic", serif;
    background: #ccc;
    width: 200px;
    padding: 10px 5px;
    display: block;
    cursor: pointer;
    transition: 0.1s all ease-in;
    margin-bottom: 5px;
    color: #383e32;
  }
  .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 Maru Gothic", serif;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .form_container .wpcf7-spinner {
    display: none;
  }
  .form_container .arw_r {
    margin-left: 0;
    right: 30px;
  }
  .company {
    padding: 50px 0px;
  }
  .company-container {
    flex-direction: column;
  }
  .company .c-title {
    margin-bottom: 30px;
  }
  .company .com_dl {
    font-size: 14px;
    width: 100%;
  }
  .company .com_dl dt {
    width: 100px;
    padding: 20px 10px 20px 20px;
  }
  .company .com_dl dd {
    width: calc(100% - 100px);
    padding: 20px 20px 20px 10px;
  }
  .company .googlemap {
    height: 250px;
    border-radius: 0;
    overflow: hidden;
    margin-top: 40px;
  }
  .company .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .footer {
    background: #77cc2d;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 10px 0;
    padding-bottom: 80px;
  }
  .footer a {
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */