@charset "UTF-8";
/* ----------------------------------------------------------------
 Common
----------------------------------------------------------------- */
/* Color Extend */
/* Animation Extend */
/* Wrapper */
html {
  font-size: 10px;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  color: #171616;
}

.wrapper {
  margin: 0 auto;
  padding-bottom: 50px;
  background-color: #fff;
  width: 1200px;
}
@media screen and (max-width: 479px) {
  .wrapper {
    width: 100%;
  }
}

.inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 25px;
}

.title {
  height: 76px;
  font-size: 3rem;
  text-align: center;
  line-height: 76px;
  color: #fff;
  background-color: #006E19;
}

.list01 {
  margin: 25px auto 38px;
  max-width: 570px;
  font-size: 1.3rem;
  line-height: 1.84;
  text-align: left;
}
.list01_item {
  display: flex;
}
.tbl01 + .list01 {
  margin-top: -10px;
}

.tbl01 {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 30px;
  font-size: 1.3rem;
  line-height: 1.5;
  border-collapse: collapse;
}
.tbl01 th,
.tbl01 td {
  border: 1px solid #707070;
}
.tbl01 th {
  padding: 3.75px 10px;
  color: #fff;
  background-color: #323633;
}
.tbl01 td {
  padding: 3.75px 15px;
  background-color: #F8F8F8;
}
.tbl01 th + td {
  width: 69%;
}
.tbl01.center th,
.tbl01.center td {
  text-align: center;
}
.tbl01.serviceTbl {
  font-size: 1.5rem;
}
.tbl01.serviceTbl th,
.tbl01.serviceTbl td {
  padding: 4.75px 13px;
}
.tbl01.serviceTbl th {
  background-color: #12A339;
}

.attention {
  margin: 60px auto 0;
  width: calc(100vw - 40px);
  max-width: 355px;
  text-align: center;
  border: solid 2px #707070;
}
.attention_hdg {
  width: 180px;
  margin: -10px auto 0;
  font-size: 2.2rem;
  background-color: #fff;
}
.attention_txt {
  padding: 10px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.attention_txt .list01 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.6;
}

/* header */
.header {
  height: 96px;
  padding: 0 30px;
  background-color: #F8F8F8;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 479px) {
  .header {
    height: 60px;
    padding: 0 20px;
  }
}
.header_inner {
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_hdg {
  display: block;
  font-size: 2.8rem;
  color: #12A339;
}
.header_hdg::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1.8em;
  margin-left: 0.8em;
  vertical-align: -0.3em;
  background-color: #12A339;
}
.header_hdg a {
  transition: opacity 0.3s;
}
.header_hdg a:hover {
  opacity: 0.8;
}
.header_hdg [data-ruby] {
  position: relative;
}
.header_hdg [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.8em;
  left: 8px;
  right: 0;
  font-size: 1rem;
}
@media screen and (max-width: 479px) {
  .header_hdg {
    margin-top: 5px;
    font-size: 2.2rem;
  }
}
.header_menu {
  height: 100%;
}
.header_menu_main {
  height: 100%;
  font-size: 2.8rem;
  display: flex;
  position: relative;
}
@media screen and (max-width: 519px) {
  .header_menu_main {
    font-size: 2rem;
  }
}
@media screen and (max-width: 479px) {
  .header_menu_main {
    font-size: 1.6rem;
  }
}
.header_menu_main > li {
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header_menu_main > li + li {
  margin-left: 70px;
}
@media screen and (max-width: 639px) {
  .header_menu_main > li + li {
    margin-left: 40px;
  }
}
@media screen and (max-width: 479px) {
  .header_menu_main > li + li {
    margin-left: 20px;
  }
}
.header_menu_main > li > a,
.header_menu_main > li > span {
  display: block;
  position: relative;
}
.header_menu_main > li > a::after,
.header_menu_main > li > span::after {
  display: none;
  content: "";
  width: 56px;
  height: 6px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 28px);
  background-color: #12A339;
}
@media screen and (max-width: 479px) {
  .header_menu_main > li > a::after,
  .header_menu_main > li > span::after {
    width: 40px;
    height: 4px;
    bottom: -12px;
    left: calc(50% - 20px);
  }
}
.header_menu_main > li:hover > a::after,
.header_menu_main > li:hover > span::after, .header_menu_main > li.active > a::after,
.header_menu_main > li.active > span::after {
  display: block;
}
.header_menu_main > li:hover .header_menu_sub, .header_menu_main > li.active .header_menu_sub {
  display: block;
}
.header_menu_sub {
  display: none;
  position: absolute;
  top: 96px;
  left: calc(50% - 135px);
  width: 270px;
  padding: 30px;
  background-color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .header_menu_sub {
    top: 60px;
    left: calc(50% - 110px);
    width: 220px;
    font-size: 1.6rem;
  }
}
.header_menu_sub > li + li {
  margin-top: 20px;
}
.header_menu_sub > li a {
  display: block;
  transition: color 0.3s;
}
.header_menu_sub > li a:hover {
  color: #12A339;
}

