@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;
}

#header {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  border-top: solid 1px #BFBFBF;
  position: fixed;
  top: 0;
  transition: 1s;
  z-index: 10;
}
#header.hide {
  transform: translateY(calc(-120px + 1px));
}
@media (min-width: 1000px) {
  #header {
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 999px) {
  #header {
    height: 60px;
  }
}

#header .header-inner {
  width: 100%;
  display: flex;
  height: 100%;
  position: relative;
}
@media (max-width: 999px) {
  #header .header-inner {
    display: block;
  }
}
#header .header-inner .header-l {
  width: 32.03125%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media screen and (min-width: 1755px) {
  #header .header-inner .header-l {
    padding-left: 2.08333%;
  }
}
@media (max-width: 999px) {
  #header .header-inner .header-l {
    width: 100%;
    height: 100%;
  }
}
#header .header-inner .header-l .logo {
  display: flex;
  align-items: center;
  gap: 0 15px;
  text-decoration: none;
}
#header .header-inner .header-l .logo figure {
  width: 26.6%;
}
#header .header-inner .header-l .logo figure img {
  aspect-ratio: 104/80;
}
@media (max-width: 999px) {
  #header .header-inner .header-l .logo figure img {
    width: auto;
    max-width: none;
    height: 40px;
  }
}
#header .header-inner .header-r {
  width: calc(100% - 32.03125%);
  display: flex;
  align-items: center;
}
@media (max-width: 999px) {
  #header .header-inner .header-r {
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
#header .header-inner .header-r .in-r {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  color: #fff;
}
@media (max-width: 999px) {
  #header .header-inner .header-r .in-r {
    display: none;
  }
}
#header .header-inner .header-r .in-r a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #079EEF;
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  position: relative;
}
#header .header-inner .header-r .in-r a::before {
  content: "";
  background: url(img/header-icon-mail.webp) no-repeat center;
  background-size: cover;
  display: block;
  width: 4rem;
  height: 3rem;
  margin-bottom: 1rem;
  position: relative;
}
#header .header-inner .header-r .in-r a .pick {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#header .header-inner .header-r .in-r a .pick .eng {
  font-size: 1.2rem;
}
#header .header-inner .header-r .in-r a .pick .jp {
  padding-bottom: 0.8rem;
}
#header .header-inner .header-r .in-r a:hover {
  background: #002060;
}
#header .header-inner .header-r .in-r a.on {
  background: #002060;
}
#header .header-inner .header-r .in-l {
  width: 100%;
  display: flex;
  justify-content: end;
  padding-right: 2.08333%;
}
@media (min-width: 1000px) {
  #header .header-inner .header-r .in-l {
    height: 100%;
    position: relative;
  }
}
@media (max-width: 999px) {
  #header .header-inner .header-r .in-l {
    width: 100%;
    background: none;
    padding: 0;
  }
}

#nav-content {
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 999px) {
  #nav-content {
    margin-top: calc(60px - 1px);
    width: 65%;
    max-width: 350px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    transition: transform 0.3s;
    will-change: transform;
  }
}
#nav-content ul.gnavi {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 1000px) {
  #nav-content ul.gnavi {
    align-items: center;
    justify-content: flex-end;
    gap: 4rem;
  }
}
@media (max-width: 999px) {
  #nav-content ul.gnavi {
    flex-direction: column;
    flex-wrap: unset;
  }
}
#nav-content ul.gnavi > li {
  line-height: 1;
  /*
  &.spon {
  	display: none;
  	@include mq(gn) {
  		display: block;
  		padding-top: 20px;
  		padding-bottom: 0;
  		padding-right: 15px;
  		padding-left: 15px;
  		//background: rgba(0,0,0,.6);
  		//background: #079EEF;
  		color: #fff;
  		p {
  			text-align: center;
  			font-weight: normal;
  			&.tit {
  				margin-bottom: 10px;
  				font-size: 1.3rem;
  			}
  			&.time {
  				margin-bottom: 0;
  				font-size: 1.2rem;
  				line-height: 1.5;
  			}
  		}
  		a {
  			display: flex;
  			align-items: center;
  			justify-content: center;
  			padding: 10px 5px;
  			background: #079EEF;
  			margin-bottom: 0;
  			text-decoration: none;
  			color: #fff;
  			&::before {
  				content: "";
  				background: url(../img/header-icon-mail.webp) no-repeat center;
  				background-size: cover;
  				display: block;
  				width: 3rem;
  				height: 2.2rem;
  				margin-right: 1rem;
  				position: relative;
  			}
  		}
  	}
  }
  */
}
@media (min-width: 1000px) {
  #nav-content ul.gnavi > li {
    min-width: 8rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*
    				&.gnavi__list {
    					position: relative;
    				}

    				&.gnavi__list:hover .dropdown__lists {
    					display: block;//*Gナビメニューにホバーしたら表示
    				}
    */
  }
}
#nav-content ul.gnavi > li > a {
  display: block;
  text-decoration: none;
  color: #000;
}
@media (min-width: 1000px) {
  #nav-content ul.gnavi > li > a.on .pick::before {
    content: "";
    width: 8rem;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
  #nav-content ul.gnavi > li > a .pick {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
    position: relative;
  }
  #nav-content ul.gnavi > li > a .pick:hover::before {
    content: "";
    width: 8rem;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
@media (max-width: 999px) {
  #nav-content ul.gnavi > li > a {
    padding: 20px 5px;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.1s;
    font-size: 1.4rem;
  }
}

.dropdown_wrapp {
  display: block;
}
@media (min-width: 1000px) {
  .dropdown_wrapp {
    max-width: 960px;
    padding-right: 4rem;
    padding-left: 4rem;
    background: #F8F8F8;
    position: absolute;
    top: 100px;
    right: 2.08333%;
    transition: all 0.2s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    transform: scaleY(0);
    transform-origin: center top;
  }
  .dropdown_wrapp::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 15px solid #F8F8F8;
    border-top: 0;
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.3));
    position: absolute;
    top: -15px;
    left: calc(50% - 4.5rem);
    transform-origin: center top;
  }
}

