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

/*--------------------cmn--------------------*/
.cmn_btn {
  width: 100%;
  background: #68c7c1;
  border-radius: 10px;
  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: 32px;
  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: 92%;
  margin-left: 12px;
  display: block;
  margin-top: -8px;
}

.cmn_ttl {
  text-align: center;
  margin-bottom: 60px;
}
.cmn_ttl_sub {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 90px;
  padding-right: 90px;
  margin-bottom: 30px;
}
.cmn_ttl_sub::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 0%;
  width: 71px;
  height: 60px;
  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: 71px;
  height: 60px;
  transform: translate(0%, -50%);
  background: url(/img/top/senr.png) no-repeat center center/contain;
}
.cmn_ttl_main {
  display: block;
  font-size: 46px;
  line-height: 1.5217391304em;
  letter-spacing: 0.06em;
  font-weight: 900;
  font-family: "Zen Maru Gothic", sans-serif;
  text-shadow: 3px 3px 0px #fff;
}

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

/*--------------------cmn--------------------*/
/*--------------------header--------------------*/
.header {
  width: 100%;
  padding: 15px 45px 20px;
  background: url(/img/top/header_bg.png) no-repeat center center/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;
}
.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: 120px 0;
  background: url(/img/top/footerbg.png) no-repeat center center/cover;
}
.footer_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 160px;
}
.footer_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
}
.footer_sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.footer_sns li {
  width: 30px;
  height: 30px;
}
.footer_sns li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_address {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 40px;
}
.footer_nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.footer_nav_item {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  padding-left: 1.25em;
}
.footer_nav_item:not(:last-child) {
  margin-bottom: 20px;
}
.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: 13px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 400;
}

/*--------------------footer--------------------*/
/*--------------------mv--------------------*/
.mv {
  width: 100%;
  height: clamp(540px, 42.1875vw, 810px);
  background: url(/img/top/mvbg.png) no-repeat center center/cover;
  position: relative;
  z-index: 1;
}
.mv_catch {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 2.0833333333%;
  transform: translate(0%, -50%);
  width: 29.9479166667%;
}
.mv_catch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_video {
  width: 65.6666666667%;
  height: 88.8888888889%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  border-top: 6px solid #68c7c1;
  border-bottom: 6px solid #68c7c1;
  border-left: 6px solid #68c7c1;
}
.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: 560px;
}
.sv_img {
  position: absolute;
  z-index: -3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 82.2916666667%;
  height: 400px;
  border-radius: 40px;
  overflow: hidden;
  border: 6px solid #68c7c1;
}
.sv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sv_catch {
  font-size: 50px;
  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 {
  padding: 12px 48px 16px;
  position: absolute;
  z-index: -1;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 32px;
  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: 500px;
}
.googlemap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}

.access {
  width: 100%;
  padding: 80px 0 160px;
  background: url(/img/company/bgcompany.png) no-repeat center center/cover;
}
.access_flex {
  margin: 0 auto;
  width: 940px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 100px;
}
.access_txt {
  margin-top: 10px;
}
.access_img {
  width: 420px;
  height: 400px;
  position: relative;
  z-index: 1;
}
.access_img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 35%;
  left: -30%;
  width: 81px;
  height: 129px;
  transform: translate(0%, -50%);
  background: url(/img/company/ill01.png) no-repeat center center/contain;
}
.access_img::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 6%;
  left: -50%;
  width: 131px;
  height: 111px;
  transform: translate(0%, 0%);
  background: url(/img/company/ill02.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: 16px;
  line-height: 1.625em;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #5e3d2c;
}
.cmn_dl_box:nth-child(odd) {
  background: rgba(104, 199, 193, 0.3);
}
.cmn_dl_box dt {
  width: 180px;
  padding: 25px 0;
  text-align: right;
}
.cmn_dl_box dd {
  padding: 25px 0;
  width: calc(100% - 180px);
  padding-left: 85px;
}

