.company_lead {
  background: url(../images/common/bg1.webp) no-repeat center top;
  background-size: cover;
  padding: 60px 20px 50px;
}
/* company_info
---------------------------------------------------- */
.company_info {
  background: url(../images/common/bg3.webp) no-repeat center top;
  background-size: cover;
  padding: 60px 20px 70px;
}
.company_info_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.company_info h2 {
  text-align: center;
  font-size: 43px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  padding-bottom: 12px;
  background: url(../images/company/company_info_title_line.webp) no-repeat center bottom;
}
.company_info table {
  border-top: 1px solid #b7b09f;
  border-left: 1px solid #b7b09f;
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0 50px;
}
.company_info table th, .company_info table td {
  border-bottom: 1px solid #b7b09f;
  border-right: 1px solid #b7b09f;
  line-height: 1.5;
  font-size: 17px;
  background-color: #fff;
  padding: 15px 25px;
}
.company_info table th {
  font-weight: normal;
  background-color: #faf0da;
  text-align: center;
  width: 30%;
}
.company_info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  row-gap: 40px;
}
.company_info ul li {
  width: min(31.16vw, 374px);
  background: url(../images/common/bg1.webp) no-repeat center center;
  text-align: center;
  padding: 24px 0;
  box-shadow: 10px 10px 0px 0px rgb(176, 148, 83);
}
.company_info ul li img {
  width: min(27vw, 324px);
  height: auto;
}
.company_info ul li dt {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin: 20px 0 15px;
  color: #a2843d;
}
.company_info ul li dd p {
  font-size: 16px;
}
.company_info ul li dd .map_btn {
  margin-top: 15px;
}
.company_info ul li dd .map_btn a {
  display: inline-block;
  border-radius: 50px;
  background-color: #000;
  padding: 10px 33px 13px 30px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}
.company_info ul li dd .map_btn a::before {
  display: inline-block;
  content: "";
  background: url(../images/common/ar1.webp) no-repeat left top;
  background-size: contain;
  width: 11px;
  height: 13px;
  vertical-align: middle;
  margin: -4px 10px 0 0;
}

