@charset "UTF-8";
/*
Theme Name: wiz-group
Author: Airily
Version: 1.0
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, figure, figcaption, ul, ol, li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1680px) {
  html {
    font-size: 54.6%;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 45.5%;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 41.6%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 33.3%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

p {
  margin-bottom: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

a {
  color: #000;
}
a[href^="tel:"] {
  text-decoration: none;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.6;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.slick-gstyle {
  width: 100%;
}

#slick-gstyle_wrap {
  margin-bottom: 45px;
  overflow: hidden;
}
#slick-gstyle_wrap .gstyle-slide {
  width: 20rem;
  margin: 0 1rem;
}

.slick-gstyle_arrow_box {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  margin: 0 auto;
  position: relative;
  margin-bottom: 4.211em;
}
@media (max-width: 768px) {
  .slick-gstyle_arrow_box {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.slick-gstyle_arrow_box .prev-arrow,
.slick-gstyle_arrow_box .next-arrow {
  display: block;
  height: 15px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.slick-gstyle_arrow_box .prev-arrow::before,
.slick-gstyle_arrow_box .next-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.slick-gstyle_arrow_box .prev-arrow {
  width: 216px;
}
@media (max-width: 768px) {
  .slick-gstyle_arrow_box .prev-arrow {
    width: 116px;
  }
}
.slick-gstyle_arrow_box .prev-arrow::before {
  width: 216px;
  background-image: url(common/img/staff-slide_arrow-l.png);
}
@media (max-width: 768px) {
  .slick-gstyle_arrow_box .prev-arrow::before {
    width: 116px;
    background-image: url(common/img/staff-slide_arrow-l_sp.png);
  }
}
.slick-gstyle_arrow_box .next-arrow {
  width: 185px;
}
@media (max-width: 768px) {
  .slick-gstyle_arrow_box .next-arrow {
    width: 84px;
  }
}
.slick-gstyle_arrow_box .next-arrow::before {
  width: 185px;
  background-image: url(common/img/staff-slide_arrow-r.png);
  left: -185px;
}
@media (max-width: 768px) {
  .slick-gstyle_arrow_box .next-arrow::before {
    width: 84px;
    background-image: url(common/img/staff-slide_arrow-r_sp.png);
    left: -84px;
  }
}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 1.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

section,
.section-box {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding: 3em 20px;
}
@media (min-width: 769px) {
  section,
  .section-box {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-right: 20px;
    padding-left: 20px;
  }
}
section.full,
.section-box.full {
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
section.full .inner-max,
.section-box.full .inner-max {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}
section > p:last-child,
.section-box > p:last-child {
  margin-bottom: 0;
}

main {
  width: 100%;
}
main.sub-box {
  margin-top: 2em;
}
@media (max-width: 768px) {
  main.sub-box {
    margin-top: 90px;
  }
}
main.sub-box section {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
main.sub-box section.first {
  padding-bottom: 12rem;
  margin-bottom: 0 !important;
}
main.sub-box section:nth-last-of-type(1) {
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  main.sub-box section:nth-last-of-type(1) {
    margin-bottom: 6rem;
  }
}

.txt-c {
  text-align: center;
}

.pc_on {
  display: block;
}
@media (max-width: 768px) {
  .pc_on {
    display: none;
  }
}

.sp_on {
  display: block;
}
@media (min-width: 769px) {
  .sp_on {
    display: none;
  }
}

.pc_br {
  display: block;
}
@media (max-width: 768px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media (max-width: 768px) {
  .sp_br {
    display: block;
  }
}
@media (min-width: 769px) {
  .sp_br.non-br {
    white-space: nowrap;
  }
}
.sp_br.pad-r {
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .sp_br.pad-r {
    padding-right: 0;
  }
}
.sp_br.pad-l {
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .sp_br.pad-l {
    padding-left: 0;
  }
}

.s2v {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 768px) {
  .s2v {
    bottom: 0;
    right: 0;
  }
}
.s2v img {
  width: 50px;
  height: 50px;
}

.pageNum {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 768px) {
  .pageNum {
    font-size: 14px;
  }
}
.pageNum a {
  text-decoration: none;
}
.pageNum a.numb2 {
  padding: 0 2em;
}

.pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  clear: both;
  background-color: transparent;
  padding-top: 4em;
}
.pagination a {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #e8e8e8;
}
.pagination span {
  padding: 5px 10px;
  display: inline-block;
}
.pagination span.current {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

.fadeIn {
  opacity: 0;
  transition-duration: 1.3s;
  transition-property: opacity, transform;
}

.fadeIn-up {
  transform: translate(0, 50px);
}

.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

@media (max-width: 768px) {
  .js_scroll {
    width: 100%;
  }
  .scroll-hint-icon {
    top: 100px;
  }
}
a .img-ov {
  display: block;
  overflow: hidden;
  position: relative;
}
a .img-ov img {
  transition: ease 0.35s;
}
a .img-ov::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
a .img-ov:hover::before {
  animation: ring 0.8s;
}
a:hover .img-ov img {
  transform: scale(1.1, 1.1);
}

@keyframes ring {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.form-wrap {
  width: 100%;
  margin: 0 auto;
}
.form-wrap dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
.form-wrap dl dt, .form-wrap dl dd {
  margin: 0;
  padding: 0;
}
.form-wrap dl.v-top {
  align-items: flex-start;
}
@media (max-width: 768px) {
  .form-wrap dl > dt {
    width: 100%;
    float: none;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .form-wrap dl > dd {
    width: 100%;
    margin-left: 0;
  }
}
.form-wrap dl > dd input, .form-wrap dl > dd textarea {
  width: 100%;
  background: none;
  border: solid 1px #D9D9D9;
  padding: 8px;
  font-size: 1.9rem;
}
@media (max-width: 768px) {
  .form-wrap dl > dd input, .form-wrap dl > dd textarea {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
.form-wrap dl > dd textarea {
  height: 120px;
}
.form-wrap dl > dd .wpcf7-list-item input {
  width: auto;
}
.form-wrap dl > dd .list-colm {
  display: block;
  line-height: 1.5;
}
.form-wrap dl > dd .list-colm .wpcf7-list-item {
  display: block;
}
.form-wrap dl > dd .list-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
}
@media (max-width: 768px) {
  .form-wrap dl > dd .list-row {
    min-height: auto;
    flex-direction: column;
    align-items: baseline;
    line-height: 1.5;
  }
}
.form-wrap dl > dd .list-row.sp_row {
  flex-direction: row;
}
.form-wrap dl > dd .list-row.row3 {
  gap: 5px 2.5%;
}
.form-wrap dl > dd .list-row.row3 .wpcf7-list-item {
  margin: 0;
}
@media (max-width: 768px) {
  .form-wrap dl > dd .list-row.row3 .wpcf7-list-item {
    width: 100%;
  }
}
.form-wrap dl > dd .list-row.row3 .wpcf7-list-item:nth-child(3n+1) {
  width: 29%;
}
@media (max-width: 768px) {
  .form-wrap dl > dd .list-row.row3 .wpcf7-list-item:nth-child(3n+1) {
    width: 100%;
  }
}
.form-wrap dl > dd .list-row.row3 .wpcf7-list-item:nth-child(3n-1) {
  width: 34%;
}
@media (max-width: 768px) {
  .form-wrap dl > dd .list-row.row3 .wpcf7-list-item:nth-child(3n-1) {
    width: 100%;
  }
}
.form-wrap dl > dd .list-row.row3 .wpcf7-list-item:nth-child(3n) {
  width: 32%;
}
@media (max-width: 768px) {
  .form-wrap dl > dd .list-row.row3 .wpcf7-list-item:nth-child(3n) {
    width: 100%;
  }
}
.form-wrap dl > dd .list-row.row-auto {
  gap: 5px 3rem;
}
.form-wrap dl > dd .list-row.row-auto .wpcf7-list-item {
  margin: 0;
}
.form-wrap dl > dd .list-row input[type=radio], .form-wrap dl > dd .list-row input[type=checkbox] {
  scale: 1.3;
}
.form-wrap dl p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
  }
  .wpcf7-spinner {
    display: block;
    margin: 0 auto;
  }
}
.wpcf7 .wpcf7-submit:disabled {
  border: solid 1px #a8a8a8;
  color: #a8a8a8 !important;
}

.txt_req::after {
  content: "※必須";
  display: inline-block;
  margin-left: 5px;
  color: #C00000;
  font-size: 1.3rem;
}

p.txt_s_in-dt {
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.form-wrap.ctct {
  width: 100%;
}
@media (max-width: 768px) {
  .form-wrap.ctct {
    width: 100%;
    max-width: none;
  }
}
.form-wrap.ctct dl {
  padding: 15px 0;
  border-top: solid 1px #BFBFBF;
}
.form-wrap.ctct dl.last {
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 2.2em;
}
.form-wrap.ctct dl dt {
  width: 25%;
  padding-right: 2rem;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .form-wrap.ctct dl dt {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.form-wrap.ctct dl dd {
  width: 75%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .form-wrap.ctct dl dd {
    width: 100%;
    padding: 10px 0;
  }
}
.form-wrap.ctct dl dd input, .form-wrap.ctct dl dd textarea {
  padding: 8px;
}
.form-wrap.ctct ::-moz-placeholder {
  padding-left: 2rem;
  color: #A6A6A6;
  font-size: 1.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
.form-wrap.ctct ::placeholder {
  padding-left: 2rem;
  color: #A6A6A6;
  font-size: 1.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .form-wrap.ctct ::-moz-placeholder {
    font-size: 1.4rem;
  }
  .form-wrap.ctct ::placeholder {
    font-size: 1.4rem;
  }
}

.acc-wrap {
  margin: 3rem 2rem 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .acc-wrap {
    margin: 3rem 0 1.5rem;
  }
}
.acc-wrap p {
  margin-bottom: 0;
}
.acc-wrap p.acc-txt {
  line-height: 1.7;
  margin-bottom: 1.4em;
}
@media (max-width: 768px) {
  .acc-wrap p.acc-txt {
    text-align: left;
  }
}
.acc-wrap p.acc-check {
  margin-bottom: 2em;
}
.acc-wrap a:hover {
  opacity: 0.6;
}
.acc-wrap input[type=checkbox] {
  scale: 1.3;
}

.col2-form-btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 4rem;
}

input[type=submit], .tab-contents input[type=button] {
  -webkit-appearance: none;
  display: block;
  width: auto;
  margin: auto;
  padding: 3px 10px;
  background: #EFEFEF;
  border: solid 1px #787878;
  color: #000 !important;
  border-radius: 2px;
  font-size: 1.9rem;
}
input[type=submit]:hover, .tab-contents input[type=button]:hover {
  background: #E5E5E5;
}
@media (max-width: 768px) {
  input[type=submit], .tab-contents input[type=button] {
    font-size: 16px;
  }
}

.col2_acv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .col2_acv {
    flex-direction: column;
    align-items: unset;
    gap: 2rem;
  }
}
.col2_acv .box_img {
  width: 12.2951%;
  max-width: 150px;
}
@media (max-width: 768px) {
  .col2_acv .box_img {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
.col2_acv .box_img a {
  transition: 0.2s;
}
.col2_acv .box_img a img:hover {
  opacity: 1;
}
.col2_acv .box_img a:hover {
  opacity: 0.6;
}
.col2_acv .box_txt {
  flex: 1;
}
@media (max-width: 768px) {
  .col2_acv .box_txt {
    flex: auto;
  }
}
.col2_acv .box_txt a {
  text-decoration: none;
}
.col2_acv .box_txt a:hover {
  text-decoration: underline;
}
.col2_acv .box_txt .entry_box {
  margin-bottom: 2rem;
}
.col2_acv .box_txt .entry-day {
  color: #7F7F7F;
}
.col2_acv .box_txt .post_content img {
  margin: 3.5rem 0;
}
.col2_acv .box_txt .post_content h1, .col2_acv .box_txt .post_content h2, .col2_acv .box_txt .post_content h3, .col2_acv .box_txt .post_content h4, .col2_acv .box_txt .post_content h5, .col2_acv .box_txt .post_content h6 {
  font-size: inherit;
}
.col2_acv .box_txt .post_content .font-title-h3, .col2_acv .box_txt .post_content .font-title-h4, .col2_acv .box_txt .post_content .font-title-h5 {
  font-weight: 600;
  margin: 1.5em 0 1em;
  color: #434343;
}
.col2_acv .box_txt .post_content .font-title-h3 {
  font-size: 2.8rem;
  line-height: 1.25;
  padding-left: 0.8rem;
  border-left: 7px solid #786958;
}
.col2_acv .box_txt .post_content .font-title-h4 {
  font-size: 2.4rem;
  padding-bottom: 2px;
  border-bottom: 2px solid #786958;
}
.col2_acv .box_txt .post_content .font-title-h5 {
  padding-bottom: 0.2rem;
  border-bottom: 1px dotted #444;
}
.col2_acv .box_txt .post_content .font-title-h3 + br, .col2_acv .box_txt .post_content .font-title-h4 + br, .col2_acv .box_txt .post_content .font-title-h5 + br {
  display: none;
}
.col2_acv .box_txt .post_content .font-large {
  font-size: 125%;
  margin: 1rem 0;
}
.col2_acv .box_txt .post_content a {
  color: #b4966f;
}
.col2_acv .box_txt .post_content ul, .col2_acv .box_txt .post_content li {
  list-style: none;
}
.col2_acv.single {
  align-items: unset;
  margin-top: 3rem;
}

.tbl-aco.aco-wrapper {
  border-bottom: solid 1px #BFBFBF;
}

@media (max-width: 768px) {
  .col-l .tbl-aco.aco-wrapper {
    border-bottom: none;
  }
}
.aco-wrapper {
  width: 100%;
  border-spacing: 0;
  margin: 0 auto;
}
.aco-wrapper.first tr:first-of-type .aco-text {
  display: block;
}
.aco-wrapper.first tr:first-of-type .aco-btn::after {
  transform: rotate(0);
}
.aco-wrapper.first tr:first-of-type .aco-btn.active::after {
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .aco-content {
    display: block;
  }
}

.aco-btn.aco-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  position: relative;
  cursor: pointer;
}

.box_question {
  width: 100%;
  display: flex;
  line-height: 1;
  position: relative;
  /*
  counter-increment: quest;
  &::before {
  	content: "Q"counter(quest);
  	display: block;
  	width: 6.5%;
  	text-align: center;
  	//padding-right: 10px;
  	font-size: 2.35rem;
  	line-height: 1.3;
  	@include mq(sp) {
  		width: 50px;
  		font-size: 1.8rem;
  	}
  }
  	*/
  /*
  &::before {
  	content: url(../img/h4_icon.webp);
  	display: block;
  	width: 17px;
  	margin-right: 1rem;
  	//line-height: 1.8;
  }
  	*/
  /*
  p {
  	margin-bottom: 0;
  }
  	*/
}
.box_question .in_question {
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
  position: relative;
  padding: 3.5rem 1rem;
  border-top: solid 1px #BFBFBF;
  color: #000;
  line-height: 1.4;
  cursor: pointer;
}
@media (min-width: 769px) {
  .box_question .in_question {
    height: 100px;
  }
}
.box_question .in_question p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 2.7rem;
  padding-right: 45px;
}
@media (max-width: 768px) {
  .box_question .in_question p {
    font-size: 15px;
  }
}
.box_question .in_question .number {
  min-width: 20px;
  color: #002060;
  font-size: 2.5rem;
  margin-right: 20px;
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 769px) {
  .box_question .in_question .number {
    font-size: 4.3rem;
  }
}

