@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3f3d39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  position: relative;
}
p {
  line-height: 1.8;
}
.sp_break {
  display: none;
}
div, ul, li, a, header {
  box-sizing: border-box;
}
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  display: inline-block;
}
header {
  width: 100%;
  padding: 0;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: none;
}
.headerBox {
  background: url("../images/top_bg_01.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
}
.headerBox::before {
  content: "";
  display: block;
  width: 17vw;
  height: 17vw;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: rgb(190 175 210);
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: multiply;
}
.headerBox::after {
  content: "";
  display: block;
  width: 25vw;
  height: 25vw;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: rgb(225 222 229 / 70%);
  position: absolute;
  bottom: -7vw;
  left: 0;
}
.company-about .headerBox {
  background: url("../images/top_bg_03.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}
.headerBox_inner {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  padding: 0 15%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pageSubHeader {
  color: #C79409;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  padding-inline-start: 18px;
}
.pageSubHeader::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #C79409;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.pageHeader {
  margin: 0;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.08em;
  max-width: 1200px;
}
header.bg {}
.header_content {
  width: 100%;
  margin: 0 auto;
}
.header_items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 2vw;
}
.header_mainInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav_box {
  /*width: 60%;*/
  display: flex;
  justify-content: space-around;
}
.global_nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  align-items: center;
  height: 100%;
  justify-content: space-evenly;
  padding-inline-start: 0;
  margin: 0;
  list-style: none;
}
.global_nav_item a {
  font-weight: 600;
  font-size: clamp(14px, 1.14vw, 16px);
  letter-spacing: 0.1em;
  color: #fff;
  width: auto;
  transition: ease .6s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding-inline-start: 22px;
}
.global_nav_item a::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #C79409;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.logo_box {}
.header_img {
  width: 200px;
}
.header_img img {
  display: block;
  width: 100%;
}
.header_title {
  margin: 0px;
  font-size: 9px;
  margin-bottom: 6px;
  padding-left: 7px;
  color: #d9d4df;
  letter-spacing: 0.1em;
}
.tagline-br {
  display: none;
}
.shadow .header_content .header_txt {
  opacity: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: ease .6s;
}
.spacer {
  padding: 0 0.1rem;
}
.btn_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  /*padding: 32px 40px 0 0;*/
}
a.telBtn {
  transition: all ease .6s;
  padding: 0 2vw;
  width: clamp(200px, 25vw, 300px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.telBtn img {
  display: inline-block;
  width: 100%;
}

a.formBtn {
  transition: all ease .6s;
  padding: 0 clamp(20px, 3vw, 40px);
  width: clamp(150px, 20vw, 200px);
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C79409;
}
a.formBtn img {
  display: inline-block;
  width: 100%;
}
a.formBtn:hover {
  background: #d3ac41;
}
.onlySp {
  display: none;
}
.menu_btn_box {
  display: none;
}
.header_menu {
  align-content: flex-end;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.0);
  bottom: auto;
  flex: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  left: auto;
  margin: 0 0 0 0;
  padding: 20px 134px 0px 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 0;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sp_break {
    display: inline-block;
  }
  header {
    padding: 0;
    position: fixed;
  }
  .headerBox, .company-about .headerBox, .case-price .headerBox {
    height: 436px;
  }
  .headerBox_inner {}
  .pageHeader {
    font-size: clamp(16px, 4.7vw, 24px);
  }
  .pageSubHeader {
    font-size: clamp(12px, 2.4vw, 14px);
  }
  header.bg {
    background: rgb(20 0 90 / 71%);
  }
  .header_content {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }
  .logo_box {
    width: 150px;
    padding: 0 0 0 2vw;
  }
  .tagline-br {
    display: inline-block;
  }
  .global_nav {
    display: none;
  }
  .global_nav_item a {
    height: 60px;
  }
  .global_nav_item a::before {
    content: "";
    display: block;
    width: 170px;
    height: 60px;
    background: rgb(30 55 258/0.29);
    position: absolute;
    top: -60px;
    left: -170px;
    transition: ease .6s;
    z-index: -1;
  }
  .global_nav_item a:hover::before {
    top: 0;
    left: 0;
    transition: ease .6s;
  }
  .menu_btn_box {
    display: block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .menu_btn_box span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    background: #fff;
    width: 45%;
  }
  .menu_btn_box span:nth-of-type(1) {
    top: 15px;
  }
  .menu_btn_box span:nth-of-type(2) {
    top: 23px;
  }
  .menu_btn_box span:nth-of-type(3) {
    top: 31px;
  }
  .header_menu {
    padding: 13px 45px 0px 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .headerBox, .company-about .headerBox, .case-price .headerBox {
    height: 35vw;
  }
  .headerBox_inner {
    padding: 0 12vw;
    top: 50%;
    transform: translateY(-42%);
  }
  .header_items {
    height: auto;
    padding: 0;
  }
  .header_title {
    display: none;
  }
  .logo_box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
  }
  .logo_box img {
    width: 100%;
    display: inline-block;
  }
  .global_nav {
    display: none;
  }
  a.telBtn, a.formBtn {
    display: none;
  }
}
.menu-content {
  align-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.93);
  border-radius: 10px;
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  /*height: 80%;*/
  height: auto;
  justify-content: center;
  margin: 0px;
  opacity: 1;
  padding: 0px;
  transform: translate(0px, -1px);
  width: 80%;
  max-width: 100%;
  position: fixed;
  left: 130%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  transition: all 0.5s; /*アニメーション設定*/
}
#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .menu-content {
  left: 10%; /*メニューを画面内へ*/
}
.menu-content ul {
  /*width: 185px;*/
  width: 200px;
  margin: auto;
  padding: 50px 0px;
}
.menu-content li {
  color: #333;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: normal;
  margin: 0px 0px 0px 0px;
  text-align: center;
  align-content: flex-start;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.0);
  border-bottom: 0px solid #eeeeee;
  border-left: 0px solid #eeeeee;
  border-right: 0px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  justify-content: center;
  padding: 10px 10px 10px 0px;
  width: 100%;
  max-width: 100%;
  line-height: 30px;
}
.menu-content span {
  display: inline-block;
  vertical-align: middle;
}
.menu-content .icon_advice, .menu-content .icon_trainer, .menu-content .icon_beauty {
  height: 45px;
  width: 45px;
  display: inline-block;
  background-size: contain;
  margin: 0px -2px -18px 0px;
}
.menu-content .icon_trainer {
  margin-left: -16px;
}
.menu-content .div_sns {
  font-size: 20px;
  margin: 0 10px;
}
.menu-content .div_sns a {
  margin: 0 7px;
}
.menu-content img {
  width: 30px;
  margin: 0px 5px 0px 5px;
  vertical-align: middle;
}
.menu-content .btn_close {
  width: 23px;
}
.overlay.on {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(0 30 90 / 52%);
  z-index: 1000;
}
.sp_menu {
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  top: 0;
  background: #fffdf8e3;
  padding: 10vw 5vw;
  border-radius: 5px;
  z-index: 1010;
  max-width: 500px;
  margin: 24px auto;
}
.menu_inner {
  max-width: 400px;
  margin: 0 auto;
}
.sp_menu_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8vw;
}
.sp_menu_header .header_title a {
  font-size: 20px;
}
.sp_menu_header .menu_btn {
  margin: 0;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  background: url(../images/close.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 15px;
  right: 15px;
}
ul.sp_menu_navi {
  list-style: none;
  padding-inline-start: 0;
}
.sp_menu_navi_item {
  font-size: 1.0rem;
  line-height: 4;
  padding: 0 4vw;
  border-bottom: #aea9a0 1px solid;
}
.sp_menu_navi_item:nth-child(1) {
  border-top: #aea9a0 1px solid;
}
.sp_menu_navi_item a {
  text-decoration: none;
  color: #3f3d39;
  font-weight: bold;
}
.sp_menu_btn {
  display: block;
  border-radius: 100vh;
  padding: 17px 0;
  font-size: 14px;
  width: 60vw;
  max-width: 240px;
  text-align: center;
  letter-spacing: 0.7px;
  margin: 0 auto;
}
@media screen and (max-width: 320px) {
  .sp_menu_header .header_title a {
    font-size: 17px;
  }
  .sp_menu_header .menu_btn {
    width: 22px;
    height: 22px;
    top: 15px;
    right: 15px;
  }
}
/* top */
.top {
  position: relative;
  width: 100vw;
  height: auto;
  aspect-ratio: 1.49/1;
}
.bg_area {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/top_bg_01.jpg") no-repeat;
  background-size: cover;
}
.mainCopy {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7vw;
  width: clamp(350px, 46vw, 650px);
}
.top_btn_box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .top_group {}
  .top_inner {
    margin: 0;
    overflow: hidden;
  }
  .bg_area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: url("../images/top_bg_01_sp.jpg") no-repeat;
    background-size: cover;
  }
  .top_img_cover {
    left: -3vw;
    width: 110%;
    margin-bottom: 45px;
  }
  .top_btn_box {
    margin-bottom: 18vw;
    justify-content: space-between;
  }
}
@media screen and (max-width:620px) {
  .copy {
    width: 100%;
    padding: 0 4vw;
  }
  .top {
    position: relative;
    width: 100vw;
    height: 100vh;
  }
  .copy .sub {
    font-size: 9.76vw;
  }
  .mainCopy {
    width: clamp(260px, 82vw, 600px);
  }
  .copy h2 {
    font-size: 5.76vw;
  }
}
/* section common style */
.secHeader_box {
  text-align: center;
}
.sec_subHeader {
  margin-block-end: 8px;
  display: block;
  height: 0.4em;
  width: auto;
}
.sec_subHeader img {
  height: 100%;
  vertical-align: top;
  width: auto;
}
.sec_header {
  display: block;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 26px;
  color: #3B3B3B;
}
@media screen and (max-width:620px) {
  .sec_header {
    font-size: clamp(20px, 5.5vw, 25px);
  }
}
/* case-section */
.case .secHeader_box {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.case .sec_subHeader {
  color: #30394D;
}
.case .sec_header {
  font-size: 26px;
  color: #30394D;
  letter-spacing: 0.15em;
}
.case {
  position: relative;
  background: url("../images/case_bgPattern.svg") no-repeat left #F8F8F8;
  background-size: auto 100%;
}
.case::after {
  content: "";
  position: absolute;
  display: block;
  width: 38vw;
  height: auto;
  aspect-ratio: 1/1.1;
  background: url("../images/case_bg.svg") no-repeat;
  background-size: auto 100%;
  top: 2vw;
  right: 0;
  z-index: 1;
}
.case_inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 80px 50px 120px;
  position: relative;
  z-index: 2;
}
.case_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 5%;
  margin: 0 auto 300px;
}
.case_item {
  width: 30%;
  height: auto;
  aspect-ratio: 5 / 6.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.case_item:nth-child(1) {
  background: url("../images/case_item1.jpg") no-repeat center;
  background-size: cover;
}
.case_item:nth-child(2) {
  background: url("../images/case_item2.jpg") no-repeat center;
  background-size: cover;
  top: 115px;
}
.case_item:nth-child(3) {
  background: url("../images/case_item3.jpg") no-repeat center;
  background-size: cover;
  top: 230px;
}
.case_item > h3 {
  font-size: clamp(14px, 1.3vw, 18px);
  color: #fff;
  background: #5f4d6f;
  letter-spacing: 0.1em;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0;
  padding: 1.2em 1.4em;
}
.case_item > h3::after {
  content: "";
  display: inline-block;
  width: auto;
  height: 100%;
  aspect-ratio: 46/70;
  background: url(../images/case_item_h3Bg.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: -35px;
  z-index: -1;
}
.case_txt {
  color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 0;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  background: #fff;
  width: 100%;
}
.case_txt .bg {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent linear-gradient(289deg, rgb(106 79 29 / 60%) 0%, rgb(46 11 90 / 60%) 100%) 0% 0% no-repeat padding-box;
  top: 0;
  left: 0;
}
.case_txt span {
  z-index: 2;
  position: relative;
}
.case a.squareBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #5F2E76;
  width: 257px;
  height: 70px;
  margin: 0 auto;
  color: #5F2E76;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.09em;
  position: relative;
  padding-right: 14px;
}
.case a.squareBtn::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #E8E4EA;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.case a.squareBtn:hover::before {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: ease .6s;
  opacity: 0.1;
}
.case a.squareBtn::after {
  content: "";
  display: block;
  width: 79px;
  height: 6px;
  background: url(../images/btn_triangle.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -37px;
}
.case a.squareBtn:hover::after {
  right: -52px;
  transition: ease .6s;
}
@media screen and (max-width: 768px) {
  .case_box {
    width: 100%;
  }
  .case_item::before, .case a.squareBtn::before {
    display: none;
  }
  .case_item {
    width: 80%;
    margin: 0 auto 16vw;
    top: 0;
  }
}
@media screen and (max-width: 620px) {
  .case {
    overflow: hidden;
    background: url(../images/case_bgPattern_sp.svg) no-repeat left bottom #F8F8F8;
    background-size: 100% auto;
  }
  .case::after {
    width: 70vw;
    z-index: 0;
  }
  .case_inner {
    margin: 0 auto;
    padding: 80px 4vw 20vw;
    position: relative;
    z-index: 1;
  }
  .case .sec_subHeader {
    font-size: 9.76vw;
  }
  .case_box {
    margin: 0 auto 8px;
  }
  .case_item:nth-child(1) {
    background: url("../images/case_item1.jpg") no-repeat center top;
    background-size: 100% auto;
  }
  .case_item:nth-child(2) {
    background: url("../images/case_item2.jpg") no-repeat center top;
    background-size: 100% auto;
    top: 0;
  }
  .case_item:nth-child(3) {
    background: url("../images/case_item3.jpg") no-repeat center top;
    background-size: 100% auto;
    top: 0;
  }
  .case_item > h3 {
    margin-bottom: 18px;
    height: auto;
    font-size: clamp(14px, 3.61vw, 16px);
  }
}
.company {
  position: relative;
}
.company_box {
  width: 100%;
  padding: 70px 0;
  background: url(../images/company_bg.jpg) no-repeat left;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.company_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #401D6ABC 0% 0% no-repeat padding-box;
  clip-path: polygon(0 0, 17vw 0, 69vw 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.company_inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 3vw;
}
.company .secHeader_box {
  position: relative;
  text-align: left;
}
.company .sec_subHeader {
  color: #fff;
  text-align: left;
  margin-bottom: 6px;
}
.company .sec_header {
  color: #fff;
  text-align: left;
  position: relative;
  font-size: 26px;
  margin-block-end: 56px;
}
.company p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  z-index: 1;
  position: relative;
}
.company a.squareBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  width: 257px;
  height: 70px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.09em;
  position: relative;
  margin-block-start: 50px;
}
.company a.squareBtn::after {
  content: "";
  display: block;
  width: 79px;
  height: 6px;
  background: url("../images/btn_triangle_white.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -37px;
}
.company a.squareBtn:hover::after {
  right: -52px;
  transition: ease .6s;
}
.company a.squareBtn::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.company a.squareBtn:hover::before {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: ease .6s;
  opacity: 0.1;
}
@media screen and (max-width:768px) {
  .company_box {
    padding: 3.9vw;
    position: relative;
  }
  .company a.squareBtn::before {
    display: none;
  }
}
@media screen and (max-width:620px) {
  .company_box {
    width: 100%;
    padding: 10vw 0;
    position: relative;
  }
  .company_box::before {
    content: "";
    display: block;
    clip-path: polygon(0 0, 20% 0, 100% 100%, 0% 100%);
    width: 130%;
    height: 100%;
    left: 0;
  }
  .company_inner {
    padding: 0 4vw;
  }
  .company .sec_subHeader {
    font-size: 9.76vw;
    margin-bottom: 3px;
    text-shadow: 1px 1px 6px rgb(12 24 50 / 46%);
  }
  .company .sec_header {
    text-shadow: 1px 1px 6px rgb(12 24 50 / 46%);
  }
  .company p {
    font-size: 3.53vw;
    font-weight: 400;
    text-shadow: 1px 1px 6px rgb(12 24 50 / 46%);
  }
  .company a.squareBtn {
    margin-top: 40px;
    background: rgb(255 255 255 / 39%);
  }
}
/* inquiry-section */
.inquiry {
  position: relative;
}
.inquiry::before {
  content: "";
  display: block;
  width: 30vw;
  height: 25vw;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background: #ccb8d5;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.inquiry::after {
  content: "";
  display: block;
  width: 23vw;
  height: auto;
  aspect-ratio: 23 / 25;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  background: #E1DEE5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.inquiry_inner {
  position: relative;
  padding: 12vw 0;
  z-index: 2;
}
.inquiry .secHeader_box {
  margin: 0 auto;
  color: #fff;
  margin-block-end: 20px;
  text-align: center;
}
.inquiry_msg {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-block-end: 40px;
  line-height: 1.6;
}
.inquiryBox {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
}
.inquiry_btn_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.formBtn.contactSec {
  width: clamp(150px, 30vw, 360px);
  height: 90px;
}
a.formBtn.contactSec img {
  display: block;
  width: 64%;
}
@media screen and (max-width: 620px) {
  .inquiry_inner {
    padding: 27vw 0;
  }
  .inquiryBox {
    column-gap: unset;
    flex-direction: column;
    row-gap: 30px;
  }
  .inquiry_btn_box {
    width: 80%;
    height: auto;
  }
  .inquiry .sec_subHeader {
    font-size: 9.76vw;
  }
  .inquiry .sec_header {}
  a.formBtn.contactSec {
    display: block;
    width: 80%;
    height: auto;
    text-align: center;
    padding: 12px 0;
  }
  a.formBtn.contactSec img {
    display: inline-block;
    width: 44vw;
  }
}
.breadcrumb {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  max-width: 1200px;
  padding: 0 15%;
}
.breadcrumb li a {
  margin-right: 10px;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.05em;
  transition: all .6s;
  text-decoration: none;
  color: #001e5a;
}
.breadcrumb li a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: auto;
  aspect-ratio: 11 / 12;
  background: url(../images/triangle_purple.svg) no-repeat;
  background-size: 100% auto;
  position: relative;
  top: -3px;
  margin-left: 7px;
}
.breadcrumb li a::after {
  top: -1px;
}
.breadcrumb li:last-child {
  pointer-events: none;
}
.breadcrumb li:last-child a::after {
  display: none;
}
.page_sec {
  margin: 0 auto;
  max-width: 1200px;
  padding: 100px 50px 120px;
}
.page_secInner {
  margin-bottom: 190px;
}
.page_secInner:last-child {
  margin-bottom: 80px;
}
.secHeader {
  color: #001e5a;
  text-align: center;
  margin: 0 auto 60px;
  font-size: 30px;
  letter-spacing: 0.1em;
  position: relative;
}
.secHeader::after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background: #ccc;
  position: relative;
  margin: 20px auto 0;
}
@media screen and (max-width:768px) {
  .breadcrumb {
    margin: 0 auto;
  }
}
@media screen and (max-width:620px) {
  .breadcrumb {
    justify-content: flex-end;
    margin: 4px auto 0;
    padding: 0 4vw;
  }
  .page_sec {
    padding: 60px 4vw 50px;
    min-height: 400px;
  }
  .secHeader {
    margin: 0px auto 9.4vw;
    font-size: 5.65vw;
  }
  .page_secInner {
    margin-bottom: 90px;
  }
  .page_secInner:last-child {
    margin-bottom: 0;
  }
}
.contents {}
.sub .secHeader_box {
  text-align: center;
  margin-block-end: 9vw;
}
.sub-case .headerBox {
  background: url("../images/header_bg_case.jpg") no-repeat;
  background-size: cover;
}
.case_cover {
  margin-bottom: 80px;
  padding: 135px 50px 50px;
  position: relative;
}
h3.case_subHeader {
  position: absolute;
  left: 0;
  width: 94vw;
  background: rgb(225 222 229 / 70%);
  clip-path: polygon(0 0, 96% 0, 100% 100%, 0 100%);
  margin: 0 auto;
  font-size: 24px;
  color: #5F2E76;
  letter-spacing: 0.05em;
  padding: 10px 0;
}
h3.case_subHeader > span {
  display: block;
  margin-inline: auto;
  max-width: 900px;
  position: relative;
  padding-inline-start: 1.8em;
}
h3.case_subHeader > span::before {
  content: "";
  display: block;
  width: auto;
  height: 1em;
  aspect-ratio: 41 / 36;
  background: url("../images/case_icon_01.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
h3.case_subHeader.case2 > span::before {
  background: url("../images/case_icon_02.svg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 8 / 9;
  height: 1.2em;
}
h3.case_subHeader.case3 > span::before {
  background: url("../images/case_icon_03.svg") no-repeat;
  background-size: 100% auto;
  aspect-ratio: 8 / 9;
    height: 1.4em;
  top: 22px;
}
.case_items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.case_itemBox {
  width: 30%;
  margin-right: 30px;
}
.case_itemBox:nth-child(3n) {
  margin-right: 0;
}
.case_itemBox:nth-child(n+4) {
  margin-top: 40px;
}
.case_itemBox img {
  display: block;
  width: 100%;
}
.item_info {
  background: #F0F0F0;
  width: 100%;
  padding: 15px;
  position: relative;
}
.item_info h4 {
  margin: 0 auto;
  position: relative;
}
.item_info .place, .item_info .purpose {
  position: relative;
  padding-inline-start: 4em;
  font-size: 15px;
  line-height: 1.8;
}
.item_info .place::before {
  content: "施工地域";
  color: #9F9F9F;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  display: inline;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.item_info .purpose::before {
  content: "目的";
  color: #9F9F9F;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  display: inline;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page_sec.price {
  background: #F8F8F8;
}
table.price {
  border-spacing: 5px;
  width: 68%;
  font-size: 15px;
  margin: 0 auto 80px;
  letter-spacing: 0.05em;
}
.price tr:nth-child(n+2) {
  border-top: 1px solid #F4F0F5;
}
.price th {
  background: #E3DBE5;
  color: #3B3B3B;
  font-weight: 500;
  position: relative;
}
.price th:nth-child(n+2)::before {
  content: "";
  width: 2px;
  height: 1em;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.price td {
  background: #fff;
}
.price th, .price td {
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}
.priceTableHeader {
  position: relative;
  font-size: 24px;
  color: #5f2f76;
  letter-spacing: 0.05em;
  width: 68%;
  margin: 0 auto 20px;
}
@media screen and (max-width:768px) {
  .breadcrumb li a {
    margin-right: 10px;
    font-size: 12px;
  }
  .secHeader {
    font-size: 24px;
  }
  .secHeader::after {
    width: 70px;
  }
  h3.case_subHeader {
    padding: 10px 6vw;
    font-size: clamp(16px, 4.23vw, 18px);
  }
  .case_cover h3 {
    font-size: 20px;
  }
  .case_cover::before, .case_cover::after {
    width: 70px;
    height: 70px;
  }
  .item_info h4 {
    font-size: 14px;
  }
  .case_itemBox {
    width: 45%;
    margin-right: 10%;
  }
  .case_itemBox:nth-child(3n) {
    margin-right: 10%;
  }
  .case_itemBox:nth-child(2n) {
    margin-right: 0;
  }
  .case_itemBox:nth-child(n+3) {
    margin-top: 40px;
  }
  table.price {
    width: 90%;
  }
  .priceTableHeader {
    width: 90%;
    font-size: 20px;
  }
}
@media screen and (max-width:620px) {
  .case_cover {
    margin-block-end: 0px;
    padding: 22vw 9vw 18vw;
  }
  .case_itemBox {
    width: 100%;
    margin-right: 0;
  }
  .case_itemBox:nth-child(3n) {
    margin-right: 0;
  }
  .case_itemBox:nth-child(n+2) {
    margin-top: 13vw;
  }
  h3.case_subHeader {
    padding: 10px 6vw;
    font-size: clamp(16px, 4.23vw, 18px);
  }
  .case_cover h3, .priceTableHeader {
    font-size: 4.5vw;
    font-size: clamp(16px, 4.23vw, 18px);
    color: #5F2E76;
    width: 100%;
  }
  h3.case_subHeader.case3 > span::before {
    top: 16px;
  }
  .item_info h4 {
    font-size: 3.29vw;
  }
  table.price {
    width: 100%;
    font-size: clamp(13px, 3.5vw, 16px);
  }
}
/* sub-company */
.sub-company .headerBox {
  background: url("../images/header_bg_company.jpg") no-repeat bottom;
  background-size: cover;
}
.msg_cover {
  display: flex;
  justify-content: center;
  column-gap: 50px;
}
.msgBox {
  width: 50%;
}
.msgBox h3 {
  margin-block-end: 40px;
  letter-spacing: 0.05em;
}
.sign {
  text-align: right;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.imgBox {
  width: 50%;
}
.teaser {
  width: 100%;
  height: 22vw;
  background: url("../images/sub-company_teaser.jpg") no-repeat right;
  background-size: auto 100%;
}
.page_sec.msg {
  position: relative;
  max-width: unset;
  padding: 0;
}
.page_sec.msg .page_secInner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 100px 50px 120px;
}
.page_sec.msg .page_secInner .msg_cover::after {
  content: "";
  display: block;
  width: 60vw;
  height: 20vw;
  background: rgb(225 222 229 / 70%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 120px;
}
.about_contents_list {
  display: flex;
  flex-wrap: wrap;
  width: 68%;
  margin: 30px auto;
}
.about_contents_list dt {
  width: 22%;
  padding: 8px 0;
  font-size: 13px;
  line-height: 1.5;
  background: #F4F0F5;
  margin-block-end: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_contents_list dd {
  width: 78%;
  margin: 0;
  padding: 8px 0;
  padding-left: 50px;
  font-size: 15px;
  line-height: 1.5;
  margin-block-end: 17px;
  display: flex;
  align-items: center;
}
.map {
  width: 100%;
  margin: 0 auto;
}
.map iframe {
  display: inline-block;
  width: 100%;
  height: 500px;
}
@media screen and (max-width:768px) {
  .msg_cover {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .msgBox, .imgBox {
    width: 100%;
  }
  .teaser {
    width: 100%;
    height: 43vw;
  }
}
@media screen and (max-width:620px) {
  .about_contents_list {
    width: 100%;
  }
  .about_contents_list dt {
    font-size: 3.29vw;
    line-height: 1.7;
  }
  .about_contents_list dd {
    padding-left: 4.92vw;
    font-size: 3.29vw;
    line-height: 1.7;
  }
  .map {
    width: 100%;
    margin: 0 auto;
  }
}
/* contact section */
.conatct_lead {
  text-align: center;
  margin-block-end: 50px;
  line-height: 1.9;
}
.thanks .conatct_lead,
.confirm .conatct_lead {
  display: none;
}
.contactType {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 75px;
  padding-block-end: 55px;
  border-bottom: #BCBFDA 1px solid;
  margin-block-end: 50px;
}
.thanks .contactType,
.confirm .conatct_ype {
  display: none;
}
.telBox {
  width: 378px;
}
.mailBox {
  width: 400px;
}
.telBox img {
  width: 378px;
}
a.mailA {
  margin-bottom: 22px;
  display: block;
}
.mailBox .mailA img {
  width: auto;
  height: 46px;
}
.mailBox .fax img {
  width: auto;
  height: 46px;
}
.form {
  border-bottom: #BCBFDA 1px solid;
}
.formItem {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  margin-inline: auto;
  margin-top: 30px;
}
.formItem.type-long {
  display: block;
  margin-block-start: 50px;
}
.formItem.type-long .formItem-label {
  margin-block-end: 30px;
}
.formItem-label {
  width: 280px;
}
.formItem_input, .formItem-textarea {
  width: 350px;
  height: 50px;
  border: 1px solid #666CAA;
  padding: 2px 7px;
  font-size: 15px;
}
.formItem_input::placeholder {
  color: #405c71;
}
.formItem_input:focus {
  outline: 0;
  border: 2px solid #2196f3;
}
.required {
  background: #C65814;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px 3px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-inline-start: 13px;
}
.option {
  background: #C1C1C1;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px 3px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-inline-start: 13px;
}
input[type=checkbox] {
  display: none;
}
span.wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0px 8px 43px;
  position: relative;
  width: auto;
  color: #3b3b3b;
  user-select: none;
  font-size: 15px;
  margin-right: 15px;
  margin-bottom: 17px;
}
.wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #666CAA;
}
.wpcf7-list-item-label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  height: 15px;
  width: 10px;
  margin-top: -3px;
  border-right: 2px solid #3000B1;
  border-bottom: 2px solid #3000B1;
  opacity: 0;
  transform: translateY(-50%) rotate(45deg);
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
textarea.wpcf7-form-control.wpcf7-textarea.formItem-textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
}
.btn-back {
  display: block;
  width: 300px;
  height: 83px;
  margin-inline: auto;
  margin-block: 50px;
  padding: 7px 25px;
  background-color: #B0B0B0;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  appearance: none;
}
.btn-submit {
  display: block;
  width: 300px;
  height: 83px;
  margin-inline: auto;
  margin-block: 50px;
  padding: 7px 25px;
  background-color: #66377C;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  appearance: none;
}
.btn-submit:active {
  background: #aa79c1;
}
.thanksTxt {
  text-align: center;
}
@media screen and (max-width:768px) {
  .contactType {
    column-gap: unset;
    flex-direction: column;
    row-gap: 50px;
  }
  .mailBox,
  .telBox {
    width: 100%;
  }
  .telBox img {
    width: 100%;
}
  .mailBox .fax img {
    text-align: center;
    width: auto;
    height: 10vw;
}
  .mailBox .mailA img {
    text-align: center;
    width: auto;
    height: 10vw;
}
  .formItem {
    flex-direction: column;
  }
  .formItem p {
    line-height: 1.8;
    width: 100%;
    margin-block-end: 0px;
}
  .formItem-label {
    width: 100%;
  }
  .formItem_input, .formItem-textarea {
    width: 100%;
  }
}
/* footer */
footer {
  color: #fff;
  background: #1F062B;
}
.footer_inner {
  margin: 0 auto;
}
.footer_mainInfo {
  width: 100%;
  display: flex;
  border-radius: 20px;
  padding: 50px 3vw 30px;
}
.info_group {
  display: flex;
}
.f_logo {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  width: 25vw;
  border-right: 1px solid #fff;
  font-weight: 600;
}
.f_logo_img {
  width: 250px;
  display: block;
}
.f_logo_img img {
  display: block;
  margin-block-end: 25px;
}
.f_adress {
  width: 350px;
  padding: 0 50px;
  border-right: 1px solid #fff;
}
address p {
  font-size: 13px;
  font-weight: 600;
  font-style: normal;
}
.f_link {
  display: block;
  padding: 8px 0 0;
  flex-grow: 1;
  text-align: right;
}
.f_link a {
  margin: 0;
  padding: 4px 30px 4px 18px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.f_link a::before {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #C79409;
  position: absolute;
  left: -3px;
  top: 50%;
  transform: translateY(-50%);
}
.f_contactLink {
  position: relative;
}
.f_contactLink::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 19px;
  height: 16px;
  background: url(../img/Icon_f_mail.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin-right: 7px;
  top: -1px;
}
.footer_sitemap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
  padding: 0 40px;
}
.sitemap_header {
  width: 100%;
  font-weight: var(--weight-regular);
  margin-bottom: 1.5rem;
}
.f_list li {
  font-size: var(--f_list-txt-size);
  font-weight: var(--weight-regular);
  float: left;
  line-height: 3.0;
}
.f_list > li {
  width: 30%;
}
.f_list li::after {
  content: "";
  float: none;
  clear: both;
}
.f_list_innerList > li {
  font-size: var(--f_innerlist-txt-size);
  font-weight: var(--weight-regular);
  position: relative;
  float: none;
  height: 45px;
}
.f_list_innerList > li::before {
  content: "・";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -1px;
  margin-right: 3px;
}
.footer_subInfo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px 30px;
  margin-top: -23px;
}
.subInfo_link, .copyright {
  font-size: 11px;
  margin: 0;
  font-weight: 400;
  letter-spacing: normal;
}
.subInfo_link a {
  margin: 0 5px;
}
.sp_contactBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 17vw var(--side-padding) 0vw;
  }
  .footer_mainInfo {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto 40px;
    padding: 7vw 0 0;
  }
  .info_group {
    width: 80%;
  }
  .f_logo {
    width: 50%;
    padding: 30px 0;
  }
  .f_adress {
    border-right: none;
    width: 50%;
    padding: 0 0 20px 50px;
    display: flex;
    align-items: center;
  }
  .f_link {
    display: block;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #fff;
    width: 80%;
    flex-grow: 0;
  }
  .footer_sitemap {
    margin-bottom: 9vw;
    padding: 0 5%;
  }
  .footer_subInfo {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 3vw;
  }
  .subInfo_link, .copyright {
    padding: 0;
  }
  .subInfo_link {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width:620px) {
  .footer_mainInfo {
    padding: 7vw 4vw 8vw;
  }
  .info_group {
    width: 100%;
    flex-direction: column;
  }
  .f_logo {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding: 30px 2vw;
  }
  .f_adress {
    width: 100%;
    border-right: none;
    border-bottom: none;
    padding: 0;
    padding: 18px 2vw;
  }
  .f_link {
    padding: 20px 0;
    width: 100%;
  }
  .f_link a {
    margin: 0;
    padding: 4px 30px 4px 18px;
    font-size: 12px;
  }
  .f_link a::before {
    width: 10px;
    left: 0px;
  }
  .sp_contactBtn {
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    left: 0;
    z-index: 333;
  }
  .sp_contactBtn .telBtn.sp {
    display: flex;
    background: #77408D;
    width: 50%;
    height: 62px;
    align-items: center;
    text-align: center;
  }
  .sp_contactBtn .telBtn.sp img {
    display: inline-block;
    width: 80%;
  }
  .sp_contactBtn .formBtn.sp {
    display: flex;
    width: 50%;
    align-items: center;
    text-align: center;
    height: 62px;
  }
  .sp_contactBtn .formBtn.sp img {
    display: inline-block;
    width: 70%;
  }
}