/* 
font-family: "Zen Kaku Gothic New", sans-serif;
font-family: "Zen Maru Gothic", sans-serif;
*/
body {
  font-size: 4vw;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0 auto;
  position: relative;
  color: #5e3d2c;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

/*--------------------cmn--------------------*/
.cmn_btn {
  width: 100%;
  background: #68c7c1;
  border-radius: 2.6666666667vw;
  padding: 14px 20px;
}
.cmn_btn p {
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
}
.cmn_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.5555555556em;
  height: 0.6666666667em;
  transform: translate(0%, -50%);
  background: url(/img/common/btnarw.png) no-repeat center center/contain;
}

.cmn_tel p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 8.5333333333vw;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 900;
  color: #5e3d2c;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 0.96875em;
}
.cmn_tel p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.75em;
  height: 0.75em;
  transform: translate(0%, -30%);
  background: url(/img/common/telicon.png) no-repeat center center/contain;
}
.cmn_tel span {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: -1.3333333333vw;
}
.cmn_tel span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cmn_ttl {
  text-align: center;
  margin-bottom: 10.6666666667vw;
}
.cmn_ttl_sub {
  width: 90%;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 16vw;
  padding-right: 16vw;
  margin-bottom: 2.6666666667vw;
}
.cmn_ttl_sub img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cmn_ttl_sub::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 0%;
  width: 12vw;
  height: 9.3333333333vw;
  transform: translate(0%, -50%);
  background: url(/img/top/senl.png) no-repeat center center/contain;
}
.cmn_ttl_sub::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60%;
  right: 0%;
  width: 12vw;
  height: 9.3333333333vw;
  transform: translate(0%, -50%);
  background: url(/img/top/senr.png) no-repeat center center/contain;
}
.cmn_ttl_main {
  display: block;
  font-size: 8vw;
  line-height: 1.5217391304em;
  letter-spacing: 0.06em;
  font-weight: 900;
  font-family: "Zen Maru Gothic", sans-serif;
  text-shadow: 0.8vw 0.8vw 0px #fff;
}

.cmn_txt {
  font-size: 4vw;
  line-height: 1.7777777778em;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #5e3d2c;
}

/*--------------------cmn--------------------*/
/*--------------------header--------------------*/
.header {
  width: 100%;
  padding: 4vw;
  background: url(/img/top/header_bg.png) no-repeat center center/cover;
}
.header_logo {
  width: 60%;
}
.header_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header_tel {
  width: 290px;
  background: #fff;
  padding: 10.5px 22px;
  margin-bottom: 17px;
  margin-left: auto;
  display: none;
}
.header_nav {
  display: none;
}
.header_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header_nav_item {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.header_nav_item:not(:last-child) {
  padding-right: 1.4375em;
  border-right: 2px solid #febd50;
}
.header_nav_item:not(:first-child) {
  padding-left: 1.4375em;
}

/*--------------------header--------------------*/
/*--------------------footer--------------------*/
.footer {
  width: 100%;
  padding: 16vw 0 4vw;
  background: url(/img/top/footerbg.png) no-repeat center center/cover;
}
.footer_logo {
  width: 80%;
}
.footer_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12vw;
}
.footer_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 8vw;
  gap: 5.3333333333vw;
}
.footer_sns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4vw;
}
.footer_sns li {
  width: 8vw;
  height: 8vw;
}
.footer_sns li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer_address {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5.3333333333vw;
  margin-bottom: 8vw;
}
.footer_nav_item {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 1.25em;
}
.footer_nav_item a {
  color: #5e3d2c;
}
.footer_nav_item:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.footer_nav_item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.625em;
  height: 0.125em;
  transform: translate(0%, -50%);
  background: #febd50;
}

.copy_right {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #5e3d2c;
  width: 100%;
  display: block;
  text-align: center;
}
.copy_right a {
  color: #5e3d2c;
}

