@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #3f3d39;
  font-size: 16px;
}
p {
  line-height: 1.8;
}
.sp_break {
  display: none;
}
div, ul, li, a, header {
  box-sizing: border-box;
}
a:hover {
  text-decoration: none;
}
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: 520px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 10vw));
}
.company-about .headerBox {
  background: url("../images/top_bg_03.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 520px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 10vw));
}
.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: -30px;
}
.pageSubHeader {
  color: #fff;
  font-size: 47px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.pageHeader {
  margin: 0;
  font-size: 24px;
  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;
  height: 120px;
}
.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;
  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: 1.14vw;
  letter-spacing: 0.1em;
  color: #fff;
  width: 170px;
  padding-bottom: 0.4rem;
  transition: ease .6s;
  border-left: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.global_nav_item a::before {
  content: "";
  display: block;
  width: 170px;
  height: 120px;
  background: rgb(30 55 258/0.29);
  position: absolute;
  top: -120px;
  left: -170px;
  transition: ease .6s;
  z-index: -1;
}
.global_nav_item a:hover::before {
  top: 0;
  left: 0;
  transition: ease .6s;
}
.logo_box {
  width: 200px;
  padding: 0 0 0 30px;
}
.header_img {
  width: 150px;
}
.header_img img {
  display: block;
  width: 100%;
}
.header_title {
  margin: 0px;
  font-size: 11px;
  margin-bottom: 10px;
  color: #fff;
}
.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%;
}
a.telBtn {
  transition: all ease .6s;
  padding: 0 2vw;
  width: 30vw;
  max-width: 430px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(30 55 258/0.29);
  border-left: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}