.aco-btn {
  /*&::before, */ /*&::after {
	//content: "";
	//content: url(../img/arrow_accordion.webp);
	//display: block;
	//width: 18px;
	//height: 8px;
	//line-height: 1;
	//background-color: #7F7F7F;
	transition: all 0.4s;
	//position: absolute;
	//right: 25px;
	//bottom: 2.5rem;

	content: "";
	display: block;
	width: 20px;
	height: 2px;
	border-bottom: 4px solid #786858;
	//border-right: 4px solid #786858;
	position: absolute;
	right: 15px;
	//transform: translateY(0) rotate(45deg);
}*/
}
.aco-btn::before, .aco-btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #000;
  transition: all 0.4s;
  position: absolute;
  right: 15px;
  bottom: 46%;
}
.aco-btn::after {
  transform: rotate(90deg);
}

.aco-btn.active::after {
  transform: rotate(0);
}

.aco-text.aco-wrapper {
  padding: 0 2rem 4rem;
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  .aco-text.aco-wrapper {
    padding: 2rem 0;
    font-size: 15px;
  }
}
.aco-text.aco-wrapper .box_answer .in_answer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  color: #000;
}
@media (min-width: 769px) {
  .aco-text.aco-wrapper .box_answer .in_answer {
    flex-direction: row;
    padding: 1em 10px;
  }
}
.aco-text.aco-wrapper .box_answer .in_answer figure {
  width: 100%;
  max-width: none;
  text-align: center;
}
@media (min-width: 769px) {
  .aco-text.aco-wrapper .box_answer .in_answer figure {
    width: 44.8718%;
    max-width: 350px;
    text-align: left;
  }
}
.aco-text.aco-wrapper .box_answer .in_answer span.txt_answer {
  flex: 1;
  font-size: 15px;
}
@media (min-width: 769px) {
  .aco-text.aco-wrapper .box_answer .in_answer span.txt_answer {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .aco-text.aco-wrapper .box_answer .in_answer span.txt_answer {
    line-height: 1.7;
  }
}
.aco-text.aco-wrapper .box_answer p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.tbl-aco_menu {
  border-collapse: collapse;
  width: 100%;
  width: 100%;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .tbl-aco_menu {
    display: block;
    width: 100%;
  }
  .tbl-aco_menu tbody {
    display: block;
  }
  .tbl-aco_menu tbody tr {
    display: block;
  }
}
.tbl-aco_menu th, .tbl-aco_menu td {
  padding: 0;
}

/*
.tbl-aco_menu.aco-wrapper {
	border-bottom: solid 1px #BFBFBF;
}
*/
@media (max-width: 768px) {
  /*
  .col-l {
  	.tbl-aco.aco-wrapper {
  		border-bottom: none;
  	}
  }
  */
}
/**/
.aco-wrapper-02 {
  width: 100%;
  border-spacing: 0;
  margin: 0 auto;
}
.aco-wrapper-02.first tr:first-of-type .aco-text {
  display: block;
}
.aco-wrapper-02.first tr:first-of-type .aco-btn::after {
  transform: rotate(0);
}
.aco-wrapper-02.first tr:first-of-type .aco-btn.active::after {
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .aco-content {
    display: block;
  }
}

.aco-btn-02.aco-wrapper-02 {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.box_question-02 {
  width: 100%;
  display: flex;
  border-bottom: 10px solid #002060;
  line-height: 1;
  position: relative;
  /*
  counter-increment: quest;
  &::before {
  	content: "Q"counter(quest);
  	display: block;
  	width: 6.5%;
  	text-align: center;
  	//padding-right: 10px;
  	font-size: 2.35rem;
  	line-height: 1.3;
  	@include mq(sp) {
  		width: 50px;
  		font-size: 1.8rem;
  	}
  }
  	*/
  /*
  &::before {
  	content: url(../img/h4_icon.webp);
  	display: block;
  	width: 17px;
  	margin-right: 1rem;
  	//line-height: 1.8;
  }
  	*/
  /**/
}
.box_question-02 p {
  margin-bottom: 0;
}
.box_question-02 .in_question-02 {
  width: 100%;
  display: flex;
  align-items: center;
  height: auto;
  position: relative;
  padding: 2rem 2.5rem;
  color: #000;
  line-height: 1.4;
  cursor: pointer;
  /*
  .number {
  	min-width: 20px;
  	color: #002060;
  	font-size: 2.5rem;
  	//font-weight: 400;
  	//font-family: v.$f-mincho;
  	margin-right: 20px;//15px;
  	white-space: nowrap;
  	line-height: 1;
  	@include mq(pc) {
  		font-size: 4.3rem;
  	}
  }
  */
}
@media (max-width: 768px) {
  .box_question-02 .in_question-02 {
    flex-wrap: wrap;
    padding: 2rem 40px 2rem 10px;
  }
}
.box_question-02 .in_question-02 .quest-title {
  width: 21.34146%;
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .box_question-02 .in_question-02 .quest-title {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.box_question-02 .in_question-02 .tbl_menu-time {
  border-collapse: collapse;
  width: auto;
}
.box_question-02 .in_question-02 .tbl_menu-time th, .box_question-02 .in_question-02 .tbl_menu-time td {
  padding: 0;
}
@media (max-width: 768px) {
  .box_question-02 .in_question-02 .tbl_menu-time th, .box_question-02 .in_question-02 .tbl_menu-time td {
    display: block;
  }
}
.box_question-02 .in_question-02 .tbl_menu-time th {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .box_question-02 .in_question-02 .tbl_menu-time th {
    padding-bottom: 5px;
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .box_question-02 .in_question-02 .tbl_menu-time th.spc-b {
    padding-bottom: 10px;
  }
}
.box_question-02 .in_question-02 .tbl_menu-time th span {
  display: inline-block;
  padding: 1px 3px;
  border: 1px solid #002060;
  line-height: 1;
}
.box_question-02 .in_question-02 .tbl_menu-time th span.final {
  background-color: #002060;
  color: #fff;
}
.box_question-02 .in_question-02 .tbl_menu-time td {
  padding-left: 1.5rem;
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .box_question-02 .in_question-02 .tbl_menu-time td {
    padding-left: 0;
    font-size: 14px;
  }
}
.box_question-02 .in_question-02 .tbl_menu-time td.spc-b {
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .box_question-02 .in_question-02 .tbl_menu-time + .tbl_menu-time {
    margin-left: 2rem;
  }
}
@media (min-width: 769px) {
  .box_question-02 .in_question-02 .tbl_menu-time + .tbl_menu-time {
    margin-top: 2rem;
  }
}
.box_question-02 .in_question-02 p {
  /*
  display: flex;
  align-items: center;
  */
  margin-bottom: 0;
}
.aco-btn-02 {
  /*&::before, */ /*&::after {
	//content: "";
	//content: url(../img/arrow_accordion.webp);
	//display: block;
	//width: 18px;
	//height: 8px;
	//line-height: 1;
	//background-color: #7F7F7F;
	transition: all 0.4s;
	//position: absolute;
	//right: 25px;
	//bottom: 2.5rem;

	content: "";
	display: block;
	width: 20px;
	height: 2px;
	border-bottom: 4px solid #786858;
	//border-right: 4px solid #786858;
	position: absolute;
	right: 15px;
	//transform: translateY(0) rotate(45deg);
}*/
}
.aco-btn-02::before, .aco-btn-02::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background-color: #000;
  transition: all 0.4s;
  position: absolute;
  right: 15px;
}
@media (min-width: 769px) {
  .aco-btn-02::before, .aco-btn-02::after {
    bottom: 46%;
  }
}
@media (max-width: 768px) {
  .aco-btn-02::before, .aco-btn-02::after {
    top: 30px;
  }
}
.aco-btn-02::after {
  transform: rotate(90deg);
}

.aco-btn-02.active::after {
  transform: rotate(0);
}

.aco-text-02.aco-wrapper-02 {
  padding-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
}
.aco-text-02.aco-wrapper-02 .box_answer-02 {
  width: 82.9269%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .aco-text-02.aco-wrapper-02 .box_answer-02 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.aco-text-02.aco-wrapper-02 .box_answer-02 .in_answer-02 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  color: #000;
  /*
  figure {
  	width: 100%;
  	max-width: none;
  	text-align: center;
  	@include mq(pc) {
  		width: 44.8718%;
  		max-width: 350px;
  		text-align: left;
  	}
  }
  */
}
@media (min-width: 769px) {
  .aco-text-02.aco-wrapper-02 .box_answer-02 .in_answer-02 {
    flex-direction: row;
    padding: 1em 10px;
  }
}
.aco-text-02.aco-wrapper-02 .box_answer-02 .in_answer-02 span.txt_answer {
  flex: 1;
  font-size: 15px;
}
@media (min-width: 769px) {
  .aco-text-02.aco-wrapper-02 .box_answer-02 .in_answer-02 span.txt_answer {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .aco-text-02.aco-wrapper-02 .box_answer-02 .in_answer-02 span.txt_answer {
    line-height: 1.7;
  }
}
.aco-text-02.aco-wrapper-02 .box_answer-02 p:nth-last-of-type(1) {
  margin-bottom: 0;
}

.tbl_menu-01 {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #BFBFBF;
}
@media (max-width: 768px) {
  .tbl_menu-01 {
    table-layout: fixed;
    width: 1120px;
  }
  .tbl_menu-01 tr {
    display: table-row !important;
  }
}
.tbl_menu-01 th, .tbl_menu-01 td {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tbl_menu-01 th {
  width: 17.647058%;
  padding-left: 1rem;
  background-color: #F8F8F8;
  border-bottom: solid 1px #BFBFBF;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 768px) {
  .tbl_menu-01 th {
    width: 140px;
    padding-right: 10px;
  }
}
.tbl_menu-01 td {
  width: 82.352942%;
  padding-right: 10px;
  padding-left: 20px;
  border-bottom: solid 1px #BFBFBF;
  color: #404040;
}
@media (max-width: 768px) {
  .tbl_menu-01 td {
    width: 980px;
  }
}
.tbl_menu-01 td .td-inner-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tbl_menu-01 td .td-inner-01 .txt_explanation {
  width: 88.07339%;
}
.tbl_menu-01 td .td-inner-01 .txt_fee {
  flex: 1;
  text-align: right;
  color: #C00000;
}
.tbl_menu-01 td .td-inner-02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tbl_menu-01 td .td-inner-02 .txt_explanation {
  width: 78.8991%;
}
.tbl_menu-01 td .td-inner-02 .txt_fee {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 0;
  color: #C00000;
}
@media (max-width: 768px) {
  .tbl_menu-01 td .td-inner-02 .txt_fee {
    width: 21.1009%;
    justify-content: end;
  }
}
.tbl_menu-01 td .td-inner-02 .txt_fee .length {
  width: 53.84615%;
}
.tbl_menu-01 td .td-inner-02 .txt_fee .fee {
  flex: 1;
  text-align: right;
}
.tbl_menu-01 tr td.td_inside {
  border-bottom: 1px solid #F2F2F2;
}

.compare_wrapp {
  padding-top: 6rem;
}
.compare_wrapp .compare_title {
  text-align: center;
  font-size: 2.7rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .compare_wrapp .compare_title {
    font-size: 1.8rem;
  }
}

.compare_box {
  width: 100%;
  padding: 10px 9px;
  border: solid 1px #DBD3C3;
}
.compare_box .p_kome {
  padding-right: 9px;
  padding-left: 9px;
  text-align: center;
  color: #7F7F7F;
}

.tbl_compare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  empty-cells: hide;
}
@media (max-width: 768px) {
  .tbl_compare {
    width: 1360px;
  }
}
.tbl_compare th, .tbl_compare td {
  padding: 2px 5px;
  text-align: center;
  font-weight: 400;
}
.tbl_compare th p, .tbl_compare td p {
  margin-bottom: 0;
}
.tbl_compare td.txt-left {
  text-align: left;
}
.tbl_compare tr th:first-child {
  width: 25.582%;
  background-color: #F8F8F8;
}
@media (max-width: 768px) {
  .tbl_compare tr th:first-child {
    width: 330px;
  }
}
@media (max-width: 768px) {
  .tbl_compare tr td {
    width: 320px;
  }
}
.tbl_compare tr td:nth-of-type(1) {
  background-color: #F8F4E5;
}
.tbl_compare tr td:nth-of-type(2) {
  background-color: #F8F6F3;
}
.tbl_compare tr td:nth-of-type(3) {
  background-color: #E4E1DE;
}
.tbl_compare .th_01 {
  width: 24.807%;
  padding-top: 6px;
  padding-bottom: 7px;
  background-color: #DFC77F;
}
@media (max-width: 768px) {
  .tbl_compare .th_01 {
    width: 320px;
  }
}
.tbl_compare .th_02 {
  width: 24.807%;
  background-color: #EDE9E1;
}
@media (max-width: 768px) {
  .tbl_compare .th_02 {
    width: 320px;
  }
}
.tbl_compare .th_03 {
  background-color: #BBB3AB;
}
@media (max-width: 768px) {
  .tbl_compare .th_03 {
    width: 320px;
  }
}

.fs-s {
  font-size: 1.6rem;
}

.fig-right {
  float: right;
  padding-right: 2rem;
  padding-left: 3rem;
}

.spc.tb-25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.spc p {
  margin-bottom: 0;
}

.m_t-40 {
  margin-top: 4rem;
}

.banner_01 {
  width: 41.91176%;
  padding: 10px;
  background: #F7F7F7;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .banner_01 {
    width: 100%;
  }
}
.banner_01 .banner_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner_01 .banner_inner figure {
  width: 32.80702%;
}
.banner_01 .banner_inner .txt_box {
  flex: 1;
  padding-left: 2.5rem;
}

.js_tbl-scr {
  width: 100%;
  overflow-y: hidden !important;
}

@media (max-width: 768px) {
  /*
  .scr {
         width: 100%;
         overflow-x: scroll;
     }
  	*/
}
h2.h2_01,
h2.h3_home {
  width: 100%;
  margin-bottom: 2.5em;
  text-align: center;
  color: #7F7F7F;
  font-weight: 400;
  position: relative;
}
@media (min-width: 769px) {
  h2.h2_01,
  h2.h3_home {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  h2.h2_01,
  h2.h3_home {
    font-size: 1.6rem;
  }
}
h2.h2_01 .txt-eng,
h2.h3_home .txt-eng {
  display: block;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
@media (min-width: 769px) {
  h2.h2_01 .txt-eng,
  h2.h3_home .txt-eng {
    font-size: 3.7rem;
  }
}

h3.h3_mark {
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 2.5rem;
  font-size: 2.4rem;
  font-weight: 400;
  position: relative;
}
h3.h3_mark::before {
  content: url("img/h4_icon.png");
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  h3.h3_mark {
    font-size: 2rem;
  }
}

.btn_01 {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  border: solid 1px #002060;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  z-index: 0;
}
.btn_01.center {
  margin: 0 auto;
}
.btn_01.right {
  margin: 0 0 0 auto;
}
.btn_01.left {
  margin: 0 auto 0 0;
}
.btn_01::after {
  content: "";
  display: block;
  -webkit-mask-image: url(img/angle-right-solid.svg);
          mask-image: url(img/angle-right-solid.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  left: 2rem;
  transition: 0.2s ease-in-out;
}
.btn_01.w100 {
  max-width: 100px;
  padding-left: 25px;
  text-align: left;
}
.btn_01.w100::after {
  -webkit-mask-size: 7px 10px;
          mask-size: 7px 10px;
  width: 7px;
  height: 10px;
  top: calc(50% - 5px);
  left: 0.5rem;
}
.btn_01.w160 {
  padding-left: 25px;
  text-align: left;
}
.btn_01.w160::after {
  -webkit-mask-size: 7px 10px;
          mask-size: 7px 10px;
  width: 7px;
  height: 10px;
  top: calc(50% - 5px);
}
.btn_01.w190 {
  max-width: 190px;
  padding-left: 25px;
  text-align: left;
}
.btn_01.w190::after {
  -webkit-mask-size: 7px 10px;
          mask-size: 7px 10px;
  width: 7px;
  height: 10px;
  top: calc(50% - 5px);
}
.btn_01.w210 {
  max-width: 210px;
  padding: 4px 10px 4px 25px;
  text-align: left;
  font-size: 1.4rem;
}
.btn_01.w210::after {
  -webkit-mask-size: 7px 10px;
          mask-size: 7px 10px;
  width: 7px;
  height: 10px;
  top: calc(50% - 5px);
}
.btn_01.w240 {
  max-width: 240px;
  padding: 12px 10px;
}
.btn_01.w240::after {
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  width: 8px;
  height: 13px;
  top: calc(50% - 6px);
}
.btn_01.w320 {
  max-width: 320px;
  padding: 12px 10px;
}
.btn_01.w320::after {
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  width: 8px;
  height: 13px;
  top: calc(50% - 6px);
}
.btn_01.w600 {
  max-width: 600px;
  padding: 12px 10px;
}
@media (max-width: 768px) {
  .btn_01.w600 {
    padding-left: 40px;
    padding-right: 30px;
  }
}
.btn_01.w600::after {
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  width: 8px;
  height: 13px;
  top: calc(50% - 6px);
}
.btn_01.w680 {
  max-width: 680px;
  padding: 12px 10px;
}
@media (max-width: 768px) {
  .btn_01.w680 {
    padding-left: 40px;
    padding-right: 30px;
  }
}
.btn_01.w680::after {
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  width: 8px;
  height: 13px;
  top: calc(50% - 6px);
}
.btn_01.h50 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn_01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  transform: translateX(-102%);
  z-index: -1;
}
.btn_01:hover::before {
  left: 0;
  transform: translateX(0);
}
.btn_01.fill {
  background-color: #002060;
  color: #fff;
}
.btn_01.fill::after {
  background-color: #fff;
}
.btn_01.fill::before {
  background-color: #fff;
}
.btn_01.fill:hover {
  color: #002060;
}
.btn_01.fill:hover::after {
  background-color: #002060;
}
.btn_01.line {
  background-color: #fff;
  color: #002060;
}
.btn_01.line::after {
  background-color: #002060;
}
.btn_01.line::before {
  background-color: #002060;
}
.btn_01.line:hover {
  color: #fff;
}
.btn_01.line:hover::after {
  background-color: #fff;
}

.tbl-01 {
  border-collapse: collapse;
  width: 100%;
}
.tbl-01 th, .tbl-01 td {
  display: block;
  text-align: left;
  color: #D9D9D9;
  font-weight: 400;
}
@media (min-width: 769px) {
  .tbl-01 th, .tbl-01 td {
    display: table-cell;
    vertical-align: top;
  }
}
@media (max-width: 768px) {
  .tbl-01 th, .tbl-01 td {
    font-size: 15px;
    line-height: 1.7;
  }
}
.tbl-01 th p, .tbl-01 td p {
  margin-bottom: 0;
}
.tbl-01 th {
  width: 100%;
  padding: 15px 5px 0;
}
@media (min-width: 769px) {
  .tbl-01 th {
    width: 15%;
    padding-bottom: 5px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .tbl-01 th {
    padding-top: 0;
    font-weight: 700;
  }
}
.tbl-01 td {
  width: 100%;
  padding: 0 5px 8px;
}
@media (min-width: 769px) {
  .tbl-01 td {
    width: 85%;
    padding-top: 15px;
    padding-right: 5%;
    padding-left: 3%;
  }
}
.tbl-01 td a {
  color: #D9D9D9;
}
.tbl-01 tbody tr:first-child th, .tbl-01 tbody tr:first-child td {
  padding-top: 0;
}

.scroll_history {
  width: 100%;
  height: 925px;
  margin-bottom: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  overflow: auto;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .scroll_history {
    height: auto;
    max-height: 400px;
  }
}

.mainimg {
  margin-bottom: 12rem;
}
@media (max-width: 768px) {
  .mainimg {
    margin-bottom: 6rem;
  }
}

.home-concept_wrapp {
  width: 100%;
  margin-bottom: 12rem;
  position: relative;
}
@media (max-width: 768px) {
  .home-concept_wrapp {
    margin-bottom: 6rem;
  }
}
.home-concept_wrapp .txt_box {
  width: 100%;
  height: 100%;
  max-width: 1680px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 768px) {
  .home-concept_wrapp .txt_box {
    position: relative;
    margin-bottom: 3rem;
  }
}
.home-concept_wrapp .txt_box .txt_box_inner {
  width: 40%;
  padding-top: 1em;
  margin: auto 0;
}
@media (max-width: 768px) {
  .home-concept_wrapp .txt_box .txt_box_inner {
    width: 100%;
    text-align: center;
  }
}
.home-concept_wrapp .txt_box .txt_box_inner h2.h2_home {
  font-size: 4.8rem;
  font-weight: 400;
  margin-bottom: 0.7em;
}
@media (max-width: 768px) {
  .home-concept_wrapp .txt_box .txt_box_inner h2.h2_home {
    font-size: 2.5rem;
  }
}
.home-concept_wrapp .txt_box .txt_box_inner .txt_box_inner_contents {
  padding-left: 15%;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .home-concept_wrapp .txt_box .txt_box_inner .txt_box_inner_contents {
    padding-left: 0;
    font-size: 1.8rem;
  }
  .home-concept_wrapp .txt_box .txt_box_inner .txt_box_inner_contents a {
    margin: 0 auto;
  }
}
.home-concept_wrapp .txt_box .txt_box_inner .txt_box_inner_contents p {
  line-height: 1.7;
  margin-bottom: 1.5em;
}
.home-concept_wrapp .img_box {
  width: 58.33333%;
  max-width: 1120px;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  overflow-x: scroll;
}
@media (max-width: 768px) {
  .home-concept_wrapp .img_box {
    width: 100%;
  }
}
.home-concept_wrapp .img_box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #F8F8F8;
}
.home-concept_wrapp .img_box::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #D9D9D9;
}
.home-concept_wrapp .img_box .img_box_inner {
  max-width: 1120px;
  padding-bottom: 10px;
  display: flex;
  gap: 0 10px;
}
.home-concept_wrapp .img_box .img_box_inner img {
  width: auto;
  max-width: none;
}
@media screen and (max-width: 1399px) {
  .home-concept_wrapp .img_box .img_box_inner img {
    height: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .home-concept_wrapp .img_box .img_box_inner img {
    height: 560px;
  }
}

.bg_lt-gry {
  background: #F8F8F8;
}

.home_deco {
  margin-bottom: 5rem;
}
.home_deco img {
  width: 100%;
}

.bg_dk-blu {
  background: #000D26;
}

.bg_h3-lt-gry {
  width: 100%;
  height: 24rem;
  margin-bottom: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
}
.bg_h3-lt-gry h3.h3_home, .bg_h3-lt-gry h2.h2_01 {
  margin-bottom: 0;
}

.col2_half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 2.1em 2.439%;
}
.col2_half > div, .col2_half > figure {
  width: 48.7805%;
}
@media (max-width: 768px) {
  .col2_half > div, .col2_half > figure {
    width: 100%;
  }
}
.col2_half > details, .col2_half > article {
  width: 48.7805%;
}
@media (max-width: 768px) {
  .col2_half > details, .col2_half > article {
    width: 100%;
  }
}

section.home_hair-info {
  margin-bottom: 5rem;
}
@media (min-width: 769px) {
  section.home_hair-info {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  section.home_hair-info {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
section.home_news {
  padding-top: 4em;
  padding-bottom: 8rem;
  margin-bottom: 5rem;
}
section.home_salon-info {
  padding-top: 3rem;
  padding-bottom: 16rem;
}
@media (max-width: 768px) {
  section.home_salon-info {
    padding-bottom: 6rem;
  }
}
section.home_topics_box {
  padding-top: 0;
  padding-bottom: 8em;
}
@media (max-width: 768px) {
  section.home_topics_box {
    padding-bottom: 3em;
  }
}

@media (max-width: 768px) {
  .home_hair-info_inner {
    padding-bottom: 6rem;
  }
}

main.sub-box h3.h3-01 {
  margin-bottom: 2em;
}

.col6 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  gap: 0.8em 2.439%;
}
@media (min-width: 769px) {
  .col6 {
    gap: 2.1em 2.439%;
    padding-right: 0;
    padding-left: 0;
  }
}
.col6 > a {
  width: 48.7805%;
  max-width: none;
  text-decoration: none;
}
@media (min-width: 769px) {
  .col6 > a {
    width: 14.6341666667%;
    max-width: 240px;
  }
}
.col6 > a figure {
  position: relative;
}
.col6 > a figure img {
  width: 100%;
}
.col6 > a figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2px 5px;
  background: rgba(120, 104, 88, 0.5);
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
}
@media (min-width: 769px) {
  .col6 > a figure figcaption {
    font-size: 2.2rem;
  }
}
.col6 > a p {
  padding-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
}
@media (min-width: 769px) {
  .col6 > a p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
  }
}

h3.h4_icon-left, h3.h4_news {
  margin-bottom: 1.429em;
  font-size: 2.1rem;
  font-weight: 400;
}
h3.h4_icon-left img, h3.h4_news img {
  margin-right: 10px;
  vertical-align: middle;
}
h3.h4_ig {
  margin-bottom: 0.6em;
  font-weight: 500;
}
@media (max-width: 768px) {
  h3.h4_ig {
    font-size: 15px;
  }
}
h3.h4_ig img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.btn {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.btn.left {
  justify-content: left;
}
@media (max-width: 768px) {
  .btn.left {
    justify-content: center;
  }
}
.btn.v-row {
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
@media (min-width: 769px) {
  .btn.v-row {
    flex-direction: row;
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .btn.v-row .btn_01.right, .btn.v-row .btn_01.left {
    margin: 0 auto;
  }
}
.btn.v-colm {
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
.btn.sp_on {
  display: flex;
}
@media (min-width: 769px) {
  .btn.sp_on {
    display: none;
  }
}

.col2_news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.1em 5.49%;
}
.col2_news > article {
  width: 100%;
}
@media (min-width: 769px) {
  .col2_news > article {
    width: 45.732%;
  }
}
@media (max-width: 768px) {
  .col2_news > article {
    margin-bottom: 3em;
  }
  .col2_news > article a.btn_01 {
    margin: 0 auto;
  }
}
.col2_news > article .topics_box {
  margin-bottom: 5rem;
}
.col2_news > div {
  width: 100%;
}
@media (min-width: 769px) {
  .col2_news > div {
    width: 48.778%;
  }
}
.col2_news > div .scroll {
  width: 100%;
  overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: 1.5em;
}
@media (min-width: 769px) {
  .col2_news > div .scroll:nth-of-type(3) {
    margin-bottom: 0;
  }
}
.col2_news > div .scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #F8F8F8;
}
.col2_news > div .scroll::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #D9D9D9;
}

#sb_instagram {
  width: 2690px !important;
}

#sb_instagram #sbi_images {
  gap: 1rem !important;
  padding: 0 !important;
}

@media screen and (max-width: 800px) {
  #sb_instagram.sbi_tab_col_5 #sbi_images {
    grid-template-columns: repeat(10, 1fr) !important;
  }
}
@media screen and (max-width: 640px) {
  #sb_instagram #sbi_images {
    gap: 1rem !important;
    padding: 0 !important;
  }
  #sb_instagram.sbi_width_resp {
    width: 1300px !important;
  }
  #sb_instagram.sbi_tab_col_10 #sbi_images {
    grid-template-columns: repeat(10, 1fr) !important;
  }
}
.tbl_news {
  border-collapse: collapse;
  width: 100%;
}
.tbl_news td {
  padding-bottom: 2.1em;
}
.tbl_news td.box_img {
  width: 30%;
}
@media (min-width: 769px) {
  .tbl_news td.box_img {
    width: 19.7368%;
  }
  .tbl_news td.box_img img {
    max-width: 150px;
  }
}
.tbl_news td.box_txt {
  width: 70%;
  padding-left: 1.053em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .tbl_news td.box_txt {
    width: 80.2632%;
  }
}
.tbl_news td p {
  margin-bottom: 0;
}
.tbl_news td p.entry-day {
  color: #7F7F7F;
}
.tbl_news td a {
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 768px) {
  .tbl_news td a {
    font-size: 15px;
  }
}
.tbl_news td a:hover {
  text-decoration: underline;
}