@media (min-width: 1000px) {
  .gnavi__list:hover .dropdown_wrapp {
    transform: scaleY(1);
  }
}
.dropdown__lists {
  display: flex;
  list-style: none;
}
@media (min-width: 1000px) {
  .dropdown__lists {
    height: 60px;
    gap: 2rem 4rem;
  }
}
@media (max-width: 999px) {
  .dropdown__lists {
    flex-direction: column;
  }
}

.dropdown__list {
  position: relative;
}

.dropdown__list a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
}
@media (max-width: 999px) {
  .dropdown__list a {
    padding: 15px 5px;
    background: #F8F8F8;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 1000px) {
  .dropdown__list a::before {
    content: "";
    display: block;
    width: 8rem;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

#footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 769px) {
  #footer {
    gap: 0;
  }
}
#footer .footer_ban_recruit, #footer .footer_ban_contact {
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  #footer .footer_ban_recruit, #footer .footer_ban_contact {
    width: 50%;
  }
}
#footer .footer_ban_recruit img, #footer .footer_ban_contact img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 41/16;
}
@media (min-width: 769px) {
  #footer .footer_ban_recruit img, #footer .footer_ban_contact img {
    aspect-ratio: 960/380;
  }
}
#footer .footer_ban_recruit .txt_box, #footer .footer_ban_contact .txt_box {
  position: absolute;
  width: 62.5%;
  padding: 3rem;
  /*
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  */
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
}
@media (min-width: 769px) {
  #footer .footer_ban_recruit .txt_box, #footer .footer_ban_contact .txt_box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  #footer .footer_ban_recruit .txt_box, #footer .footer_ban_contact .txt_box {
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#footer .footer_ban_recruit .txt_box p, #footer .footer_ban_contact .txt_box p {
  margin-bottom: 0;
}
#footer .footer_ban_recruit .txt_box p.txt-01, #footer .footer_ban_contact .txt_box p.txt-01 {
  font-size: 15px;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  #footer .footer_ban_recruit .txt_box p.txt-01, #footer .footer_ban_contact .txt_box p.txt-01 {
    font-size: 2.4rem;
  }
}
#footer .footer_ban_recruit .txt_box p.txt-03, #footer .footer_ban_contact .txt_box p.txt-03 {
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  #footer .footer_ban_recruit .txt_box p.txt-03, #footer .footer_ban_contact .txt_box p.txt-03 {
    text-align: center;
  }
}
#footer .footer_ban_recruit .txt_box a, #footer .footer_ban_contact .txt_box a {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
#footer .footer_ban_recruit {
  /*
  .txt_box {
  	//width: 60%;
  	position: absolute;
  	//right: 5%;
  	//top: 55%;
  	width: 62.5%;//600
  	padding: 3rem;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  	background: rgba($color: #fff, $alpha: .85);
  	text-align: center;
  	//transform: translateY(-50%);
  	//text-align: right;
  	@include mq(pc) {
  		//width: 55%;
  		//top: 45%;
  		//left: 50%;
  		//transform: translate(-50%,-50%);
  		//text-align: left;
  		//margin-bottom: 2em;
  	}
  	p {
  		margin-bottom: 0;
  		//font-weight: 500;
  		&.txt-01 {
  			font-size: 15px;
  			margin-bottom: 1rem;
  			//font-family: v.$f-mincho;
  			@include mq(pc) {
  				font-size: 2.4rem;
  				//font-weight: 400;
  				//letter-spacing: .2rem;
  			}
  		}

  		&.txt-02 {
  			margin-bottom: 1em;
  			font-size: 15px;
  			font-family: v.$f-mincho;
  			font-weight: 400;
  			@include mq(pc) {
  				margin-bottom: 1.2em;
  				font-size: 2.4rem;
  			}
  		}

  		&.txt-03 {
  			margin-bottom: 1em;
  			//font-size: 14px;
  			@include mq(pc) {
  				//font-size: 2.2rem;
  				text-align: center;
  			}
  		}
  	}

  }
  */
}
@media (max-width: 768px) {
  #footer .footer_ban_recruit {
    background: url(img/footer_bg_recruit_sp.webp) no-repeat left top;
    background-size: cover;
    padding-top: 55%;
  }
  #footer .footer_ban_recruit img {
    display: none;
  }
}
#footer .footer_ban_contact {
  /*
  .txt_box {
  	width: 85.42%;
  	padding: 1em 5px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  	background: rgba($color: #D9D9D9, $alpha: .8);
  	text-align: center;
  	font-size: 1.1rem;
  	font-weight: 500;
  	@include mq(pc) {
  		padding: 3em 1em 2em;
  		font-size: 1.9rem;
  	}
  	ul {
  		list-style: none;
  		display: flex;
  		justify-content: center;;
  		gap: 10px;
  		font-size: 14px;
  		margin-bottom: .8em;
  		@include mq(pc) {
  			gap: 20px;
  			font-size: 2.2rem;
  		}
  	}
  	p {
  		&.txt {
  			font-size: 14px;
  			@include mq(pc) {
  				margin-bottom: .8em;
  				font-size: 2.2rem;
  			}
  		}
  	}
  }
  	*/
}
@media (max-width: 768px) {
  #footer .footer_ban_contact {
    background: url(img/footer_bg_contact.webp) no-repeat center top;
    background-size: cover;
    padding-top: 55%;
  }
  #footer .footer_ban_contact img {
    display: none;
  }
}
@media (max-width: 768px) {
  #footer .btn_box_footer_ban a.btn_01 {
    max-width: 160px;
    padding: 5px;
    font-size: 15px;
  }
}
#footer .btn_box_footer_ban.sp_center a.btn_01 {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  #footer .btn_box_footer_ban.sp_center a.btn_01 {
    margin-right: auto;
  }
}
#footer .footer_bg {
  width: 100%;
  background: #000D26;
}
#footer .footer_bg .footer_logo_wrapp {
  text-align: center;
}
#footer .footer_bg a {
  text-decoration: none;
  color: #D9D9D9;
}
#footer .footer_bg a:hover {
  opacity: 0.7;
}
#footer .footer_bg a.logo_box {
  width: auto;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  padding-left: 0;
  margin-bottom: 4.5em;
}
@media (max-width: 999px) {
  #footer .footer_bg a.logo_box {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 999px) {
  #footer .footer_bg a.logo_box figure {
    margin-bottom: 1em;
  }
}
@media (min-width: 1000px) {
  #footer .footer_bg a.logo_box figure {
    width: auto;
  }
}
#footer .footer_bg a.logo_box figure img {
  width: 104px;
}
@media (min-width: 1000px) {
  #footer .footer_bg a.logo_box .logo_txt {
    padding-left: 3rem;
  }
}
#footer .footer_bg a.logo_box .logo_txt p {
  margin-bottom: 0;
}
#footer .footer_bg a.logo_box .logo_txt p.txt_hair-salon {
  font-size: 1.5rem;
}
#footer .footer_bg a.logo_box .logo_txt p.txt_group {
  font-size: 2.4rem;
}
@media (min-width: 1000px) {
  #footer .footer_bg a.logo_box .logo_txt {
    width: auto;
  }
}
#footer .footer_inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 4em 0 0;
}
@media (min-width: 1000px) {
  #footer .footer_inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 999px) {
  #footer .footer_inner {
    text-align: center;
  }
}