/*--------------------footer--------------------*/
/*--------------------mv--------------------*/
.mv {
  width: 100%;
  height: 178.6666666667vw;
  background: url(/img/top/mvbg.png) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
.mv_catch {
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 6%);
  width: 90%;
}
.mv_catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv_video {
  width: 90%;
  height: 66.6666666667vw;
  position: absolute;
  z-index: -1;
  bottom: 0%;
  right: 50%;
  transform: translate(50%, -10%);
  border-radius: 8vw;
  border: 1.0666666667vw solid #68c7c1;
  overflow: hidden;
}
.mv_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*--------------------mv--------------------*/
/*--------------------sv--------------------*/
.sv {
  width: 100%;
  background: url(/img/sv/svbg.png) no-repeat center center/cover;
  position: relative;
  z-index: 1;
  height: 106.6666666667vw;
}
.sv_img {
  position: absolute;
  z-index: -3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 80vw;
  border-radius: 8vw;
  overflow: hidden;
  border: 1.6vw solid #68c7c1;
}
.sv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sv_catch {
  width: 100%;
  text-align: center;
  font-size: 7.4666666667vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  position: absolute;
  z-index: -1;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sv_catch::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  width: 6.16em;
  height: 2.64em;
  transform: translate(-50%, -80%);
  background: url(/img/sv/sv_deco.png) no-repeat center center/contain;
}
.sv_txt {
  width: 80%;
  text-align: center;
  padding: 3.2vw 2.6666666667vw;
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 5.3333333333vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  background: url(/img/sv/sv_txtbg.png) no-repeat center center/cover;
}

/*--------------------sv--------------------*/
/*--------------------company--------------------*/
.company {
  width: 100%;
  padding-bottom: 0;
  background: url(/img/company/bgac.png) no-repeat center center/cover;
}

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

.access {
  width: 100%;
  padding: 20vw 0;
  background: url(/img/company/bgcompany.png) no-repeat center center/cover;
}
.access_flex {
  margin: 0 auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8vw;
}
.access_txt {
  margin-top: 2.6666666667vw;
}
.access_img {
  width: 100%;
  height: 85.3333333333vw;
  position: relative;
  z-index: 1;
}
.access_img::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 5%;
  left: 0%;
  width: 21.3333333333vw;
  height: 33.6vw;
  transform: translate(0%, 100%);
  background: url(/img/company/ill01.png) no-repeat center center/contain;
}
.access_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info {
  width: 100%;
  background: url(/img/company/infobg.png) no-repeat center center/cover;
}

.cmn_dl {
  width: 100%;
}
.cmn_dl_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 4vw;
  line-height: 1.625em;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #5e3d2c;
  padding: 2.6666666667vw;
}
.cmn_dl_box:nth-child(odd) {
  background: rgba(104, 199, 193, 0.3);
}
.cmn_dl_box dt {
  width: 100%;
  font-weight: 700;
  padding: 0;
}
.cmn_dl_box dd {
  padding: 0;
  width: 100%;
}

/*--------------------company--------------------*/
/*--------------------con--------------------*/
.con {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.con_img {
  width: 100%;
  height: 80vw;
}
.con_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.con_left {
  width: 100%;
  padding: 21.3333333333vw 0;
  background: url(/img/top/lineb.png) no-repeat bottom 3% center/90% 1%,
    url(/img/top/linet.png) no-repeat top 3% center/90% 1%,
    url(/img/top/conbg.png) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
.con_ttl_main {
  line-height: 1.5217391304em;
  color: #fff;
  text-shadow: 0.8vw 0.8vw 0px #5e3d2c;
}
.con_ttl_sub::before {
  background: url(/img/top/senlw.png) no-repeat center center/contain;
}
.con_ttl_sub::after {
  background: url(/img/top/senrw.png) no-repeat center center/contain;
}
.con_txt {
  font-size: 3.7333333333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 8vw;
}
.con_tel {
  z-index: 10;
  margin: 0 auto 5.3333333333vw;
  background: #fff;
  border-radius: 2.6666666667vw;
  width: 80%;
  text-align: center;
  padding: 5.3333333333vw 0;
}
.con_btn {
  width: 80%;
  padding: 5.3333333333vw 8vw;
  background: #68c7c1;
  border-radius: 2.6666666667vw;
  margin: 0 auto;
}
.con_btn p {
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
}
.con_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 1.3333333333em;
  height: 0.8888888889em;
  transform: translate(0%, -50%);
  background: url(/img/common/mailicon.png) no-repeat center center/contain;
}

/*--------------------con--------------------*/
/*--------------------store--------------------*/
.cmn_store {
  width: 100%;
}
.cmn_store_ttl_main span {
  color: #68c7c1;
}
.cmn_store_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8vw;
  flex-direction: row-reverse;
}
.cmn_store_img {
  width: 100%;
  height: 74.6666666667vw;
  overflow: hidden;
  border-radius: 8vw;
}
.cmn_store_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cmn_store_box {
  width: 100%;
}
.cmn_store_box p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.cmn_store_txt span {
  font-weight: 700;
}