/*--------------------company--------------------*/
/*--------------------con--------------------*/
.con {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.con_img {
  width: 50%;
  height: 740px;
}
.con_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.con_left {
  height: 740px;
  width: 50%;
  padding: 120px 0 100px;
  background: url(/img/top/lineb.png) no-repeat bottom 25px center/90% 11px, url(/img/top/linet.png) no-repeat top 25px center/90% 11px, 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: 3px 3px 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: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.con_tel {
  z-index: 10;
  margin: 0 auto 20px;
  background: #fff;
  border-radius: 10px;
  width: 320px;
  text-align: center;
  padding: 20px 0;
}
.con_btn {
  width: 320px;
  padding: 21px 30px;
  background: #68c7c1;
  border-radius: 10px;
  margin: 0 auto;
}
.con_btn p {
  font-size: 18px;
  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%;
  padding: 160px 0;
}
.cmn_store_ttl_main span {
  color: #68c7c1;
}
.cmn_store_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 80px;
  flex-direction: row-reverse;
}
.cmn_store_img {
  width: 500px;
  height: 400px;
  overflow: hidden;
  border-radius: 30px;
}
.cmn_store_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmn_store_box {
  width: calc(100% - 580px);
}
.cmn_store_box p:not(:last-child) {
  margin-bottom: 20px;
}
.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: -12%;
  right: -28%;
  width: 279px;
  height: 158px;
  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: -2%;
  left: -28%;
  width: 212px;
  height: 193px;
  background: url(/img/store/ill02.png) no-repeat center center/contain;
  transform: translate(0%, 0%);
}

/*--------------------store--------------------*/
/*--------------------service--------------------*/
.servicelink {
  width: 100%;
  padding: 80px 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: 40px;
}
.servicelink_btn {
  width: 240px;
  height: 80px;
  padding: 0 20px;
  background: #68c7c1;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.servicelink_btn p {
  padding-left: 10px;
  width: 100%;
  font-size: 18px;
  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: 80px;
  flex-direction: row-reverse;
  margin-bottom: 80px;
}
.cmn_service_img {
  width: 500px;
  height: 400px;
  overflow: hidden;
  border-radius: 30px;
}
.cmn_service_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cmn_service_box {
  width: calc(100% - 580px);
}
.cmn_service_box_ttl {
  font-size: 32px;
  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: 30px;
}
.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: 20px;
}
.cmn_service_box_txt p span {
  font-weight: 700;
}
.cmn_service_sub_ttl {
  font-size: 32px;
  line-height: 1.5625em;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #68c7c1;
  text-align: center;
  padding-bottom: 0.34375em;
  border-bottom: 3px solid #68c7c1;
  margin-bottom: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.cmn_service_list_box:not(:last-child) {
  margin-bottom: 30px;
}
.cmn_service_list_box dt {
  font-size: 22px;
  line-height: 1.3636363636em;
  letter-spacing: 0.06em;
  font-weight: 700;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.5);
  border-left: 8px solid #febd50;
  margin-bottom: 20px;
}
.cmn_service_list_box dd {
  padding-left: 30px;
  font-size: 16px;
  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_txt {
  text-align: center;
  margin-bottom: 40px;
}
.other_subttl {
  font-size: 32px;
  line-height: 1.5625em;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #68c7c1;
  text-align: center;
  padding-bottom: 0.34375em;
  border-bottom: 3px solid #68c7c1;
  margin-bottom: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.other_video {
  width: 768px;
  height: 432px;
  border-radius: 30px;
  overflow: hidden;
  background: #000;
  border: 4px solid #68c7c1;
  margin: 0 auto;
}

/*--------------------service--------------------*/
/*--------------------top--------------------*/
.top_news {
  width: 100%;
  background: url(/img/top/bgnews.png) no-repeat center center/cover;
}
.top_news .news_post_flex_box {
  width: 100%;
}
.top_news .news_post_flex_inbox {
  width: calc(100% - 120px);
}
.top_news_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 60px;
}
.top_news_box {
  width: 240px;
}
.top_news_ttl_sub {
  padding: 0;
  margin-bottom: 0;
}
.top_news_ttl_sub::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0%;
  left: -40%;
  width: 81px;
  height: 74px;
  transform: translate(0%, -90%);
  background: url(/img/top/sen.png) no-repeat center center/contain;
}
.top_news_ttl_sub::after {
  display: none;
}
.top_news_post {
  width: calc(100% - 300px);
}

