@charset "UTF-8";

/* ================================================================================

  [pc] 共通

================================================================================ */

/* reset
-------------------------------------------------------------------- */
html {
  -ms-overflow-style: auto !important;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.table {
  display: table;
}
.table .cell {
  display: table-cell;
}
figure {
  margin: 0;
}


/**********/
.hide {
  display: none;
}
a:link {
  color: inherit;
  text-decoration: underline;
}
a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
a:hover img.hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  cursor: pointer;
}


/* Indent
-------------------------------------------------------------------- */
.indent {
  padding-left: 1em;
  text-indent: -1em;
}


/* レイアウト
-------------------------------------------------------------------- */
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  color: #333333;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.wrap {
  min-width: 960px;
  min-height: 101vh;
}
.wrap .inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.wrap .inner .mm {
  margin-left: -220px;
  margin-right: -220px;
}

/* align ----------*/
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.al {
  text-align: left;
}


/* float ----------*/
.fb {
  overflow: hidden;
}
.fr {
  float: right;
}
.fl {
  float: left;
}

.cfx:after,
div:after,
ul:after {
  content: "";
  display: block;
  clear: both;
}

.cfx>li {
  float: left;
}

.posrel {
  position: relative;
}
.posab {
  position: absolute;
}


/* display ----------*/
.ib {
  display: inline-block;
}
.table {
  display: table;
}
.table .tr {
  display: table-row;
}
.table .th,
.table .td {
  display: table-cell;
}


/* sup sub ----------*/
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: 0.5ex;
}


/* img ----------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


/* header
-------------------------------------------------------------------- */
#header {
  border-top: 4px solid #27862a;
  position: relative;
  width: 100%;
  height: 81px;
  z-index: 10;
  background-color: #fff;
}
#site_index #header {
  position: sticky;
  left: 0;
  top: 0;
}
#header .inner {
  width: 1000px;
}

#header .header_logo {
  position: relative;
}

#header .header_txt {
  padding-top: 12px;
  margin-left: 8px;
}
#header .header_txt h1,
#header .header_txt p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}
#header .header_txt h1 span,
#header .header_txt p span {
  color: #ff0101;
}
#header .header_txt .area_text {
  width: 476px;
  height: 28px;
  overflow: hidden;
  background: #27862a;
  color: #ffff00;
  font-size: 18px;
  font-weight: bold;
  padding: 1px 5px 0px;
  margin-bottom: 0;
}
#header .header_txt .area_text > span {
  color: #ffffff;
  font-size: 0.9em;
}

#header .header_btn {
  margin-top: 1px;
  margin-bottom: -10px;
}
#header .header_btn .header_tel {
  background: url(../img/pc/hd_tel_icon.png) top left no-repeat;
  height: 32px;
  display: block;
  margin: 5px 0 0 3px;
  padding: 0 0 0 54px;
  font-size: 32px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
  color: #f25e08;
  line-height: 32px;
}


/* navi
-------------------------------------------------------------------- */
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: transparent;
  width: auto;
  color: #ffffff;
  font-weight: bold;
  padding: 0.5px 5px;
  margin-bottom: 0;
  background: linear-gradient(to bottom, #4ba235, #136018);
}
.container-fluid {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
}
.navbar-collapse ul li a.nav-link:link {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.navbar-collapse ul li a.nav-link:focus,
.navbar-collapse ul li a.nav-link:hover {
  color: #ffff00;
}


/* footer
-------------------------------------------------------------------- */
#footer {
  border-top: 6px solid #27862a;
  font-size: 13px;
  color: #666666;
}
#footer .inner {
  width: 1000px;
}
#footer .right {
  padding-top: 10px;
  text-align: center;
}
.footer_logo,
.footer_links {
  vertical-align: middle;
}
.footer_logo {
  padding: 10px 0;
}
.footer_logo img {
  max-width: 150px;
  height: auto;
}
.footer_links {
  font-size: 14px;
}
.footer_links a {
  display: inline-block;
  color: #333333;
  font-weight: 700;
  text-decoration: none;
  padding: 1em 0.8em;
}
.footer_links a:hover {
  text-decoration: underline;
}
#footer .right a {
  text-decoration: none;
}
#footer .right a:hover {
  text-decoration: underline;
}
.footer_copy {
  text-align: center;
  font-size: 13px;
  padding: 20px 0;
}


