/* 
font-family: "Noto Sans JP", sans-serif;
font-family: "Montserrat", sans-serif;
*/
body {
  font-size: 4vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  color: #353535;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/*--------------------cmn--------------------*/
.cmn_txt {
  font-size: 4vw;
  line-height: 1.5555555556em;
  letter-spacing: 0;
  font-weight: 500;
}

.cmn_ttl {
  text-align: center;
  margin-bottom: 8vw;
}
.cmn_ttl_sub {
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5.3333333333vw;
  display: block;
}
.cmn_ttl_main {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #3ecc00;
  position: relative;
  z-index: 1;
}
.cmn_ttl_main::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 2.4074074074em;
  height: 1.4814814815em;
  background: url(/img/top/ttl_cicle.png) no-repeat center center/contain;
}

.cmn_tel p {
  font-size: 7.4666666667vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #3ecc00;
  padding-bottom: 0.5555555556em;
  position: relative;
  z-index: 1;
  padding-left: 0.8333333333em;
}
.cmn_tel p::after {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -70%);
  content: "";
  display: block;
  width: 0.7222222222em;
  height: 0.7222222222em;
  background: url(/img/common/telicon.png) no-repeat center center/contain;
}
.cmn_tel p::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  bottom: 0%;
  transform: translate(0%, 0%);
  content: "";
  display: block;
  width: 6.1666666667em;
  height: 0.3333333333em;
  background: url(/img/common/txt.svg) no-repeat center center/contain;
}

.line_btn {
  width: 100%;
  padding: 4vw;
  border: 0.2666666667vw solid #3ecc00;
  border-radius: 999px;
}
.line_btn p {
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 2.0625em;
  color: #353535;
}
.line_btn p::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 1.375em;
  height: 1.375em;
  background: url(/img/common/lineicon.png) no-repeat center center/contain;
}

.contact_btn {
  width: 100%;
  padding: 4vw;
  background: #ffcc30;
  border-radius: 999px;
}
.contact_btn p {
  text-align: center;
  font-size: 4.2666666667vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 1.5em;
  color: #353535;
}
.contact_btn p::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 1.125em;
  height: 0.8125em;
  background: url(/img/common/mailicon.png) no-repeat center center/contain;
}

/*--------------------cmn--------------------*/
/*--------------------header--------------------*/
.header {
  width: 100%;
  padding: 2.6666666667vw;
}
.header_logo {
  width: 50%;
}
.header_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header_right {
  display: none;
}
.header_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.blog_btn,
.price_btn {
  display: none;
}
.header_nav {
  margin-top: 19px;
}
.header_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header_nav_item {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
}
.header_nav_item a {
  color: #353535;
}
.header_nav_item:not(:first-child) {
  padding-left: 1.125em;
}
.header_nav_item:not(:last-child) {
  padding-right: 1.5em;
  position: relative;
  z-index: 1;
}
.header_nav_item:not(:last-child)::before {
  content: "/";
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  color: #3ecc00;
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}
.header_nav_item .current {
  color: #3ecc00;
}
.header_nav_item .hover_hover {
  transition: 0.3s;
}
.header_nav_item .hover_hover:hover {
  opacity: 1;
  color: #3ecc00;
}

/*--------------------header--------------------*/
/*--------------------footer--------------------*/
.footer {
  width: 100%;
  padding: 13.3333333333vw 0 2.6666666667vw;
}
.footer_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer_logo {
  width: 50%;
  margin: 0 auto 8vw;
  text-align: center;
}
.footer_address {
  text-align: center;
  font-size: 3.4666666667vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 4vw;
}
.footer_dl {
  margin-bottom: 8vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.1333333333vw;
}
.footer_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8vw;
}
.footer_dl_box dt {
  width: 20vw;
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  background: #3ecc00;
  text-align: center;
  padding: 2.1333333333vw;
  border-radius: 999px;
}
.footer_sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5.3333333333vw;
  margin-bottom: 8vw;
}
.footer_sns li {
  width: 8vw;
}
.footer_sns li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4vw;
  margin-bottom: 8vw;
}
.footer_nav_item {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 0.9375em;
  color: #353535;
}
.footer_nav_item:not(:last-child) {
  margin-bottom: 4vw;
}
.footer_nav_item a {
  color: #353535;
}
.footer_nav_item::before {
  content: "";
  display: block;
  width: 0.625em;
  height: 0.0625em;
  background: #3ecc00;
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}