.gre {
  width: 100%;
  padding: 160px 0;
  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: 25%;
  width: 97px;
  height: 98px;
  transform: translate(0%, -100%);
  background: url(/img/top/ill02.png) no-repeat center center/contain;
}
.gre_ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 25%;
  width: 101px;
  height: 93px;
  transform: translate(0%, -100%);
  background: url(/img/top/ill03.png) no-repeat center center/contain;
}
.gre_ttl_mid {
  display: block;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 900;
  color: #68c7c1;
  text-shadow: 3px 3px 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: 40%;
  width: 460px;
  height: 520px;
  transform: translate(-50%, 32%);
  background: url(/img/top/owner.png) no-repeat center center/contain;
}
.gre_img {
  width: 600px;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
}
.gre_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gre_box {
  width: calc(100% - 600px);
  background: rgba(104, 199, 193, 0.3);
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 60px 100px 90px;
  margin-top: 50px;
}
.gre_box p:not(:last-child) {
  margin-bottom: 20px;
}

.layer {
  margin-top: 0;
}
.layer_panel {
  position: relative;
}
.layer_panel:first-child {
  padding: 160px;
  padding-bottom: 130px;
  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: 460px;
}
.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: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
.layer_item {
  width: 240px;
}
.layer_item:nth-child(even) {
  margin-top: 100px;
}
.layer_item_img {
  width: 100%;
  margin-bottom: 7px;
}
.layer_item_sub {
  padding: 5.5px;
  text-align: center;
  font-size: 22px;
  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: 20px;
  border-bottom-right-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 8px 20px 15px;
}
.layer_item_ttl {
  font-size: 24px;
  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: 2px solid #68c7c1;
  margin-bottom: 10px;
}
.layer_item_txt {
  font-size: 16px;
  line-height: 1.625em;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.layer_btn {
  width: 100%;
  background: #68c7c1;
  border-radius: 10px;
  padding: 4px 20px;
}
.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: 75px;
}
.work_item {
  width: 310px;
  border-bottom: 4px solid #68c7c1;
  padding-bottom: 15px;
}
.work_img {
  width: 100%;
  height: 310px;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #68c7c1;
}
.work_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work_ttl {
  font-size: 18px;
  line-height: 1.6666666667em;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.work_btn {
  width: 320px;
  margin: 60px auto 0;
}

.googlemap_work {
  width: 100%;
  height: 500px;
}
.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: 60px;
  margin-bottom: 50px;
}
.inwork_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 30px;
}
.inwork_img {
  width: 460px;
  height: 340px;
  border-radius: 20px;
  border: 4px solid #68c7c1;
  overflow: hidden;
}
.inwork_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inwork_ttl {
  font-size: 20px;
  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: 25px 40px;
}
.inwork_txt {
  font-size: 18px;
  line-height: 1.7777777778em;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 40px;
}
.inwork_ba_item {
  width: 446px;
  margin: 0 auto;
}
.inwork_ba_item:not(:last-child) {
  margin-bottom: 50px;
}
.inwork_ba_item_img {
  width: 100%;
  height: 334px;
}
.inwork_ba_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inwork_ba_txt {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #68c7c1;
  text-align: center;
  margin-bottom: 10px;
}

/*--------------------work--------------------*/
.sub_ttl {
  font-size: 46px;
  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.css.map */