/* top */
.top_mv img {
  width: 100%;
}
.top_tel {
  padding: 22px 20px;
  background-color: #12A339;
}
.top_tel_txt01 {
  max-width: 357px;
  margin: 0 auto 10px;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 1.5px;
  border-radius: 5px;
  background-color: #F5ED27;
  text-align: center;
}
.top_tel_txt02 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.25;
  color: #fff;
}
.top_tel_time {
  max-width: 357px;
  margin: 0 auto 10px;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #fff;
  background-color: #707070;
  text-align: center;
}
.top_tel_num {
  display: table;
  margin: 0 auto;
  font-size: 2.5rem;
  color: #fff;
  position: relative;
}
.top_tel_num a {
  display: block;
  position: relative;
  transition: opacity 0.3s;
}
.top_tel_num a:hover {
  opacity: 0.8;
}
.top_tel_num a + a {
  margin-top: 5px;
}
.top_tel_num span {
  position: absolute;
  top: 5px;
  left: -40px;
  font-size: 1.3rem;
}
.top_line {
  padding: 20px 20px 30px;
}
.top_line_link {
  width: 100%;
  max-width: 356px;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 20px;
  letter-spacing: 1px;
  color: #ffff00;
  background-color: #12A339;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s;
}
.top_line_link:hover {
  opacity: 0.8;
}
.top_line_txt {
  font-size: 2rem;
  text-align: center;
  margin: 5px;
  white-space: nowrap;
}
.top_line_txt p {
  margin: 5px 0;
}
@media screen and (max-width: 396px) {
  .top_line_txt p {
    font-size: 1.8rem;
    letter-spacing: normal;
  }
}
.top_line_txt small {
  font-size: 1.2rem;
}
.top_line img {
  margin-right: 10px;
  width: 45px;
}
.top_lead {
  padding: 0 20px 35px;
  text-align: center;
}
.top_lead_hdg {
  margin-bottom: 15px;
  font-size: 3.2rem;
  color: #12A339;
}
.top_lead_hdg > span {
  display: block;
  margin-bottom: 9px;
  font-size: 1.8rem;
  color: #171616;
}
.top_lead_arrow {
  max-width: 366px;
  margin: 0 auto;
  padding: 15px 15px 10px;
  font-size: 2.2rem;
  color: #fff;
  background-color: #12A339;
  position: relative;
}
.top_lead_arrow::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 36px;
  background-color: #12A339;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top_lead_arrow_box {
  margin-top: 15px;
  padding: 13px 13px 11px;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: left;
  color: #171616;
  background-color: #fff;
}
.top_lead_arrow_box_list_item::before {
  content: "";
  display: inline-block;
  width: 15.5px;
  height: 13px;
  margin-right: 5px;
  vertical-align: -1px;
  background: url("../img/lead_icon_01.png") left top no-repeat;
  background-size: cover;
}
.top_lead_arrow_box_list_item:not(:last-child) {
  margin-bottom: 7px;
}
.top_lead_txt01 {
  margin-top: 58px;
  font-size: 2.8rem;
  line-height: 1.28;
  color: #12A339;
}
.top_lead_txt01 > span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.top_lead_txt01 > span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 9px;
  background-color: #F5ED27;
  z-index: -1;
}
.top_reason {
  margin-bottom: 30px;
  padding: 30px 20px;
  background-color: #12A339;
}
.top_reason_hdg {
  font-size: 3rem;
  color: #fff;
  text-align: center;
}
.top_reason_hdg > span {
  font-size: 4rem;
  color: #F5ED27;
}
.top_reason_list {
  max-width: 384px;
  margin: 36px auto 0;
}
.top_reason_list_hdg {
  font-size: 2rem;
  color: #12A339;
}
.top_reason_list_hdg::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin: 13px 0 16px;
  background-color: #707070;
}
.top_reason_list_txt {
  width: 154px;
  font-size: 1.4rem;
  line-height: 1.43;
}
.top_reason_list_img {
  width: calc(100% - 168px);
  margin-right: 14px;
}
.top_reason_list_item {
  padding: 13px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.top_reason_list_item:nth-child(even) {
  flex-direction: row-reverse;
}
.top_reason_list_item:nth-child(even) .top_reason_list_img {
  margin-left: 15px;
  margin-right: 0;
}
.top_reason_list_item:not(:last-child) {
  margin-bottom: 21px;
}
.top_service {
  margin-bottom: 45px;
  padding: 0 20px;
}
.top_service_hdg {
  font-size: 3.6rem;
  color: #12A339;
  text-align: center;
}
.top_service_hdg_img {
  display: block;
  margin: 0 auto 11px;
  position: relative;
  left: -95px;
}
@media screen and (max-width: 419px) {
  .top_service_hdg_img {
    left: -80px;
  }
}
.top_service_list01 {
  max-width: 608px;
  margin: 60px auto 0;
  text-align: center;
  color: #707070;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}
.top_service_list01_item {
  width: calc(33.33% - 18px);
  margin-bottom: 28px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 0 6px;
  position: relative;
}
@media screen and (max-width: 519px) {
  .top_service_list01_item {
    width: calc(50% - 10px);
  }
}
.top_service_list01 a {
  display: block;
  padding: 30px 10px 15px;
  transition: opacity 0.3s;
}
.top_service_list01 a:hover {
  opacity: 0.8;
}
.top_service_list01_num {
  position: absolute;
  top: -8px;
  left: 7px;
  width: 38px;
  height: 38px;
  font-size: 2.2rem;
  font-family: "Arial";
  text-align: center;
  line-height: 38px;
  color: #fff;
  background-color: #006E19;
}
.top_service_list01_hdg {
  margin-top: 12px;
  font-size: 1.8rem;
}
.top_service_list01_txt {
  margin-top: 11px;
  font-size: 1.3rem;
  line-height: 1.23;
}
.top_service_list01_img {
  height: 70px;
}
.top_service_list02 {
  max-width: 608px;
  margin: -5px auto 0;
}
.top_service_list02 a {
  display: block;
  transition: opacity 0.3s;
}
.top_service_list02 a:hover {
  opacity: 0.8;
}
.top_service_list02_num {
  display: inline-block;
  width: 26px;
  height: 28px;
  margin-right: 4px;
  font-size: 1.8rem;
  font-family: "Arial";
  text-align: center;
  line-height: 28px;
  color: #707070;
  background-color: #fff;
}
.top_service_list02_hdg {
  display: inline-block;
  margin-right: 9px;
  font-size: 1.8rem;
  color: #fff;
}
.top_service_list02_item {
  padding: 3px;
  background-color: #006E19;
}
.top_service_list02_item:not(:last-child) {
  margin-bottom: 9px;
}
.top_flow {
  margin-bottom: 50px;
  padding: 30px 20px;
  background-color: #12A339;
}
.top_flow_hdg {
  max-width: 518px;
  height: 47px;
  margin: 0 auto;
  font-size: 3.4rem;
  line-height: 5.2rem;
  text-align: center;
  color: #707070;
  background-color: #fff;
  position: relative;
}
.top_flow_hdg::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  height: 27px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top_flow_list {
  max-width: 518px;
  margin: 58px auto 0;
}
.top_flow_list_hdg {
  padding: 5px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #EB860F;
}
.top_flow_list_hdg_num {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  font-family: "Arial";
  text-align: center;
  font-size: 1.8rem;
  line-height: 33px;
  color: #707070;
  background-color: #fff;
}
.top_flow_list_txt {
  margin-top: 10px;
  padding: 0 12px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.28;
}
.top_flow_list_item:not(:last-child) {
  margin-bottom: 13px;
}
.top_faq {
  margin-bottom: 45px;
  padding: 0 20px;
}
.top_faq_hdg {
  margin-bottom: 15px;
  font-size: 3.8rem;
  text-align: center;
  color: #12A339;
}
.top_faq_hdg::after {
  content: "";
  display: block;
  width: 154px;
  height: 3px;
  margin: 18px auto 0;
  background-color: #707070;
}
.top_faq_list {
  max-width: 518px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #707070;
}
.top_faq_list_icon {
  position: absolute;
  top: -3px;
  left: -32px;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 2rem;
  line-height: 25px;
  color: #fff;
}
.top_faq_list_q, .top_faq_list_a {
  position: relative;
}
.top_faq_list_q {
  margin-bottom: 15px;
}
.top_faq_list_q .top_faq_list_icon {
  background-color: #EB860F;
}
.top_faq_list_a .top_faq_list_icon {
  background-color: #12A339;
}
.top_faq_list_item {
  padding: 14px 10px 12px 42px;
  box-shadow: rgba(0, 0, 0, 0.16) -3px 3px 6px;
}
.top_faq_list_item:not(:last-child) {
  margin-bottom: 13px;
}
.top_voice {
  margin-bottom: 45px;
  padding: 45px 20px 30px;
  background: url(../img/voice_bg.jpg) center top no-repeat;
  background-size: cover;
}
.top_voice_hdg {
  margin-bottom: 30px;
  font-size: 3.8rem;
  text-align: center;
  color: #12A339;
}
.top_voice_hdg::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  margin: 20px auto 0;
  background-color: #707070;
}
.top_voice_list {
  margin: 0 auto;
  max-width: 385px;
}
.top_voice_list_hdg {
  font-size: 2rem;
  color: #12A339;
}
.top_voice_list_hdg::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin: 13px 0 16px;
  background-color: #707070;
}
.top_voice_list_txt {
  width: calc(100% - 106px);
  padding: 8px 10px;
  font-size: 1rem;
  line-height: 1.8;
  color: #707070;
  background-color: #fff;
  border: solid 2px #006E19;
  position: relative;
}
.top_voice_list_txt::after {
  content: "";
  position: absolute;
  top: 35%;
  left: -31px;
  width: 31px;
  height: 21px;
  background: url(../img/voice_bubble_l.svg) left top no-repeat;
}
.top_voice_list_img {
  height: 95px;
  margin-top: 20px;
}
.top_voice_list_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top_voice_list_item:nth-child(even) {
  flex-direction: row-reverse;
}
.top_voice_list_item:nth-child(even) .top_voice_list_img {
  margin-top: 5px;
}
.top_voice_list_item:nth-child(even) .top_voice_list_txt::after {
  background-image: url(../img/voice_bubble_r.svg);
  left: auto;
  right: -31px;
}
.top_voice_list_item:not(:last-child) {
  margin-bottom: 15px;
}
.top_area .attention {
  margin-top: 0;
}
.top_insta {
  padding: 10px 20px;
  text-align: center;
}
.top_insta a {
  transition: opacity 0.3s;
}
.top_insta a:hover {
  opacity: 0.8;
}
.top_insta img {
  width: 75px;
}
.top_about {
  max-width: 410px;
  margin: 0 auto;
  padding: 0 20px;
}

/* service */
.service_mv {
  display: block;
  width: 100%;
  margin: 0 auto 25px;
}
.service_lead {
  margin-bottom: 25px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.55;
}
.service_lead strong {
  color: #D90808;
}
.service_lead02 {
  margin-bottom: 30px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.6;
}
.service_lead02 strong {
  color: #D90808;
}
.service_hdg {
  margin: 30px 0 10px;
  font-size: 2.8rem;
  text-align: center;
}

/* about */
.about_txt {
  padding: 27px 17px 8px;
  font-size: 1.3rem;
  line-height: 1.92;
}
.about_txt p {
  margin-bottom: 2em;
  text-indent: 1em;
}

/*# sourceMappingURL=style.css.map */