/*--------------------footer--------------------*/
/*--------------------mv--------------------*/
.mv {
  width: 100%;
  height: 93.3333333333vw;
  position: relative;
  z-index: 1;
}
.mv_img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  overflow: hidden;
}
.mv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 55% 0;
     object-position: 55% 0;
}
.mv_catch {
  width: 60%;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*--------------------mv--------------------*/
/*--------------------sv--------------------*/
.sv_privacy .sv_catch {
  width: 75%;
}

.sv_fuku .sv_catch {
  width: 40%;
}

.sv_about .sv_catch {
  left: 1%;
  width: 95%;
}

.sv_company .sv_catch {
  width: 45%;
}

.sv_news .sv_catch {
  width: 35%;
}

.sv_not_found .sv_catch {
  width: 85%;
}

.sv {
  width: 100%;
  height: 66.6666666667vw;
  position: relative;
  z-index: 1;
}
.sv_img {
  position: absolute;
  z-index: -2;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sv_catch {
  width: 50%;
  border-radius: 8vw;
  height: 21.3333333333vw;
  padding: 0 2.6666666667vw;
  background: rgba(62, 204, 0, 0.2);
  position: absolute;
  z-index: -1;
  left: 3%;
  top: 50%;
  transform: translate(0%, -50%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sv_catch::before {
  content: "";
  border-radius: 8vw;
  display: block;
  width: 100%;
  height: 100%;
  border: 0.2666666667vw solid #3ecc00;
  position: absolute;
  z-index: -1;
  left: calc(50% + 1.6vw);
  top: calc(50% - 1.6vw);
  transform: translate(-50%, -50%);
}

/*--------------------sv--------------------*/
/*--------------------sou--------------------*/
.worry {
  width: 100%;
}
.worry_ttl {
  margin-bottom: -6.6666666667vw;
}
.worry_box {
  background: url(/img/common/pat06.jpg) repeat center center/auto;
  padding: 13.3333333333vw 4vw;
  border-radius: 8vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.worry_box::before {
  content: "";
  display: block;
  width: 21.3333333333vw;
  height: 13.3333333333vw;
  background: url(/img/sou/ill01.png) no-repeat center center/contain;
  position: absolute;
  right: 2%;
  bottom: -2%;
  transform: translate(0%, 0%);
}
.worry_list li {
  font-size: 4.8vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 1.3636363636em;
}
.worry_list li:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.worry_list li::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 0%;
  transform: translate(0%, 30%);
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(/img/common/peke.png) no-repeat center center/contain;
}

.can {
  width: 100%;
  padding-top: 0;
}
.can_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8vw;
}
.can_item {
  padding: 8vw 4vw;
  width: 100%;
  text-align: center;
  border-radius: 8vw;
}
.can_item:nth-child(1) {
  background: url(/img/common/pat01.jpg) repeat center center/auto;
  border: 1.0666666667vw solid #3ecc00;
  position: relative;
  z-index: 1;
}
.can_item:nth-child(1) .can_item_ttl::before {
  background: rgba(62, 204, 0, 0.4);
}
.can_item:nth-child(1) .can_list li::before {
  background: #3ecc00;
}
.can_item:nth-child(2) {
  background: url(/img/common/pat05.png) repeat center center/auto;
  border: 1.0666666667vw solid #ffcc30;
  position: relative;
  z-index: 1;
}
.can_item:nth-child(2) .can_item_ttl::before {
  background: rgba(255, 204, 48, 0.4);
}
.can_item:nth-child(2) .can_list li::before {
  background: #ffcc30;
}
.can_item_ttl {
  display: inline-block;
  text-align: center;
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 5.3333333333vw;
}
.can_item_ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  border-radius: 999px;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 50%);
}
.can_item_ttl span {
  font-size: 4.8vw;
}
.can_list {
  text-align: left;
}
.can_list li {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 0.5555555556em;
}
.can_list li:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.can_list li::before {
  content: "";
  display: block;
  width: 0.2222222222em;
  height: 0.2222222222em;
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}

.fear {
  width: 100%;
  padding-top: 0;
}
.fear_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.fear_box {
  width: 100%;
}
.fear_box p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.fear_img {
  width: 100%;
  height: 72vw;
  position: relative;
  z-index: 1;
}
.fear_img01 {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 0%;
  transform: translate(0%, 0%);
  width: 64vw;
  height: 45.7333333333vw;
  border-radius: 8vw;
  overflow: hidden;
}
.fear_img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fear_img02 {
  position: absolute;
  z-index: -1;
  left: 0%;
  bottom: 0%;
  transform: translate(0%, 0%);
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  overflow: hidden;
}
.fear_img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------sou--------------------*/
/*--------------------ent--------------------*/
.ent {
  width: 100%;
  padding: 0 30px;
}
.ent_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1%;
}
.ent_item {
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 49.5%;
  height: clamp(553px, 43.2291666667vw, 830px);
}
.ent_item:hover {
  transform: scale(90%);
  opacity: 1;
}
.ent_item:first-child {
  background: url(/img/ent/img01.png) no-repeat center center/contain;
}
.ent_item:last-child {
  background: url(/img/ent/img01.png) no-repeat center center/contain;
}
.ent_ttl {
  width: 68.8172043011%;
}