#commit {
  background: url(/img/store/bgcom.png) no-repeat center center/cover;
}

#semi {
  overflow: hidden;
  background: url(/img/store/bgsemi.png) no-repeat center center/cover;
}
#semi .cmn_store_inner {
  position: relative;
  z-index: 1;
}
#semi .cmn_store_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -7%;
  right: -8%;
  width: 32vw;
  height: 16vw;
  background: url(/img/store/ill01.png) no-repeat center center/contain;
  transform: translate(0%, 0%);
}

#full {
  background: url(/img/store/bgfull.png) no-repeat center center/cover;
}
#full .cmn_store_flex {
  flex-direction: row;
}
#full .cmn_store_inner {
  position: relative;
  z-index: 1;
}
#full .cmn_store_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -10%;
  left: -8%;
  width: 32vw;
  height: 26.6666666667vw;
  background: url(/img/store/ill02.png) no-repeat center center/contain;
  transform: translate(0%, 0%);
}

/*--------------------store--------------------*/
/*--------------------service--------------------*/
.servicelink {
  width: 100%;
  padding: 8vw 0;
  background: url(/img/service/bglink.png) no-repeat center center/cover;
}
.servicelink .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4vw;
}
.servicelink_btn {
  width: 100%;
  height: 16vw;
  padding: 0 5.3333333333vw;
  background: #68c7c1;
  border-radius: 2.6666666667vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.servicelink_btn p {
  width: 100%;
  font-size: 4vw;
  line-height: 1.3333333333em;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
  display: block;
}
.servicelink_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.6666666667em;
  height: 0.5555555556em;
  transform: translate(-40%, -50%);
  rotate: 90deg;
  background: url(/img/common/btnarw.png) no-repeat center center/contain;
}

.cmn_service {
  width: 100%;
}
.cmn_service_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8vw;
  flex-direction: row-reverse;
  margin-bottom: 12vw;
}
.cmn_service_img {
  width: 100%;
  height: 66.6666666667vw;
  overflow: hidden;
  border-radius: 8vw;
}
.cmn_service_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cmn_service_box {
  width: 100%;
}
.cmn_service_box_ttl {
  font-size: 5.8666666667vw;
  line-height: 1.5625em;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #68c7c1;
  border-bottom: 0.09375em solid #68c7c1;
  padding-left: 0.3125em;
  padding-bottom: 0.34375em;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 5.3333333333vw;
}
.cmn_service_box_ttl_color {
  color: #febd50;
}
.cmn_service_box_ttl_big {
  font-weight: 900;
}
.cmn_service_box_txt p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
.cmn_service_box_txt p span {
  font-weight: 700;
}
.cmn_service_sub_ttl {
  font-size: 5.8666666667vw;
  line-height: 1.5625em;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #68c7c1;
  text-align: center;
  padding-bottom: 0.34375em;
  border-bottom: 0.8vw solid #68c7c1;
  margin-bottom: 8vw;
  font-family: "Zen Maru Gothic", sans-serif;
}
.cmn_service_list_box:not(:last-child) {
  margin-bottom: 8vw;
}
.cmn_service_list_box dt {
  font-size: 5.3333333333vw;
  line-height: 1.3636363636em;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 2.6666666667vw 5.3333333333vw;
  background: rgba(255, 255, 255, 0.5);
  border-left: 2.1333333333vw solid #febd50;
  margin-bottom: 4vw;
}
.cmn_service_list_box dd {
  padding-left: 5.3333333333vw;
  font-size: 4vw;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  font-weight: 500;
}

#mante {
  background: #faedd1;
}