ul.footer_nav_sp {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
ul.footer_nav_sp a {
  display: block;
  padding: 1em 20px;
  font-size: 15px;
  font-weight: 500;
}
ul.footer_nav_sp li {
  width: 50%;
  text-align: center;
}
ul.footer_nav_sp li:first-child {
  width: 100%;
}
@media (min-width: 1000px) {
  ul.footer_nav_sp {
    display: none;
  }
}

.footer_nav_pc {
  display: none;
}
@media (min-width: 1000px) {
  .footer_nav_pc {
    width: 100%;
    display: flex;
    gap: 2.439%;
    margin-bottom: 3em;
  }
  .footer_nav_pc dl {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
  }
  .footer_nav_pc dl dt, .footer_nav_pc dl dd {
    margin: 0;
    padding: 0;
  }
  .footer_nav_pc dl.dl-01 {
    width: 16%;
    max-width: 170px;
  }
  .footer_nav_pc dl.dl-01 dt, .footer_nav_pc dl.dl-01 dd {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 1rem;
    position: relative;
  }
  .footer_nav_pc dl.dl-01 dt::before, .footer_nav_pc dl.dl-01 dd::before {
    content: "-";
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02 {
    width: 19%;
    max-width: 200px;
  }
  .footer_nav_pc dl.dl-02 dt, .footer_nav_pc dl.dl-02 dd {
    margin-bottom: 1rem;
  }
  .footer_nav_pc dl.dl-02 dt {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
  }
  .footer_nav_pc dl.dl-02 dt::before {
    content: "-";
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02 dd {
    width: 100%;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
  }
  .footer_nav_pc dl.dl-02 dd::before {
    content: "・";
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02.shop-list {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02.shop-list dt span {
    display: inline-block;
    padding-left: 2rem;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd::before, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd::before {
    display: none;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd table, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd table {
    border-collapse: collapse;
    width: 100%;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd table tr td, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd table tr td {
    padding: 0 0 1rem;
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd table tr td:first-child, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd table tr td:first-child {
    padding-right: 3rem;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd table tr td.web, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd table tr td.web {
    padding-left: 1rem;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd a.shop, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd a.shop {
    position: relative;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd a.shop::before, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd a.shop::before {
    content: "・";
    color: #D9D9D9;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd a.phone, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd a.phone {
    letter-spacing: 0.2rem;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 dd > div, .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-02 dd > div {
    padding-left: 1rem;
  }
  .footer_nav_pc dl.dl-02.shop-list .footer_nav_box-01 {
    padding-right: 5rem;
  }
}

.footer_sns_wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (max-width: 999px) {
  .footer_sns_wrapp {
    margin-top: 3rem;
  }
}

.copyright {
  padding: 1em 20px;
  text-align: center;
  color: #D9D9D9;
  font-size: 14px;
}
@media (min-width: 1000px) {
  .copyright {
    font-size: 1.3rem;
  }
}

.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;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

#nav-container {
  width: 100%;
}
@media (max-width: 999px) {
  #nav-container {
    position: fixed;
    height: 100vh;
    pointer-events: none;
  }
}

@media (max-width: 999px) {
  #nav-container .bg {
    position: absolute;
    top: calc(60px - 1px);
    left: 0;
    width: 100%;
    height: calc(100% - 60px - 1px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: #000;
  }
  #nav-container:focus-within .bg {
    visibility: visible;
    opacity: 0.6;
  }
}
#nav-container * {
  visibility: visible;
}

@media (min-width: 1000px) {
  .icon-txt {
    display: none;
  }
}
@media (max-width: 999px) {
  .button {
    position: relative;
    top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 11;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    width: 50px;
    height: 43px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: auto;
    margin-right: 10px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .icon-bar {
    display: block;
    width: 50px;
    height: 1px;
    background: #000;
    transition: 0.3s;
  }
  .icon-bar + .icon-bar {
    margin-top: 12px;
  }
  .icon-bar + .icon-txt {
    margin-top: 5px;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
  }
  #nav-container:focus-within .button {
    pointer-events: none;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 7px, 0) rotate(20deg);
  }
  #nav-container:focus-within .icon-bar:nth-of-type(2) {
    transform: translate3d(0, -7px, 0) rotate(-20deg);
  }
}
@media (max-width: 999px) {
  #nav-container:focus-within #nav-content {
    transform: none;
  }
}
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:nth-last-of-type(1) {
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  main.sub-box section:nth-last-of-type(1) {
    margin-bottom: 6rem;
  }
}

.path-bg {
  display: flex;
  width: 100%;
  height: 30px;
  background: #000D26;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .path-bg {
    display: none;
  }
}
.path-bg .path-wrap {
  width: 100%;
  max-width: 1680px;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

ol.topic-path {
  display: flex;
  list-style: none;
  color: #fff;
  line-height: 1;
  position: relative;
}
ol.topic-path li {
  display: inline;
  margin-left: 15px;
  font-size: 1.6rem;
}
ol.topic-path li:first-child {
  margin-left: 0;
  margin-right: 0;
}
ol.topic-path li a {
  padding-right: 20px;
  background: url(img/topicpath-arrow.svg) no-repeat right center;
  /*
  mask-image: url(../img/angle-right-solid.svg);
  mask-repeat: no-repeat;
  mask-size: 7px 10px;
  */
  text-decoration: none;
  color: #fff;
}
ol.topic-path li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  ol.topic-path li a {
    margin-right: 5px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  ol.topic-path li {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 1.5;
  }
}
ol.topic-path li:nth-last-of-type(1) a {
  background: none;
  padding-right: 0;
}
@media (max-width: 768px) {
  ol.topic-path {
    display: none;
  }
}

h1.h1_header {
  display: inline-flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 768px) {
  h1.h1_header {
    font-size: 12px;
  }
}
h1.h1_header span {
  display: inline-block;
}
h1.h1_header span.before {
  font-size: 1.9rem;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  h1.h1_header span.before {
    font-size: 14px;
  }
}
h1.h1_header span.wiz {
  font-size: 2.7rem;
}
@media (max-width: 768px) {
  h1.h1_header span.wiz {
    font-size: 2rem;
  }
}

.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;
  }
}
.form-wrap dl > dd {
  /*
  .wpcf7-form-control-wrap {
  	margin: 0;
  	padding: 0;
  	display: flex;
  	//background: pink;
  }
  	*/
  /*
  input[type="text"] {
  	height: 30px;
  }
  	*/
}
@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;
  /*
  &.wsiz-s {
  	width: 60px;
  }
  &.wsiz-m {
  	width: 120px;
  }
  */
  /*
  &.spc-mt {
  	margin-top: 5px;
  }
  	*/
  /*
  &.fbox-age {
  	margin-left: 15%;//100px
  	@include mq(sp) {
  		margin-top: 5px;
  		margin-left: 0;
  	}
  }
  	*/
}
@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] {
  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;
}

/*
p.txt-red-smal {
	margin-bottom: .5em;
	color: #C00000;
	font-size: 1.6rem;
	line-height: 1.4 !important;
}
*/
/*
.txt-ex {
	font-size: 1.5rem;
	@include mq(sp) {
		display: block;
		margin-top: 5px;
	}
}
	*/
.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;
  /*
  &:nth-of-type(1) {
  	@include mq(sp) {
  		border-top: none;
  	}
  }
  	*/
}
.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 {
  /*
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

  background: aqua;
  padding-top: 5px;
  */
  padding-left: 2rem;
  color: #A6A6A6;
  font-size: 1.9rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
.form-wrap.ctct ::placeholder {
  /*
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

  background: aqua;
  padding-top: 5px;
  */
  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;
}
.acc-wrap p.acc-check {
  margin-bottom: 2em;
}
.acc-wrap a:hover {
  opacity: 0.6;
}

input[type=submit] {
  -webkit-appearance: none;
  display: block;
  width: auto;
  margin: auto;
  padding: 3px 10px;
  background: #EFEFEF;
  border: solid 1px #787878;
  color: #000 !important;
  border-radius: 2px;
}
input[type=submit]:hover {
  background: #E5E5E5;
}

.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,
h3.h3_home {
  width: 100%;
  margin-bottom: 3.2em;
  text-align: center;
  color: #BFBFBF;
  font-weight: 400;
  position: relative;
  /*
  &::before {
  	content: attr(data-eng);
  	display: block;
  	font-weight: normal;
  	font-family: v.$f-mincho;
  	@include mq(pc) {
  		font-size: 4.7rem;
  	}
  	@include mq(sp) {
  		font-size: 2.5rem;
  		letter-spacing: 1px;
  	}
  }
  */
}
@media (min-width: 769px) {
  h2.h2_01,
  h3.h3_home {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  h2.h2_01,
  h3.h3_home {
    font-size: 1.6rem;
  }
}
h2.h2_01 .txt-eng,
h3.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,
  h3.h3_home .txt-eng {
    font-size: 3.7rem;
  }
}

h3.h3_mark {
  width: 100%;
  margin-bottom: 2rem;
  padding-left: 20px;
  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;
  /*a.a_txt {
  	display: block;
  	width: 100%;
  	//border: solid 1px #002060;
  	//padding: 7px 10px;
  	//color: #fff;
  	//text-align: center;
  	//text-decoration: none;
  	//font-size: 2.2rem;
  	position: relative;
  	word-wrap: break-word;
  	overflow-wrap: break-word;
  	transition: .2s;
  	&::before {
  		content: "";
  		background: url(../img/arrow-ku_right.svg);
  		width: 6px;
  		height: 10px;
  		position: absolute;
  		left: 20px;
  	}
  	//&:hover {
  	//	color: #002060;
  	//}
  	@include mq(sp) {
  		//font-size: 1.6rem;
  	}
  }
  	*/
}
.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: 10px;
  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);
}
.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: 7px 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: 7px 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: 7px 10px;
}
@media (max-width: 768px) {
  .btn_01.w600 {
    padding-left: 25px;
  }
}
.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: 7px 10px;
}
@media (max-width: 768px) {
  .btn_01.w680 {
    padding-left: 25px;
  }
}
.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(-100%);
  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;
  }
}
.mainimg img {
  width: 100%;
}

.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 {
  width: 1120px;
  padding-bottom: 10px;
  display: flex;
  gap: 0 10px;
}
.home-concept_wrapp .img_box .img_box_inner img {
  max-width: none;
}
@media screen and (max-width: 1399px) {
  .home-concept_wrapp .img_box .img_box_inner img {
    width: 200px;
  }
}
.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-01 {
  	padding: 4em 20px 1em;
  	text-align: center;
         @media screen and (max-width:430px) {
             padding-top: 2em;
         }
         @include mq(pc) {
             padding-bottom: 4em;
         }
  	p {
  		//font-size: 2.4rem;
             color: #404040;
             font-size: 15px;
  		//font-family: v.$f-mincho;
             @include mq(pc) {
                 font-size: 2.4rem;
             }
             @include mq(sp) {
                 display: inline-block;
                 text-align: left;
                 line-height: 1.7;
                 letter-spacing: 1px;
             }
  	}
  }
         */
  /*
  &.home_staff {
      max-width: 1840px;//1800+40
      padding-right: 20px;
      padding-left: 20px;
  }
      */
  /*
  &.home_voice {
      //max-width: 800px;
      @include mq(pc) {
          padding-bottom: 8rem;
      }
  }
      */
}
section.home_hair-info {
  margin-bottom: 5rem;
}
@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;
}

/*
.home_hair-info_inner {
    @include wid-max-pc;
    padding: 3em 10px;
	@include mq(pc) {
		@include pad-rl;
	}
    @include mq(pc) {
    }
    @media screen and (min-width: 1820px) {
    }
    //
    > img {
        display: block;
        width: 100%;
        object-fit: cover;
        aspect-ratio: 82 / 39;
        @include mq(pc) {
            display: none;
        }
    }

    //
    .box_h3 {
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0;
    }
    //
    .box_txt {
        width: 100%;
        position: unset;
        padding-right: 10px;
        padding-left: 10px;
        @include mq(pc) {
            max-width: 1680px;
            padding-top: 3%;
            padding-right: 20px;
            padding-left: 20px;
            margin: auto;
        }
    }
}

.tbl_hair-info {
    @include tbl;
    width: 100%;
    max-width: 1080px;
    border-top: v.$line-bf;
    border-bottom: v.$line-bf;
    margin: auto;
    margin-bottom: 1em;
    @include mq(pc) {
        width: 65.854%;
        margin-bottom: 3.5em;
    }
    a {
        text-decoration: none;
    }
    th {
        display: block;
        width: 100%;
        padding: .5em 10px;
        text-align: left;
        font-weight: normal;
        font-family: v.$f-mincho;
        @include mq(pc) {
            display: table-cell;
            width: 15%;
            padding: 1em 1em 0;
            text-align: right;
            font-size: 1.6rem;
        }
        @include mq(sp) {
            font-size: 15px;
        }
        .bg_lbrw {
            padding: 3px 10px;
            background: rgba($color: #DBD3C3, $alpha: .5);
            @include mq(pc) {
                padding: 0;
                background: none;
            }
        }
    }
    td {
        display: block;
        width: 100%;
        padding-bottom: .5em;
        padding-left: 2em;
        @include mq(pc) {
            display: table-cell;
            width: calc(100% - 15%);
            padding: 1em 1em 0;
            font-size: 1.6rem;
        }
        @include mq(sp) {
            font-size: 15px;
        }
    }
    tr {
        &:first-child {
            th {
                padding-top: 1em;
                @include mq(pc) {
                    //padding-top: .5em;
                }
            }
        }
        &:last-child {
            th, td {
                @include mq(pc) {
                    padding-bottom: 1em;
                }
            }
            td {
                @include mq(sp) {
                    padding-bottom: 1em;
                }
            }
        }
    }
}
*/
.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;
  }
}

/*
.col2_acc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.439%;
    @include mq(pc) {
        gap: 2.1em 2.439%;
    }
    > div {
        width: 100%;
        @include mq(pc) {
            width: calc((100% - 2.439%) /2);
        }
    }
}
*/
/*
.accordion_box {
	width: 100%;
}

.accordion_box:not([open]) {
    margin-bottom: 1.5em;
    @include mq(pc) {
        &.last {
            margin-bottom: 0;
        }
    }
    //
    &.voice {
        margin-bottom: 1em;
        &.last {
            margin-bottom: 2em;
        }
    }
}

.accordion_box summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    position: relative;
    padding: .8em 1em;
    background-color: #f1ede7;
    color: #786858;
    font-weight: 400;
    cursor: pointer;
    @include mq(pc) {
        height: 70px;
        padding: .3em 1em;
    }
    p {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        font-weight: 500;
        padding-right: 45px;
    }
    .number {
        min-width: 20px;
        font-size: 2.5rem;
        font-weight: 400;
        font-family: v.$f-mincho;
        margin-right: 15px;
        white-space: nowrap;
        line-height: 1;
        @include mq(pc) {
            font-size: 3.7rem;
        }
    }
}

.accordion_box summary::-webkit-details-marker {
    display: none;
}
    */
/*
.accordion_box summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 12px;
    height: 12px;
    margin-left: 10px;
    border-bottom: 4px solid #786858;
    border-right: 4px solid #786858;
    content: '';
    //transition: transform .3s;
}

.accordion_box[open] summary::after {
//.accordion_box[open] summary::after {
    transform: rotate(225deg);
}
*/
/* 矢印アイコン */
/*
.arrow-icon {
    display: block;
    position: relative;
    transition: transform 0.4s ease;
    height: 25px;
    width: 25px;
    //transform: rotate(135deg);
    transform: translateY(15%) rotate(45deg);
    position: absolute;
    right: 15px;
  }

  .arrow-icon::before {
    content: "";
    width: 12px;
    height: 12px;
    //border-top: 4px solid #786858;
    border-bottom: 4px solid #786858;
    border-right: 4px solid #786858;
    position: absolute;
    //top: 0;
    //right: 0;
    //transform: translateY(-25%);
  }
*/
/*
  .arrow-icon.active {
    //transform: rotate(315deg);
    transform: rotate(225deg);
    //&::before {
        //transform: rotate(225deg);
        //transform: translateY(-50%);
    //}
  }
*/
/*
.accordion_box div {
    width: 100%;
    transform: translateY(-10px);
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 1em 10px;
    color: #000;
    //transition: transform .5s, opacity .5s;

    @include mq(pc) {
        flex-direction: row;
    }
    figure {
        width: 100%;
        max-width: none;
        text-align: center;
        @include mq(pc) {
            width: 44.8718%;
            max-width: 350px;
            text-align: left;
        }
    }
    span {
        flex: 1;
        font-size: 1.4rem;
        @include mq(pc) {
            font-size: 1.6rem;
        }
    }
}

.accordion_box.voice div {
    gap: 0;
    padding-left: 3%;
    @include mq(pc) {
        font-size: 1.6rem;
    }
}
*/
/*
.accordion_box[open] div {
    transform: none;
    opacity: 1;
}

.js-details[open] .js-content {
    height: auto;
  }
*/
/*
h2.h2_home {
    margin-bottom: 1em;
    font-size: 2.5rem;
    font-weight: 500;
    //font-family: v.$f-mincho;
    @include mq(pc) {
        font-size: 4.3rem;
    }
}
*/
h4 {
  /*
  &.h4_staff {
      color: #BB977B;
      font-size: 3.2rem;
      font-weight: 400;
      margin-bottom: 1.094em;
      img {
          margin-right: 10px;
          vertical-align: middle;
      }
      //
      &.l-1 {
          padding-left: 1rem;
      }
  }
  */
}
h4.h4_icon-left, h4.h4_news {
  margin-bottom: 1.429em;
  font-size: 2.1rem;
  font-weight: 400;
}
h4.h4_icon-left img, h4.h4_news img {
  margin-right: 10px;
  vertical-align: middle;
}
h4.h4_ig {
  margin-bottom: 0.6em;
  font-weight: 500;
}
@media (max-width: 768px) {
  h4.h4_ig {
    font-size: 15px;
  }
}
h4.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%;
  height: 160px;
  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: 2740px !important;
}

#sb_instagram #sbi_images {
  gap: 4rem !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: 2440px !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;
  }
}

/*
.home_staff_box {
    width: 100%;//550px
    display: flex;
    @include mq(sp) {
        flex-wrap: wrap;
        justify-content: center;
    }
    figure {
        width: 50.90909%;//280px
        padding-top: 10px;
        padding-left: 10px;
        position: relative;
        @include mq(sp) {
            width: 100%;
            //max-width: 270px;
        }
        //
        .staff-icon {
            position: absolute;
            top: 0;
            left: 0;
            img {
                width: 7rem;
                height: 7rem;
            }
        }
    }
    .txt_box {
        display: flex;
        flex-direction: column;
        width: calc(100% - 50.90909%);
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 2rem;
        @include mq(sp) {
            width: 100%;
            padding-left: 10px;
        }
        span {
            display: block;
            //店長とか
            &.official-position {
                min-height: 2.7rem;
                font-size: 1.7rem;
                margin-bottom: 1rem;
                //background: aqua;
                @include mq(sp) {
                    font-size: 1.4rem;
                }
            }
            //職種（スタイリストとか）
            &.job-position {
                color: #404040;
                font-size: 1.7rem;
                font-weight: bold;
                margin-bottom: 1rem;
            }
            //スタッフ名前
            &.staff-name {
                min-height: 6rem;
                font-size: 3.2rem;
                font-weight: 400;
                font-family: v.$f-mincho;
                letter-spacing: .5rem;
                @include mq(sp) {
                    min-height: 4rem;
                    font-size: 2rem;
                }
            }
            //指名料
            &.nomination-fee {
                min-height: 2.1rem;
                font-size: 1.3rem;
                margin-bottom: 1rem;
                //background: gold;
            }
        }
        //
        dl.staff-technic {
            @include dl-mp0;
            color: #404040;
            font-size: 1.5rem;
        }
        p.staff-comment {
            color: #404040;
            font-size: 1.5rem;
            margin-bottom: 2rem;
        }
        //下部
        .box_below {
            margin-top: auto;
            margin-bottom: 0;
        }
    }
}
*/
/*
.dec_job-poition {
    display: inline-block !important;
    //スタイリスト
    &.stylist-01 {
        border-bottom: solid 1px #E9DACB;
    }
    //トップスタイリスト
    &.stylist-02 {
        border-bottom: solid 1px #C1976D;
    }
    //クリエイティブスタイリスト
    &.stylist-03 {
        border-bottom: solid 1px #996D41;
    }
    //エグゼクティブスタイリスト
    &.stylist-04 {
        border-bottom: solid 1px #725130;
    }
    //ディレクター
    &.director {
        border-bottom: solid 1px #49341F;
    }
}
*/
/*
.staff_box {
    @include flex(wrap);
    justify-content: space-between;
    width: 100%;
    max-width: 1470px;
    gap: 2em 20px;
    margin: 0 auto 2em;
    @include mq(pc) {
        width: 90%;
        gap: 2em 2.04%;//30px;
        //gap: 2.1em 2.0%;
        margin-bottom: 4em;
    }
}
.staff {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    //width: calc((100% - 2%) /2);
    @include mq(pc) {
        width: calc((100% - 2.04%) /2);
        gap: 0;
        //gap: 2em;
        //gap: 5.5%;//40px;
    }
    //写真
    figure {
        width: 45%;
        max-width: 185px;
        padding-left: 8px;
        padding-bottom: 10px;
        position: relative;
        text-align: right;
        @include mq(pc) {
            width: 51.4%;
            max-width: 370px;
            padding-left: 17px;
        }
        .icon-01 {
            position: absolute;
            bottom: 22%;//190px;
            left: 0;
            @include mq(ck-sp-b) {
                bottom: 70px;
                img {
                    width: 70px;
                }
            }
        }
        .icon-02 {
            position: absolute;
            bottom: 0;
            left: 0;
            @include mq(ck-sp-b) {
                img {
                    width: 50px;
                }
            }
        }
    }
    .txt_box {
        width: calc(100% - 45%);
        padding-left: 0;
        @include mq(pc) {
            width: calc(100% - 51.4%);
            padding-top: 12.5%;//90px,4.7em
            padding-left: 5.5%;//40px
        }
        .staff-name {
            margin-bottom: 3px;
            font-size: 2.3rem;
            font-family: v.$f-mincho;
            @include mq(pc) {
                font-size: 3.7rem;
            }
        }
        .staff-position {
            font-size: 1.2rem;
            margin-bottom: .5em;
            @include mq(pc) {
                min-height: 5rem;//50px;
                margin-bottom: 2em;
                font-size: 1.5rem;
            }
        }
        .staff-voice {
            margin-bottom: 1em;
            @include mq(pc) {
            margin-bottom: 2.2em;
            }
            @include mq(sp) {
                font-size: 15px;//1.25rem;
                line-height: 1.7;
            }
        }
    }
    a {
        display: inline-block;
        background: #DBD3C3;
        padding: 3px 5px;
        text-decoration: none;
        line-height: 1;
        &:hover {
            opacity: .7;
        }
        @include mq(pc) {
            padding: 6px 10px;
        }
        @include mq(sp) {
            //font-size: 1.0rem;
        }
    }
}
*/
/*
.salon-info_wrapp {
    width: 100%;
    @include flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4.211em 4.211em;
    @include mq(sp) {
        gap: 4rem;
    }
    > figure, > div {
        width: calc((100% - 4.211em) /2);
        @include mq(sp) {
            width: 100%;
        }
    }
}
*/
/*
ul.voice_wrapp {
    //width: 100%;
    list-style: none;
    @include flex(wrap);
    gap: 0 2.439024%;
    //column-count: 2;//2列
    //column-width: calc((100% - 2.439024%) /2);
    //column-gap: 2.439024%;
    counter-reset: voice-num;
    //個別BOX
    li.voice_box {
        //display: inline-block;
        width: calc((100% - 2.439024%) /2);
        padding-left: 10px;
        border-bottom: v.$line-bf;
        opacity: 1;
        //break-inside: avoid;//コンテンツ内折り返し禁止
        counter-increment: voice-num;
        //background: pink;
        @include mq(sp) {
            width: 100%;
        }
        .voice_title {
            display: flex;
            align-items: center;
            gap: 0 1em;
            font-size: 2.7rem;
            @include mq(sp) {
                font-size: 1.8rem;
            }
            &::before {
                content: counter(voice-num, decimal-leading-zero) ;
                color: #002060;
                font-size: 4.3rem;
                @include mq(sp) {
                    font-size: 2.5rem;
                }
            }
        }

        &:nth-child(1) {
            border-top: v.$line-bf;
        }
        @include mq(pc) {
            &:nth-child(2) {
                border-top: v.$line-bf;
            }
        }
    }
}

.list-btn {
    margin-top: 20px;
    &.is-btn-hidden {
        display: none;
    }
    //
    button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 12rem;
        height: 12rem;
        border-radius: 50%;
        background-color: #002060;
        color:#fff;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        //line-height: 32px;
    }
}
*/
.h4_wrapp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .h4_wrapp {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.h4_wrapp h4.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 h4.h4-01 {
    width: 100%;
    font-size: 2.3rem;
  }
}
.h4_wrapp h4.h4-01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: -1;
  width: calc(100% - 10px);
  height: 1px;
  background: #BFBFBF;
}
.h4_wrapp h4.h4-01 .h4_txt {
  display: inline-block;
  padding-right: 20px;
  background: #fff;
}
.h4_wrapp h4.h4-01 .h4_icon {
  display: inline-block;
  padding-right: 8px;
  background: #fff;
}
.h4_wrapp h4.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 {
    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: 999px) {
  .hair-info_col {
    flex-wrap: wrap;
    gap: 4rem;
    margin-bottom: 6rem;
  }
}
.hair-info_col .col-box-01 {
  width: 34.14634%;
}
@media (max-width: 999px) {
  .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: 999px) {
  .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: 999px) {
  .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: 999px) {
  .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: 999px) {
  .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.43902%;
}
@media (max-width: 768px) {
  .home_col4_salon-list {
    justify-content: center;
  }
}
.home_col4_salon-list > div {
  width: 23.170735%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .home_col4_salon-list > div {
    width: 100%;
    max-width: 380px;
  }
}
.home_col4_salon-list > div figure {
  margin-bottom: 1rem;
}
.home_col4_salon-list > div .txt_box span {
  display: block;
}
.home_col4_salon-list > div .txt_box span.salon-name {
  font-size: 2.7rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .home_col4_salon-list > div .txt_box span.salon-name {
    font-size: 2rem;
  }
}
.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;
}