.h4_wrapp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.h4_wrapp.h4_special {
  margin-bottom: 3rem;
}
.h4_wrapp h3.h4-01 {
  width: calc(100% - 130px);
  font-size: 2.7rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  position: relative;
}
@media (max-width: 768px) {
  .h4_wrapp h3.h4-01 {
    width: 100%;
    font-size: 2.3rem;
  }
}
.h4_wrapp h3.h4-01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: -1;
  width: calc(100% - 10px);
  height: 1px;
  background: #BFBFBF;
}
.h4_wrapp h3.h4-01 .h4_txt {
  display: inline-block;
  padding-right: 20px;
  background: #fff;
}
.h4_wrapp h3.h4-01 .h4_icon {
  display: inline-block;
  padding-right: 8px;
  background: #fff;
}
.h4_wrapp h3.h4-01.full {
  width: 100%;
  display: flex;
  align-items: center;
}
.h4_wrapp .btn_box {
  width: 130px;
  padding-left: 10px;
  background: #fff;
}
@media (max-width: 768px) {
  .h4_wrapp .btn_box {
    padding-left: 0;
    margin-right: 0;
    margin-left: auto;
  }
}

.btn-more {
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  background: #BFBFBF;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1rem;
}
.btn-more::before {
  content: "";
  display: block;
  -webkit-mask-image: url(img/angle-right-solid.svg);
          mask-image: url(img/angle-right-solid.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 5px 10px;
          mask-size: 5px 10px;
  background-color: #fff;
  width: 5px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
}

p.h4_txt-explanation {
  margin-bottom: 1.875em;
  color: #7F7F7F;
  font-size: 1.6rem;
}

.home_gstyle_box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.home_gstyle_box figure {
  width: 100%;
  margin-bottom: 20px;
}
.home_gstyle_box .txt_box {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 700;
}

.hair-info_col {
  display: flex;
  gap: 0 6.09756%;
  margin-bottom: 12rem;
}
@media (max-width: 1199px) {
  .hair-info_col {
    flex-wrap: wrap;
    gap: 4rem;
    margin-bottom: 6rem;
  }
}
.hair-info_col .col-box-01 {
  width: 34.14634%;
}
@media (max-width: 1199px) {
  .hair-info_col .col-box-01 {
    width: 100%;
  }
}
.hair-info_col .col-box-01 .col-box-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.053em 0;
}
.hair-info_col .col-box-01 .col-box-inner .col2_hair-info {
  width: 100%;
  display: flex;
}
.hair-info_col .col-box-01 .col-box-inner .col2_hair-info figure {
  width: 20.17857%;
}
.hair-info_col .col-box-01 .col-box-inner .col2_hair-info .txt_box {
  width: 79.82143%;
  padding-top: 1rem;
  padding-left: 15px;
}
.hair-info_col .col-box-01 .col-box-inner .col2_hair-info .txt_box .title {
  display: block;
  margin-bottom: 0.8em;
  font-weight: 700;
}
.hair-info_col .col-box-01 .col-box-inner .col2_hair-info .txt_box p {
  margin-bottom: 0;
}
.hair-info_col .col-box-02 {
  width: 19.512195%;
}
@media (max-width: 1199px) {
  .hair-info_col .col-box-02 {
    width: 100%;
  }
}
.hair-info_col .col-box-02 .col-box-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hair-info_col .col-box-02 .col-box-inner .qa_box .col2_hair-info, .hair-info_col .col-box-02 .col-box-inner .model_box .col2_hair-info {
  display: flex;
}
.hair-info_col .col-box-02 .col-box-inner .qa_box .col2_hair-info figure, .hair-info_col .col-box-02 .col-box-inner .model_box .col2_hair-info figure {
  width: 35.3125%;
}
@media (max-width: 1199px) {
  .hair-info_col .col-box-02 .col-box-inner .qa_box .col2_hair-info figure, .hair-info_col .col-box-02 .col-box-inner .model_box .col2_hair-info figure {
    width: 20.17857%;
  }
}
.hair-info_col .col-box-02 .col-box-inner .qa_box .col2_hair-info .txt_box, .hair-info_col .col-box-02 .col-box-inner .model_box .col2_hair-info .txt_box {
  width: 64.6875%;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .hair-info_col .col-box-02 .col-box-inner .qa_box .col2_hair-info .txt_box, .hair-info_col .col-box-02 .col-box-inner .model_box .col2_hair-info .txt_box {
    width: 79.82143%;
  }
}
.hair-info_col .col-box-02 .col-box-inner .model_box {
  margin-top: auto;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .hair-info_col .col-box-02 .col-box-inner .model_box {
    margin-top: 4rem;
  }
}