.copy_right {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 3.4666666667vw;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 500;
  color: #3ecc00;
  padding: 0;
}

a {
  color: #3ecc00;
}

/*--------------------ent--------------------*/
/*--------------------cmn_contact--------------------*/
.cmn_contact {
  width: 100%;
  padding: 13.3333333333vw 0;
  background: url(/img/common/pat05.png) repeat center center/auto;
}
.cmn_contact_flex {
  background: #fff;
  border: 1.0666666667vw solid #ffefbf;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 8vw 4vw;
  border-radius: 8vw;
  position: relative;
  z-index: 1;
}
.cmn_contact_item {
  margin-bottom: 8vw;
}
.cmn_contact_fax {
  margin-top: 2.1333333333vw;
}
.cmn_contact_fax p {
  font-size: 5.8666666667vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #3ecc00;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.3333333333vw;
}
.cmn_contact_fax p span {
  text-align: center;
  display: block;
  width: 14.9333333333vw;
  padding: 1.0666666667vw;
  background: #3ecc00;
  border-radius: 999px;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
}

.cmn_contact_line {
  margin-bottom: 4vw;
}

.cmn_contact_tel p::before {
  margin-left: 4vw;
}

/*--------------------cmn_contact--------------------*/
/*--------------------fuku--------------------*/
.fuku_worry {
  width: 100%;
}
.fuku_worry_ttl {
  margin-bottom: -6.6666666667vw;
}
.fuku_worry_box {
  background: url(/img/common/pat06.jpg) repeat center center/auto;
  padding: 13.3333333333vw 4vw;
  border-radius: 8vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fuku_worry_box::before {
  content: "";
  display: block;
  width: 21.3333333333vw;
  height: 13.3333333333vw;
  background: url(/img/fuku/ill01.png) no-repeat center center/contain;
  position: absolute;
  right: 2%;
  bottom: -2%;
  transform: translate(0%, 0%);
}
.fuku_worry_list li {
  font-size: 4.8vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 1.3636363636em;
}
.fuku_worry_list li:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.fuku_worry_list li::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 0%;
  transform: translate(0%, 30%);
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(/img/common/peke.png) no-repeat center center/contain;
}

.fuku_can {
  padding-top: 0;
  width: 100%;
}
.fuku_can_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8vw;
}
.fuku_can_item {
  padding: 8vw 4vw;
  width: 100%;
  text-align: center;
  border-radius: 8vw;
}
.fuku_can_item:nth-child(1) {
  background: url(/img/common/pat01.jpg) repeat center center/auto;
  border: 1.0666666667vw solid #3ecc00;
  position: relative;
  z-index: 1;
}
.fuku_can_item:nth-child(1) .fuku_can_item_ttl::before {
  background: rgba(62, 204, 0, 0.4);
}
.fuku_can_item:nth-child(1) .fuku_can_list li::before {
  background: #3ecc00;
}
.fuku_can_item:nth-child(2) {
  background: url(/img/common/pat05.png) repeat center center/auto;
  border: 1.0666666667vw solid #ffcc30;
  position: relative;
  z-index: 1;
}
.fuku_can_item:nth-child(2) .fuku_can_item_ttl::before {
  background: rgba(255, 204, 48, 0.4);
}
.fuku_can_item:nth-child(2) .fuku_can_list li::before {
  background: #ffcc30;
}
.fuku_can_item_ttl {
  display: inline-block;
  text-align: center;
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 6.6666666667vw;
}
.fuku_can_item_ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  border-radius: 999px;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 50%);
}
.fuku_can_item_ttl span {
  font-size: 28px;
}
.fuku_can_list {
  text-align: left;
}
.fuku_can_list li {
  font-size: 4vw;
  line-height: 2.1111111111em;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 0.5555555556em;
}
.fuku_can_list li::before {
  content: "";
  display: block;
  width: 0.2222222222em;
  height: 0.2222222222em;
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 0%;
  transform: translate(0%, 450%);
}
.fuku_can_box {
  text-align: left;
  margin-bottom: 5.3333333333vw;
}
.fuku_can_box_ttl {
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  display: inline-block;
  border-bottom: 0.5333333333vw solid #ffcc30;
  text-align: left;
  margin-bottom: 2.6666666667vw;
  padding-bottom: 0.2083333333em;
}