#restore {
  background: #fbe3b7;
}

#set {
  background: #faedd1;
}

#other {
  background: #fbe3b7;
}

.other {
  width: 100%;
}
.other_ttl_main {
  font-size: 7.4666666667vw;
}
.other_txt {
  margin-bottom: 8vw;
}
.other_subttl {
  font-size: 5.8666666667vw;
  line-height: 1.5625em;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #68c7c1;
  text-align: center;
  padding-bottom: 0.34375em;
  border-bottom: 0.8vw solid #68c7c1;
  margin-bottom: 8vw;
  font-family: "Zen Maru Gothic", sans-serif;
}
.other_video {
  width: 100%;
  height: 64vw;
  border-radius: 8vw;
  overflow: hidden;
  background: #000;
  border: 1.0666666667vw solid #68c7c1;
  margin: 0 auto;
}

/*--------------------service--------------------*/
/*--------------------top--------------------*/
.top_news {
  width: 100%;
  background: url(/img/top/bgnews.png) no-repeat center center/cover;
}
.top_news_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
}
.top_news_box {
  width: 100%;
}
.top_news_ttl_sub {
  margin-bottom: 0;
}
.top_news_ttl_sub::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: -5%;
  width: 21.3333333333vw;
  height: 18.6666666667vw;
  transform: translate(0%, -60%);
  background: url(/img/top/sen.png) no-repeat center center/contain;
}
.top_news_ttl_sub::after {
  display: none;
}
.top_news_post {
  width: 100%;
  margin-bottom: 8vw;
}

.gre {
  width: 100%;
  background: url(/img/top/bggre.png) no-repeat center center/cover;
}
.gre_ttl {
  position: relative;
  z-index: 1;
}
.gre_ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 2%;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  transform: translate(0%, -80%);
  background: url(/img/top/ill02.png) no-repeat center center/contain;
}
.gre_ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 2%;
  width: 13.3333333333vw;
  height: 11.4666666667vw;
  transform: translate(0%, -80%);
  background: url(/img/top/ill03.png) no-repeat center center/contain;
}
.gre_ttl_mid {
  display: block;
  font-size: 5.8666666667vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #68c7c1;
  text-shadow: 0.8vw 0.8vw 0px #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-bottom: 1.09375em;
  position: relative;
  z-index: 1;
}
.gre_ttl_mid::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  left: 50%;
  width: 5.15625em;
  height: 0.78125em;
  transform: translate(-50%, 0%);
  background: url(/img/top/huki.png) no-repeat center center/contain;
}
.gre_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
  z-index: 1;
}
.gre_flex::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 1%;
  width: 53.3333333333vw;
  height: 58.6666666667vw;
  transform: translate(0%, 34%);
  background: url(/img/top/owner.png) no-repeat center center/contain;
}
.gre_img {
  width: 90%;
  margin: 0 auto;
  height: 66.6666666667vw;
  border-radius: 8vw;
  overflow: hidden;
}
.gre_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.gre_box {
  width: 90%;
  margin: 0 auto 8vw;
  background: rgba(104, 199, 193, 0.3);
  border-radius: 5.3333333333vw;
  padding: 8vw 4vw;
}
.gre_box p:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}