.col4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 769px) {
  .col4 {
    gap: 2.1em 2.439%;
  }
}
.col4 > a {
  width: calc((100% - 10px) / 2);
  text-align: center;
}
@media (min-width: 769px) {
  .col4 > a {
    width: 23.17075%;
  }
}

p.p_common {
  text-align: center;
  margin-bottom: 3rem;
}

.home_col4_salon-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 2.3577%;
}
@media (max-width: 768px) {
  .home_col4_salon-list {
    justify-content: center;
  }
}
.home_col4_salon-list > div {
  width: 23.231725%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .home_col4_salon-list > div {
    width: 100%;
    max-width: 381px;
  }
}
.home_col4_salon-list > div figure {
  margin-bottom: 1rem;
}
.home_col4_salon-list > div .txt_box h3.salon-name {
  font-size: 2.7rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .home_col4_salon-list > div .txt_box h3.salon-name {
    font-size: 2rem;
  }
}
.home_col4_salon-list > div .txt_box span {
  display: block;
}
.home_col4_salon-list > div .txt_box span.salon-add {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.home_col4_salon-list > div .txt_box .link_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 2rem;
}
.home_col4_salon-list > div .txt_box a {
  display: inline-block;
  text-decoration: none;
}
.home_col4_salon-list > div .txt_box a.btn_web {
  font-size: 1.3rem;
}
.home_col4_salon-list > div .txt_box a.salon-phone {
  padding-bottom: 2px;
  letter-spacing: 0.2rem;
}