@media screen and (max-width: 750px) {
  .company_info {
    padding: 8vw 5.33vw 10vw;
  }
  .company_info h2 {
    font-size: 5.86vw;
    background-size: 30vw auto;
    padding: 0 0 1.8vw;
  }
  .company_info table {
    margin: 5.33vw 0 8vw;
  }
  .company_info table th, .company_info table td {
    display: block;
    font-size: 3.733vw;
    padding: 3.467vw 5.333vw;
  }
  .company_info table th {
    text-align: left;
    padding: 2.133vw 5.333vw;
    width: auto;
  }
  .company_info ul {
    display: block;
  }
  .company_info ul li {
    width: auto;
    padding: 5.33vw;
    box-shadow: 2.13vw 2.13vw 0px 0px rgb(176, 148, 83);
    margin-top: 8vw;
  }
  .company_info ul li img {
    width: 100%;
    max-width: 324px;
    height: auto;
  }
  .company_info ul li dt {
    font-size: 5.33vw;
    margin: 3vw 0;
  }
  .company_info ul li dd p {
    font-size: 3.8vw;
  }
  .company_info ul li dd .map_btn {
    margin-top: 4vw;
  }
  .company_info ul li dd .map_btn a {
    border-radius: 13.33vw;
    font-size: 4.26vw;
    padding: 3.6vw 0;
    padding: 3.467vw 8vw;
  }
  .company_info ul li dd .map_btn a::before {
    width: 3vw;
    height: 3vw;
    margin: -1vw 1.8vw 0 0;
  }
}
/* company_head
---------------------------------------------------- */
.company_head {
  background-image: linear-gradient(90deg, rgb(180, 132, 62) 0%, rgb(205, 171, 81) 12%, rgb(230, 209, 99) 23%, rgb(180, 132, 62) 61%, rgb(230, 209, 99) 100%);
  padding-top: 6px;
}
.company_head_inner {
  background: url(../images/common/page_title_back.avif) no-repeat center top;
  background-size: cover;
  padding: 50px 20px 40px;
  text-align: center;
}
.company_head_inner h2 {
  font-size: 36px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
}
.company_head_inner p {
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 1.9;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .company_head {
    padding-top: 4px;
  }
  .company_head_inner {
    padding: 6vw 5.33vw;
  }
  .company_head_inner h2 {
    font-size: 5.8vw;
    line-height: 1.5;
  }
  .company_head_inner p {
    font-size: 3.2vw;
    line-height: 1.8;
    margin: 3vw 0 0;
    text-align: left;
  }
}
/* company_contents
---------------------------------------------------- */
.company_contents {
  background: url(../images/common/bg1.webp) no-repeat center top;
  background-size: cover;
}
.company_contents_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 60px;
}
.company_contents_inner .txt_marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffea88 60%);
}
.company_contents ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.company_contents ol .list_type1 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  border: min(0.25vw, 3px) solid #b09453;
  padding: 27px min(2.5vw, 30px);
}
.company_contents ol .list_type1 figure {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: min(21.75vw, 261px);
  height: min(15.16vw, 182px);
}
.company_contents ol .list_type1 figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.company_contents ol .list_type1 dl {
  width: min(69.16vw, 830px);
}
.company_contents ol .list_type1 dl dt {
  display: flex;
  align-items: center;
  gap: 23px;
}
.company_contents ol .list_type1 dl dt .number {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 52px;
  color: #a2843d;
  line-height: 1;
  font-style: italic;
}
.company_contents ol .list_type1 dl dt span:not(.number) {
  font-size: 24px;
  color: #a2843d;
  line-height: 1;
  font-weight: 600;
  border-bottom: 4px solid #b09453;
  padding: 10px 2px 6px;
}
.company_contents ol .list_type1 dl dd p {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 15px;
}
.company_contents ol .list_type1 dl dd p a {
  color: #0068b9;
  text-decoration: underline;
}
.company_contents ol .list_type1 > div {
  width: 100%;
  margin-top: 30px;
}
.company_contents ol .list_type1 > div img {
  display: block;
  margin: 0 auto;
}
.company_contents ol .list_type2 {
  width: 48%;
  display: block;
}
.company_contents ol .list_type2 .item_title {
  display: flex;
  align-items: center;
  gap: 23px;
  width: 100%;
}
.company_contents ol .list_type2 .item_title .number {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 52px;
  color: #a2843d;
  line-height: 1;
  font-style: italic;
}
.company_contents ol .list_type2 .item_title span:not(.number) {
  font-size: 24px;
  color: #a2843d;
  line-height: 1;
  font-weight: 600;
  border-bottom: 4px solid #b09453;
  padding: 10px 2px 6px;
}
.company_contents ol .list_type2 .item_body {
  margin-top: 20px;
  display: flex;
  gap: min(1.66vw, 20px);
  align-items: flex-start;
}
.company_contents ol .list_type2 .item_body figure {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: min(0.08vw, 1px) solid #ccc;
  width: min(15.16vw, 182px);
  height: min(15.16vw, 182px);
  background-color: #fff;
}
.company_contents ol .list_type2 .item_body figure img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.company_contents ol .list_type2 .item_body p {
  width: min(30.83vw, 370px);
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .company_contents {
    padding: 8vw 5.33vw;
  }
  .company_contents_inner {
    padding: 0;
  }
  .company_contents ol {
    display: block;
  }
  .company_contents ol .list_type1 {
    width: auto;
    display: block;
    border: 1px solid #b09453;
    padding: 5.33vw;
  }
  .company_contents ol .list_type1 + .list_type1 {
    margin-top: 5.33vw;
  }
  .company_contents ol .list_type1 figure {
    width: 69.6vw;
    height: 48.533vw;
    margin: 0 auto 4vw;
  }
  .company_contents ol .list_type1 dl {
    width: auto;
  }
  .company_contents ol .list_type1 dl dt {
    gap: 3.467vw;
  }
  .company_contents ol .list_type1 dl dt .number {
    font-size: 9.6vw;
  }
  .company_contents ol .list_type1 dl dt p {
    font-size: 4.8vw;
    border-bottom: 0.8vw solid #b09453;
    padding: 2.667vw 0.533vw 1.6vw;
  }
  .company_contents ol .list_type1 dl dd p {
    font-size: 3.733vw;
    line-height: 1.8;
    margin-top: 3.467vw;
  }
  .company_contents ol .list_type1 > div {
    margin-top: 5.33vw;
  }
  .company_contents ol .list_type2 {
    width: auto;
    display: block;
    margin-top: 5.33vw;
  }
  .company_contents ol .list_type2 .item_title {
    gap: 3.467vw;
  }
  .company_contents ol .list_type2 .item_title .number {
    font-size: 9.6vw;
  }
  .company_contents ol .list_type2 .item_title p {
    font-size: 4.8vw;
    border-bottom: 0.8vw solid #b09453;
    padding: 2.667vw 0.533vw 1.6vw;
  }
  .company_contents ol .list_type2 .item_body {
    margin-top: 5.33vw;
    display: block;
  }
  .company_contents ol .list_type2 .item_body figure {
    width: 69.6vw;
    height: 48.533vw;
    margin: 0 auto 4vw;
  }
  .company_contents ol .list_type2 .item_body p {
    width: auto;
    font-size: 3.733vw;
    margin-top: 3.467vw;
  }
}
/* platinum
---------------------------------------------------- */
.platinum {
  background: url(../images/company/platinum_bg.webp) no-repeat center top;
  background-size: cover;
  padding: 60px 20px 60px;
}
.platinum_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.platinum_txt {
  width: min(65vw, 780px);
}
.platinum_txt h3 {
  color: #a2843d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  margin: 40px 0 0;
}
.platinum_txt p {
  color: #fff;
  line-height: 1.9;
  margin-top: 30px;
}
.platinum_box {
  background-color: #dfe6ea;
  border-radius: 5px;
  padding: 25px 0 25px 50px;
  display: flex;
  align-items: center;
  margin: 30px 0 40px;
}
.platinum_box dt {
  font-weight: 600;
  font-size: 24px;
  width: 240px;
  padding: 0 0 10px;
}
.platinum_box dd {
  width: 830px;
  line-height: 1.9;
}
.platinum_btn a {
  display: block;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  width: 320px;
  height: 54px;
  box-sizing: border-box;
  border: 3px solid #666;
  line-height: 46px;
  font-size: 18px;
  font-weight: 600;
}
.platinum_btn a::before {
  display: inline-block;
  content: "";
  background: url(../images/common/ar1.webp) no-repeat left top;
  background-size: contain;
  width: 12px;
  height: 14px;
  vertical-align: middle;
  margin: -5px 8px 0 0;
}