.fuku_fear {
  width: 100%;
  padding-top: 0;
}
.fuku_fear_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8vw;
}
.fuku_fear_box {
  width: 100%;
}
.fuku_fear_box p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.fuku_fear_img {
  width: 100%;
  height: 72vw;
  position: relative;
  z-index: 1;
}
.fuku_fear_img01 {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 0%;
  transform: translate(0%, 0%);
  width: 64vw;
  height: 45.7333333333vw;
  border-radius: 8vw;
  overflow: hidden;
}
.fuku_fear_img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fuku_fear_img02 {
  position: absolute;
  z-index: -1;
  left: 0%;
  bottom: 0%;
  transform: translate(0%, 0%);
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  overflow: hidden;
}
.fuku_fear_img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------fuku--------------------*/
/*--------------------qa--------------------*/
.qa {
  width: 100%;
}
.qa_item:not(:last-child) {
  margin-bottom: 8vw;
}
.qa_item_ttl {
  display: flex;
  align-items: flex-start;
  gap: 1.3333333333vw;
  font-size: 5.3333333333vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 4vw;
}
.qa_item_ttl_border {
  flex-shrink: 1;
  border-bottom: 0.5333333333vw solid #3ecc00;
  padding-bottom: 1.3333333333vw;
}
.qa_item_ttl_q {
  min-width: 6.6666666667vw;
}
.qa_item_txt {
  background: #e9ffe0;
  border-radius: 8vw;
  padding: 5.3333333333vw 4vw;
}

/*--------------------qa--------------------*/
/*--------------------company--------------------*/
.company {
  width: 100%;
  padding-bottom: 0;
}
.company_dl {
  width: 100%;
  background: #e9ffe0;
  border-radius: 8vw;
  padding: 8vw 4vw;
}
.company_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-bottom: 0.2666666667vw solid #3ecc00;
  padding-bottom: 4vw;
}
.company_dl_box:not(:last-child) {
  margin-bottom: 4vw;
}
.company_dl_box dt {
  color: #3ecc00;
  width: 100%;
  font-weight: 700;
}
.company_dl_box dd {
  width: 100%;
}
.company_dl_box dd a {
  color: #353535;
}
.company_dl_box dd img {
  width: 80%;
  display: block;
  margin-top: 0.8vw;
}

.access {
  width: 100%;
}
.access_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8vw;
  margin-bottom: 13.3333333333vw;
}
.access_figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4vw 2%;
}
.access_img {
  width: 49%;
  height: 40vw;
  border-radius: 8vw;
  overflow: hidden;
  border: 1.0666666667vw solid #3ecc00;
}
.access_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.access_item {
  width: 100%;
  background: url(/img/common/pat01.jpg) repeat center center/auto;
  border: 1.0666666667vw solid #3ecc00;
  border-radius: 8vw;
  text-align: center;
  padding: 8vw 2.6666666667vw;
}
.access_item:nth-child(1) {
  position: relative;
  z-index: 1;
}
.access_item:nth-child(1)::before {
  position: absolute;
  z-index: -1;
  left: -3%;
  bottom: -5%;
  transform: translate(0%, 0%);
  content: "";
  display: block;
  width: 40vw;
  height: 12vw;
  background: url(/img/company/ill01.png) no-repeat center center/contain;
}
.access_item:nth-child(2) {
  position: relative;
  z-index: 1;
}
.access_item:nth-child(2)::before {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: -2%;
  transform: translate(0%, 0%);
  content: "";
  display: block;
  width: 24vw;
  height: 17.3333333333vw;
  background: url(/img/company/ill02.png) no-repeat center center/contain;
}
.access_item_ttl {
  display: inline-block;
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom: 0.5333333333vw solid #3ecc00;
  padding-bottom: 0.2083333333em;
  margin-bottom: 4vw;
}