.layer {
  margin-top: 0;
}
.layer_panel {
  position: relative;
}
.layer_panel:first-child {
  padding-top: 20vw;
  padding-bottom: 20vw;
  position: relative;
  z-index: 1;
}
.layer_panel:first-child::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(250, 235, 204, 0.9);
  transform: translate(-50%, 0%);
}
.layer_panel:first-child .layer_panel_bg {
  background-image: url(/img/top/paraimg.png);
}
.layer_panel:last-child {
  height: 53.3333333333vw;
}
.layer_panel:last-child .layer_panel_bg {
  background-image: url(/img/top/paraimg.png);
}
.layer_panel .layer_panel_bg {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}
.layer_list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 13.3333333333vw;
}
.layer_item {
  width: 64vw;
}
.layer_item_img {
  width: 100%;
  margin-bottom: 1.8666666667vw;
}
.layer_item_sub {
  width: 100%;
  padding: 1.4666666667vw;
  text-align: center;
  font-size: 5.8666666667vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #fff;
  background: url(/img/top/ribon.png) no-repeat center center/contain;
  font-family: "Lobster", sans-serif;
}
.layer_item_box {
  width: 100%;
  border-bottom-left-radius: 5.3333333333vw;
  border-bottom-right-radius: 5.3333333333vw;
  background: rgba(255, 255, 255, 0.6);
  padding: 2.1333333333vw 4vw 4vw;
}
.layer_item_ttl {
  font-size: 5.8666666667vw;
  line-height: 1.4166666667em;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #68c7c1;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-bottom: 0.4166666667em;
  border-bottom: 0.5333333333vw solid #68c7c1;
  margin-bottom: 2.6666666667vw;
}
.layer_item_txt {
  font-size: 4vw;
  line-height: 1.625em;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.6666666667vw;
}
.layer_btn {
  width: 100%;
  background: #68c7c1;
  border-radius: 2.6666666667vw;
  padding: 1.0666666667vw 5.3333333333vw;
}
.layer_btn p {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  display: block;
}
.layer_btn p::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  width: 0.5555555556em;
  height: 0.6666666667em;
  transform: translate(0%, -50%);
  background: url(/img/common/btnarw.png) no-repeat center center/contain;
}

/*--------------------top--------------------*/
/*--------------------work--------------------*/
.work {
  width: 100%;
  background: url(/img/work/bgwork.png) no-repeat center center/cover;
}
.work_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8vw 4%;
}
.work_item {
  width: 48%;
  border-bottom: 1.0666666667vw solid #68c7c1;
  padding-bottom: 2.6666666667vw;
}
.work_img {
  width: 100%;
  height: 40vw;
  margin-bottom: 2.6666666667vw;
  border-radius: 2.6666666667vw;
  overflow: hidden;
  border: 1.0666666667vw solid #68c7c1;
}
.work_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.work_ttl {
  font-size: 4vw;
  line-height: 1.6666666667em;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #5e3d2c;
}
.work_btn {
  width: 100%;
  margin: 13.3333333333vw auto 0;
}

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

.inwork {
  width: 100%;
  background: url(/img/work/bgwork.png) no-repeat center center/cover;
}
.inwork_inner {
  background: rgba(255, 255, 255, 0.5);
  padding: 12vw 4vw;
  margin-bottom: 13.3333333333vw;
}
.inwork_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8vw;
  margin-bottom: 8vw;
}
.inwork_img {
  width: 100%;
  height: 69.3333333333vw;
  border-radius: 20px;
  border: 1.0666666667vw solid #68c7c1;
  overflow: hidden;
}
.inwork_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inwork_ttl {
  font-size: 4.8vw;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #68c7c1;
  font-family: "Zen Maru Gothic", sans-serif;
  background: rgba(104, 199, 193, 0.3);
  padding: 4vw 5.3333333333vw;
}
.inwork_txt {
  font-size: 4vw;
  line-height: 1.7777777778em;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 12vw;
}
.inwork_ba_item {
  width: 100%;
  margin: 0 auto;
}
.inwork_ba_item:not(:last-child) {
  margin-bottom: 50px;
}
.inwork_ba_item_img {
  width: 100%;
  height: 74.6666666667vw;
}
.inwork_ba_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inwork_ba_txt {
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #68c7c1;
  text-align: center;
  margin-bottom: 2.6666666667vw;
}

/*--------------------work--------------------*/
.sub_ttl {
  font-size: 7.4666666667vw;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #5e3d2c;
  font-family: "Zen Maru Gothic", sans-serif;
}

.news_page {
  background: url(/img/work/bgwork.png) repeat center center/auto;
}

.privacy_page {
  background: url(/img/work/bgwork.png) repeat center center/auto;
}

.site_page {
  background: url(/img/work/bgwork.png) repeat center center/auto;
}

.contact_page {
  background: url(/img/work/bgwork.png) repeat center center/auto;
}

.complete_page {
  background: url(/img/work/bgwork.png) repeat center center/auto;
}

.not_found_page {
  background: url(/img/work/bgwork.png) repeat center center/auto;
} /*# sourceMappingURL=style_sp.css.map */