@media screen and (max-width: 750px) {
  .platinum {
    background: #000;
    padding: 8vw 5.33vw;
  }
  .platinum_txt {
    width: auto;
  }
  .platinum_txt h2 img {
    width: 100%;
    max-width: 574px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .platinum_txt figure {
    margin: 5.33vw 0;
  }
  .platinum_txt figure img {
    width: 100%;
    height: auto;
  }
  .platinum_txt h3 {
    font-size: 4.267vw;
    line-height: 1.8;
    margin: 5.333vw 0 0;
  }
  .platinum_txt h3 br {
    display: none;
  }
  .platinum_txt p {
    font-size: 3.733vw;
    margin-top: 5.333vw;
  }
  .platinum_box {
    border-radius: 0.8vw;
    padding: 5.333vw;
    display: block;
    margin: 5.333vw 0 8vw;
  }
  .platinum_box dt {
    font-size: 4.267vw;
    width: auto;
    padding: 0 0 2.667vw;
  }
  .platinum_box dt br {
    display: none;
  }
  .platinum_box dd {
    width: auto;
    font-size: 3.733vw;
  }
  .platinum_btn a {
    display: block;
    width: auto;
    height: auto;
    border: 0.8vw solid #666;
    border-radius: 13.33vw;
    font-size: 3.6vw;
    line-height: 1;
    padding: 3vw 0 3.4vw;
  }
  .platinum_btn a::before {
    width: 3vw;
    height: 3vw;
    margin: -1vw 1.2vw 0 0;
  }
}
/* kodawari
---------------------------------------------------- */
.kodawari {
  background: url(../images/common/bg1.webp) no-repeat center top;
  background-size: cover;
  padding: 60px 20px;
}
.kodawari_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.kodawari h2 {
  text-align: center;
  margin: 0 0 40px;
}
.kodawari ol li {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 30px;
  border-bottom: 1px solid #ccc;
}
.kodawari ol li div {
  width: min(30vw, 360px);
  position: relative;
}
.kodawari ol li div span {
  position: absolute;
  left: -10px;
  top: -10px;
}
.kodawari ol li dl {
  width: min(66.66vw, 800px);
}
.kodawari ol li dl dt {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #a2843d;
  display: inline-block;
  border-bottom: 4px solid #a2843d;
  padding: 0 0 4px;
  margin: 0 0 20px;
}
.kodawari ol li dl dd {
  line-height: 1.9;
}

@media screen and (max-width: 750px) {
  .kodawari {
    padding: 8vw 5.33vw 1vw;
  }
  .kodawari h2 {
    margin: 0 0 8vw;
  }
  .kodawari h2 img {
    width: 80vw;
    height: auto;
  }
  .kodawari ol li {
    padding: 0 0 10vw;
    display: block;
    border: none;
  }
  .kodawari ol li div {
    width: min(96vw, 360px);
    max-width: 100%;
    margin: 0 auto;
  }
  .kodawari ol li div span {
    position: absolute;
    left: 0;
    top: 0;
  }
  .kodawari ol li div span img {
    width: 15vw;
    max-width: 68px;
    height: auto;
  }
  .kodawari ol li div figure {
    width: 100%;
    max-width: 360px;
    height: auto;
  }
  .kodawari ol li dl {
    width: auto;
  }
  .kodawari ol li dl dt {
    font-size: 4.8vw;
    border-bottom: 0.8vw solid #b09453;
    padding: 0 0.533vw 1.6vw;
    margin: 3vw 0;
  }
  .kodawari ol li dl dd {
    font-size: 3.733vw;
  }
}
/* company_case
---------------------------------------------------- */
.company_case {
  background: url(../images/common/bg2.webp) no-repeat center bottom;
  background-size: cover;
}
.company_case_inner {
  width: min(100vw, 1280px);
  margin: 0 auto;
  padding: 60px 0 80px;
}
.company_case_inner .case_title {
  text-align: center;
  font-size: 43px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 25px;
  padding-bottom: 12px;
  background: url(../images/company/case_title_line.webp) no-repeat center bottom;
}
.company_case_inner .case_title + p {
  text-align: center;
  color: #fff;
  line-height: 1.9;
  margin: 0 0 40px;
}
.company_case_inner .slide {
  position: relative;
  width: min(93.75vw, 1200px);
  margin-right: auto;
  margin-left: auto;
}
.company_case_inner .slide .slide_ar {
  position: absolute;
  top: 22%;
  transition: opacity 0.4s;
  width: min(1.87vw, 24px);
  height: auto;
  cursor: pointer;
}
.company_case_inner .slide .slide_ar.slide_ar_prev {
  left: max(-3.12vw, -40px);
}
.company_case_inner .slide .slide_ar.slide_ar_next {
  right: max(-3.12vw, -40px);
}
.company_case_inner .slide .slide_ar:hover {
  opacity: 0.6;
  transition: opacity 0.4s;
}
.company_case_inner .slide ul {
  display: flex;
  justify-content: center;
  gap: min(3.04vw, 39px);
}
.company_case_inner .slide ul li {
  width: min(21.17vw, 271px);
}
.company_case_inner .slide ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.company_case_inner .slide ul li a img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: min(0.78vw, 10px);
}
.company_case_inner .slide ul li a p {
  font-size: min(1.17vw, 15px);
  line-height: 1.7;
  color: #fff;
}
.company_case_inner .slide ul li a p.slide_item_date {
  font-size: min(1.01vw, 13px);
  margin-top: min(0.23vw, 3px);
}
.company_case_inner .company_case_btn a {
  display: block;
  margin: 35px auto 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  width: 300px;
  height: 54px;
  box-sizing: border-box;
  border: 3px solid #666;
  line-height: 46px;
  font-size: 18px;
  font-weight: 600;
}
.company_case_inner .company_case_btn a::before {
  display: inline-block;
  content: "";
  background: url(../images/common/ar8.webp) no-repeat left top;
  background-size: contain;
  width: 12px;
  height: 14px;
  vertical-align: middle;
  margin: -4px 8px 0 0;
}
.company_case .greeting {
  background-color: #fff;
  margin: 50px auto 0;
  padding: 50px 70px 55px;
  max-width: 1200px;
  box-sizing: border-box;
}
.company_case .greeting h2 {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
.company_case .greeting p {
  line-height: 1.9;
  margin-top: 30px;
}
.company_case .greeting p.name {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24px;
}
.company_case .greeting p.name span {
  font-size: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 750px) {
  .company_case {
    padding: 8vw 5.333vw 10.667vw;
  }
  .company_case_inner {
    width: auto;
    padding: 0;
  }
  .company_case_inner .case_title {
    font-size: 6.933vw;
    margin: 0 0 4vw;
    padding-bottom: 2.133vw;
    background-size: auto 4vw;
  }
  .company_case_inner .case_title + p {
    font-size: 3.733vw;
    text-align: left;
    margin: 0 0 8vw;
  }
  .company_case_inner .slide {
    width: auto;
  }
  .company_case_inner .company_case_btn a {
    border: 0.8vw solid #666;
    border-radius: 13.33vw;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 4.1vw;
    padding: 2.8vw 0 3.3vw;
  }
  .company_case_inner .company_case_btn a::before {
    width: 2.6vw;
    height: 3vw;
    margin: -1vw 1.8vw 0 0;
  }
  .company_case .greeting {
    margin: 8vw auto 0;
    padding: 8vw 5.333vw;
  }
  .company_case .greeting h2 {
    font-size: 5.333vw;
    margin-bottom: 0;
  }
  .company_case .greeting p {
    margin-top: 5.333vw;
    font-size: 3.733vw;
  }
  .company_case .greeting p.name {
    font-size: 4.8vw;
  }
  .company_case .greeting p.name span {
    font-size: 3.733vw;
    margin-right: 1.333vw;
  }
}
/* nail
---------------------------------------------------- */
.nail {
  max-width: 1200px;
  margin: 60px auto;
  border: 1px solid #d7ceb9;
  box-sizing: border-box;
  padding: 40px 45px;
  display: flex;
  align-items: flex-start;
  gap: 45px;
}
.nail img {
  width: min(32.41vw, 389px);
  height: auto;
}
.nail .nail_txt {
  width: min(50vw, 600px);
}
.nail .nail_txt p {
  font-size: 18px;
  font-weight: bold;
}
.nail .nail_txt h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  color: #a2843d;
  display: inline-block;
  border-bottom: 4px solid #a2843d;
  padding: 0 0 4px;
  margin: 15px 0;
}
.nail .nail_txt h3 {
  font-size: 18px;
  font-weight: bold;
}
.nail .nail_txt h3::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #333;
  vertical-align: middle;
  margin: -3px 5px 0 0;
}
.nail .nail_txt h3 + p {
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0 30px;
}
.nail .nail_txt .nail_btn a {
  display: inline-block;
  border-radius: 50px;
  background-color: #000;
  padding: 10px 33px 13px 30px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}