.btn-more_wt {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  background: rgba(255, 255, 255, 0.7);
  border: solid 1px #002060;
  border-radius: 50%;
  color: #002060;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .btn-more_wt {
    width: 80px;
    height: 80px;
  }
}
.btn-more_wt::after {
  content: "";
  display: block;
  width: 22px;
  height: 11px;
  background-image: url(img/arrow-down_blu.webp);
  background-size: contain;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.btn-more_wt:hover {
  opacity: 0.6;
}

.more.grad {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26rem;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6), white);
  margin-top: -26rem;
  position: relative;
}
@media (max-width: 768px) {
  .more.grad {
    height: 16rem;
    margin-top: -16rem;
  }
}
.more.grad p {
  cursor: pointer;
}

.contents_open {
  transition: transform 0.4s ease;
}
.contents_open .col4 {
  padding-top: 2.1em;
}
@media (max-width: 768px) {
  .contents_open .col4 {
    padding-top: 10px;
  }
}

.company_inner {
  width: 82.92683%;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .company_inner {
    width: 100%;
  }
}
.company_inner.greeting_wrapp {
  font-size: 2.1rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.7;
  letter-spacing: 0.15rem;
}
@media (max-width: 768px) {
  .company_inner.greeting_wrapp {
    font-size: 1.6rem;
  }
}
.company_inner.greeting_wrapp p {
  margin-bottom: 0;
}
.company_inner.greeting_wrapp figure {
  max-width: 146px;
}
@media (min-width: 769px) {
  .company_inner.greeting_wrapp figure {
    width: 10.7353%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .company_inner.greeting_wrapp figure {
    margin-top: 2rem;
    margin-right: 0;
    margin-left: auto;
  }
}
.company_inner.greeting_wrapp figure img {
  aspect-ratio: 146/68;
}
.company_inner .col2_company {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.94118%;
}
.company_inner .col2_company > div {
  width: 48.52941%;
}
@media (max-width: 768px) {
  .company_inner .col2_company > div {
    width: 100%;
  }
}

.tbl_company {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
.tbl_company > tbody > tr > th, .tbl_company > tbody > tr > td {
  border-top: solid 1px #BFBFBF;
  padding: 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .tbl_company > tbody > tr > th, .tbl_company > tbody > tr > td {
    display: block;
  }
}
.tbl_company > tbody > tr > th {
  width: 19.697%;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 768px) {
  .tbl_company > tbody > tr > th {
    width: 100%;
    font-weight: 700;
  }
}
.tbl_company > tbody > tr > td {
  width: 80.303%;
}
@media (max-width: 768px) {
  .tbl_company > tbody > tr > td {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
}
.tbl_company.mb {
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .tbl_company.mb {
    margin-bottom: 4rem;
  }
}

.tbl_in-half {
  border-collapse: collapse;
  width: 100%;
}
.tbl_in-half td {
  width: 50%;
}

.tbl_history {
  border-collapse: collapse;
  width: 100%;
}
.tbl_history th, .tbl_history td {
  padding: 3px 10px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .tbl_history th, .tbl_history td {
    display: block;
  }
}
.tbl_history th {
  width: 19.697%;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 768px) {
  .tbl_history th {
    width: 100%;
    font-weight: 700;
  }
}
.tbl_history td {
  width: 80.303%;
}
@media (max-width: 768px) {
  .tbl_history td {
    width: 100%;
    padding-top: 0;
  }
}

.txt_concept {
  text-align: center;
}

p.p_concept-title {
  font-size: 4.3rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  p.p_concept-title {
    font-size: 2.4rem;
  }
}
p.p_concept-txt {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  p.p_concept-txt {
    font-size: 1.6rem;
  }
}

main.sub-box section.staff-list_wrapp, main.sub-box section.staff-details_wrapp {
  max-width: 1700px;
}
main.sub-box section.staff-list_wrapp .staff-list_wrapp-02, main.sub-box section.staff-list_wrapp .staff-details_wrapp-02, main.sub-box section.staff-details_wrapp .staff-list_wrapp-02, main.sub-box section.staff-details_wrapp .staff-details_wrapp-02 {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
}
main.sub-box section.staff-list_wrapp .staff-list_wrapp-02 .staff-list_wrapp-02_inner, main.sub-box section.staff-list_wrapp .staff-details_wrapp-02 .staff-list_wrapp-02_inner, main.sub-box section.staff-details_wrapp .staff-list_wrapp-02 .staff-list_wrapp-02_inner, main.sub-box section.staff-details_wrapp .staff-details_wrapp-02 .staff-list_wrapp-02_inner {
  padding-left: 10px;
}

p.p-description {
  text-align: center;
  margin-bottom: 5rem;
}

.col3_staff-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 1.204819%;
  margin-bottom: 8rem;
}
.col3_staff-list .staff_box {
  width: 32.5301206667%;
}
@media (max-width: 768px) {
  .col3_staff-list .staff_box {
    width: 100%;
  }
  .col3_staff-list .staff_box .home_staff_box {
    max-width: 540px;
    margin: 0 auto;
  }
  .col3_staff-list .staff_box .home_staff_box figure img {
    width: auto;
  }
  .col3_staff-list .staff_box .home_staff_box .txt_box span.official-position {
    min-height: auto;
  }
  .col3_staff-list .staff_box .home_staff_box .txt_box span.nomination-fee {
    min-height: auto;
  }
}

.col6_assistant-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2.439024%;
}
.col6_assistant-list .assistant_box {
  width: 14.6341466667%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 768px) {
  .col6_assistant-list .assistant_box {
    width: 48.780488%;
  }
  .col6_assistant-list .assistant_box figure {
    text-align: center;
  }
}
.col6_assistant-list .assistant_box .name-box {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  margin-top: auto;
  margin-bottom: 0;
}

.staff-icon_wrapp {
  width: 100%;
  padding: 3rem 1rem;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem 5rem;
  margin-bottom: 3rem;
}
.staff-icon_wrapp .staff-icon_box {
  width: calc((100% - 5rem) / 2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 0;
}
@media (max-width: 768px) {
  .staff-icon_wrapp .staff-icon_box {
    width: 100%;
    align-items: flex-start;
  }
}
.staff-icon_wrapp .staff-icon_box figure {
  width: 7.594936%;
}
@media (max-width: 768px) {
  .staff-icon_wrapp .staff-icon_box figure {
    width: 60px;
  }
}
.staff-icon_wrapp .staff-icon_box .txt_box {
  flex: 1;
  padding-left: 2rem;
  line-height: 1.7;
}
.staff-icon_wrapp .staff-icon_box .txt_box p {
  margin-bottom: 0;
}

.stylist-rank_wrapp {
  margin-bottom: 8rem;
}
.stylist-rank_wrapp .col2_stylist-rank {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l {
  width: 48.46626%;
  padding-left: 4.294478%;
}
@media (max-width: 768px) {
  .stylist-rank_wrapp .col2_stylist-rank .col-l {
    width: 100%;
    padding-left: 0;
    margin-bottom: 3rem;
  }
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame {
  width: 100%;
  height: 100%;
  border: solid 1px #636363;
  border-image-source: linear-gradient(135deg, #DBDBDB, #636363);
  border-image-slice: 1;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre {
  padding: 2rem 11%;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table th {
  background-color: #D9D9D9;
  font-weight: 400;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table th.rank {
  width: 65%;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table th.fee {
  width: 35%;
  border-left: 10px solid #fff;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td {
  padding-top: 2rem;
  padding-bottom: 0.8rem;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.rank {
  padding-left: 2.5rem;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.fee {
  padding-right: 4.5rem;
  text-align: right;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.stylist-01 {
  border-bottom: solid 1px #E9DACB;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.stylist-02 {
  border-bottom: solid 1px #C1976D;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.stylist-03 {
  border-bottom: solid 1px #996D41;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.stylist-04 {
  border-bottom: solid 1px #725130;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td.director {
  border-bottom: solid 1px #49341F;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td .higher {
  position: relative;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre table td .higher::after {
  content: "～";
  position: absolute;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .stylist-rank_innre .txt_rank {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-top {
  position: relative;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-top::before, .stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-top::after {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 1px;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-top::before {
  background-image: url(img/stylist-rank_deco.webp);
  left: 1px;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-top::after {
  background-image: url(img/stylist-rank_deco.webp);
  right: 1px;
  rotate: 90deg;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-bottom {
  height: 100%;
  position: relative;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-bottom::before, .stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-bottom::after {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 1px;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-bottom::before {
  background-image: url(img/stylist-rank_deco.webp);
  left: 1px;
  rotate: -90deg;
}
.stylist-rank_wrapp .col2_stylist-rank .col-l .stylist-rank_frame .deco-bottom::after {
  background-image: url(img/stylist-rank_deco.webp);
  right: 1px;
  rotate: 180deg;
}
.stylist-rank_wrapp .col2_stylist-rank .col-r {
  flex: 1;
  padding-left: 5rem;
}
@media (max-width: 768px) {
  .stylist-rank_wrapp .col2_stylist-rank .col-r {
    padding-left: 0;
  }
}
.stylist-rank_wrapp .col2_stylist-rank .col-r > p {
  line-height: 1.7;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .stylist-rank_wrapp .col2_stylist-rank .col-r > p {
    margin-bottom: 3rem;
  }
}

.shift_wrapp {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}

.shift-calendar_box {
  width: 100%;
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto 8rem;
}

.title_reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  font-size: 2.1rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .title_reservation {
    text-align: center;
    font-size: 1.8rem;
  }
}
.title_reservation::before, .title_reservation::after {
  content: "―";
  display: block;
}

.col2_reservation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 4rem;
}
.col2_reservation .btn_wrapp {
  width: 21.951219%;
  max-width: 360px;
}
@media (max-width: 768px) {
  .col2_reservation .btn_wrapp {
    width: 100%;
  }
}
.col2_reservation .btn_wrapp a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  height: 100%;
  padding: 5px;
  border: 2px solid #002060;
  text-decoration: none;
  font-size: 2.7rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .col2_reservation .btn_wrapp a {
    font-size: 2rem;
  }
}
.col2_reservation .btn_wrapp a span {
  display: block;
  position: relative;
  z-index: 1;
}
.col2_reservation .btn_wrapp a span.txt_time {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}
.col2_reservation .btn_wrapp a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  transform: translateX(-100%);
  z-index: 0;
}
.col2_reservation .btn_wrapp a:hover::before {
  left: 0;
  transform: translateX(0);
}
.col2_reservation .btn_wrapp a.btn_phone {
  color: #002060;
}
.col2_reservation .btn_wrapp a.btn_phone .txt_btn {
  letter-spacing: 0.2rem;
}
.col2_reservation .btn_wrapp a.btn_phone:hover {
  color: #fff;
}
.col2_reservation .btn_wrapp a.btn_phone:hover::before {
  background-color: #002060;
}
.col2_reservation .btn_wrapp a.btn_phone:hover::after {
  background-color: #fff;
}
.col2_reservation .btn_wrapp a.btn_web {
  background-color: #002060;
  color: #fff;
  position: relative;
}
.col2_reservation .btn_wrapp a.btn_web::after {
  content: "";
  display: block;
  -webkit-mask-image: url(img/angle-right-solid.svg);
          mask-image: url(img/angle-right-solid.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 8px 13px;
          mask-size: 8px 13px;
  background-color: #fff;
  width: 8px;
  height: 13px;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.col2_reservation .btn_wrapp a.btn_web:hover {
  color: #002060;
}
.col2_reservation .btn_wrapp a.btn_web:hover::before {
  background-color: #fff;
}
.col2_reservation .btn_wrapp a.btn_web:hover::after {
  background-color: #002060;
}

ul.icon-kome {
  list-style: none;
}
ul.icon-kome li {
  padding-left: 2rem;
  line-height: 1.7;
  position: relative;
}
ul.icon-kome li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.staff-data_box {
  width: 100%;
  display: flex;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .staff-data_box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
  }
}
.staff-data_box > figure {
  width: 25.90362%;
  padding-top: 10px;
  padding-left: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .staff-data_box > figure {
    width: 100%;
    max-width: 420px;
  }
}
.staff-data_box > figure .staff-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.staff-data_box > figure .staff-icon img {
  width: 8rem;
  height: 8rem;
}
.staff-data_box .txt_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 6rem;
}
@media (max-width: 768px) {
  .staff-data_box .txt_box {
    flex: auto;
    width: 100%;
    padding-left: 10px;
  }
}
.staff-data_box .txt_box > span {
  display: block;
}
.staff-data_box .txt_box > span.official-position {
  font-size: 1.7rem;
}
@media (max-width: 768px) {
  .staff-data_box .txt_box > span.official-position {
    font-size: 1.4rem;
  }
}
.staff-data_box .txt_box > span.job-position {
  color: #000;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .staff-data_box .txt_box > span.job-position {
    text-align: center;
    font-size: 1.6rem;
  }
}
.staff-data_box .txt_box > span.job-position .dec_job-poition {
  padding-bottom: 10px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .staff-data_box .txt_box > span.job-position .nomination-fee {
    display: block;
  }
}
.staff-data_box .txt_box > span.staff-name {
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 1rem;
}
@media (max-width: 768px) {
  .staff-data_box .txt_box > span.staff-name {
    text-align: center;
    font-size: 3rem;
  }
}
.staff-data_box .txt_box > span.staff-eng {
  color: #BFBFBF;
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .staff-data_box .txt_box > span.staff-eng {
    text-align: center;
    font-size: 1.8rem;
  }
}
.staff-data_box .txt_box p.staff-comment {
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .staff-data_box .txt_box p.staff-comment {
    font-size: 1.6rem;
  }
}
.staff-data_box .txt_box .bg_film {
  background: #F8F8F8;
  position: relative;
}
.staff-data_box .txt_box .bg_film::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: url(img/bg_film-top.png) repeat-x;
}
.staff-data_box .txt_box .bg_film .col6_staff-data {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
@media (max-width: 768px) {
  .staff-data_box .txt_box .bg_film .col6_staff-data {
    justify-content: center;
  }
}
.staff-data_box .txt_box .bg_film .col6_staff-data figure {
  width: calc((100% - 10rem) / 6);
  max-width: 170px;
}
@media (max-width: 768px) {
  .staff-data_box .txt_box .bg_film .col6_staff-data figure {
    width: calc((100% - 4rem) / 2);
    max-width: none;
  }
}
.staff-data_box .txt_box .bg_film .col6_staff-data figure figcaption {
  padding: 10px 8px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .staff-data_box .txt_box .bg_film .col6_staff-data figure figcaption {
    font-size: 1.4rem;
  }
}

.tbl_staff-data {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 8rem;
}
.tbl_staff-data th, .tbl_staff-data td {
  padding: 10px;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .tbl_staff-data th, .tbl_staff-data td {
    display: block;
    padding-right: 0;
  }
}
.tbl_staff-data th p, .tbl_staff-data td p {
  margin-bottom: 0;
}
.tbl_staff-data th {
  width: 18.90244%;
}
@media (max-width: 768px) {
  .tbl_staff-data th {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    font-weight: 700;
  }
}
.tbl_staff-data td {
  width: 81.09756%;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .tbl_staff-data td {
    width: 100%;
    padding-left: 0;
    border-top: none;
  }
}

.gstyle_wrapp {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .gstyle_wrapp {
    padding-right: 0;
    padding-left: 0;
  }
}
.gstyle_wrapp .col4_gstyle {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3.7037037%;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .gstyle_wrapp .col4_gstyle {
    gap: 4rem;
  }
}
.gstyle_wrapp .col4_gstyle .gstyle_box {
  width: 22.2222225%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .gstyle_wrapp .col4_gstyle .gstyle_box {
    width: 100%;
  }
}
.gstyle_wrapp .col4_gstyle .gstyle_box > figure {
  width: 50%;
}
.gstyle_wrapp .col4_gstyle .gstyle_box > figure.fig_01 {
  display: flex;
  position: relative;
}
.gstyle_wrapp .col4_gstyle .gstyle_box > figure.fig_01::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.gstyle_wrapp .col4_gstyle .gstyle_box > figure.ba-type {
  position: relative;
}
.gstyle_wrapp .col4_gstyle .gstyle_box > figure.ba-type .ba-title {
  width: 100%;
  padding: 3px 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
.gstyle_wrapp .col4_gstyle .gstyle_box .record_box {
  width: 100%;
  padding: 10px;
}
.gstyle_wrapp .col4_gstyle .gstyle_box .record_box .record-day {
  display: block;
  color: #BFBFBF;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.gstyle_wrapp .col4_gstyle .gstyle_box .record_box p {
  margin-bottom: 0;
}

.col3_coupon_wrapp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 3.658537%;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1100px) {
  .col3_coupon_wrapp {
    flex-direction: column;
  }
}
.col3_coupon_wrapp .coupon_box {
  width: 23.90244%;
}
@media screen and (max-width: 1100px) {
  .col3_coupon_wrapp .coupon_box {
    width: 100%;
    max-width: 392px;
    margin: auto;
  }
}
.col3_coupon_wrapp .coupon_box .coupon_bg {
  width: 100%;
  padding-top: 46.43%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}
.col3_coupon_wrapp .coupon_box .coupon_bg.weekday {
  background-image: url(img/bg_coupon-weekday.png);
}
.col3_coupon_wrapp .coupon_box .coupon_bg.holiday {
  background-image: url(img/bg_coupon-holiday.png);
}
.col3_coupon_wrapp .coupon_box .txt_box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  padding: 3rem 10px 2rem;
  text-align: center;
}
.col3_coupon_wrapp .coupon_box .txt_weekday {
  color: #C00000;
}
.col3_coupon_wrapp .coupon_box .txt_holiday {
  color: #007A02;
}
.col3_coupon_wrapp .coupon_box p {
  margin-bottom: 0;
}
.col3_coupon_wrapp .coupon_box p.title_coupon {
  font-size: 2.1rem;
}
@media (max-width: 768px) {
  .col3_coupon_wrapp .coupon_box p.title_coupon {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.col3_coupon_wrapp .coupon_box p.txt_off {
  font-size: 2.7rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .col3_coupon_wrapp .coupon_box p.txt_off {
    font-size: 2rem;
  }
}
.col3_coupon_wrapp .coupon_box p.txt_off .txt_percent {
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .col3_coupon_wrapp .coupon_box p.txt_off .txt_percent {
    font-size: 2.3rem;
  }
}
.col3_coupon_wrapp .coupon_box p.txt_attention {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .col3_coupon_wrapp .coupon_box p.txt_attention {
    font-size: 12px;
  }
}
.col3_coupon_wrapp .coupon_tbl_box {
  flex: 1;
}
.col3_coupon_wrapp .coupon_tbl_box .tbl_coupon {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
.col3_coupon_wrapp .coupon_tbl_box .tbl_coupon th, .col3_coupon_wrapp .coupon_tbl_box .tbl_coupon td {
  padding: 2px 10px;
  border-top: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
  line-height: 1.7;
}
.col3_coupon_wrapp .coupon_tbl_box .tbl_coupon th p, .col3_coupon_wrapp .coupon_tbl_box .tbl_coupon td p {
  margin-bottom: 0;
}
.col3_coupon_wrapp .coupon_tbl_box .tbl_coupon th {
  background: #F8F8F8;
}
.col3_coupon_wrapp .coupon_tbl_box .tbl_coupon td {
  padding-left: 2rem;
}

dl.privacy {
  margin: 0;
  padding: 0;
}
dl.privacy dt, dl.privacy dd {
  margin: 0;
  padding: 0;
}
dl.privacy dt {
  counter-increment: title;
  font-weight: bold;
}
dl.privacy dt::before {
  content: counter(title) "．";
}
dl.privacy dd {
  margin: 0 0 30px 25px;
}

.tab-btn {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 6rem;
  padding: 0;
  position: relative;
}
.tab-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #7F7F7F;
  z-index: 1;
}
.tab-btn li {
  width: 23.17073%;
  max-width: 380px;
  border: 2px solid #fff;
  background-color: #F8F8F8;
  background-repeat: no-repeat;
  font-size: 2.7rem;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .tab-btn li {
    width: 30%;
    text-align: center;
    font-size: 1.4rem;
  }
}
.tab-btn li + li {
  border-left: none;
}
.tab-btn li.on {
  background-color: #FFF;
  z-index: 2;
  border: 2px solid #7F7F7F;
  border-bottom-color: #FFF;
}
.tab-btn li.on a {
  color: #000;
}
.tab-btn li a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-decoration: none;
  color: #7F7F7F;
}
@media (max-width: 768px) {
  .tab-btn li a {
    padding: 2rem 1rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.tab-btn li a:hover {
  opacity: 0.6;
}

.tab-contents {
  width: 65.8537%;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .tab-contents {
    width: 100%;
  }
}
.tab-contents .txt_model_box {
  text-align: center;
}
.tab-contents p {
  margin-bottom: 0;
}
.tab-contents p.p_freemail {
  color: #C00000;
  font-size: 1.6rem;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .tab-contents p.p_freemail {
    font-size: 1.4rem;
  }
}
.tab-contents p.p_txt_red {
  color: #C00000;
}
.tab-contents p.p_txt-only {
  margin-bottom: 6rem;
}
.tab-contents p.p_txt-first {
  margin-bottom: 2rem;
}

.col2_model {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 0;
  margin-top: 4rem;
  margin-bottom: 8rem;
}
.col2_model .col-l {
  width: 38.88889%;
}
@media (max-width: 768px) {
  .col2_model .col-l {
    width: 100%;
  }
}
.col2_model .col-r {
  flex: 1;
}
@media (max-width: 768px) {
  .col2_model .col-r {
    flex: auto;
    width: 100%;
  }
}

.tbl_model-menu {
  border-collapse: collapse;
  width: 71.429%;
  max-width: 300px;
  margin-left: 2rem;
}
.tbl_model-menu th, .tbl_model-menu td {
  padding: 0 0 5px;
}
.tbl_model-menu th {
  width: 63.3334%;
  max-width: 190px;
  text-align: left;
  font-weight: 400;
}
.tbl_model-menu td {
  width: 36.67%;
  text-align: right;
}

.ul_model {
  list-style: none;
  margin-left: 2rem;
}
.ul_model li {
  padding-left: 2rem;
  margin-bottom: 5px;
  position: relative;
}
.ul_model li::before {
  content: "☆";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .scr_tbl_model {
    overflow-x: scroll;
  }
}
.tbl_model-contact {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 768px) {
  .tbl_model-contact {
    width: 540px;
  }
}
.tbl_model-contact th, .tbl_model-contact td {
  border-bottom: solid 1px #BFBFBF;
}
.tbl_model-contact th.shop-name, .tbl_model-contact td.shop-name {
  width: 39.815%;
}
@media (max-width: 768px) {
  .tbl_model-contact th.shop-name, .tbl_model-contact td.shop-name {
    width: 35%;
  }
}
.tbl_model-contact th.shop-time, .tbl_model-contact td.shop-time {
  width: 36.112%;
}
@media (max-width: 768px) {
  .tbl_model-contact th.shop-time, .tbl_model-contact td.shop-time {
    width: 30%;
  }
}
.tbl_model-contact th {
  padding: 0 2rem 8px;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 768px) {
  .tbl_model-contact th {
    padding: 0 1rem 8px;
  }
}
.tbl_model-contact td {
  padding: 8px 2rem;
}
@media (max-width: 768px) {
  .tbl_model-contact td {
    padding: 8px 1rem;
  }
}
.tbl_model-contact td.shop-time {
  letter-spacing: 0.25rem;
}
.tbl_model-contact td.shop-phone {
  letter-spacing: 0.25rem;
}
.tbl_model-contact td a {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */