@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,800&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@500&display=swap');
/* -----------------------------------------------
 HTML RESET
-------------------------------------------------- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 18px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend {
  display: block;
}
/* Lists Resets */
ul, ol {
  margin: 0;
}
ul {
  list-style: none inside;
}
ol {
  list-style: decimal inside;
  margin-left: 1em;
}
.disc {
  list-style-type: disc;
  padding-left: 1em;
  text-indent: -1em;
}
.circle {
  list-style-type: circle;
}
li {
  line-height: 1.6;
  text-align: left;
}
ul ul, ol ol {
  margin: 0.7em 0 0 1.42em;
}
a {
  text-decoration: none;
  color: #212121
}
a:hover p {
  opacity: 0.5;
}
/* -----------------------------------------------
  Layout
-------------------------------------------------- */ :root {
  --main: #43A856;
  --bk: #333333;
  --sab: #029244;
  --shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}
html {
  background-color: #E7E5DC;
  -webkit-overflow-scrolling: touch;
}
body {
  font-size: 100%;
  font-weight: 400;
  vertical-align: bottom;
  font-family: "Noto Sans JP", serif;
  color: var(--bk);
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.6;
  text-align: left;
}
* html, body {
  height: 100%;
}
#wrapper {
  width: 100%;
  text-align: left;
  position: relative;
  margin: 0 auto;
  padding-top: 80px;
  overflow: hidden
}
#wrapper:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow-x: hidden;
}
#index main {
  position: relative;
  width: 100%;
  background-image: url("../images/line.png");
  background-repeat: repeat-y;
  background-position: left 3% top;
}
#index .container-fluid {
  font-size: 18px;
  position: relative;
  padding: 3% 10%;
  border-bottom: 1px solid rgba(51, 51, 51, 0.30)
}
main {
  position: relative;
  width: 100%;
}
.container-fluid {
  font-size: 18px;
  position: relative;
  padding: 3% 10%;
}
.border-bottom {
  border-bottom: 1px solid rgba(51, 51, 51, 0.30)
}
.container {
  position: relative;
  padding: 5% 0;
  margin: auto;
}
main .container p {
  margin-bottom: 2em;
  line-height: 1.5
}
.row, .row [class*="col-"] {
  margin-bottom: 1em
}
img {
  max-width: 100%;
  height: auto;
}
[class*="col-"] img {
  max-width: 100%;
  height: auto;
}
/*マウスオーバーで拡大*/
.mo-img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
  z-index: 1
}
.mo-img img {
  height: auto;
  transition: transform .5s;
}
.mo-img:hover img {
  transform: scale(1.1); /* 拡大 */
}
a:hover p {
  opacity: 0.5;
}
a:hover, a:focus {
  opacity: .5;
  color: var(--maincolor);
}
/* -----------------------------------------------
 Aligns & Formats
-------------------------------------------------- */
.imgleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.imgright {
  float: right;
  margin: 5px 0 20px 20px;
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.oh {
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.hidden-text {
  font: 0/0 a !important;
}
.clear {
  clear: both;
  display: block;
}
/* -----------------------------------------------
Table
--------------------------------------------------*/
table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  line-height: 1.8em;
  background-color: white;
  color: #1D1D1D;
  margin-bottom: 0.5em
}
table th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(236, 236, 227, 0.80);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.8em;
}
.bg_dgray th {
  background-color: #2D2D2D;
  color: white
}
table td {
  text-align: left;
  padding: 10px 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  color: #1D1D1D;
}
.c_tbl td {
  text-align: center;
}
table td ul li {
  font-size: 14px;
  line-height: 1.8em;
}
table th:last-child, table td:last-child {
  border-right: none;
}
table.noboder, table.noboder td {
  border: none;
}
/*レスポンシブ用table_scroll*/
.table-scroll {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0
}
.scroll-hint-text {
  margin-top: 0;
}
/*.table-scroll::-webkit-scrollbar {
  height: 10px;
}
.table-scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #666;
}*/
/*tableのセル内にある文字の折り返しを禁止*/
@media screen and (max-width: 1024px) {
  .table-scroll table th {
    white-space: nowrap;
  }
}
/* -----------------------------------------------
 dl list
-------------------------------------------------- */
.dl_list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-bottom: 0
}
.dl_list dt {
  width: 20%;
  padding: 2%;
  background-color: #EDF5EF;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #ccc
}
.dl_list dd {
  width: 80%;
  padding: 2%;
  background-color: #F7F7F7;
  text-align: left;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc
}
.dl_list dd a{
	text-decoration: underline
}
.dl_list2 {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-bottom: 0
}
.dl_list2 dt {
  width: 50%;
  padding: 2%;
  background-color: #EDF5EF;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #ccc
}
.dl_list2 dd {
  width: 50%;
  padding: 2%;
  background-color: #F7F7F7;
  text-align: left;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc
}
/* ul disc */
ul.listDisc {
  margin-bottom: 1em;
}
ul.listDisc li {
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
  text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
  list-style-type: disc;
  padding-bottom: 0.5em;
}
.listDisc li .listDecimal li {
  line-height: 1.4;
  margin-bottom: 0
}
/* ul disc icon付 */
ul.listDiscIcon {
  width: 100%;
  padding: 0 .5em;
  margin-bottom: 1em;
}
ul.listDiscIcon li {
  position: relative;
  padding: 8px 0 8px 2em;
  margin: 0;
  list-style: none;
  text-indent: 0em; /*最初の行だけ1em（1文字）分、左に動かす*/
  border-bottom: 1px dotted #ccc;
  font-weight: 600
}
ul.listDiscIcon li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: '\f14a';
  color: rgba(67, 168, 86, .7);
}
ul.listDiscIcon.half {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
ul.listDiscIcon.half li {
  position: relative;
  width: 50%;
}
/* ol decimal */
ol.listDecimal {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 2em
}
ol.listDecimal li {
  list-style-type: decimal;
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 1.6;
}
ol.listDecimal li ul {
  margin-top: 0.5em
}
ol.listDecimal li ul li {
  list-style: disc;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
/* -----------------------------------------------
 text module
-------------------------------------------------- */
h1, h2, h3, h4, h5 {
  position: relative;
  margin: 0 0 1.3em;
  line-height: 1.8;
  display: block;
  width: 100%;
  font-weight: 600;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.6em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.1em /*20px*/ ;
}
.fs120 {
  font-size: 120%
}
.fs28 {
  font-size: 28px
}
.fs24 {
  font-size: 24px
}
.fs20 {
  font-size: 20px
}
.fs12 {
  font-size: 12px
}
.text-bold {
  font-weight: bold
}
.text-small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.5
}
.alignL {
  text-align: left !important;
}
.alignR {
  text-align: right !important;
}
.alignC {
  text-align: center !important;
}
.alignC p {
  text-align: center !important;
}
.row p.alignC {
  margin: 0 auto;
  padding: 1em
}
.uLine {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #CCC;
}
.col-bk {
  color: var(--bk) !important;
}
.col-white {
  color: #FFF !important;
}
.col-red {
  color: #C00;
}
.col-main {
  color: var(--main) !important;
}
.col-sab {
  color: var(--sab) !important;
}
.marker {
  background: linear-gradient(transparent 75%, rgba(179, 218, 197, 1.00) 75%);
}
p.catch {
  font-size: 1.5em;
  font-weight: 600
}
#index h2 {
  font-family: "Josefin Sans", serif;
  font-size: 2.3em;
  line-height: 1.4;
  margin-bottom: 1em
}
h2[ttl] {
  width: fit-content;
  font-weight: bold;
  border-bottom: solid 3px var(--main);
  margin: 0 auto 50px;
  padding: 0 0 5px 0;
}
h3[ttl] {
  width: fit-content;
  border-bottom: solid 2px var(--main);
  margin: 0 auto 50px;
  padding: 0 0 5px 0;
  text-align: center;
}
h4[ttl] {
  text-align: left !important;
  background-color: rgba(139, 199, 149, .2);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 1em
}
/* -----------------------------------------------
 margin style
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb5per {
  margin-bottom: 5% !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.ma0 {
  margin: 0 !important;
}
/* -----------------------------------------------
 padding style
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5per {
  padding-bottom: 5% !important;
}
.px5per { /*左右のパディング*/
  padding: auto 5% !important;
}
.pa0 {
  padding: 0px !important;
}
.pa20 {
  padding: 20px !important;
}
.pa5per {
  padding: 5%
}
/* -----------------------------------------------
 structure module
-------------------------------------------------- */
.radius15 {
  border-radius: 15px;
}
.radius30 {
  border-radius: 30px;
}
.bottom-radius {
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.15);
}
.circle {
  border-radius: 50%;
}
.bg-white {
  background-color: #FFF;
}
.bg-greenblend {
  position: relative;
  z-index: 1;
  background-color: rgba(67, 168, 86, .1);
  mix-blend-mode: multiply;
}
.bg-whiteBox {
  background-color: #FFF;
  padding: 3%;
  border-radius: 30px;
  box-shadow: var(--shadow)
}
.bg-lgreen {
  background-color: #F0F7F3;
}
.bg-beigeW {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(250, 254, 255, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%);
}
/* -----------------------------------------------
 common styles
-------------------------------------------------- */
/*---res map---*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto
}
.imgmap {
  width: 100%;
  min-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9.5;
  object-fit: cover
}
/*button_more_pink*/
.more-button {
  position: relative;
  width: auto;
  text-align: left;
}
.more-button a {
  background-color: #333;
  color: white;
  font-size: 16px;
  font-weight: 400;
  padding: .5em 2.5em;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: .3s;
  border: 1px solid #333;
}
.more-button a:hover {
  border: 1px solid #333;
  color: #333;
  background-color: white;
  opacity: 1
}
.more-button a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.cover2 {
  position: relative;
  top: 10px;
  left: 1%;
  width: 98%;
  z-index: 3;
}
.cover2::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .4;
  z-index: 1;
}
.cover2 img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.cover2 h1[ttl] {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  color: white;
  z-index: 3;
  letter-spacing: 2px;
	line-height: 1.4
}
.cover2 h1[ttl] span {
  display: block;
  color: white;
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 50%;
  letter-spacing: 2px
}
/*めくれるアニメーション*/
.img-wrap {
  overflow: hidden;
  position: relative;
}
.img-wrap::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: rgba(67, 168, 86, 0.80);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
.box_lgreen {
  background-color: rgba(82, 163, 95, .1);
  border-radius: 30px;
  padding: 5% 8%;
}
.box_lgreen2 {
  background-color: rgba(82, 163, 95, .1);
  border-radius: 30px;
  padding: 3%;
	text-align: center;
}
.box_white_border_green {
  background-color: white;
  border-radius: 30px;
  padding: 2em 1em;
  border: 2px solid var(--sab)
}
.soudan {
  color: var(--sab);
  font-weight: 600;
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 0 !important
}
.soudan span {
  display: block;
  font-weight: 700;
  font-size: 1.3em;
  padding: .5em 0
}
.tel {
  color: var(--bk) !important;
  font-size: 2.6em;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0
}
.tel i {
  font-size: .8em;
  padding-right: .3em
}
.tel-left {
  color: var(--bk) !important;
  font-size: 1.7em;
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  line-height: 2;
  text-align: left;
  margin-bottom: 0
}
.tel-left i {
  font-size: .8em;
  padding-right: .3em
}
.box_white {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 30px;
  padding: 5% 5% 2% 5%;
  box-shadow: var(--shadow)
}
/*about*/
.step, .step2, .step3 {
  position: relative;
  padding: 1em
}
.step2 {
  margin-top: 3em;
  margin-bottom: 2em
}
.icon_step {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 90px
}
/*service*/
.problem div {
  background-color: rgba(82, 163, 95, .1);
  border-radius: 30px;
  padding: 3% 5%;
  margin-bottom: 1em
}
.problem div p {
  color: var(--main);
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1
}
.problem div p span {
  font-size: 2em;
  padding-left: 5px
}
.problem div li.q, .problem div li.q2 {
  background-color: white;
  padding: 1.5em 1.5em 1.5em 80px;
  border-radius: 15px;
  background-image: url("../images/icon_q01.svg");
  background-repeat: no-repeat;
  background-size: 55px 55px;
  background-position: center left 15px;
  margin-bottom: .6em;
  border: 1px solid rgba(77, 153, 101, 0.50)
}
.problem div li.q2 {
  background-image: url("../images/icon_q02.svg");
}
.problem div li.a, .problem div li.a2 {
  background-color: #4D9965;
  color: white;
  padding: 1.5em 80px 1.5em 1.5em;
  border-radius: 15px;
  background-image: url("../images/icon_a01.svg");
  background-repeat: no-repeat;
  background-size: 55px 55px;
  background-position: center right 15px;
  margin-bottom: .6em
}
.problem div li.a2 {
  background-image: url("../images/icon_a02.svg");
}
/*flow*/
.flow {
  position: relative;
  background-color: rgba(82, 163, 95, .1);
  border-radius: 30px;
  padding: 3% 5%;
  margin-bottom: 5%
}
.flow::after {
  position: relative;
  content: '';
  display: block;
  width: 66px;
  height: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -50px;
  background-image: url("../images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
	background-size: 66px 32px
}
.flow.last::after {
  display: none;
}
.flow .process {
  position: absolute;
  top: -30px;
  display: inline-block;
  color: white;
  font-family: "Josefin Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  margin-bottom: 10px;
  padding: .5em 2em;
  line-height: 1;
  border-radius: 50px;
  background-color: var(--main)
}
.flow .process span {
  font-size: 1.5em;
  padding-left: 5px
}
.flow .flow-txt {
  font-size: 1.6em;
  font-weight: 600;
  color: var(--sab);
  margin-bottom: .5em
}
.flow p.flow-detail {
  background-color: white;
  padding: 1.5em;
  border-radius: 15px;
  margin-bottom: 0;
  line-height: 2
}
.flow-img01,
.flow-img02{
	position: absolute;
	width: 130px;
	top:-30px;
	right: 40px;
}
.flow-img02{
	width: 100px;
}
/* -----------------------------------------------
Tablet 1024px
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
  #wrapper {
    position: relative;
    padding-top: 60px;
  }
  .container-fluid {
    position: relative;
    padding: 1.5em;
  }
  .container {
    padding: 2em;
  }
  [class*="col-"] {
    margin-bottom: 1em
  }
}
/* -----------------------------------------------
 991px
-------------------------------------------------- */
@media screen and (max-width:991px) {
  main {
    background-image: none;
  }
  .container-fluid {
    border-bottom: none
  }
/*flow*/
.flow {
	padding-top: 5%;
	padding-bottom: 0;
  margin-top: 50px;
}
.flow::after {
  width: 50px;
  height: 38px;
  bottom: -30px;
}
.flow.last {
	padding-bottom: 5%;
}
.flow-img01,
.flow-img02{
	width: 50px;
	top:-34px;
	right: 20px;
}
.flow-img02{
	width: 50px;
}
}
/* -----------------------------------------------
789px
-------------------------------------------------- */
@media screen and (max-width: 769px) {
  /* dl list */
  .dl_list {
    display: block;
    flex-wrap: nowrap;
  }
  .dl_list dt {
    width: 100%;
    text-align: left;
  }
  .dl_list dd {
    width: 100%;
    border-left: 0;
  }
  .tel {
    font-size: 2em;
  }
}
/* -----------------------------------------------
SP 599px
-------------------------------------------------- */
@media screen and (max-width: 599px) {
  html, body, div, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 14px;
  }
  body {
    line-height: 1.5;
  }
  .container-fluid {
    padding: 1em;
    font-size: 16px;
  }
/*---index_footer調整用---*/
#index footer .container-fluid {
  padding: 1em;
}
  .container {
    padding: 1em;
  }
  .container p {
    font-size: 14px;
  }
  .row p {
    font-size: 14px;
  }
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h2[ttl] {
    margin: 0 auto 30px;
  }
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h3[ttl] {
    margin-bottom: 1.2em
  }
  h4, h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .no_br br {
    display: none;
  }
  .box_white, .bg-whiteBox {
    padding: 7% 5%;
  }
  .radius30 {
    border-radius: 15px;
  }
  .box_lgreen {
    padding: 8%;
  }
.flow .flow-txt {
  font-size: 1.4em;
}
.flow-img01,
.flow-img02{
	width: 50px;
	top:-40px;
	right: 0;
}
.flow::after {
  width: 40px;
  height: 30px;
  bottom: -15px;
}
.tel-left {
  font-size: 1.4em;
}
}