.nail .nail_txt .nail_btn a::before {
  display: inline-block;
  content: "";
  background: url(../images/common/ar1.webp) no-repeat left top;
  background-size: contain;
  width: 11px;
  height: 13px;
  vertical-align: middle;
  margin: -4px 10px 0 0;
}

@media screen and (max-width: 750px) {
  .nail {
    margin: 10.667vw 5.33vw;
    padding: 5.333vw;
    display: block;
  }
  .nail img {
    width: 100%;
    max-width: 389px;
    height: auto;
    display: block;
    margin: 0 auto 4vw;
  }
  .nail .nail_txt {
    width: auto;
  }
  .nail .nail_txt p {
    font-size: 3.733vw;
  }
  .nail .nail_txt h2 {
    font-size: 4.8vw;
    border-bottom: 0.8vw solid #b09453;
    padding: 0 0 1.6vw;
    margin: 2vw 0;
  }
  .nail .nail_txt h3 {
    font-size: 4vw;
  }
  .nail .nail_txt h3::before {
    content: none;
    display: none;
  }
  .nail .nail_txt h3 + p {
    font-size: 3.733vw;
    margin: 2.667vw 0 4vw;
  }
  .nail .nail_txt .nail_btn a {
    border-radius: 13.33vw;
    font-size: 4.26vw;
    padding: 3.6vw 0;
    padding: 3.467vw 8vw;
  }
  .nail .nail_txt .nail_btn a::before {
    width: 3vw;
    height: 3vw;
    margin: -1vw 1.8vw 0 0;
  }
}/*# sourceMappingURL=company.css.map */