.googlemap {
  width: 100%;
  height: 80vw;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

/*--------------------company--------------------*/
/*--------------------about--------------------*/
.link_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4vw;
  margin-top: 20vw;
}
.link_inner .link_btn {
  width: 90%;
  margin: 0 auto;
  padding: 5.3333333333vw;
  border-radius: 999px;
  background: #ffcc30;
}
.link_inner .link_btn p {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #353535;
}
.link_inner .link_btn p::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 0.3333333333em;
  height: 0.3333333333em;
  background: url(/img/common/arw_btn.png) no-repeat center center/contain;
}

.price {
  width: 100%;
}
.price_attention {
  text-align: center;
  margin-bottom: 8vw;
}
.price_inner {
  width: 100%;
  background: #e9ffe0;
  border-radius: 8vw;
  padding: 8vw 4vw;
}
.price_wrap:not(:last-child) {
  margin-bottom: 13.3333333333vw;
}
.price_subttl {
  text-align: center;
  margin-bottom: 8vw;
}
.price_subttl span {
  font-size: 5.8666666667vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.price_item {
  border-bottom: 0.2666666667vw solid #3ecc00;
  padding-bottom: 4vw;
}
.price_item:not(:first-child) {
  margin-top: 4vw;
}
.price_item_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 4vw;
}
.price_item_ttl {
  width: 100%;
  font-size: 4.8vw;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 500;
}
.price_price {
  font-size: 5.8666666667vw;
  text-align: right;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: #3ecc00;
}
.price_price:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}
.price_right {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2.6666666667vw;
  flex-direction: column;
}

.greeting {
  width: 100%;
}
.greeting_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 8vw;
  margin-bottom: 13.3333333333vw;
}
.greeting_box {
  width: 100%;
}
.greeting_box_ttl {
  font-size: 5.8666666667vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom: 0.2666666667vw solid #3ecc00;
  padding-bottom: 0.2083333333em;
  display: inline-block;
  margin-bottom: 5.3333333333vw;
}
.greeting_box_txt p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.greeting_img {
  width: 100%;
}
.greeting_img figure {
  width: 100%;
  height: 77.3333333333vw;
  border-radius: 8vw;
  overflow: hidden;
  border: 1.0666666667vw solid #3ecc00;
  margin-bottom: 2.6666666667vw;
}
.greeting_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
.greeting_img_txt {
  text-align: center;
  font-size: 5.8666666667vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  color: #3ecc00;
}
.greeting_sub {
  width: 100%;
  margin: 0 auto;
  background: url(/img/common/pat05.png) repeat center center/auto;
  text-align: center;
  padding: 8vw 4vw;
  border-radius: 8vw;
  border: 1.0666666667vw solid #ffefbf;
  margin-bottom: 13.3333333333vw;
}
.greeting_sub_ttl {
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  display: inline-block;
  border-bottom: 0.2666666667vw solid #ffcc30;
  padding-bottom: 0.2083333333em;
  margin-bottom: 5.3333333333vw;
}
.greeting_subflex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8vw;
  margin-bottom: 13.3333333333vw;
}
.greeting_subflex_item {
  width: 100%;
  padding: 8vw 4vw;
  background: url(/img/common/pat01.jpg) repeat center center/auto;
  border: 1.0666666667vw solid #3ecc00;
  text-align: center;
  border-radius: 8vw;
}
.greeting_subflex_ttl {
  font-size: 5.8666666667vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom: 0.2666666667vw solid #3ecc00;
  padding-bottom: 0.2083333333em;
  display: inline-block;
  margin-bottom: 5.3333333333vw;
}
.greeting_figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4vw 2%;
}
.greeting_figure_img {
  width: 48%;
  height: 40vw;
  border-radius: 8vw;
  overflow: hidden;
  border: 1.0666666667vw solid #3ecc00;
}
.greeting_figure_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------about--------------------*/
/*--------------------top--------------------*/
.top_news {
  width: 100%;
  position: relative;
  z-index: 1;
  background: url(/img/top/circle02.png) no-repeat right 15% bottom 10%/10%;
}
.top_news::before {
  content: "";
  display: block;
  width: 100%;
  height: 106.6666666667vw;
  background: #e9ffe0;
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  border-top-right-radius: 16vw;
  border-bottom-right-radius: 16vw;
}
.top_news_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13.3333333333vw;
}
.top_news_box {
  width: 100%;
  text-align: center;
}
.top_news_post {
  width: 100%;
}
.top_news_btn {
  width: 100%;
  background: #ffcc30;
  border-radius: 999px;
  padding: 5.3333333333vw;
  color: #353535;
}
.top_news_btn p {
  position: relative;
  z-index: 1;
  text-align: center;
}
.top_news_btn p::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 0.3333333333em;
  height: 0.5555555556em;
  background: url(/img/common/arw_btn.png) no-repeat center center/contain;
}

.top_dis {
  width: 100%;
}
.top_dis_ttl {
  font-size: 6.4vw;
  line-height: 1.3703703704em;
  letter-spacing: 0;
  font-weight: 700;
  color: #3ecc00;
  margin-bottom: 8vw;
  text-align: center;
}
.top_dis_ttl span {
  position: relative;
  z-index: 1;
}
.top_dis_ttl span::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.4444444444em;
  background: #ffefbf;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
  border-radius: 999px;
}
.top_dis_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8vw;
}
.top_dis_img {
  width: 90%;
  margin: 0 auto;
  height: 93.3333333333vw;
  border-radius: 8vw;
  overflow: hidden;
  border: 1.0666666667vw solid #c6ffaf;
}
.top_dis_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_dis_box {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
}
.top_dis_box::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 0%;
  transform: translate(-40%, -40%);
  content: "";
  display: block;
  width: 40vw;
  height: 40vw;
  background: url(/img/top/cicle04.png) no-repeat center center/contain;
}
.top_dis_box p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}

.top_area {
  width: 100%;
}
.top_area_inner {
  background: url(/img/common/pat01.jpg) repeat center center/auto;
  border-radius: 8vw;
  text-align: center;
  padding: 8vw 4vw;
  position: relative;
  z-index: 1;
}
.top_area_inner::before {
  position: absolute;
  z-index: -1;
  left: -1%;
  bottom: -3%;
  transform: translate(0%, 0%);
  content: "";
  display: block;
  width: 18.6666666667vw;
  height: 22.6666666667vw;
  background: url(/img/top/ill02.png) no-repeat center center/contain;
}
.top_area_ttl {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -80%);
}
.top_area_txt {
  line-height: 8vw;
}
.top_area_txt_font {
  font-size: 4.5333333333vw;
}
.top_area_txt_big {
  font-size: 5.0666666667vw;
  position: relative;
  z-index: 1;
}
.top_area_txt_big::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.5833333333em;
  background: rgba(62, 204, 0, 0.4);
  border-radius: 999px;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
}

.top_service {
  width: 100%;
  padding-top: 0;
  background: url(/img/top/cicle05.png) no-repeat top 10% right/3%;
}
.top_service_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16vw;
  position: relative;
  z-index: 1;
}
.top_service_flex::before {
  position: absolute;
  z-index: -1;
  right: -3%;
  top: 0%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  background: url(/img/top/cicle04.png) no-repeat center center/contain;
}
.top_service_item {
  width: 100%;
  height: 60.5333333333vw;
  position: relative;
  z-index: 1;
}
.top_service_item:nth-child(1)::before {
  position: absolute;
  left: -4%;
  top: -10%;
  transform: translate(0%, 0%);
  content: "";
  display: block;
  width: 26.6666666667vw;
  height: 29.3333333333vw;
  background: url(/img/top/ill03.png) no-repeat center center/contain;
}
.top_service_item:nth-child(2)::before {
  position: absolute;
  right: -3%;
  top: 50%;
  transform: translate(0%, -40%);
  content: "";
  display: block;
  width: 18.6666666667vw;
  height: 25.3333333333vw;
  background: url(/img/top/ill9.png) no-repeat center center/contain;
}
.top_service_img {
  width: 100%;
  height: 100%;
}
.top_service_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_service_btn {
  width: 80%;
  background: #ffcc30;
  border-radius: 999px;
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 60%);
  padding: 4vw;
}
.top_service_btn p {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #353535;
}
.top_service_btn p::before {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  content: "";
  display: block;
  width: 0.3333333333em;
  height: 0.5555555556em;
  background: url(/img/common/arw_btn.png) no-repeat center center/contain;
}

.point {
  width: 100%;
  padding-top: 10.6666666667vw;
  background: url(/img/top/cicle05.png) no-repeat right bottom 10%/4%, url(/img/top/cicle05.png) no-repeat right bottom 10%/4%, url(/img/top/cicle06.png) no-repeat left top/12%;
}
.point_ttl {
  line-height: 10.6666666667vw;
}
.point_num {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.point_img {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.point_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.point_box {
  padding: 8vw 4vw;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  width: 100%;
}
.point_box_txt {
  margin-bottom: 4vw;
}
.point_box_ttl {
  font-size: 6.4vw;
  line-height: 1.4444444444em;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 5.3333333333vw;
}
.point_box:not(:last-child) {
  margin-bottom: 40px;
}
.point_box:nth-child(odd) {
  background: url(/img/common/pat05.png) repeat center center/auto;
  border-radius: 8vw;
  border: 1.0666666667vw solid #ffefbf;
}
.point_box:nth-child(odd) .point_box_ttl span::before {
  background: rgba(255, 204, 48, 0.4);
}
.point_box:nth-child(odd) .point_num {
  border: 0.2666666667vw solid #ffcc30;
  color: #ffcc30;
}
.point_box:nth-child(even) {
  background: url(/img/common/pat01.jpg) repeat center center/auto;
  border-radius: 8vw;
  border: 1.0666666667vw solid #c6ffaf;
}
.point_box:nth-child(even) .point_box_ttl span::before {
  background: rgba(62, 204, 0, 0.4);
}
.point_box:nth-child(even) .point_num {
  border: 0.2666666667vw solid #3ecc00;
  color: #3ecc00;
}

.top_flow {
  width: 100%;
  background: url(/img/common/pat01.jpg) repeat center center/auto;
  position: relative;
  z-index: 1;
}
.top_flow::after {
  position: absolute;
  z-index: -1;
  left: 0%;
  top: 0%;
  transform: translate(-30%, -50%);
  content: "";
  display: block;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  background: url(/img/top/circle02.png) no-repeat center center/contain;
}
.top_flow::before {
  position: absolute;
  z-index: -1;
  right: 0%;
  top: 0%;
  transform: translate(-30%, -50%);
  content: "";
  display: block;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  background: url(/img/top/cicle04.png) no-repeat center center/contain;
}
.top_flow_ttl {
  margin-bottom: 18.6666666667vw;
}
.top_flow_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16vw;
}
.top_flow_item {
  width: 90%;
  height: 53.3333333333vw;
  background: #fff;
  border: 1.0666666667vw solid #c6ffaf;
  border-radius: 8vw;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top_flow_item_ttl {
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-bottom: 4vw;
}
.top_flow_item_ttl::before {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 30%);
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  background: rgba(255, 204, 48, 0.4);
}
.top_flow_num {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #3ecc00;
  border: 0.2666666667vw solid #3ecc00;
}

.top_info {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8vw;
  justify-content: center;
  padding: 20vw 0;
}
.top_info_link {
  width: 100%;
  height: 48vw;
  border: 1.0666666667vw solid #c6ffaf;
  border-radius: 8vw;
}
.top_info img {
  width: 100%;
  height: 100%;
}
.top_info img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------top--------------------*/
/*--------------------ent--------------------*/
.ent {
  width: 100%;
  padding: 4vw 4vw;
}
.ent_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4vw;
}
.ent_item {
  transition: 0.3s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80vw;
}
.ent_item:hover {
  transform: scale(90%);
  opacity: 1;
}
.ent_item:first-child {
  background: url(/img/ent/img01.png) no-repeat center center/contain;
}
.ent_item:last-child {
  background: url(/img/ent/img02.png) no-repeat center center/contain;
}
.ent_ttl {
  width: 68.8172043011%;
}

.copy_right {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 500;
  color: #3ecc00;
  padding: 10px;
}

a {
  color: #3ecc00;
}

/*--------------------ent--------------------*//*# sourceMappingURL=style_sp.css.map */