/*
.readmore-area {
   display: none;   //* デフォルトでは非表示にしておく
}

.readmore-button-box {
   text-align: center;
   background-image: linear-gradient( 180deg, rgba(255,255,255,0.5), white );   //* 上から下へ：[白色半透明]から[白色]へグラデーション 
   padding-top: 4.5em;   //* ボタンの上側でグラデーションを見せる距離(長さ) 
   margin-top: -6.5em;   //* ボックスを上側に重ねる距離(長さ) 
   position: relative;   //* ボックス全体を上に重ねるために必要 
}

.readmore-button-box a {
   background-color: #cc0000; //* ボタンの色(濃い赤) 
   color: white;              //* ボタンの文字色(白) 
   border-radius: 18px;       //* 角丸の半径 
   padding: 0.5em 2.5em;;     //* 内側の余白 
   display: inline-block;     //* ボタン全体をクリック可能に 
   font-weight: bold;         //* ボタンの文字を太字に 
   font-size: 1.25em;         //* ボタンの文字サイズ 
}
.readmore-button-box a:hover {
   background-color: red;     //* ボタンにマウスが乗ったら明るい赤色に変化 
}
*/
/*
#map, .map {
        iframe {
            display: none;
        }
        &.map-active {
            iframe {
                display: block;
                height: 245px;
                @include mq(pc) {
                    height: 500px;
                }
            }
        }

}
*/
/*
.voice_wrapp {
    position: relative;
    //margin-bottom: 45px;
  }
.show_contents {
    height: 429px;
    overflow: hidden;
  }
  .show_more {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 60px;
    padding-top: 60px;
    text-align: center;
    //line-height: 30px;
    background: #fff;
    //background: linear-gradient(
    //  180deg,
    //  rgb(255, 255, 255, 0) 0%,
    //  rgb(255, 255, 255, 1) 70%
    //);
    cursor: pointer;
    transition: bottom 0.2s;
  }
  .active {
    background: none;
    bottom: -60px;
  }
*/
/*
.more.voice {
    margin-top: 2em;
}
*/
/*
.btn-more_blu {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12rem;
    height: 12rem;
    background: #002060;
    //border: solid 1px #002060;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    position: relative;
    @include mq(sp) {
        width: 80px;
        height: 80px;
    }
    &::after {
        content: "";
        display: block;
        //width: 30px;
        //height: 30px;
		//mask-image: url(../img/angle-right-solid.svg);
		//mask-repeat: no-repeat;
        //mask-size: 30px 30px;
        width: 22px;
        height: 11px;
        background-image: url(../img/arrow-down_wt.webp);
        background-size: contain;
        //background-color: #002060;
        position: absolute;
        //top: 60%;
        top: 70%;
        left: 0;
        right: 0;
        margin: 0 auto;
        //rotate: 90deg;
    }
    &:hover {
        opacity: .6;
    }
}
*/
.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;
  }
}

/*
.test0506 {
    width: 100%;
    display: flex;
    //flex-direction: column;
    flex-wrap: wrap;

    .test-in {
        flex-basis: calc(50% - 16px);
        flex-grow: 0;
    }
}
*/
.col2_salon-list {
  width: 100%;
  padding-top: 2em;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3.7037%;
}
@media (max-width: 768px) {
  .col2_salon-list {
    justify-content: center;
  }
}
.col2_salon-list > div {
  width: 48.14815%;
  max-width: 780px;
  display: flex;
}
@media (max-width: 768px) {
  .col2_salon-list > div {
    width: 100%;
    flex-wrap: wrap;
  }
}
.col2_salon-list > div figure {
  width: 48.71795%;
}
@media (max-width: 768px) {
  .col2_salon-list > div figure {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.col2_salon-list > div .txt_box {
  flex: 1;
  padding-left: 5.13%;
}
@media (max-width: 768px) {
  .col2_salon-list > div .txt_box {
    flex: auto;
    width: 100%;
    max-width: 380px;
    padding-left: 0;
    margin: 0 auto;
  }
}
.col2_salon-list > div .txt_box span {
  display: block;
}
.col2_salon-list > div .txt_box span.salon-name {
  font-size: 3.2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .col2_salon-list > div .txt_box span.salon-name {
    font-size: 2rem;
  }
}
.col2_salon-list > div .txt_box span.salon-add {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .col2_salon-list > div .txt_box span.salon-add {
    font-size: 1.6rem;
  }
}
.col2_salon-list > div .txt_box .link_box {
  display: flex;
  align-items: center;
  gap: 0.5rem 1rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .col2_salon-list > div .txt_box .link_box {
    flex-wrap: wrap;
  }
}
.col2_salon-list > div .txt_box .link_box a {
  min-height: 3rem;
}
@media (max-width: 768px) {
  .col2_salon-list > div .txt_box .link_box a {
    height: 4rem;
    justify-content: center;
  }
}
.col2_salon-list > div .txt_box a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.col2_salon-list > div .txt_box a.btn_web {
  width: 16rem;
  padding: 2px 10px 3px 25px;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media (min-width: 1000px) {
  .col2_salon-list > div .txt_box a.btn_web {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .col2_salon-list > div .txt_box a.btn_web {
    width: 100%;
    max-width: none;
    padding-right: 25px;
    font-size: 1.4rem;
  }
}
.col2_salon-list > div .txt_box a.btn_salon-phone {
  width: 19rem;
  padding: 0 0.7rem 2px;
  border: solid 1px #002060;
  text-align: center;
  color: #002060;
  letter-spacing: 0.15rem;
}
@media (max-width: 768px) {
  .col2_salon-list > div .txt_box a.btn_salon-phone {
    width: 100%;
    max-width: none;
  }
}
.col2_salon-list > div .txt_box .link-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px 1.5rem;
}
@media (max-width: 768px) {
  .col2_salon-list > div .txt_box .link-list li:nth-child(odd) {
    width: 40%;
  }
  .col2_salon-list > div .txt_box .link-list li:nth-child(even) {
    flex: 1;
  }
}
.col2_salon-list > div .txt_box .link-list li a {
  height: 2.5rem;
  display: flex;
  align-items: center;
  padding-left: 25px;
  background: #F2F2F2;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 768px) {
  .col2_salon-list > div .txt_box .link-list li a {
    font-size: 1.4rem;
  }
}
.col2_salon-list > div .txt_box .link-list li a.size-s {
  width: 11.5rem;
}
@media (max-width: 768px) {
  .col2_salon-list > div .txt_box .link-list li a.size-s {
    width: 100%;
  }
}
.col2_salon-list > div .txt_box .link-list li a.size-l {
  width: 20rem;
}
@media (max-width: 768px) {
  .col2_salon-list > div .txt_box .link-list li a.size-l {
    width: 100%;
  }
}
.col2_salon-list > div .txt_box .link-list li a::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: 7px 10px;
          mask-size: 7px 10px;
  background-color: #000;
  width: 7px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: 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;
}

.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;
}

.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;
}

.tbl_model-contact {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 768px) {
  .tbl_model-contact {
    width: 700px;
  }
}
.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%;
}
.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;
}
.tbl_model-contact td {
  padding: 8px 2rem;
}
.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 */