/* お申込み数マイクロコピー
-------------------------------------------------------------------- */
#fix_visitor {
  display: none;
  position: fixed;
  z-index: 1000;
  right: 16px;
  bottom: 16px;
  background-color: #ffedb1;
  color: #222222;
  padding: 8px 16px 10px 16px;
  line-height: 1.4;
  text-align: center;
  border-radius: 6px;
  box-shadow: 4px 4px 8px -2px rgba(0, 0, 0, 0.3);
}
.fix_visitor_text {
  font-size: 16px;
  font-weight: 700;
}
.fix_visitor_text span {
  vertical-align: baseline;
}
.fix_visitor_text span#num {
  font-size: 1.4em;
  color: #e60012;
}





/* ================================================================================

  [pc] トップページ

================================================================================ */
#site_index a.top_link {
  pointer-events: none;
}

/* firstview
-------------------------------------------------------------------- */
.firstview {
  position: relative;
  text-align: center;
}
.wrap .firstview .inner .mm {
  position: relative;
  margin-left: -576px;
  margin-right: -576px;
}


/* CVエリア
-------------------------------------------------------------------- */
.CV01 {
  position: relative;
  background-color: #fefdba;
}

.CV01:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 0;
  background: #27862a;
}
.CV01 .inner .mm {
  position: relative;
}
.CV01 .inner .mm .tel {
  line-height: 1;
  position: absolute;
  left: 400px;
  top: 342px;
  color: #f23d09;
  font-size: 59px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
}


/* 自動スクロール
-------------------------------------------------------------------- */
.ptList {
  position: relative;
  height: 128px;
}
.contSlideWrap {
  position: absolute;
  width: 2250px;
  left: 50%;
  margin-left: -1125px;
}
.contSlideIn {
  overflow: hidden;
}

/* 自動スクロール */
.css_ticker {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
}
.css_ticker ul {
  animation: flowing 30s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.css_ticker ul li {
  display: inline-block;
}
.css_ticker ul li img {
  max-width: none;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}


/* コンテンツ
-------------------------------------------------------------------- */
.mc01 {
  background: linear-gradient(45deg, #3eaa09, #27862a);
}
.mc02 {
  background: url(../img/pc/mc_bg02.jpg) center top / auto auto no-repeat, #f7f7f8;
}
.mc03 {
  background: #349a1a;
}
.mc04 {
  background: #ffffff;
}
.mc05 {
  background: url(../img/pc/mc_bg05.jpg) center top / auto auto repeat-x;
}
.mc06 {
  background: #fefeff;
}
.mc07 {
  background: #dee9f1;
}

/*-----------------------*/

.bg1 {
  background-image: url(../img/pc/bg1.jpg);
}

/*-----------------------*/

#sec6 {
  padding-top: 10px;
}
#sec6 .h2 {
  padding-left: 135px;
}
#sec6 .div1 {
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  padding: 25px 25px 50px;
  margin: -60px 0 50px 0;
}
#sec6 .div1 figure {
  margin-bottom: 30px;
}
#sec6 p {
  margin-bottom: 10px;
}
#sec6 .ul1 {
  display: inline-block;
  margin-bottom: 10px;
}
#sec6 .ul1 li {
  background-color: #fff479;
  display: block;
  line-height: inherit;
}
#sec6 .ul1 li+li {
  margin-top: 3px;
}
#sec6 .div1_1 {
  padding: 0 30px;
  line-height: 1.8;
}

.nayami_list {
  position: relative;
  z-index: 2;
}
.nayami_list li {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}
.nayami_list li+li {
  margin-top: 35px;
}

/*-----------------------*/

#sec7 {
  padding-top: 5px;
}
#sec7:after {
  text-align: center;
  content: url(../img/pc/yajirushi_mini.png);
  height: 85px;
  position: relative;
  z-index: 1;
  margin-top: -15px;
}

/*-----------------------*/

#sec8 {
  border-style: solid;
  border-color: #dcdcdc;
  border-width: 3px 0;
  background-color: #2c2f36;
  height: 398px;
}
#sec8:after {
  text-align: center;
  content: url(../img/pc/sankaku.png);
  position: relative;
  z-index: 1;
  margin-top: -35px;
}

/*-----------------------*/

#sec9 {
  position: relative;
}
#sec9:after {
  text-align: center;
  content: url(../img/pc/yajirushi.png);
  height: 85px;
  position: relative;
  z-index: 1;
  margin-top: -15px;
}
#sec9 .h2 {
  padding: 15px 0 0 135px;
  margin-bottom: -20px;
}

/* .swiper-1 スライダー
----------------------------------------------- */
#sec9 .div1 {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px 230px 50px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.swiper-1 {
  position: relative;
  max-width: 500px;
  overflow: hidden;
  z-index: 0;
}
.swiper-1 .swiper-wrapper {
  height: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.swiper-1 .swiper-slide {
  height: auto;
}
.swiper-1 .swiper-slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ページネーション */
.swiper-pagination-bullet {
  background-color: #ffffff;
  height: 14px;
  width: 14px;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid #27862a;
}
.swiper-pagination-bullet-active {
  background-color: #27862a;
}

/* next,prevボタン */
.swiper-button-next {
  right: 150px;
}
.swiper-button-prev {
  left: 150px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #27862a;
}

/*-----------------------*/

#sec10 {
  background-color: #92d3e8;
}
.step_list {
  top: 225px;
  left: 203px;
}
.step_list li {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;

}
.step_list li+li {
  margin-top: 140px;
}

.obi {
  background-repeat: repeat-x;
  background-position: center 2px, center bottom 3px, center;
  background-image: url(../img/pc/moyou.png), url(../img/pc/moyou.png), url(../img/pc/obi.jpg);
  height: 218px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
}

/*-----------------------*/

#sec11 .div3 .p1 {
  left: 70px;
  bottom: 55px;
  right: 60px;
  line-height: 1.7;
  font-weight: bold;
}

/*-----------------------*/

#sec12 {
  padding-bottom: 70px;
}
#sec12 .h2 {
  padding-left: 310px;
}
.faq_list {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-radius: 6px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
  padding: 30px 35px;
}
.faq_list dt {
  font-size: 23px;
  font-weight: bold;
  background-color: #efefef;
  margin-bottom: 5px;
}
.faq_list dd {
  font-size: 18px;
  margin-bottom: 1em;
}
.faq_list dt,
.faq_list dd {
  padding: 10px 12px;
  border-radius: 6px;
}
.faq_list dt:before,
.faq_list dd:before {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  width: 70px;
  font-size: 0;
}
.faq_list dt:before {
  content: url(../img/pc/q.jpg);
}
.faq_list dd:before {
  content: url(../img/pc/a.jpg);
}
.faq_list span {
  display: inline-block;
  width: 770px;
  vertical-align: middle;
}

/*-----------------------*/

#sec13 {
  border-top: 4px solid #27862a
}







/* ================================================================================

  [pc] 各ページ

================================================================================ */
.content {
  width: 960px;
  padding: 0 10px;
  margin: 40px auto;
  text-align: left;
}
.content .center {
  margin-top: 20px;
}
.content h2 {
  max-width: 1000px;
  margin: 20px auto;
  border-bottom: 1px solid #bdbdbd;
  border-top: 3px solid #4ba235;
  padding: 10px 0;
  background: #fafafa;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: 600;
}
.content h3 {
  font-size: 18px;
}
.content dl {
  margin-top: 40px;
}
.content dt {
  font-weight: 700;
}
.content p {
  margin-top: 10px;
}
.content p.mgt20 {
  margin-top: 20px;
}
.content p.mgb20 {
  margin-bottom: 20px;
}

/* 会社概要ページ */
#cop_info {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
  font-size: 0.9em;
}
#cop_info ul li {
  padding: 7px 0;
}





/* ================================================================================

  [pc] form 共通

================================================================================ */
.form_content {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* メール遷移表示 */
.balloon_r {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  width: auto;
  min-width: 115px;
  color: #555;
  text-align: center;
  background: #f5f5f5;
  border: 2px solid #ddd;
  border-radius: 4px;
  z-index: 0;
  margin-right: 5px;
}
.balloon_r:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #f5f5f5;
  z-index: 0;
}
.balloon_r:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ddd;
  z-index: -1;
}
.balloon_active {
  border-color: #FCA325 !important;
  background-color: #FFCE89 !important;
}
.balloon_active:before {
  border-color: transparent transparent transparent #FFCE89;
}
.balloon_active:after {
  border-color: transparent transparent transparent #FCA325;
}
.balloon_noarrow {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  width: auto;
  min-width: 115px;
  color: #555;
  text-align: center;
  background: #f5f5f5;
  border: 2px solid #ddd;
  border-radius: 4px;
  z-index: 0;
}

/* フォーム前の説明文 */
.form_ex {
  margin: 20px 0;
}

/* ラベル */
.form_content label,
.form_category_child_in label {
  font-size: 14px;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 0;
}

/* 必須 */
.form_content label .badge,
.form_category_child_in label .badge {
  vertical-align: top;
  padding: 4px 4px 2px;
  margin: 2px 4px 0 0;
}

/* 補足文章 */
.form-text {
  line-height: 1.3;
}

/* テキストボックス */
.form-control {
  font-size: 18px;
  border: 1px solid #cccccc;
}

/* フローティングラベル */
.form-floating label {
  font-size: 26px;
  left: 0;
  top: -4px;
}
.form-floating>.form-control,
.form-floating>.form-control:autofill,
.form-floating>.form-control:-webkit-autofill {
  padding-top: 44px !important;
  padding-bottom: 14px !important;
  height: 80px;
}

/* ラジオボタン */
.form-check {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 0;
  font-size: 14px;
}
.form-check .form-check-input {
  position: absolute;
  margin: 11px 0 0 10px;
  border-color: #cccccc;
  cursor: pointer;
}
.form-check label {
  width: 100%;
  padding: 6px 8px 4px 34px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

/* セレクトボタン */
.form-select {
  font-size: 18px;
  border: 1px solid #cccccc;
  cursor: pointer;
}

/* 送信ボタン */
.form_btn {
  position: relative;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.form_btn::before {
  position: absolute;
  top: 19px;
  right: 14px;
  content: '\f105';
  /* 追記したコード */
  font-family: 'Font Awesome 6 Free';
  /* 追記したコード */
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 2;
  pointer-events: none;
}
.form_btn button {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  display: block;
  width: 400px !important;
  height: 68px;
  font-size: 28px;
  font-weight: 700;
  line-height: 68px;
  color: #FFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
  background-color: #47a447;
  /*ボタン色*/
  background: linear-gradient(0deg, #449644 50%, #4ec74e 100%);
  border: 1px solid #47a447;
  border-radius: 10px;
  /*角丸*/
  margin-left: auto;
  margin-right: auto;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .6), 0 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form_btn button:hover,
.form_btn button:active {
  color: #ffffff !important;
  border-color: #47a447 !important;
  filter: brightness(1.1);
}

/* sendページ */
.send_content {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.h_cont {
  margin: 22px 0 0 80px;
}
.h_cont .photo {
  float: left;
}
.h_cont .text {
  float: left;
  padding-left: 22px;
}
.h_cont .text h2 {
  font-size: 34px !important;
  font-weight: bold !important;
  color: #000;
  margin: 0 !important;
  padding: 26px 0 11px !important;
  border-radius: 0;
  box-shadow: none;
  border-left: none;
  background: none;
}
.h_cont .text p {
  font-size: 18px;
  color: #525252;
}
.atten {
  text-align: center;
  margin: 33px 0;
}
.atten p {
  font-size: 26px;
  color: #FC1D33;
  padding-top: 10px;
}
.main {
  margin: 0 auto;
  text-align: center;
}
.main h3 {
  margin: 20px 0 40px;
}
.service {
  width: 798px;
  margin: 0 auto;
}
.service li {
  width: 252px;
  float: left;
  margin-right: 21px;
  margin-bottom: 27px;
}
.service li:nth-child(3n) {
  margin-right: 0;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}


/* form2：プログレスバー
-------------------------------------------------------------------- */
.bar_box {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #e9f78c;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 74px 20px 20px;
  margin: 20px 0;
  z-index: 1;
}
.bar_title {
  line-height: 1;
  margin-bottom: 12px;
}
#remaining-count {
  font-size: 1.1em;
  line-height: 1;
  color: #ff0000;
}
#bar {
  position: relative;
  width: 100%;
  height: 18px;
  background-color: #ffffff;
  border-radius: 10px;
}
#progress {
  height: 100%;
  border-radius: 10px;
  background-color: #47a447;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: width .5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
}
#count_text {
  position: absolute;
  bottom: 19px;
  right: 24px;
  line-height: 1;
}


/* form2：住所
-------------------------------------------------------------------- */
input#zip_address {
  background-color: transparent;
  border: none;
  box-shadow: none;
}