a.telBtn img {
  display: inline-block;
  width: 100%;
}
a.telBtn:hover {
  transition: all ease .6s;
  background: rgb(255 254 1 / 25%);
}
.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;
  }
  .header_img {
    width: 110px;
  }
  .headerBox,
  .company-about .headerBox,
  .case-price .headerBox {
    height: 436px;
  }
  .headerBox_inner {
    top: 0;
  }
  .pageSubHeader {
    font-size: 40px;
  }
  .pageHeader {
    font-size: 17px;
  }
  header.bg {
    background: rgb(0 30 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 {
    flex-direction: column;
  }
  .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;
  }
}
@media screen and (max-width: 620px) {
  .headerBox,
  .company-about .headerBox,
  .case-price .headerBox {
    height: 70vw;
  }
  .headerBox_inner {
    padding: 0 4vw;
    top: 0;
  }
  .pageHeader {
    font-size: 3vw;
  }
  .pageSubHeader {
    font-size: 8.4vw;
  }
  .header_items {
    height: auto;
    padding: 0;
  }
  .header_title {
    display: none;
  }
  .logo_box {
    width: 30vw;
    max-width: 120px;
    padding: 0 4vw;
    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 {
    transition: all ease .6s;
    padding: 2.4vw 3.5vw;
    width: 50vw;
    height: 50px;
    max-width: 215px;
    background: none;
    border-left: none;
    border-bottom: none;
  }
  .menu_btn_box {
    display: block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #fff;
  }
  .menu_btn_box span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    background: #001e5a;
    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%;
  }
}
.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;
  height: auto;
  letter-spacing: normal;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  text-align: center;
  width: auto;
  max-width: 100%;
  justify-content: 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: 2px;
  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: 1px solid;
}
.sp_menu_navi_item:nth-child(1) {
  border-top: 1px solid;
}
.sp_menu_navi_item a {
  text-decoration: none;
  color: #001e5a;
  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;
}
.slick-slider, .slick-list, .slick-track {
  width: 100%;
  height: 100%;
}
.slider_item {
  width: 100%;
  height: 100%;
}
.slider_item:nth-child(1) {
  background: url("../images/top_bg_01.jpg") no-repeat center;
  background-size: cover;
}
.slider_item:nth-child(2) {
  background: url("../images/top_bg_02.jpg") no-repeat center;
  background-size: cover;
}
.slider_item:nth-child(3) {
  background: url("../images/top_bg_03.jpg") no-repeat center;
  background-size: cover;
}
.copy {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 1200px;
  width: 80%;
  color: #fff;
}
.copy .sub {
  font-weight: 900;
  font-family: Arial-black, sans-serif;
  font-size: 6vw;
  letter-spacing: 0.04em;
}
.copy h2 {
  margin: 0 auto;
  font-size: 3vw;
}
.top_btn_box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 180px;
}
.top_illustration {
  position: absolute;
  display: block;
  width: 22vw;
  height: auto;
  aspect-ratio: 1/1.667;
  background: url(../images/illust_01.png) no-repeat;
  background-size: 100% auto;
  bottom: -7vw;
  right: 15vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top_group {}
  .top_inner {
    margin: 0;
    overflow: hidden;
  }
  .bg_area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .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;
  }
  .copy h2 {
    font-size: 5.76vw;
  }
  .top_illustration {
    position: absolute;
    display: block;
    width: 42vw;
    height: auto;
    aspect-ratio: 1/1.667;
    background: url(../images/illust_01.png) no-repeat;
    background-size: 100% auto;
    bottom: -15vw;
    right: 7vw;
    z-index: 2;
  }
}
/* section common style */
.secHeader_box {}
.sec_subHeader {
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
  display: inline-block;
}
.sec_header {
  display: block;
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
}
/* case-section */
.case .secHeader_box {
  position: relative;
  margin-bottom: 60px;
}
.case .secHeader_box::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url("../images/header_bg_case.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -37px;
  left: -47px;
}
.case .sec_subHeader {
  text-align: left;
  color: #30394D;
  font-size: 40px;
}
.case .sec_header {
  font-size: 16px;
  text-align: left;
  color: #30394D;
}
.case {
  clip-path: polygon(0 0, 100% calc(0% + 10vw), 100% calc(100% - 10vw), 0% 100%);
  background: url("../images/case_bgPattern.svg") #fff;
  background-size: 40px 40px;
  padding: 10vw 0;
  margin-top: -10vw;
  position: relative;
}
.case::after {
  content: "";
  position: absolute;
  display: block;
  width: 50vw;
  height: auto;
  aspect-ratio: 1.45/1;
  background: url(../images/illust_02.png) no-repeat;
  background-size: 100% auto;
  bottom: -8vw;
  left: 10vw;
  z-index: -1;
}
.case_inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 80px 50px 120px;
  position: relative;
}
.case_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 80px;
}
.case_item {
  width: 33.1%;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.case_item::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: rgb(255 254 1 / 25%);
  position: absolute;
  top: -100%;
  left: -100%;
  transition: ease .6s;
  z-index: 1;
}
.case_item:hover::before {
  top: 0;
  left: 0;
  transition: ease .6s;
}
.case_item:nth-child(1) {
  background: url("../images/case_item1.jpg") no-repeat center;
  background-size: 100% auto;
}
.case_item:nth-child(2) {
  background: url("../images/case_item2.jpg") no-repeat center;
  background-size: 100% auto;
}
.case_item:nth-child(3) {
  background: url("../images/case_item3.jpg") no-repeat center;
  background-size: 100% auto;
}
.case_item > h3 {
  font-size: 25px;
  color: #fff;
  letter-spacing: 6px;
  position: relative;
  z-index: 2;
}
.case_item > h3::after {
  content: "";
  display: block;
  width: 120px;
  height: auto;
  aspect-ratio: 167/15;
  background: url(../images/case_arrow.svg) no-repeat;
  background-size: 100% auto;
  position: relative;
  bottom: -10px;
  margin: 5px auto 0;
}
.case a.squareBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #133A9E;
  width: 257px;
  height: 70px;
  margin: 0 auto;
  color: #133A9E;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.09em;
  position: relative;
  padding-right: 14px;
  overflow: hidden;
}
.case a.squareBtn::after {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  background: url("../images/btn_triangle.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.case a.squareBtn::before {
  content: "";
  display: block;
  width: 257px;
  height: 70px;
  background: rgb(30 55 258/0.29);
  position: absolute;
  top: -70px;
  left: -257px;
  transition: ease .6s;
  z-index: 3;
}
.case a.squareBtn:hover::before {
  top: 0;
  left: 0;
  transition: ease .6s;
}

@media screen and (max-width: 768px) {
  .case_box {
    width: 100%;
  }
  .case_item::before,
  .case a.squareBtn::before {
    display: none;
  }
  .case_item > h3 {
    font-size: 19px;
  }
  .case_item > h3::after {
    width: 90px;
  }
}
@media screen and (max-width: 620px) {
  .case {
    padding: 10vw 0;
    overflow: hidden;
  }
  .case::after {
    content: "";
    position: absolute;
    display: block;
    width: 103vw;
    height: auto;
    aspect-ratio: 1.45/1;
    background: url(../images/illust_02.png) no-repeat;
    background-size: 100% auto;
    bottom: -18vw;
    left: -6vw;
    z-index: -1;
  }
  .case_inner {
    margin: 0 auto;
    padding: 80px 4vw 49vw;
    position: relative;
  }
  .case .sec_subHeader {
    font-size: 9.76vw;
  }
  .case .secHeader_box::before {
    content: "";
    display: block;
    width: 100px;
    height: 44px;
    background: url(../images/header_bg_case.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -27px;
    left: -17px;
  }
  .case_box {
    margin: 0 auto 8px;
  }
  .case_item {
    width: 95%;
    aspect-ratio: 1.3/1;
    margin: 0 auto 16vw;
    padding: 4vw 5vw 8vw;
  }
  .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;
  }
  .case_item:nth-child(3) {
    background: url("../images/case_item3.jpg") no-repeat center top;
    background-size: 100% auto;
  }
  .case_item > h3 {
    margin-bottom: 18px;
    height: auto;
    font-size: 4.61vw;
  }
}
.company {
  background: url(../images/company_bg.jpg) no-repeat left;
  background-size: cover;
  margin-top: -12vw;
  padding: 17vw 0 120px;
}
.company_inner {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: flex-end;
  padding: 0 50px;
}
.company_box {
  width: 500px;
  padding: 30px;
  position: relative;
}
.company_box::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/header_bg_company.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -22px;
  left: -30px;
}
.company_box::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/header_bg_company.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -22px;
  right: -30px;
  transform: rotate(180deg);
}
.company .secHeader_box {
  position: relative;
}
.company .sec_subHeader {
  color: #fff;
  text-align: left;
  font-size: 41px;
  margin-bottom: 11px;
}
.company .sec_header {
  color: #fff;
  text-align: left;
}
.company p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.company a.squareBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  width: 257px;
  height: 70px;
  margin: 50px auto 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.09em;
  position: relative;
  overflow: hidden;
}
.company a.squareBtn::after {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  background: url("../images/btn_triangle_white.svg") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.company a.squareBtn::before {
  content: "";
  display: block;
  width: 257px;
  height: 70px;
  background: rgb(30 55 258/0.29);
  position: absolute;
  top: -70px;
  left: -257px;
  transition: ease .6s;
  z-index: 3;
}
.company a.squareBtn:hover::before {
  top: 0;
  left: 0;
  transition: ease .6s;
}
@media screen and (max-width:768px) {
  .company_box {
    width: 65%;
    padding: 3.9vw;
    position: relative;
  }
  .company a.squareBtn::before {
    display: none;
  }
}
@media screen and (max-width:620px) {
  .company_box {
    width: 100%;
    padding: 10vw;
    position: relative;
  }
  .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 {
    font-size: 16px;
    text-shadow: 1px 1px 6px rgb(12 24 50 / 46%);
  }
  .company p {
    font-size: 3.53vw;
    text-shadow: 1px 1px 6px rgb(12 24 50 / 46%);
  }
  .company a.squareBtn {
    margin-top: 40px;
    background: rgb(255 255 255 / 39%);
  }
  .company_box::before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/header_bg_company.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 10vw;
    left: 2vw;
  }
  .company_box::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/header_bg_company.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -2vw;
    right: 3vw;
    transform: rotate(180deg);
  }
}
/* inquiry-section */
.inquiry {
  background: url(../images/inquiry_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.inquiry::before {
  content: "";
  width: 100vw;
  height: 8px;
  display: block;
  background: #FDFF00;
  position: relative;
  top: -8px;
}
.inquiry_inner {
  padding: 60px 0 70px;
}
.inquiry .secHeader_box {
  margin: 0 auto;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
}
.inquiry .sec_subHeader {
  font-size: 40px;
}
.inquiry_btn_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: 2px solid#fff;
  width: 523px;
  height: 170px;
  margin: 0 auto;
}
a.inquiry_btn_box:hover {
  transition: all ease .6s;
  background: rgb(255 254 1 / 25%);
}
.inquiry_btn_box img {
  display: inline-block;
  width: 90%;
}
@media screen and (max-width: 620px) {
  .inquiry_btn_box {
    width: 80%;
    height: auto;
    padding: 5vw 0;
  }
  .inquiry .sec_subHeader {
    font-size: 9.76vw;
  }
  .inquiry .sec_header {
    font-size: 16px;
  }
}
.breadcrumb {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  margin: -4.3vw auto 0;
  max-width: 1200px;
  padding: 0 50px;
}
.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: 7px;
  background: url("../images/btn_triangle.svg") no-repeat;
  background-size: 100% auto;
  position: relative;
  top: -1px;
  margin-left: 7px;
}
.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;
  position: relative;
}
.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;
}
.about_contents_list {
  display: flex;
  flex-wrap: wrap;
  width: 68%;
  margin: 30px auto;
}
.about_contents_list dt {
  width: 22%;
  padding: 18px 0;
  border-bottom: 2px solid #001e5a;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.5;
  color: #001e5a;
}
.about_contents_list dd {
  width: 78%;
  margin: 0;
  padding: 18px 0;
  border-bottom: 1px solid #001e5a;
  padding-left: 50px;
  font-size: 16px;
  line-height: 2.5;
}
.map {
  width: 68%;
  margin: 0 auto;
}
.map iframe {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width:768px) {
  .breadcrumb {
    margin: 0 auto;
  }
}
@media screen and (max-width:620px) {
  .breadcrumb {
    margin: 0 auto 0;
    padding: 0 4vw;
  }
  .page_sec {
    padding: 100px 4vw 50px;
  }
  .secHeader {
    margin: 0px auto 9.4vw;
    font-size: 5.65vw;
  }
  .page_secInner {
    margin-bottom: 90px;
  }
  .page_secInner:last-child {
    margin-bottom: 50px;
  }
  .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;
  }
}
.contents {
  background: url(../images/case_bgPattern.svg) #fff;
  background-size: 40px 40px;
}
.case_cover {
  margin-bottom: 80px;
  padding: 50px 50px;
  background: #f4f5f6;
  position: relative;
}
.case_cover h3 {
  position: relative;
  margin: 0 auto 40px;
  font-size: 24px;
  color: #001e5a;
  letter-spacing: 0.05em;
  border-left: 5px solid #FDFF00;
  padding-left: 13px;
}
.case_cover::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/header_bg_case.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -9px;
  left: -9px;
}
.case_cover::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/header_bg_case.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -9px;
  right: -9px;
  transform: rotate(180deg);
}
.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: #fff;
  width: 90%;
  margin: -26px auto 0;
  padding: 30px 15px;
  z-index: 2;
  position: relative;
  box-shadow: 2px 2px 6px -4px #ccc;
}
.item_info h4 {
  margin: 0 auto;
  position: relative;
}
.item_info h4::before {
  content: "case";
  color: #ccc;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  display: block;
  top: -26px;
  left: -5px;
}
table.price {
  border-collapse: separate;
  border-spacing: 5px;
  width: 68%;
  font-size: 15px;
  margin: 0 auto 80px;
  letter-spacing: 0.05em;
}
.price th {
  background: #7795c2;
  color: #fff;
}
.price td {
  background: #ededed;
}
.price th, .price td {
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}
.priceTableHeader {
  position: relative;
  font-size: 24px;
  color: #001e5a;
  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;
  }
  .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-bottom: 80px;
    padding: 50px 9vw;
  }
  .case_itemBox {
    width: 100%;
    margin-right: 0;
  }
  .case_itemBox:nth-child(3n) {
    margin-right: 0;
  }
  .case_itemBox:nth-child(n+2) {
    margin-top: 13vw;
  }
  .case_cover h3, .priceTableHeader {
    font-size: 4.5vw;
  }
  .priceTableHeader {
    width: 100%;
  }
  .item_info h4 {
    font-size: 3.29vw;
  }
  table.price {
    width: 100%;
    font-size: 3.5vw;
  }
}


/* footer */
footer {
  color: #061E5A;
}
.footer_inner {
  margin: 0 auto;
}
.footer_mainInfo {
  width: 100%;
  display: flex;
  border-radius: 20px;
  padding: 30px 40px 0;
}
.info_group {
  display: flex;
}
.f_logo {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  width: 200px;
  border-right: 1px solid #061E5A;
  font-weight: 600;
}
.f_logo_img {
  width: 200px;
  display: block;
}
.f_logo_img img {
  width: 130px;
  display: block;
  margin-bottom: 10px;
}
.f_adress {
  width: 350px;
  padding: 0 50px;
  border-right: 1px solid #061E5A;
}
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 20px;
  font-size: 14px;
  font-weight: bold;
  color: #061E5A;
  text-decoration: none;
}
.f_link a:nth-child(n+2) {
  border-left: 2px dashed #061E5A;
}
.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: 12px;
  text-align: right;
  margin: 0;
}
.subInfo_link a {
  margin: 0 5px;
}
@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;
  }
  .f_link {
    display: block;
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #061E5A;
    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 0;
  }
  .info_group {
    width: 100%;
    flex-direction: column;
  }
  .f_logo {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #061E5A;
    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%;
  }
}