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

.inbox {
  margin: 0 auto;
}

.c-title {
  color: #fb891e;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-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 #fb891e 2px;
}

.tel_icon {
  position: relative;
  font-weight: 700;
  color: #000;
  padding-left: 25px;
  font-size: 32px;
  font-family: "Zen Maru Gothic", sans-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", sans-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: #fb891e;
  border-bottom: 1px solid #fb891e;
}

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

.com_dl {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  border: solid 0 #000;
  box-sizing: border-box;
}
.com_dl .in-dl {
  border-bottom: 1px solid #000;
}
.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: #000;
}

.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 #000;
  border-bottom: solid 2px #000;
  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;
  }
  .pc-none {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inbox {
    width: 1080px;
  }
  .widebox {
    width: 1280px;
    margin: 0 auto;
  }
  .text_link {
    color: #fb891e;
    border-bottom: 1px solid #fb891e;
  }
  .c-title {
    font-size: 42px;
    margin-bottom: 40px;
    line-height: 1.6;
    position: relative;
    padding-bottom: 15px;
  }
  .c-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 100%;
    transform: translateX(-50%);
    max-width: 620px;
    border-bottom: 0.2rem dashed #fb891e;
  }
  .title01 {
    color: #fb891e;
    font-size: 38px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .white-title {
    color: #fff;
  }
  .white-title:before {
    border-bottom: 0.2rem dashed #fff;
  }
  .c-text p,
  .c-text ul {
    margin-bottom: 30px;
  }
  .c-text p:last-child,
  .c-text ul:last-child {
    margin-bottom: 0 !important;
  }
  .c-list li {
    margin-bottom: 0;
    position: relative;
    margin-bottom: 8px;
    padding-left: 40px;
    box-sizing: border-box;
  }
  .c-list li:before {
    margin-right: 10px;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 33px;
    height: 26px;
    background: url(../img/feature_list_check.png) no-repeat center/contain;
  }
  .c-list li:last-of-type {
    margin-bottom: 0;
  }
  .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 #fb891e;
    z-index: 100;
    transform: translateX(-50%);
  }
  .arw_r:before {
    border: solid transparent 7px;
    border-left: solid #000 7px;
  }
  .c-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #fb891e;
    font-weight: 700;
    transition: 0.2s all ease-in;
  }
  .c-button:hover {
    transform: scale(0.95);
  }
  .c-button .text {
    color: #fff;
  }
  .c-button .ic {
    margin-left: 10px;
  }
  .c-button.small-button {
    height: 60px;
    width: 245px;
  }
  .c-button.middle-button {
    height: 84px;
    width: 477px;
  }
  .c-button.middle-button .text {
    font-size: 24px;
  }
  .c-button.white-button {
    background: #fff;
  }
  .c-button.white-button .text {
    color: #fb891e;
  }
  .sub-visual {
    height: 500px;
    font-size: 25px;
    color: #fb891e;
    margin-top: -120px;
    background: url(../img/com_bg_wave.png) no-repeat center bottom/100%, url(../img/mv_bg.jpg) no-repeat center/cover;
  }
  .sub-visual-title {
    display: inline-block;
    vertical-align: top;
    background: #fb891e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
  }
  .common_contents {
    padding: 80px 0 120px;
  }
  .header {
    height: 120px;
    position: relative;
    z-index: 100;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .header-logo {
    width: 251px;
  }
  .header-list {
    width: calc(100% - 251px);
    gap: 30px;
  }
  .tel-box {
    display: flex;
    align-items: center;
  }
  .tel-box .ic {
    margin-right: 10px;
  }
  .tel-box .number {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
  }
  .main-visual {
    margin-top: -120px;
    height: clamp(600px, 90vw, 800px);
    background: url(../img/com_bg_wave.png) no-repeat center bottom/100%, url(../img/mv_bg.jpg) no-repeat center/cover;
  }
  .main-visual .inbox {
    height: 100%;
  }
  .main-visual-title {
    position: relative;
    top: -3vw;
    width: 85%;
  }
  .greeting {
    padding: 100px 0;
  }
  .greeting-img {
    width: 397px;
  }
  .greeting-contents {
    width: calc(100% - 397px);
    box-sizing: border-box;
    padding-left: 50px;
  }
  .greeting-text {
    font-size: 18px;
  }
  .trouble {
    padding: 50px 0 60px;
  }
  .trouble-list {
    gap: 40px;
  }
  .trouble-list-card {
    width: 400px;
    overflow: hidden;
    border-radius: 15px;
    background: #e4e4e4;
  }
  .trouble-list-card-text {
    height: 100px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
  }
  .cta {
    text-align: center;
    position: relative;
    background: url(../img/cta_bg.jpg) no-repeat center/cover;
  }
  .cta:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-top: 50px solid #fff;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
  .cta .inbox {
    position: relative;
    padding: 80px 0;
  }
  .cta .c-button {
    margin: 0 auto;
  }
  .cta .c-title {
    margin-bottom: 50px;
  }
  .cta-img {
    position: absolute;
    bottom: 10px;
  }
  .cta .left-img {
    left: -40px;
  }
  .cta .right-img {
    right: -40px;
  }
  .reason {
    padding: 100px 0;
  }
  .reason-list {
    gap: 50px 40px;
  }
  .reason-list-card {
    width: 620px;
  }
  .reason-list-card-title {
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .reason-list-card-img {
    margin-bottom: 15px;
  }
  .reason-list-card-text {
    font-size: 18px;
  }
  .reason-list .number {
    text-align: center;
    color: #fff;
    font-size: 32px;
    width: 50px;
    height: 50px;
    background: #ffe24b;
    border-radius: 50%;
    line-height: 50px;
  }
  .reason-list .title {
    padding-left: 30px;
    font-size: 24px;
    color: #fb891e;
    width: calc(100% - 50px);
    box-sizing: border-box;
  }
  .feature {
    padding: 100px 0 210px;
    background: #fff9d7 url(../img/com_bg_wave.png) no-repeat center bottom/100%;
  }
  .feature-list {
    gap: 20px;
  }
  .feature-list-item {
    width: 290px;
  }
  .feature-list-item-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .feature-list-item .catch {
    color: #fb891e;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.6;
  }
  .feature-list-item-text {
    font-size: 18px;
    text-align: justify;
  }
  .feature .catch-text {
    width: 840px;
    background: #fb891e;
    text-align: center;
    color: #fff;
    font-size: 38px;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.5;
    border-radius: 15px;
    margin: 40px auto 0;
  }
  .produce {
    padding-top: 100px;
  }
  .produce-topic {
    height: 850px;
    position: relative;
    margin-bottom: 80px;
  }
  .produce-topic .widebox {
    height: 100%;
  }
  .produce-topic:nth-of-type(odd) .produce-topic-img {
    right: 0;
  }
  .produce-topic:nth-of-type(even) .produce-topic-img {
    left: 0;
  }
  .produce-topic:nth-of-type(even) .produce-topic-box {
    margin: 0 0 0 auto;
  }
  .produce-topic:last-of-type {
    margin-bottom: 0;
  }
  .produce-topic-img {
    width: calc(50% + 240px);
    height: 100%;
    position: absolute;
    top: 0;
  }
  .produce-topic-img01 {
    background: url(../img/feature_list_bg-01.jpg) no-repeat center/cover;
  }
  .produce-topic-img02 {
    background: url(../img/feature_list_bg-02.jpg) no-repeat center/cover;
  }
  .produce-topic-img03 {
    background: url(../img/feature_list_bg-03.jpg) no-repeat center/cover;
  }
  .produce-topic-box {
    background: #fff;
    position: relative;
    z-index: 10;
    width: 700px;
    padding: 50px;
    box-sizing: border-box;
  }
  .produce-topic .title01 {
    margin-bottom: 25px;
  }
  .produce-topic-text {
    font-size: 18px;
  }
  .about {
    overflow: hidden;
    text-align: center;
    color: #fff;
    background: url(../img/cta_bg-02.png) no-repeat center/cover;
  }
  .about .widebox {
    padding: 80px 0;
    position: relative;
  }
  .about-img {
    position: absolute;
    right: -20px;
    bottom: 0;
  }
  .about-text {
    font-size: 20px;
  }
  #contact {
    background: #fff9d7;
    padding: 100px 0;
  }
  #contact .contact_frame {
    padding: 40px;
    box-sizing: border-box;
    background: #fff;
  }
  #contact .click_button {
    display: block;
    padding: 0;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", sans-serif;
    width: 410px;
    height: 84px;
    cursor: pointer;
    color: #fff;
  }
  #contact .click_button .click_button_box {
    font-size: 18px;
    min-width: initial;
    width: 100%;
    height: 84px;
    color: #fff;
  }
  .form_container {
    font-family: "Zen Maru Gothic", sans-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 Maru Gothic", sans-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: #000;
  }
  .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", sans-serif;
    background: #ccc;
    width: 200px;
    padding: 10px 5px;
    display: block;
    cursor: pointer;
    transition: 0.1s all ease-in;
    margin-bottom: 5px;
    color: #000;
  }
  .form_container .input_def .wpcf7-file::file-selector-button:hover {
    opacity: 0.8;
  }
  .form_container .wpcf7-select {
    width: 400px;
  }
  .form_container .selectbox {
    width: 100%;
    max-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 .val {
    margin-left: 15px;
  }
  .form_container .val select {
    width: 150px;
  }
  .form_container .unit {
    width: 200px !important;
  }
  .form_container .form_button-container {
    margin-top: 40px !important;
  }
  .form_container .wpcf7-submit {
    display: block;
    background: none !important;
    font-family: "Zen Maru Gothic", sans-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 0;
  }
  .company .company-title {
    width: calc(100% - 725px);
    font-size: 42px;
    color: #fb891e;
    font-weight: 700;
  }
  .company .company-dl {
    width: 725px;
  }
  .company .company-dl .in-dl {
    display: flex;
    border-bottom: 1px solid #c7c7c7;
  }
  .company .company-dl dt,
  .company .company-dl dd {
    font-weight: 500;
  }
  .company .company-dl dt {
    color: #fb891e;
    width: 190px;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 0;
  }
  .company .company-dl dd {
    font-size: 18px;
    width: calc(100% - 190px);
    padding: 20px 0;
  }
  .company .company-dl dd a {
    color: #000;
  }
  .company .googlemap {
    height: 335px;
    border-radius: 0;
    overflow: hidden;
    margin-top: 60px;
  }
  .company .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .footer {
    background: #fb891e;
    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;
  }
  main {
    overflow: hidden;
  }
  .sp-none {
    display: none !important;
  }
  .inbox,
  .widebox {
    width: 90%;
    margin: 0 auto;
  }
  .text_link {
    color: #fb891e;
    border-bottom: 1px solid #fb891e;
  }
  .c-title {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 1.6;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 0.2rem dashed #fb891e;
  }
  .c-title.white-title {
    border-bottom: 0.2rem dashed #fff;
  }
  .title01 {
    color: #fb891e;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .white-title {
    color: #fff;
  }
  .c-text p,
  .c-text ul {
    margin-bottom: 30px;
  }
  .c-text p:last-child,
  .c-text ul:last-child {
    margin-bottom: 0 !important;
  }
  .c-list li {
    margin-bottom: 0;
    position: relative;
    margin-bottom: 8px;
    padding-left: 35px;
    box-sizing: border-box;
  }
  .c-list li:before {
    margin-right: 10px;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 30px;
    height: 23px;
    background: url(../img/feature_list_check.png) no-repeat center/contain;
  }
  .c-list li:last-of-type {
    margin-bottom: 0;
  }
  .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 #fb891e;
    z-index: 100;
    transform: translateX(-50%);
  }
  .arw_r:before {
    border: solid transparent 7px;
    border-left: solid #000 7px;
  }
  .c-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #fb891e;
    font-weight: 700;
    transition: 0.2s all ease-in;
  }
  .c-button:hover {
    transform: scale(0.95);
  }
  .c-button .text {
    color: #fff;
  }
  .c-button .ic {
    margin-left: 10px;
  }
  .c-button.small-button {
    height: 60px;
    width: 230px;
  }
  .c-button.middle-button {
    height: 65px;
    width: 100%;
  }
  .c-button.middle-button .text {
    font-size: 16px;
  }
  .c-button.white-button {
    background: #fff;
  }
  .c-button.white-button .text {
    color: #fb891e;
  }
  .sub-visual {
    margin-top: -60px;
    height: 220px;
    color: #fb891e;
    background: url(../img/com_bg_wave.png) no-repeat center bottom/100%, url(../img/mv_bg.jpg) no-repeat center/cover;
  }
  .sub-visual-title {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    background: #fb891e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
  }
  .common_contents {
    padding: 60px 0 80px;
  }
  .header {
    height: 60px;
    position: relative;
    z-index: 100;
    padding: 0 15px;
    box-sizing: border-box;
    background: transparent;
  }
  .header-logo {
    width: 150px;
    position: relative;
    top: -5px;
  }
  .header-list {
    position: fixed;
    background: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
  }
  .header-list-item {
    height: 100%;
    width: 50%;
    padding: 5px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-list .c-button {
    width: 100%;
    height: 50px;
  }
  .header-list .c-button .text {
    font-size: 11px;
  }
  .header-list .c-button .ic {
    margin-left: 5px;
  }
  .header .tel-box-item {
    background: #fb891e;
  }
  .tel-box {
    display: flex;
    align-items: center;
  }
  .tel-box .ic {
    width: 20px;
    margin-right: 10px;
  }
  .tel-box .number {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
  }
  .main-visual {
    height: 380px;
    margin-top: -60px;
    background: url(../img/com_bg_wave.png) no-repeat center bottom/100%, url(../img/mv_bg.jpg) no-repeat center/cover;
  }
  .main-visual .inbox {
    justify-content: center;
    height: 100%;
  }
  .main-visual-title {
    width: 95%;
    position: relative;
    top: -5%;
  }
  .greeting {
    padding: 70px 0;
  }
  .greeting .c-title {
    text-align: left;
  }
  .greeting-box {
    flex-direction: column;
  }
  .greeting-img {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .greeting-contents {
    width: 100%;
  }
  .greeting-text {
    font-size: 16px;
  }
  .trouble {
    padding: 50px 0 60px;
  }
  .trouble-list {
    gap: 40px;
  }
  .trouble-list-card {
    overflow: hidden;
    border-radius: 15px;
    background: #e4e4e4;
  }
  .trouble-list-card-text {
    padding: 15px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    box-sizing: border-box;
  }
  .cta {
    text-align: center;
    position: relative;
    overflow: hidden;
    background: url(../img/cta_bg.jpg) no-repeat center/cover;
  }
  .cta:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-top: 40px solid #fff;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
  .cta .inbox {
    position: relative;
    padding: 60px 0 30%;
  }
  .cta .c-button {
    margin: 0 auto;
  }
  .cta .c-title {
    margin-bottom: 40px;
  }
  .cta-img {
    width: 40%;
    position: absolute;
    bottom: 0;
  }
  .cta .left-img {
    left: -30px;
  }
  .cta .right-img {
    right: -30px;
  }
  .reason {
    padding: 70px 0;
  }
  .reason-list {
    gap: 30px;
  }
  .reason-list-card {
    width: 100%;
  }
  .reason-list-card-title {
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .reason-list-card-img {
    margin-bottom: 15px;
  }
  .reason-list-card-text {
    font-size: 15px;
    line-height: 1.6;
  }
  .reason-list .number {
    text-align: center;
    color: #fff;
    font-size: 28px;
    width: 50px;
    height: 50px;
    background: #ffe24b;
    border-radius: 50%;
    line-height: 50px;
  }
  .reason-list .title {
    line-height: 1.5;
    padding-left: 15px;
    font-size: 18px;
    color: #fb891e;
    width: calc(100% - 50px);
    box-sizing: border-box;
  }
  .feature {
    padding: 70px 0 20%;
    background: #fff9d7 url(../img/com_bg_wave.png) no-repeat center bottom/100%;
  }
  .feature-list {
    gap: 40px 0;
    justify-content: center;
  }
  .feature-list-item {
    width: 90%;
  }
  .feature-list-item-img {
    text-align: center;
    margin-bottom: 20px;
  }
  .feature-list-item .catch {
    color: #fb891e;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.6;
  }
  .feature-list-item-text {
    font-size: 16px;
  }
  .feature .catch-text {
    background: #fb891e;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.5;
    border-radius: 15px;
    margin: 40px auto 0;
  }
  .produce {
    padding: 60px 0;
  }
  .produce-topic {
    position: relative;
    margin-bottom: 40px;
    padding-top: 40%;
  }
  .produce-topic:nth-of-type(odd) .produce-topic-img {
    right: 0;
  }
  .produce-topic:nth-of-type(even) .produce-topic-img {
    left: 0;
  }
  .produce-topic:nth-of-type(even) .produce-topic-box {
    margin: 0 0 0 auto;
  }
  .produce-topic:last-of-type {
    margin-bottom: 0;
  }
  .produce-topic-img {
    width: 90%;
    padding-top: 60%;
    position: absolute;
    top: 0;
  }
  .produce-topic-img01 {
    background: url(../img/feature_list_bg-01.jpg) no-repeat center/cover;
  }
  .produce-topic-img02 {
    background: url(../img/feature_list_bg-02.jpg) no-repeat center/cover;
  }
  .produce-topic-img03 {
    background: url(../img/feature_list_bg-03.jpg) no-repeat center/cover;
  }
  .produce-topic-box {
    background: #fff;
    position: relative;
    z-index: 10;
    width: 700px;
    padding: 20px;
    box-sizing: border-box;
  }
  .produce-topic .title01 {
    margin-bottom: 20px;
  }
  .produce-topic-text {
    font-size: 15px;
  }
  .about {
    color: #fff;
    background: url(../img/cta_bg-02.png) no-repeat center/cover;
  }
  .about .widebox {
    padding: 60px 0 45%;
    position: relative;
  }
  .about .c-title {
    text-align: center;
  }
  .about-img {
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 32%;
  }
  .about-text {
    font-size: 18px;
  }
  #contact {
    background: #fff9d7;
    padding: 70px 0;
  }
  #contact .contact_frame {
    padding: 40px 20px;
    box-sizing: border-box;
    background: #fff;
  }
  #contact .click_button {
    display: block;
    padding: 0;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", sans-serif;
    width: 280px;
    height: 60px;
    color: #fff;
    cursor: pointer;
  }
  #contact .click_button .click_button_box {
    font-size: 16px;
    min-width: initial;
    width: 100%;
    height: 60px;
    color: #fff;
  }
  .form_container {
    font-family: "Zen Maru Gothic", sans-serif;
  }
  .form_container .in-dl {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    flex-direction: column;
  }
  .form_container dt,
  .form_container dd {
    width: 100%;
    font-size: 15px;
  }
  .form_container dt {
    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 {
    padding-bottom: 15px;
    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: 16px;
    border: solid 2px #e4e4e4;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Zen Maru Gothic", sans-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: #000;
  }
  .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", sans-serif;
    background: #ccc;
    width: 200px;
    padding: 10px 5px;
    display: block;
    cursor: pointer;
    transition: 0.1s all ease-in;
    margin-bottom: 5px;
    color: #000;
  }
  .form_container .input_def .wpcf7-file::file-selector-button:hover {
    opacity: 0.8;
  }
  .form_container .wpcf7-select {
    width: 100%;
  }
  .form_container .selectbox {
    width: 100%;
  }
  .form_container .selectbox .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
  }
  .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 .val {
    margin-left: 15px;
  }
  .form_container .val select {
    width: 120px;
  }
  .form_container .unit {
    width: 100px !important;
  }
  .form_container .form_button-container {
    margin-top: 40px !important;
  }
  .form_container .wpcf7-submit {
    display: block;
    background: none !important;
    font-family: "Zen Maru Gothic", sans-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 0;
  }
  .company-contents {
    flex-direction: column;
  }
  .company .company-title {
    width: 100%;
    font-size: 25px;
    color: #fb891e;
    font-weight: 700;
  }
  .company .company-dl {
    width: 100%;
  }
  .company .company-dl .in-dl {
    display: flex;
    border-bottom: 1px solid #c7c7c7;
  }
  .company .company-dl dt,
  .company .company-dl dd {
    font-size: 14px;
    font-weight: 500;
  }
  .company .company-dl dt {
    color: #fb891e;
    width: 30%;
    font-weight: 700;
    padding: 20px 0;
    font-size: 13px;
  }
  .company .company-dl dd {
    width: 70%;
    padding: 20px 0;
  }
  .company .company-dl dd a {
    color: #000;
  }
  .company .googlemap {
    height: 250px;
    border-radius: 0;
    overflow: hidden;
    margin-top: 60px;
  }
  .company .googlemap iframe {
    width: 100%;
    height: 100%;
  }
  .footer {
    background: #fb891e;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 10px 0 100px;
  }
  .footer a {
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */